Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 057a697

Browse files
Bump history from 4.10.1 to 5.0.0
Bumps [history](https://github.com/ReactTraining/history) from 4.10.1 to 5.0.0. - [Release notes](https://github.com/ReactTraining/history/releases) - [Commits](remix-run/history@v4.10.1...v5.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07f73f2 commit 057a697

File tree

3 files changed

+10
-23
lines changed

3 files changed

+10
-23
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"axios": "^0.19.2",
3838
"core-js": "^3.6.5",
3939
"dotenv": "^8.0.0",
40-
"history": "^4.9.0",
40+
"history": "^5.0.0",
4141
"react": "^16.13.1",
4242
"react-dom": "^16.13.1",
4343
"react-modal": "3.11.2"

packages/sak-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"axios": "^0.19.2",
3939
"classnames": "^2.2.6",
4040
"connected-react-router": "6.6.1",
41-
"history": "^4.9.0",
41+
"history": "^5.0.0",
4242
"moment": "^2.27.0",
4343
"nav-frontend-alertstriper": "3.0.18",
4444
"nav-frontend-alertstriper-style": "2.0.16",

yarn.lock

+8-21
Original file line numberDiff line numberDiff line change
@@ -2540,33 +2540,13 @@
25402540
core-js-pure "^3.0.0"
25412541
regenerator-runtime "^0.13.4"
25422542

2543-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2":
2544-
version "7.7.2"
2545-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
2546-
dependencies:
2547-
regenerator-runtime "^0.13.2"
2548-
2549-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.9.2":
2550-
version "7.10.3"
2551-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364"
2552-
integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==
2553-
dependencies:
2554-
regenerator-runtime "^0.13.4"
2555-
2556-
"@babel/runtime@^7.10.4":
2543+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
25572544
version "7.10.4"
25582545
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99"
25592546
integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==
25602547
dependencies:
25612548
regenerator-runtime "^0.13.4"
25622549

2563-
"@babel/runtime@^7.3.1", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4":
2564-
version "7.8.4"
2565-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
2566-
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
2567-
dependencies:
2568-
regenerator-runtime "^0.13.2"
2569-
25702550
"@babel/template@^7.10.4":
25712551
version "7.10.4"
25722552
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
@@ -10862,6 +10842,13 @@ history@^4.9.0:
1086210842
tiny-warning "^1.0.0"
1086310843
value-equal "^1.0.1"
1086410844

10845+
history@^5.0.0:
10846+
version "5.0.0"
10847+
resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08"
10848+
integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==
10849+
dependencies:
10850+
"@babel/runtime" "^7.7.6"
10851+
1086510852
hmac-drbg@^1.0.0:
1086610853
version "1.0.1"
1086710854
resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"

0 commit comments

Comments
 (0)