aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-23 07:14:13 +0000
committerGitHub <noreply@github.com>2021-02-23 07:14:13 +0000
commit804befc79dc5dcae1ac5d760eddf3cb52176b42e (patch)
tree18fb2971defafc293f0c3fb517e7d9c6e824e65a
parentd03b5e2da5912a5fc4156701a5dbeeddfb53df29 (diff)
downloadtimeline-804befc79dc5dcae1ac5d760eddf3cb52176b42e.tar.gz
timeline-804befc79dc5dcae1ac5d760eddf3cb52176b42e.tar.bz2
timeline-804befc79dc5dcae1ac5d760eddf3cb52176b42e.zip
build(deps): Bump bootstrap-icons from 1.3.0 to 1.4.0 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.3.0...v1.4.0) 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 1b1576c1..571b2894 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.3.0",
+ "bootstrap-icons": "^1.4.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",
@@ -3647,9 +3647,9 @@
}
},
"node_modules/bootstrap-icons": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.3.0.tgz",
- "integrity": "sha512-w6zQ93p626zmPDqDtET7VdB9EkoDtfmCBV53hunjntoCke6X5LafXf6TxPAP+ImjRAhhxAyA/sjzQnHBY0uoiQ==",
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.0.tgz",
+ "integrity": "sha512-EynaOv/G/X/sQgPUqkdLJoxPrWk73wwsVjVR3cDNYO0jMS58poq7DOC2CraBWlBt1AberEmt0blfw4ony2/ZIg==",
"engines": {
"node": ">=10"
}
@@ -18896,9 +18896,9 @@
"requires": {}
},
"bootstrap-icons": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.3.0.tgz",
- "integrity": "sha512-w6zQ93p626zmPDqDtET7VdB9EkoDtfmCBV53hunjntoCke6X5LafXf6TxPAP+ImjRAhhxAyA/sjzQnHBY0uoiQ=="
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.0.tgz",
+ "integrity": "sha512-EynaOv/G/X/sQgPUqkdLJoxPrWk73wwsVjVR3cDNYO0jMS58poq7DOC2CraBWlBt1AberEmt0blfw4ony2/ZIg=="
},
"brace-expansion": {
"version": "1.1.11",
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 3f2aaa52..64a90d9e 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.3.0",
+ "bootstrap-icons": "^1.4.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",