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",