From 41ae88682129f3ca234d37931c817f0d5ba02b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 20:01:00 +0000 Subject: [PATCH] build(deps): bump optipng-bin from 8.1.0 to 9.0.0 Bumps [optipng-bin](https://github.com/imagemin/optipng-bin) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/imagemin/optipng-bin/releases) - [Commits](https://github.com/imagemin/optipng-bin/compare/v8.1.0...v9.0.0) --- updated-dependencies: - dependency-name: optipng-bin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2865e98..b6a54ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "is-svg": "^4.3.2", "jpeg-recompress-bin": "^6.0.1", "mozjpeg": "^8.0.0", - "optipng-bin": "^8.1.0", + "optipng-bin": "^9.0.0", "plugin-error": "^1.0.1", "pngquant-bin": "^7.0.2", "pretty-bytes": "^5.6.0", @@ -6796,9 +6796,9 @@ } }, "node_modules/optipng-bin": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-8.1.0.tgz", - "integrity": "sha512-RZcT8AFfidQs5r2m8w3A7eh9Snag0TY0IwP7O+2ugCPnTuGQdQve/TBz1easnyvTVzzEwk8YJwbf2k05mcaEGQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-9.0.0.tgz", + "integrity": "sha512-uDcmcNK4MRSM5ezLThUPI7fc9ZxlQMqnxhWxIc7foCcUZZ2LvzbcJwwVEsU78tC3t9B68dwE4y/m6at10Z93UA==", "hasInstallScript": true, "dependencies": { "bin-build": "^3.0.0", @@ -6808,7 +6808,7 @@ "optipng": "cli.js" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": "^14.13.1 || >=16.0.0" } }, "node_modules/ora": { @@ -15484,9 +15484,9 @@ } }, "optipng-bin": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-8.1.0.tgz", - "integrity": "sha512-RZcT8AFfidQs5r2m8w3A7eh9Snag0TY0IwP7O+2ugCPnTuGQdQve/TBz1easnyvTVzzEwk8YJwbf2k05mcaEGQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-9.0.0.tgz", + "integrity": "sha512-uDcmcNK4MRSM5ezLThUPI7fc9ZxlQMqnxhWxIc7foCcUZZ2LvzbcJwwVEsU78tC3t9B68dwE4y/m6at10Z93UA==", "requires": { "bin-build": "^3.0.0", "bin-wrapper": "^4.0.0" diff --git a/package.json b/package.json index e533244..5f0c0f4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "is-svg": "^4.3.2", "jpeg-recompress-bin": "^6.0.1", "mozjpeg": "^8.0.0", - "optipng-bin": "^8.1.0", + "optipng-bin": "^9.0.0", "plugin-error": "^1.0.1", "pngquant-bin": "^7.0.2", "pretty-bytes": "^5.6.0",