From 53c375feba8cd0d61055768cfbfb06f87d0a4681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:33:52 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.11.0 to 1.11.1 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",