From 0e0ed3857de37f634402d73f25caba3d4277c676 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Apr 2021 12:41:16 +0000 Subject: [PATCH] fix(deps): update dependency history to v5 --- packages/components/link/package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 2ed4cd611d..21af7d3c46 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -31,7 +31,7 @@ "@emotion/styled": "^11.0.0", "@types/history": "^4.7.8", "@types/react-router-dom": "^5.1.7", - "history": "4.10.1", + "history": "5.0.0", "prop-types": "15.7.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2e01b3b4bd..1a50025599 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7297,7 +7297,14 @@ he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -history@4.10.1, history@^4.9.0: +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" + +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==