chore(support): update dependency sharp to v0.32.5

This commit is contained in:
renovate[bot]
2023-08-20 09:37:53 +00:00
parent d5f3a288c2
commit c8e9059711
4 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View File

@@ -18806,9 +18806,9 @@
}
},
"node_modules/sharp": {
"version": "0.32.4",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.4.tgz",
"integrity": "sha512-exUnZewqVZC6UXqXuQ8fyJJv0M968feBi04jb9GcUHrWtkRoAKnbJt8IfwT4NJs7FskArbJ14JAFGVuooszoGg==",
"version": "0.32.5",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.5.tgz",
"integrity": "sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==",
"hasInstallScript": true,
"dependencies": {
"color": "^4.2.3",
@@ -22451,7 +22451,7 @@
"@appium/opencv": "^2.1.2",
"lodash": "4.17.21",
"lru-cache": "7.18.3",
"sharp": "0.32.4",
"sharp": "0.32.5",
"source-map-support": "0.5.21"
},
"engines": {
@@ -22478,7 +22478,7 @@
"bluebird": "3.7.2",
"lodash": "4.17.21",
"opencv-bindings": "4.5.5",
"sharp": "0.32.4",
"sharp": "0.32.5",
"source-map-support": "0.5.21"
},
"engines": {
@@ -22613,7 +22613,7 @@
"npm": ">=8"
},
"optionalDependencies": {
"sharp": "0.32.4"
"sharp": "0.32.5"
}
},
"packages/support/node_modules/@types/which": {
@@ -23174,7 +23174,7 @@
"@appium/opencv": "^2.1.2",
"lodash": "4.17.21",
"lru-cache": "7.18.3",
"sharp": "0.32.4",
"sharp": "0.32.5",
"source-map-support": "0.5.21"
},
"dependencies": {
@@ -23190,7 +23190,7 @@
"bluebird": "3.7.2",
"lodash": "4.17.21",
"opencv-bindings": "4.5.5",
"sharp": "0.32.4",
"sharp": "0.32.5",
"source-map-support": "0.5.21"
}
},
@@ -23274,7 +23274,7 @@
"resolve-from": "5.0.0",
"sanitize-filename": "1.6.3",
"semver": "7.5.4",
"sharp": "0.32.4",
"sharp": "0.32.5",
"shell-quote": "1.8.1",
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
@@ -36129,9 +36129,9 @@
}
},
"sharp": {
"version": "0.32.4",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.4.tgz",
"integrity": "sha512-exUnZewqVZC6UXqXuQ8fyJJv0M968feBi04jb9GcUHrWtkRoAKnbJt8IfwT4NJs7FskArbJ14JAFGVuooszoGg==",
"version": "0.32.5",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.5.tgz",
"integrity": "sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==",
"requires": {
"color": "^4.2.3",
"detect-libc": "^2.0.2",

View File

@@ -42,7 +42,7 @@
"@appium/opencv": "^2.1.2",
"lodash": "4.17.21",
"lru-cache": "7.18.3",
"sharp": "0.32.4",
"sharp": "0.32.5",
"source-map-support": "0.5.21"
},
"peerDependencies": {

View File

@@ -45,7 +45,7 @@
"bluebird": "3.7.2",
"lodash": "4.17.21",
"opencv-bindings": "4.5.5",
"sharp": "0.32.4",
"sharp": "0.32.5",
"source-map-support": "0.5.21"
},
"engines": {

View File

@@ -96,7 +96,7 @@
"yauzl": "2.10.0"
},
"optionalDependencies": {
"sharp": "0.32.4"
"sharp": "0.32.5"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",