diff --git a/package.json b/package.json index 3652a6e3952..223f79c9d56 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-formatter-codeframe": "7.32.1", "fuse.js": "6.0.4", "globals": "16.1.0", - "history": "4.10.1", + "history": "5.3.0", "js-cookie": "3.0.5", "js-yaml": "4.1.0", "json-e": "4.8.0", diff --git a/yarn.lock b/yarn.lock index 401e1c48ade..fe856de3bdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1015,7 +1015,7 @@ dependencies: regenerator-runtime "^0.14.0" -"@babel/runtime@^7.27.1", "@babel/runtime@^7.5.5": +"@babel/runtime@^7.27.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6": version "7.27.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6" integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q== @@ -5633,7 +5633,14 @@ highlight-words-core@^1.2.0: resolved "https://registry.yarnpkg.com/highlight-words-core/-/highlight-words-core-1.2.3.tgz#781f37b2a220bf998114e4ef8c8cb6c7a4802ea8" integrity sha512-m1O9HW3/GNHxzSIXWw1wCNXXsgLlxrP0OI6+ycGUhiUHkikqW3OrwVHz+lxeNBe5yqLESdIcj8PowHQ2zLvUvQ== -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.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==