From 77f8fc53b3113d4d8b10b52358b32186c670a7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 23:07:39 +0000 Subject: [PATCH] Bump @squoosh/lib from 0.3.1 to 0.4.1 Bumps [@squoosh/lib](https://github.com/GoogleChromeLabs/squoosh) from 0.3.1 to 0.4.1. - [Release notes](https://github.com/GoogleChromeLabs/squoosh/releases) - [Commits](https://github.com/GoogleChromeLabs/squoosh/commits) --- updated-dependencies: - dependency-name: "@squoosh/lib" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7db8b5..bf8e1a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.9.0", "license": "MIT", "dependencies": { - "@squoosh/lib": "^0.3.1", + "@squoosh/lib": "^0.4.0", "fancy-log": "^2.0.0", "picocolors": "^1.0.0", "plugin-error": "^2.0.0", @@ -961,11 +961,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/@tootallnate/once": { @@ -9558,6 +9562,11 @@ "makeerror": "1.0.12" } }, + "node_modules/wasm-feature-detect": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/wasm-feature-detect/-/wasm-feature-detect-1.3.0.tgz", + "integrity": "sha512-w9datO3OReMouWgKOelvu1CozmLK/VbkXOtlzNTanBJpR0uBHyUwS3EYdXf5vBPoHKYS0lpuYo91rpqMNIZM9g==" + }, "node_modules/web-streams-polyfill": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", @@ -10722,10 +10731,11 @@ } }, "@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" } }, @@ -17472,6 +17482,11 @@ "makeerror": "1.0.12" } }, + "wasm-feature-detect": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/wasm-feature-detect/-/wasm-feature-detect-1.3.0.tgz", + "integrity": "sha512-w9datO3OReMouWgKOelvu1CozmLK/VbkXOtlzNTanBJpR0uBHyUwS3EYdXf5vBPoHKYS0lpuYo91rpqMNIZM9g==" + }, "web-streams-polyfill": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", diff --git a/package.json b/package.json index 71d2ea6..913c6a1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "generate-changelog": "npx conventional-changelog-cli -i CHANGELOG.md -su" }, "dependencies": { - "@squoosh/lib": "^0.3.1", + "@squoosh/lib": "^0.4.0", "fancy-log": "^2.0.0", "picocolors": "^1.0.0", "plugin-error": "^2.0.0",