From d7ed946bf52f32ccbb36623a1bdb94ee5d49bc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 22:01:14 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.9.1 to 1.10.3 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.9.1 to 1.10.3. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.9.1...v1.10.3) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 591c758..17a2df7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@popperjs/core": "2.11.6", "bootstrap": "5.2.3", - "bootstrap-icons": "1.9.1" + "bootstrap-icons": "1.10.3" }, "devDependencies": { "autoprefixer": "10.4.13", @@ -833,9 +833,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz", - "integrity": "sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==" + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.3.tgz", + "integrity": "sha512-7Qvj0j0idEm/DdX9Q0CpxAnJYqBCFCiUI6qzSPYfERMcokVuV9Mdm/AJiVZI8+Gawe4h/l6zFcOzvV7oXCZArw==" }, "node_modules/brace-expansion": { "version": "1.1.11", @@ -6180,9 +6180,9 @@ "requires": {} }, "bootstrap-icons": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz", - "integrity": "sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==" + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.3.tgz", + "integrity": "sha512-7Qvj0j0idEm/DdX9Q0CpxAnJYqBCFCiUI6qzSPYfERMcokVuV9Mdm/AJiVZI8+Gawe4h/l6zFcOzvV7oXCZArw==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 73226ba..5dbabac 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@popperjs/core": "2.11.6", "bootstrap": "5.2.3", - "bootstrap-icons": "1.9.1" + "bootstrap-icons": "1.10.3" }, "devDependencies": { "autoprefixer": "10.4.13",