diff --git a/package.json b/package.json index 0889efa4dc3..dd933f377c9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "d3-scale": "4.0.2", "eslint-formatter-codeframe": "7.32.1", "fuse.js": "6.0.4", - "history": "4.10.1", + "history": "5.3.0", "jest-environment-jsdom": "28.1.3", "js-cookie": "3.0.5", "js-yaml": "4.1.0", diff --git a/yarn.lock b/yarn.lock index 2272620b9ce..7a6e59ae38b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1192,7 +1192,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.17.8": +"@babel/runtime@^7.17.8", "@babel/runtime@^7.7.6": version "7.22.15" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8" integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA== @@ -5730,7 +5730,14 @@ highlight-words-core@^1.2.0: resolved "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz" integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg== -history@4.10.1, history@^4.9.0: +history@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b" + integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ== + dependencies: + "@babel/runtime" "^7.7.6" + +history@^4.9.0: version "4.10.1" resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz" integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==