diff --git a/package-lock.json b/package-lock.json index 870175c..0ea9bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-7z-archive", - "version": "0.9.10", + "version": "0.9.11", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -545,22 +545,22 @@ "optional": true }, "node-sys": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/node-sys/-/node-sys-1.0.6.tgz", - "integrity": "sha512-96upodWkf2IRVtWmwUldLLDDPUqRnp2HisedQGuA2YgYsG/2q2M8xo5lym7Utn0/9jHCAJx6dOfFQ+yzXzSAAQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/node-sys/-/node-sys-1.1.1.tgz", + "integrity": "sha512-wkusZYGZISSJ4C6UQFggkxRH/RpGDBlO1PueyyNvRGbz4Q3BsuPSnH8o0qjT81xOL0dx7P4TVvfZSnXGhTAbyQ==", "requires": { "minimist": "1.2.5", "which": "^2.0.2" } }, "node-unar": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/node-unar/-/node-unar-1.0.4.tgz", - "integrity": "sha512-mqp+f5pmKCoxDpcOxkKXq7qqlzlv6WZGvKeg7dUI6EHu7JRn4YW8FC5iPlwQFQCVJ/rzm7U8oAxHXmpRRKZE/A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/node-unar/-/node-unar-1.0.5.tgz", + "integrity": "sha512-AOQsGkzLlbnqlYcnDVgf1r96szA/S8iKGMDqLnj2z3Dl3oL8T+rtPvI5JiS9irnEFO8rk7C/gVzRc21OfbDT7w==", "requires": { "fs-extra": "^9.0.1", "node-stream-zip": "^1.12.0", - "node-sys": "^1.0.6", + "node-sys": "^1.1.1", "node-wget-fetch": "^1.1.0", "when": "^3.7.8" } diff --git a/package.json b/package.json index 7a0ec2f..75dcfb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-7z-archive", - "version": "0.9.10", + "version": "0.9.11", "description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.", "type": "module", "main": "lib/index.mjs", @@ -72,8 +72,8 @@ "node": ">=12.0.0" }, "dependencies": { - "node-unar": "^1.0.4", - "node-sys": "^1.0.6", + "node-unar": "^1.0.5", + "node-sys": "^1.1.1", "fs-extra": "^9.0.1", "node-wget-fetch": "^1.1.0", "when": "^3.7.8",