diff --git a/package-lock.json b/package-lock.json index 7f7fa7940..0f59d06b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", "axios-mock-adapter": "^1.19.0", "enzyme": "3.11.0", - "glob": "7.1.6", + "glob": "7.2.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react-test-renderer": "^17.0.2", @@ -101,24 +101,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/cli/node_modules/glob": { - "version": "7.2.3", - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@babel/code-frame": { "version": "7.24.7", "license": "MIT", @@ -2050,24 +2032,6 @@ "proxy-from-env": "^1.1.0" } }, - "node_modules/@edx/frontend-platform/node_modules/glob": { - "version": "7.2.3", - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@edx/frontend-platform/node_modules/intl-messageformat": { "version": "10.5.11", "license": "BSD-3-Clause", @@ -8659,13 +8623,16 @@ "license": "MIT" }, "node_modules/glob": { - "version": "7.1.6", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, diff --git a/package.json b/package.json index e27f01c88..9043cc770 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", "axios-mock-adapter": "^1.19.0", "enzyme": "3.11.0", - "glob": "7.1.6", + "glob": "7.2.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react-test-renderer": "^17.0.2",