From bde8f758949b5427bb99acc400fde5ed73c88e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:10:40 +0000 Subject: [PATCH] fix(deps): bump sharp from 0.32.2 to 0.32.3 (#925) Bumps [sharp](https://github.com/lovell/sharp) from 0.32.2 to 0.32.3. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.2...v0.32.3) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aa0032..9aec93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "proj4": "2.9.0", "request": "2.88.2", "sanitize-filename": "1.6.3", - "sharp": "0.32.2", + "sharp": "0.32.3", "tileserver-gl-styles": "2.0.0" }, "bin": { @@ -7471,9 +7471,9 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, "node_modules/sharp": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.2.tgz", - "integrity": "sha512-e4hyWKtU7ks/rLmoPys476zhpQnLqPJopz4+5b6OPeyJfvCTInAp0pe5tGhstjsNdUvDLrUVGEwevewYdZM8Eg==", + "version": "0.32.3", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.3.tgz", + "integrity": "sha512-i1gFPiNqyqxC4ouVvCKj5G8WfPIMeeSxpKcMrjic6NY4e8zktW7bIdqHPc3FCG+pNKU/XCEabKA57hhvZi8UmQ==", "hasInstallScript": true, "dependencies": { "color": "^4.2.3", diff --git a/package.json b/package.json index 2c27721..019b75e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "proj4": "2.9.0", "request": "2.88.2", "sanitize-filename": "1.6.3", - "sharp": "0.32.2", + "sharp": "0.32.3", "tileserver-gl-styles": "2.0.0" }, "devDependencies": {