diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-14 06:07:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 06:07:52 +0000 |
commit | 1d035cf6780d2a2760e225d6ddb1267a030bafca (patch) | |
tree | 453e289b9567153b414e21a51e4297361e1e4ef5 | |
parent | 27a30de84b6240d9a4d407796bf44c4fc3f6b01f (diff) | |
download | timeline-1d035cf6780d2a2760e225d6ddb1267a030bafca.tar.gz timeline-1d035cf6780d2a2760e225d6ddb1267a030bafca.tar.bz2 timeline-1d035cf6780d2a2760e225d6ddb1267a030bafca.zip |
build(deps): Bump bootstrap from 5.0.0 to 5.0.1 in /FrontEnd
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.0.0...v5.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index c2c36238..7ab32b0c 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.0", "dependencies": { "axios": "^0.21.1", - "bootstrap": "^5.0.0", + "bootstrap": "^5.0.1", "bootstrap-icons": "^1.5.0", "classnames": "^2.3.1", "color": "^3.1.3", @@ -3899,9 +3899,9 @@ "dev": true }, "node_modules/bootstrap": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", - "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.1.tgz", + "integrity": "sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap" @@ -19214,9 +19214,9 @@ "dev": true }, "bootstrap": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", - "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.1.tgz", + "integrity": "sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==", "requires": {} }, "bootstrap-icons": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 14a72d15..9204ff93 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"axios": "^0.21.1",
- "bootstrap": "^5.0.0",
+ "bootstrap": "^5.0.1",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^3.1.3",
|