diff --git a/cli/package-lock.json b/cli/package-lock.json index d7cf0ea7..5beee283 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,15 +1,15 @@ { "name": "@squoosh/cli", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squoosh/cli", - "version": "0.7.1", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@squoosh/lib": "^0.3.1", + "@squoosh/lib": "^0.4.0", "commander": "^7.2.0", "json5": "^2.2.0", "kleur": "^4.1.4", @@ -24,11 +24,15 @@ } }, "node_modules/@squoosh/lib": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.3.1.tgz", - "integrity": "sha512-ni8gyTGgW9lH/yqaqgkxerGT7daSWNU9mtvWqj+/1qqzIT9YGfFvnTtDQRMIRjRCKQ5pkK/COufvWKuzHI6Dxw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.4.0.tgz", + "integrity": "sha512-O1LyugWLZjMI4JZeZMA5vzfhfPjfMZXH5/HmVkRagP8B70wH3uoR7tjxfGNdSavey357MwL8YJDxbGwBBdHp7Q==", "dependencies": { + "wasm-feature-detect": "^1.2.11", "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": " ^12.5.0 || ^14.0.0 || ^16.0.0 " } }, "node_modules/ansi-regex": { @@ -326,6 +330,11 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, + "node_modules/wasm-feature-detect": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/wasm-feature-detect/-/wasm-feature-detect-1.2.11.tgz", + "integrity": "sha512-HUqwaodrQGaZgz1lZaNioIkog9tkeEJjrM3eq4aUL04whXOVDRc/o2EGb/8kV0QX411iAYWEqq7fMBmJ6dKS6w==" + }, "node_modules/wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", @@ -345,10 +354,11 @@ }, "dependencies": { "@squoosh/lib": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.3.1.tgz", - "integrity": "sha512-ni8gyTGgW9lH/yqaqgkxerGT7daSWNU9mtvWqj+/1qqzIT9YGfFvnTtDQRMIRjRCKQ5pkK/COufvWKuzHI6Dxw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.4.0.tgz", + "integrity": "sha512-O1LyugWLZjMI4JZeZMA5vzfhfPjfMZXH5/HmVkRagP8B70wH3uoR7tjxfGNdSavey357MwL8YJDxbGwBBdHp7Q==", "requires": { + "wasm-feature-detect": "^1.2.11", "web-streams-polyfill": "^3.0.3" } }, @@ -581,6 +591,11 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, + "wasm-feature-detect": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/wasm-feature-detect/-/wasm-feature-detect-1.2.11.tgz", + "integrity": "sha512-HUqwaodrQGaZgz1lZaNioIkog9tkeEJjrM3eq4aUL04whXOVDRc/o2EGb/8kV0QX411iAYWEqq7fMBmJ6dKS6w==" + }, "wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", diff --git a/cli/package.json b/cli/package.json index f55740ea..fc0f0afe 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@squoosh/cli", - "version": "0.7.1", + "version": "0.7.2", "description": "A CLI for Squoosh", "public": true, "type": "module", @@ -23,7 +23,7 @@ "node": " ^12.20.2 || ^14.13.1 || ^16.0.0 " }, "dependencies": { - "@squoosh/lib": "^0.3.1", + "@squoosh/lib": "^0.4.0", "commander": "^7.2.0", "json5": "^2.2.0", "kleur": "^4.1.4",