Skip to content

Commit b78805d

Browse files
Update dependency history to v5
1 parent 89094d3 commit b78805d

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"d3-scale": "4.0.2",
3333
"eslint-formatter-codeframe": "7.32.1",
3434
"fuse.js": "6.0.4",
35-
"history": "4.10.1",
35+
"history": "5.3.0",
3636
"jest-environment-jsdom": "28.1.3",
3737
"js-cookie": "3.0.1",
3838
"js-yaml": "4.1.0",

Diff for: yarn.lock

+20-1
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,13 @@
10971097
dependencies:
10981098
regenerator-runtime "^0.13.4"
10991099

1100+
"@babel/runtime@^7.7.6":
1101+
version "7.21.5"
1102+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
1103+
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
1104+
dependencies:
1105+
regenerator-runtime "^0.13.11"
1106+
11001107
"@babel/runtime@^7.9.2":
11011108
version "7.18.9"
11021109
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"
@@ -5344,7 +5351,14 @@ highlight-words-core@^1.2.0:
53445351
resolved "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz"
53455352
integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==
53465353

5347-
[email protected], history@^4.9.0:
5354+
5355+
version "5.3.0"
5356+
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
5357+
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
5358+
dependencies:
5359+
"@babel/runtime" "^7.7.6"
5360+
5361+
history@^4.9.0:
53485362
version "4.10.1"
53495363
resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz"
53505364
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
@@ -8528,6 +8542,11 @@ regenerator-runtime@^0.11.0:
85288542
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz"
85298543
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
85308544

8545+
regenerator-runtime@^0.13.11:
8546+
version "0.13.11"
8547+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
8548+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
8549+
85318550
regenerator-runtime@^0.13.4:
85328551
version "0.13.9"
85338552
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz"

0 commit comments

Comments
 (0)