Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6278993

Browse files
committedJul 31, 2020
Update dependency history to v5
1 parent b3b7b62 commit 6278993

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎modules/st2-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"react-dom": "16.8.6",
3838
"react-redux": "7.0.2",
3939
"react-router": "^5.0.0",
40-
"history": "^4.9.0"
40+
"history": "^5.0.0"
4141
}
4242
}

‎yarn.lock

+14
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,13 @@
809809
dependencies:
810810
regenerator-runtime "^0.13.4"
811811

812+
"@babel/runtime@^7.7.6":
813+
version "7.11.0"
814+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac"
815+
integrity sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==
816+
dependencies:
817+
regenerator-runtime "^0.13.4"
818+
812819
"@babel/template@^7.1.0":
813820
version "7.4.0"
814821
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
@@ -4249,6 +4256,13 @@ history@^4.9.0:
42494256
tiny-warning "^1.0.0"
42504257
value-equal "^0.4.0"
42514258

4259+
history@^5.0.0:
4260+
version "5.0.0"
4261+
resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08"
4262+
integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==
4263+
dependencies:
4264+
"@babel/runtime" "^7.7.6"
4265+
42524266
hmac-drbg@^1.0.0:
42534267
version "1.0.1"
42544268
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"

0 commit comments

Comments
 (0)
Please sign in to comment.