From 13a534817cadb1eb9684df29dc3af41fa1a1b72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:24:42 +0530 Subject: [PATCH] Bump history from 5.0.0 to 5.0.1 in /web/app (#6681) Bumps [history](https://github.com/ReactTraining/history) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/ReactTraining/history/releases) - [Commits](https://github.com/ReactTraining/history/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: history dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/app/package.json | 2 +- web/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/package.json b/web/app/package.json index ab6a56fe5..7f0f6c91f 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^3.0.1", "file-loader": "^6.2.0", - "history": "5.0.0", + "history": "5.0.1", "html-webpack-plugin": "^5.3.2", "jest": "^27.0.6", "jest-enzyme": "7.1.2", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index aceef00fe..048ed0f2e 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -4756,10 +4756,10 @@ he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -history@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08" - integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg== +history@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/history/-/history-5.0.1.tgz#de35025ed08bce0db62364b47ebbf9d97b5eb06a" + integrity sha512-5qC/tFUKfVci5kzgRxZxN5Mf1CV8NmJx9ByaPX0YTLx5Vz3Svh7NYp6eA4CpDq4iA9D0C1t8BNIfvQIrUI3mVw== dependencies: "@babel/runtime" "^7.7.6"