aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-30 06:50:55 +0000
committerGitHub <noreply@github.com>2021-03-30 06:50:55 +0000
commit0ce6b0288274fc66653a8e5a7224745ce782793f (patch)
tree24bf6dc3f64f4c2ba341538bfe4f325560a4f1c9
parent15d7475a35934c2cec4c637b909ee9448b598323 (diff)
downloadtimeline-0ce6b0288274fc66653a8e5a7224745ce782793f.tar.gz
timeline-0ce6b0288274fc66653a8e5a7224745ce782793f.tar.bz2
timeline-0ce6b0288274fc66653a8e5a7224745ce782793f.zip
build(deps): Bump bootstrap-icons from 1.4.0 to 1.4.1 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package-lock.json14
-rw-r--r--FrontEnd/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index 099700c1..d649237f 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -10,7 +10,7 @@
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
- "bootstrap-icons": "^1.4.0",
+ "bootstrap-icons": "^1.4.1",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.1",
@@ -3800,9 +3800,9 @@
}
},
"node_modules/bootstrap-icons": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.0.tgz",
- "integrity": "sha512-EynaOv/G/X/sQgPUqkdLJoxPrWk73wwsVjVR3cDNYO0jMS58poq7DOC2CraBWlBt1AberEmt0blfw4ony2/ZIg==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz",
+ "integrity": "sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg==",
"engines": {
"node": ">=10"
}
@@ -19195,9 +19195,9 @@
"requires": {}
},
"bootstrap-icons": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.0.tgz",
- "integrity": "sha512-EynaOv/G/X/sQgPUqkdLJoxPrWk73wwsVjVR3cDNYO0jMS58poq7DOC2CraBWlBt1AberEmt0blfw4ony2/ZIg=="
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz",
+ "integrity": "sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg=="
},
"brace-expansion": {
"version": "1.1.11",
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index b706cc59..954c7704 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -8,7 +8,7 @@
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
- "bootstrap-icons": "^1.4.0",
+ "bootstrap-icons": "^1.4.1",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.1",