From 2888d32cc1d5c65c2c3f405083c8907cee8044b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:39:07 +0000 Subject: [PATCH] Bump sharp from 0.32.5 to 0.32.6 Bumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.32.6. - [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.5...v0.32.6) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d098e0..242e303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-compare-slider": "^2.2.0", "react-select": "^5.7.4", "react-tooltip": "^5.18.1", - "sharp": "^0.32.5", + "sharp": "^0.32.6", "tailwind-scrollbar": "^3.0.4", "theme-change": "^2.5.0" }, @@ -5731,9 +5731,9 @@ } }, "node_modules/sharp": { - "version": "0.32.5", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.5.tgz", - "integrity": "sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==", + "version": "0.32.6", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", + "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", "hasInstallScript": true, "dependencies": { "color": "^4.2.3", @@ -10830,9 +10830,9 @@ } }, "sharp": { - "version": "0.32.5", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.5.tgz", - "integrity": "sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==", + "version": "0.32.6", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", + "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", "requires": { "color": "^4.2.3", "detect-libc": "^2.0.2", diff --git a/package.json b/package.json index ff6827a..baaa770 100644 --- a/package.json +++ b/package.json @@ -233,7 +233,7 @@ "react-compare-slider": "^2.2.0", "react-select": "^5.7.4", "react-tooltip": "^5.18.1", - "sharp": "^0.32.5", + "sharp": "^0.32.6", "tailwind-scrollbar": "^3.0.4", "theme-change": "^2.5.0" },