diff --git a/package-lock.json b/package-lock.json index 2bc6ddf..cac2641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,14 @@ "license": "MIT", "dependencies": { "@pinia/nuxt": "^0.4.11", - "bootstrap-icons": "^1.11.0", + "bootstrap-icons": "^1.11.1", "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.6.0", "daisyui": "^3.7.4", @@ -4813,9 +4813,9 @@ "dev": true }, "node_modules/bootstrap-icons": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.0.tgz", - "integrity": "sha512-bLTbtACfUqwZf6f/xUYUb7bTRZC68QaQwwy9h1b96NPKfnwqzSatHqDypW6R2CBW7zUE7lP+O93GdZuPY3RIHA==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.1.tgz", + "integrity": "sha512-F0DDp7nKUX+x/QtpfRZ+XHFya60ng9nfdpdS59vDDfs4Uhuxp7zym/QavMsu/xx51txkoM9eVmpE7D08N35blw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index ec65293..66f784a 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.11.0", + "bootstrap-icons": "^1.11.1", "pinia": "^2.1.6", "tsparticles-slim": "^2.12.0", "vue-writer": "^1.2.0",