Skip to content

Commit dfa1111

Browse files
Update dependency history to v5
1 parent 90b0200 commit dfa1111

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.8.0",

Diff for: yarn.lock

+15-1
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,13 @@
967967
dependencies:
968968
regenerator-runtime "^0.14.0"
969969

970+
"@babel/runtime@^7.7.6":
971+
version "7.26.0"
972+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
973+
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
974+
dependencies:
975+
regenerator-runtime "^0.14.0"
976+
970977
"@babel/template@^7.25.9", "@babel/template@^7.3.3":
971978
version "7.25.9"
972979
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
@@ -6067,7 +6074,14 @@ highlight-words-core@^1.2.0:
60676074
resolved "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz"
60686075
integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==
60696076

6070-
[email protected], history@^4.9.0:
6077+
6078+
version "5.3.0"
6079+
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
6080+
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
6081+
dependencies:
6082+
"@babel/runtime" "^7.7.6"
6083+
6084+
history@^4.9.0:
60716085
version "4.10.1"
60726086
resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz"
60736087
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==

0 commit comments

Comments
 (0)