From 079410efdeb381b8ae40b11a6d19cd4408759013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 14:10:06 +0000 Subject: [PATCH] Bump history from 4.10.1 to 5.0.0 in /gsa Bumps [history](https://github.com/ReactTraining/history) from 4.10.1 to 5.0.0. - [Release notes](https://github.com/ReactTraining/history/releases) - [Commits](https://github.com/ReactTraining/history/compare/v4.10.1...v5.0.0) Signed-off-by: dependabot[bot] --- gsa/package.json | 2 +- gsa/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gsa/package.json b/gsa/package.json index 10694f6f9c..5a84a1a5a7 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.0.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 d41a28e748..e2bb58b879 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.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08" + integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg== + 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"