From f77131be5c3a75a8b9ec8f40e88c07f918e6b6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:57:40 +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 26b7e149..2bc48e8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@popperjs/core": "^2.11.5", "bootstrap": "^5.2.3", - "bootstrap-icons": "^1.9.1", + "bootstrap-icons": "^1.10.3", "bootstrap-switch-button": "^1.1.0", "choices.js": "^10.2.0", "datatables.net": "^1.12.1", @@ -58,9 +58,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/bootstrap-switch-button": { "version": "1.1.0", @@ -150,9 +150,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==" }, "bootstrap-switch-button": { "version": "1.1.0", diff --git a/package.json b/package.json index 87dab504..b03a94ac 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@popperjs/core": "^2.11.5", "bootstrap": "^5.2.3", - "bootstrap-icons": "^1.9.1", + "bootstrap-icons": "^1.10.3", "bootstrap-switch-button": "^1.1.0", "choices.js": "^10.2.0", "datatables.net": "^1.12.1",