diff --git a/gsa/package.json b/gsa/package.json index 8a9b4e66d8..47e8cffd6d 100644 --- a/gsa/package.json +++ b/gsa/package.json @@ -42,7 +42,7 @@ "fast-xml-parser": "^3.17.4", "glamor": "^2.20.40", "graphql": "^14.7.0", - "history": "^4.10.1", + "history": "^5.3.0", "hoist-non-react-statics": "^3.3.2", "i18next": "^19.7.0", "i18next-xhr-backend": "3.2.2", diff --git a/gsa/yarn.lock b/gsa/yarn.lock index ee8a48f715..6606d69a37 100644 --- a/gsa/yarn.lock +++ b/gsa/yarn.lock @@ -8080,7 +8080,7 @@ highlight.js@~9.15.0, highlight.js@~9.15.1: resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.10.tgz#7b18ed75c90348c045eef9ed08ca1319a2219ad2" integrity sha512-RoV7OkQm0T3os3Dd2VHLNMoaoDVx77Wygln3n9l5YV172XonWG6rgQD3XnF/BuFFZw9A0TJgmMSO8FEWQgvcXw== -history@^4.10.1, history@^4.9.0: +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== @@ -8092,6 +8092,13 @@ history@^4.10.1, history@^4.9.0: tiny-warning "^1.0.0" value-equal "^1.0.1" +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" + hmac-drbg@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"