From f60c5d9e5ae035c1ffb143755e49636e2af24bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:11:04 +0000 Subject: [PATCH] Bump history from 5.1.0 to 5.2.0 Bumps [history](https://github.com/remix-run/history) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/remix-run/history/releases) - [Commits](https://github.com/remix-run/history/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: history dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc90e21..e23918c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@unlimited-react-components/material-button": "^1.2.5", "axios": "^0.24.0", "dotenv": "^10.0.0", - "history": "^5.1.0", + "history": "^5.2.0", "node-sass": "^6.0.1", "rc-highlight": "^1.3.0", "react": "^17.0.2", @@ -9774,9 +9774,9 @@ "license": "MIT" }, "node_modules/history": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.1.0.tgz", - "integrity": "sha512-zPuQgPacm2vH2xdORvGGz1wQMuHSIB56yNAy5FnLuwOwgSYyPKptJtcMm6Ev+hRGeS+GzhbmRacHzvlESbFwDg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.2.0.tgz", + "integrity": "sha512-uPSF6lAJb3nSePJ43hN3eKj1dTWpN9gMod0ZssbFTIsen+WehTmEadgL+kg78xLJFdRfrrC//SavDzmRVdE+Ig==", "dependencies": { "@babel/runtime": "^7.7.6" } @@ -27450,9 +27450,9 @@ "version": "1.1.0" }, "history": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.1.0.tgz", - "integrity": "sha512-zPuQgPacm2vH2xdORvGGz1wQMuHSIB56yNAy5FnLuwOwgSYyPKptJtcMm6Ev+hRGeS+GzhbmRacHzvlESbFwDg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.2.0.tgz", + "integrity": "sha512-uPSF6lAJb3nSePJ43hN3eKj1dTWpN9gMod0ZssbFTIsen+WehTmEadgL+kg78xLJFdRfrrC//SavDzmRVdE+Ig==", "requires": { "@babel/runtime": "^7.7.6" } diff --git a/package.json b/package.json index e647f37..837f250 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@unlimited-react-components/material-button": "^1.2.5", "axios": "^0.24.0", "dotenv": "^10.0.0", - "history": "^5.1.0", + "history": "^5.2.0", "node-sass": "^6.0.1", "rc-highlight": "^1.3.0", "react": "^17.0.2",