diff --git a/package-lock.json b/package-lock.json index 5264a6f..3186c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,14 @@ "license": "MIT", "dependencies": { "@pinia/nuxt": "^0.4.11", - "bootstrap-icons": "^1.10.5", + "bootstrap-icons": "^1.11.0", "pinia": "^2.1.6", "tsparticles-slim": "^2.12.0", "vue-writer": "^1.2.0", "vue3-particles": "^2.12.0" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.5.3", "daisyui": "^3.5.1", @@ -4506,9 +4506,9 @@ "dev": true }, "node_modules/bootstrap-icons": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.5.tgz", - "integrity": "sha512-oSX26F37V7QV7NCE53PPEL45d7EGXmBgHG3pDpZvcRaKVzWMqIRL9wcqJUyEha1esFtM3NJzvmxFXDxjJYD0jQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.0.tgz", + "integrity": "sha512-bLTbtACfUqwZf6f/xUYUb7bTRZC68QaQwwy9h1b96NPKfnwqzSatHqDypW6R2CBW7zUE7lP+O93GdZuPY3RIHA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 6408270..0373e6a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/webceyhan/webceyhan.github.io#readme", "dependencies": { "@pinia/nuxt": "^0.4.11", - "bootstrap-icons": "^1.10.5", + "bootstrap-icons": "^1.11.0", "pinia": "^2.1.6", "tsparticles-slim": "^2.12.0", "vue-writer": "^1.2.0",