From edc1f213c714ea4d49c8e893a05a2d050388fc5e Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 10 Nov 2022 23:51:14 +0100 Subject: [PATCH] refs #4609 sharp updated --- package-lock.json | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 390d48e0b..9b739695f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "puppeteer": "^18.0.5", "read-chunk": "^3.2.0", "require-yaml": "0.0.1", - "sharp": "^0.31.0", + "sharp": "^0.31.2", "smbhash": "0.0.1", "strong-error-handler": "^2.3.2", "uuid": "^3.3.3", @@ -19100,8 +19100,9 @@ }, "node_modules/sharp": { "version": "0.31.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.2.tgz", + "integrity": "sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==", "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { "color": "^4.2.3", "detect-libc": "^2.0.1", @@ -37065,6 +37066,8 @@ }, "sharp": { "version": "0.31.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.2.tgz", + "integrity": "sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==", "requires": { "color": "^4.2.3", "detect-libc": "^2.0.1", diff --git a/package.json b/package.json index 26c164832..b5de7aa25 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "puppeteer": "^18.0.5", "read-chunk": "^3.2.0", "require-yaml": "0.0.1", - "sharp": "^0.31.0", + "sharp": "^0.31.2", "smbhash": "0.0.1", "strong-error-handler": "^2.3.2", "uuid": "^3.3.3",