diff --git a/package-lock.json b/package-lock.json index aa9ce63e5..f5e3c5494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-import": "=2.29.1", "eslint-plugin-prettier": "=5.1.3", "expect": "^29.0.3", - "glob": "=10.4.1", + "glob": "=10.4.2", "husky": "^9.0.11", "inspectpack": "=4.7.1", "install": "=0.13.0", @@ -7227,15 +7227,16 @@ } }, "node_modules/glob": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz", - "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", + "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { @@ -11803,6 +11804,12 @@ "node": ">=6" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", diff --git a/package.json b/package.json index 674651343..cb0bd4cfc 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "eslint-plugin-import": "=2.29.1", "eslint-plugin-prettier": "=5.1.3", "expect": "^29.0.3", - "glob": "=10.4.1", + "glob": "=10.4.2", "husky": "^9.0.11", "inspectpack": "=4.7.1", "install": "=0.13.0",