From a41f7159f2b27a3670bcfa10e994381a6d3dfd63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:15:49 +0000 Subject: [PATCH] fix(deps): update dependency history to v5 --- package-lock.json | 27 +++++++++++++++++++-------- package.json | 2 +- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7624f5bd..ed5a6862 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,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", @@ -2683,6 +2683,20 @@ "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==", + "license": "MIT", + "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", @@ -12012,15 +12026,12 @@ } }, "node_modules/history": { - "version": "4.10.1", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", + "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", "license": "MIT", "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 83aae40b..e575b1c0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,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",