diff --git a/package-lock.json b/package-lock.json index 7e1d156f..5262961e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,12 +13,12 @@ "axios": "^1.7.2", "cli-progress": "^3.12.0", "compressing": "^1.10.1", - "glob": "^10.4.1", + "glob": "^10.4.2", "node-gyp": "^10.1.0", "plist": "^3.1.0", "resedit": "^2.0.2", "semver": "^7.6.2", - "tar": "^7.2.0", + "tar": "^7.4.0", "yargs": "^17.7.2", "yauzl-promise": "^4.0.0" }, @@ -26,7 +26,7 @@ "nwbuild": "src/cli.js" }, "devDependencies": { - "@stylistic/eslint-plugin-js": "^2.2.1", + "@stylistic/eslint-plugin-js": "^2.2.2", "@vitest/coverage-v8": "^1.6.0", "base-volta-off-of-nwjs": "^1.0.5", "eslint": "^9.4.0", @@ -1343,9 +1343,9 @@ "dev": true }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.2.1.tgz", - "integrity": "sha512-M2dQkKw2R4R+b1SJ/xElJ9bDVq/vCI31VpIIxkZD9KXCqbUHvtsGpZH3eO6MzmFWOZj4PfNdEQdP332MtqjCPg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.2.2.tgz", + "integrity": "sha512-Vj2Q1YHVvJw+ThtOvmk5Yx7wZanVrIBRUTT89horLDb4xdP9GA1um9XOYQC6j67VeUC2gjZQnz5/RVJMzaOhtw==", "dev": true, "dependencies": { "@types/eslint": "^8.56.10", @@ -2869,14 +2869,15 @@ } }, "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==", "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": { @@ -4240,6 +4241,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "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==" + }, "node_modules/pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", @@ -4974,13 +4980,13 @@ } }, "node_modules/tar": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.2.0.tgz", - "integrity": "sha512-hctwP0Nb4AB60bj8WQgRYaMOuJYRAPMGiQUAotms5igN8ppfQM+IvjQ5HcKu1MaZh2Wy2KWVTe563Yj8dfc14w==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.0.tgz", + "integrity": "sha512-XQs0S8fuAkQWuqhDeCdMlJXDX80D7EOVLDPVFkna9yQfzS+PHKgfxcei0jf6/+QAWcjqrnC8uM3fSAnrQl+XYg==", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", - "minipass": "^7.1.0", + "minipass": "^7.1.2", "minizlib": "^3.0.1", "mkdirp": "^3.0.1", "yallist": "^5.0.0" diff --git a/package.json b/package.json index 44ba8d83..f0cae09a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "demo": "cd test/fixture && node demo.js" }, "devDependencies": { - "@stylistic/eslint-plugin-js": "^2.2.1", + "@stylistic/eslint-plugin-js": "^2.2.2", "@vitest/coverage-v8": "^1.6.0", "base-volta-off-of-nwjs": "^1.0.5", "eslint": "^9.4.0", @@ -66,12 +66,12 @@ "axios": "^1.7.2", "cli-progress": "^3.12.0", "compressing": "^1.10.1", - "glob": "^10.4.1", + "glob": "^10.4.2", "node-gyp": "^10.1.0", "plist": "^3.1.0", "resedit": "^2.0.2", "semver": "^7.6.2", - "tar": "^7.2.0", + "tar": "^7.4.0", "yargs": "^17.7.2", "yauzl-promise": "^4.0.0" },