diff --git a/package-lock.json b/package-lock.json index 7ead2eaf2..351a458e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "font-awesome": "4.7.0", "form-urlencoded": "6.0.7", "glob": "8.0.3", - "history": "^4.10.1", + "history": "^5.0.0", "i": "^0.3.7", "i18n-iso-countries": "7.5.0", "iso-countries-languages": "0.3.0", @@ -2519,6 +2519,19 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@edx/frontend-platform/node_modules/history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "dependencies": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, "node_modules/@edx/frontend-platform/node_modules/i18n-iso-countries": { "version": "4.3.1", "license": "MIT", @@ -11496,15 +11509,11 @@ } }, "node_modules/history": { - "version": "4.10.1", - "license": "MIT", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", + "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", "dependencies": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" + "@babel/runtime": "^7.7.6" } }, "node_modules/hoist-non-react-statics": { diff --git a/package.json b/package.json index 6fe2613ec..9f8804e12 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "font-awesome": "4.7.0", "form-urlencoded": "6.0.7", "glob": "8.0.3", - "history": "^4.10.1", + "history": "^5.0.0", "i": "^0.3.7", "i18n-iso-countries": "7.5.0", "iso-countries-languages": "0.3.0",