Skip to content

Commit 6fff8d7

Browse files
Update dependency history to v5
1 parent bcd550b commit 6fff8d7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"d3-scale": "4.0.2",
3030
"eslint-formatter-codeframe": "7.32.1",
3131
"fuse.js": "6.0.4",
32-
"history": "4.10.1",
32+
"history": "5.3.0",
3333
"js-cookie": "3.0.5",
3434
"js-yaml": "4.1.0",
3535
"json-e": "4.4.3",

Diff for: yarn.lock

+15-1
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,13 @@
15691569
dependencies:
15701570
regenerator-runtime "^0.14.0"
15711571

1572+
"@babel/runtime@^7.7.6":
1573+
version "7.26.0"
1574+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1575+
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
1576+
dependencies:
1577+
regenerator-runtime "^0.14.0"
1578+
15721579
"@babel/template@^7.16.0", "@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
15731580
version "7.18.10"
15741581
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz"
@@ -6534,7 +6541,14 @@ highlight-words-core@^1.2.0:
65346541
resolved "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz"
65356542
integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==
65366543

6537-
[email protected], history@^4.9.0:
6544+
6545+
version "5.3.0"
6546+
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
6547+
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
6548+
dependencies:
6549+
"@babel/runtime" "^7.7.6"
6550+
6551+
history@^4.9.0:
65386552
version "4.10.1"
65396553
resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz"
65406554
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==

0 commit comments

Comments
 (0)