Update CLI dependency

This commit is contained in:
Surma
2021-06-16 17:13:37 +01:00
parent 32e3528666
commit 851da25302
2 changed files with 8 additions and 8 deletions

14
cli/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.7.0", "version": "0.7.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@squoosh/lib": "^0.2.0", "@squoosh/lib": "^0.3.1",
"commander": "^7.2.0", "commander": "^7.2.0",
"json5": "^2.2.0", "json5": "^2.2.0",
"kleur": "^4.1.4", "kleur": "^4.1.4",
@@ -21,9 +21,9 @@
} }
}, },
"node_modules/@squoosh/lib": { "node_modules/@squoosh/lib": {
"version": "0.2.0", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.3.1.tgz",
"integrity": "sha512-zKId9h/LzEnCdoOGnIgjzvqbk5g2aHgfEqgKQ+S+r5K3TasgD/DAsT6r7v6gXft1ao0f/00CTcwIp1KviWTQbw==", "integrity": "sha512-ni8gyTGgW9lH/yqaqgkxerGT7daSWNU9mtvWqj+/1qqzIT9YGfFvnTtDQRMIRjRCKQ5pkK/COufvWKuzHI6Dxw==",
"dependencies": { "dependencies": {
"web-streams-polyfill": "^3.0.3" "web-streams-polyfill": "^3.0.3"
} }
@@ -342,9 +342,9 @@
}, },
"dependencies": { "dependencies": {
"@squoosh/lib": { "@squoosh/lib": {
"version": "0.2.0", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@squoosh/lib/-/lib-0.3.1.tgz",
"integrity": "sha512-zKId9h/LzEnCdoOGnIgjzvqbk5g2aHgfEqgKQ+S+r5K3TasgD/DAsT6r7v6gXft1ao0f/00CTcwIp1KviWTQbw==", "integrity": "sha512-ni8gyTGgW9lH/yqaqgkxerGT7daSWNU9mtvWqj+/1qqzIT9YGfFvnTtDQRMIRjRCKQ5pkK/COufvWKuzHI6Dxw==",
"requires": { "requires": {
"web-streams-polyfill": "^3.0.3" "web-streams-polyfill": "^3.0.3"
} }

View File

@@ -15,7 +15,7 @@
"author": "Google Chrome Developers <chromium-dev@google.com>", "author": "Google Chrome Developers <chromium-dev@google.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@squoosh/lib": "^0.2.0", "@squoosh/lib": "^0.3.1",
"commander": "^7.2.0", "commander": "^7.2.0",
"json5": "^2.2.0", "json5": "^2.2.0",
"kleur": "^4.1.4", "kleur": "^4.1.4",