diff --git a/package-lock.json b/package-lock.json index bc0bf46e..83288f88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "chai": "^4.3.10", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", - "glob": "^10.3.14", + "glob": "^10.3.15", "mocha": "^10.4.0", "mocha-jenkins-reporter": "^0.4.8", "mvn-artifact-download": "^6.1.1", @@ -3697,9 +3697,9 @@ "optional": true }, "node_modules/glob": { - "version": "10.3.14", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.14.tgz", - "integrity": "sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==", + "version": "10.3.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz", + "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", @@ -3712,7 +3712,7 @@ "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 15de1129..9168df7e 100644 --- a/package.json +++ b/package.json @@ -272,7 +272,7 @@ "chai": "^4.3.10", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", - "glob": "^10.3.14", + "glob": "^10.3.15", "mocha": "^10.4.0", "mocha-jenkins-reporter": "^0.4.8", "mvn-artifact-download": "^6.1.1",