diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 09:04:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 09:04:11 +0000 |
commit | ecc6b2ef03060e09861eba09108b88677d99d44e (patch) | |
tree | cb100f2eb8c71c0463af7b9ea693d07db756090d | |
parent | 7d242c8a9f7a18ec1974043fa5816ca73ebc6059 (diff) | |
parent | d8e5916098255926ad6c45d073ba1a3413f72678 (diff) | |
download | timeline-ecc6b2ef03060e09861eba09108b88677d99d44e.tar.gz timeline-ecc6b2ef03060e09861eba09108b88677d99d44e.tar.bz2 timeline-ecc6b2ef03060e09861eba09108b88677d99d44e.zip |
Merge pull request #544 from crupest/dependabot/npm_and_yarn/FrontEnd/react-bootstrap-2.0.0-alpha.2
-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 722a7a18..c416260c 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -21,7 +21,7 @@ "lodash": "^4.17.21", "pepjs": "^0.5.3", "react": "^17.0.1", - "react-bootstrap": "^2.0.0-alpha.1", + "react-bootstrap": "^2.0.0-alpha.2", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-i18next": "^11.8.15", @@ -12100,9 +12100,9 @@ } }, "node_modules/react-bootstrap": { - "version": "2.0.0-alpha.1", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.1.tgz", - "integrity": "sha512-zoIGDzgcBoGiKd/0Rgh5SRyvqgH5OJPMEtXp+1v4Ek8gZDVSPZf58Oy4yhXs30pw4HKBS0s4yzJZcGMFKq3Yuw==", + "version": "2.0.0-alpha.2", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.2.tgz", + "integrity": "sha512-Sjaq/EwI0ZJaN+yja4FLeJczvXuoYDxwNQsJsuzdpTAFCtCvTAh0P/PUA8n1CTxePfjbPzcnSLhKGN0k0FGdAg==", "dependencies": { "@babel/runtime": "^7.13.8", "@restart/context": "^2.1.4", @@ -25550,9 +25550,9 @@ } }, "react-bootstrap": { - "version": "2.0.0-alpha.1", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.1.tgz", - "integrity": "sha512-zoIGDzgcBoGiKd/0Rgh5SRyvqgH5OJPMEtXp+1v4Ek8gZDVSPZf58Oy4yhXs30pw4HKBS0s4yzJZcGMFKq3Yuw==", + "version": "2.0.0-alpha.2", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.2.tgz", + "integrity": "sha512-Sjaq/EwI0ZJaN+yja4FLeJczvXuoYDxwNQsJsuzdpTAFCtCvTAh0P/PUA8n1CTxePfjbPzcnSLhKGN0k0FGdAg==", "requires": { "@babel/runtime": "^7.13.8", "@restart/context": "^2.1.4", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 7313ef97..8e22dd4f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^2.0.0-alpha.1",
+ "react-bootstrap": "^2.0.0-alpha.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
|