diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-17 07:18:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 07:18:25 +0000 |
commit | b62ba069345a30de347d25f9f93cb3dbbca57007 (patch) | |
tree | 1cd1e9f6bc82abd930028d5b32b07c3ee6a821db | |
parent | bbe3e36a148ec610e79ae4e463e249647f790476 (diff) | |
parent | 2cc6aa9f4b0f177d6984c4715f6e0116fd418b69 (diff) | |
download | timeline-b62ba069345a30de347d25f9f93cb3dbbca57007.tar.gz timeline-b62ba069345a30de347d25f9f93cb3dbbca57007.tar.bz2 timeline-b62ba069345a30de347d25f9f93cb3dbbca57007.zip |
Merge pull request #284 from crupest/dependabot/npm_and_yarn/FrontEnd/react-bootstrap-1.5.0
-rw-r--r-- | FrontEnd/package-lock.json | 18 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 5b5f7e98..4a6832d5 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -20,7 +20,7 @@ "lodash": "^4.17.20", "pepjs": "^0.5.3", "react": "^17.0.1", - "react-bootstrap": "^1.4.3", + "react-bootstrap": "^1.5.0", "react-dom": "^17.0.1", "react-i18next": "^11.8.6", "react-inlinesvg": "^2.2.2", @@ -11894,9 +11894,9 @@ } }, "node_modules/react-bootstrap": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.4.3.tgz", - "integrity": "sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.0.tgz", + "integrity": "sha512-t1o4kP3coj2HIaBepJxGAc7HZ1fWGria/s0Yr9JUmNkCilyrnXtK209qn28vuZ4muhnA0uR0GMMXAMrLsLyiIw==", "dependencies": { "@babel/runtime": "^7.4.2", "@restart/context": "^2.1.4", @@ -11912,7 +11912,7 @@ "invariant": "^2.2.4", "prop-types": "^15.7.2", "prop-types-extra": "^1.1.0", - "react-overlays": "^4.1.0", + "react-overlays": "^4.1.1", "react-transition-group": "^4.4.1", "uncontrollable": "^7.0.0", "warning": "^4.0.3" @@ -25234,9 +25234,9 @@ } }, "react-bootstrap": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.4.3.tgz", - "integrity": "sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.0.tgz", + "integrity": "sha512-t1o4kP3coj2HIaBepJxGAc7HZ1fWGria/s0Yr9JUmNkCilyrnXtK209qn28vuZ4muhnA0uR0GMMXAMrLsLyiIw==", "requires": { "@babel/runtime": "^7.4.2", "@restart/context": "^2.1.4", @@ -25252,7 +25252,7 @@ "invariant": "^2.2.4", "prop-types": "^15.7.2", "prop-types-extra": "^1.1.0", - "react-overlays": "^4.1.0", + "react-overlays": "^4.1.1", "react-transition-group": "^4.4.1", "uncontrollable": "^7.0.0", "warning": "^4.0.3" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 2d50dac7..58aeccb2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -18,7 +18,7 @@ "lodash": "^4.17.20",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.4.3",
+ "react-bootstrap": "^1.5.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.6",
"react-inlinesvg": "^2.2.2",
|