diff --git a/package-lock.json b/package-lock.json index cfec444d..e5088c2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/jest": "29.5.12", "@types/js-yaml": "4.0.9", "@types/node": "18.19.48", - "@types/sharp": "0.31.1", + "@types/sharp": "0.32.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "barrelsby": "2.8.1", @@ -2059,13 +2059,14 @@ "license": "MIT" }, "node_modules/@types/sharp": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.31.1.tgz", - "integrity": "sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==", + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.32.0.tgz", + "integrity": "sha512-OOi3kL+FZDnPhVzsfD37J88FNeZh6gQsGcLc95NbeURRGvmSjeXiDcyWzF2o3yh/gQAUn2uhh/e+CPCa5nwAxw==", + "deprecated": "This is a stub types definition. sharp provides its own type definitions, so you do not need this installed.", "dev": true, "license": "MIT", "dependencies": { - "@types/node": "*" + "sharp": "*" } }, "node_modules/@types/stack-utils": { diff --git a/package.json b/package.json index 17127e94..6e3ea00a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/jest": "29.5.12", "@types/js-yaml": "4.0.9", "@types/node": "18.19.48", - "@types/sharp": "0.31.1", + "@types/sharp": "0.32.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "barrelsby": "2.8.1",