aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-12 06:51:57 +0000
committerGitHub <noreply@github.com>2021-03-12 06:51:57 +0000
commitc07ecf9c9e58847fdc11a86bcd7de7973bf5400e (patch)
tree9b74132d481c2b97f57b6322228e3d8c21e725cd
parent5742cdaf5a0285725b630a769626c7f72cf635d8 (diff)
downloadtimeline-c07ecf9c9e58847fdc11a86bcd7de7973bf5400e.tar.gz
timeline-c07ecf9c9e58847fdc11a86bcd7de7973bf5400e.tar.bz2
timeline-c07ecf9c9e58847fdc11a86bcd7de7973bf5400e.zip
build(deps): Bump react-bootstrap from 1.5.1 to 1.5.2 in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases) - [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v1.5.1...v1.5.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package-lock.json54
-rw-r--r--FrontEnd/package.json2
2 files changed, 28 insertions, 28 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index 9a1bacdd..d4c22131 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -20,7 +20,7 @@
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.5.1",
+ "react-bootstrap": "^1.5.2",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.9",
"react-inlinesvg": "^2.2.2",
@@ -1453,9 +1453,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.13.7",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.7.tgz",
- "integrity": "sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA==",
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
+ "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"dependencies": {
"regenerator-runtime": "^0.13.4"
}
@@ -2068,9 +2068,9 @@
}
},
"node_modules/@types/react-transition-group": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.0.tgz",
- "integrity": "sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==",
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.1.tgz",
+ "integrity": "sha512-vIo69qKKcYoJ8wKCJjwSgCTM+z3chw3g18dkrDfVX665tMH7tmbDxEAnPdey4gTlwZz5QuHGzd+hul0OVZDqqQ==",
"dependencies": {
"@types/react": "*"
}
@@ -12020,18 +12020,18 @@
}
},
"node_modules/react-bootstrap": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.1.tgz",
- "integrity": "sha512-jbJNGx9n4JvKgxlvT8DLKSeF3VcqnPJXS9LFdzoZusiZCCGoYecZ9qSCBH5n2A+kjmuura9JkvxI9l7HD+bIdQ==",
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.2.tgz",
+ "integrity": "sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==",
"dependencies": {
- "@babel/runtime": "^7.4.2",
+ "@babel/runtime": "^7.13.8",
"@restart/context": "^2.1.4",
- "@restart/hooks": "^0.3.21",
+ "@restart/hooks": "^0.3.26",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react": ">=16.9.35",
- "@types/react-transition-group": "^4.4.0",
+ "@types/react-transition-group": "^4.4.1",
"@types/warning": "^3.0.0",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
@@ -12040,7 +12040,7 @@
"prop-types-extra": "^1.1.0",
"react-overlays": "^5.0.0",
"react-transition-group": "^4.4.1",
- "uncontrollable": "^7.0.0",
+ "uncontrollable": "^7.2.1",
"warning": "^4.0.3"
},
"peerDependencies": {
@@ -17294,9 +17294,9 @@
}
},
"@babel/runtime": {
- "version": "7.13.7",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.7.tgz",
- "integrity": "sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA==",
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
+ "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@@ -17799,9 +17799,9 @@
}
},
"@types/react-transition-group": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.0.tgz",
- "integrity": "sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==",
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.1.tgz",
+ "integrity": "sha512-vIo69qKKcYoJ8wKCJjwSgCTM+z3chw3g18dkrDfVX665tMH7tmbDxEAnPdey4gTlwZz5QuHGzd+hul0OVZDqqQ==",
"requires": {
"@types/react": "*"
}
@@ -25480,18 +25480,18 @@
}
},
"react-bootstrap": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.1.tgz",
- "integrity": "sha512-jbJNGx9n4JvKgxlvT8DLKSeF3VcqnPJXS9LFdzoZusiZCCGoYecZ9qSCBH5n2A+kjmuura9JkvxI9l7HD+bIdQ==",
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.2.tgz",
+ "integrity": "sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==",
"requires": {
- "@babel/runtime": "^7.4.2",
+ "@babel/runtime": "^7.13.8",
"@restart/context": "^2.1.4",
- "@restart/hooks": "^0.3.21",
+ "@restart/hooks": "^0.3.26",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react": ">=16.9.35",
- "@types/react-transition-group": "^4.4.0",
+ "@types/react-transition-group": "^4.4.1",
"@types/warning": "^3.0.0",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
@@ -25500,7 +25500,7 @@
"prop-types-extra": "^1.1.0",
"react-overlays": "^5.0.0",
"react-transition-group": "^4.4.1",
- "uncontrollable": "^7.0.0",
+ "uncontrollable": "^7.2.1",
"warning": "^4.0.3"
}
},
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 8a03aa0f..a71e85cb 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -18,7 +18,7 @@
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.5.1",
+ "react-bootstrap": "^1.5.2",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.9",
"react-inlinesvg": "^2.2.2",