chore(support): update dependency sharp to v0.33.1 (#19547)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-23 01:02:54 +01:00
committed by GitHub
parent 923a40b5eb
commit 88ab563fa0
4 changed files with 12 additions and 15 deletions

21
package-lock.json generated
View File

@@ -23295,7 +23295,7 @@
"@appium/support": "^4.1.11",
"lodash": "4.17.21",
"lru-cache": "10.1.0",
"sharp": "0.33.0",
"sharp": "0.33.1",
"source-map-support": "0.5.21"
},
"engines": {
@@ -23390,7 +23390,7 @@
"bluebird": "3.7.2",
"lodash": "4.17.21",
"opencv-bindings": "4.5.5",
"sharp": "0.33.0",
"sharp": "0.33.1",
"source-map-support": "0.5.21"
},
"engines": {
@@ -23592,7 +23592,7 @@
"npm": ">=8"
},
"optionalDependencies": {
"sharp": "0.33.0"
"sharp": "0.33.1"
}
},
"packages/support/node_modules/@types/which": {
@@ -24308,7 +24308,7 @@
"@appium/support": "^4.1.11",
"lodash": "4.17.21",
"lru-cache": "10.1.0",
"sharp": "0.33.0",
"sharp": "0.33.1",
"source-map-support": "0.5.21"
},
"dependencies": {
@@ -24340,8 +24340,7 @@
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag=="
},
"sharp": {
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
"version": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
"integrity": "sha512-99DZKudjm/Rmz+M0/26t4DKpXyywAOJaayGS9boEn7FvgtG0RYBi46uPE2c+obcJRtA3AZa0QwJot63gJQ1F0Q==",
"requires": {
"@img/sharp-darwin-arm64": "0.33.0",
@@ -24377,7 +24376,7 @@
"bluebird": "3.7.2",
"lodash": "4.17.21",
"opencv-bindings": "4.5.5",
"sharp": "0.33.0",
"sharp": "0.33.1",
"source-map-support": "0.5.21"
},
"dependencies": {
@@ -24404,8 +24403,7 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"sharp": {
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
"version": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
"integrity": "sha512-99DZKudjm/Rmz+M0/26t4DKpXyywAOJaayGS9boEn7FvgtG0RYBi46uPE2c+obcJRtA3AZa0QwJot63gJQ1F0Q==",
"requires": {
"@img/sharp-darwin-arm64": "0.33.0",
@@ -24514,7 +24512,7 @@
"resolve-from": "5.0.0",
"sanitize-filename": "1.6.3",
"semver": "7.5.4",
"sharp": "0.33.0",
"sharp": "0.33.1",
"shell-quote": "1.8.1",
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
@@ -24650,8 +24648,7 @@
}
},
"sharp": {
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
"version": "https://registry.npmjs.org/sharp/-/sharp-0.33.0.tgz",
"integrity": "sha512-99DZKudjm/Rmz+M0/26t4DKpXyywAOJaayGS9boEn7FvgtG0RYBi46uPE2c+obcJRtA3AZa0QwJot63gJQ1F0Q==",
"optional": true,
"requires": {

View File

@@ -43,7 +43,7 @@
"@appium/support": "^4.1.11",
"lodash": "4.17.21",
"lru-cache": "10.1.0",
"sharp": "0.33.0",
"sharp": "0.33.1",
"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.33.0",
"sharp": "0.33.1",
"source-map-support": "0.5.21"
},
"engines": {

View File

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