From e25fd4c406fec9cd5c6dbde1e38cea397835d2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:23:15 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.10.5 to 1.11.0 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.10.5 to 1.11.0. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.10.5...v1.11.0) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... 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 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",