1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-14 10:47:56 +01:00

Bump sharp from 0.32.5 to 0.32.6 (#570)

This commit is contained in:
Aaron Liu 2023-11-16 16:49:20 -05:00 committed by GitHub
commit cabf1158c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"react-compare-slider": "^2.2.0", "react-compare-slider": "^2.2.0",
"react-select": "^5.7.4", "react-select": "^5.7.4",
"react-tooltip": "^5.18.1", "react-tooltip": "^5.18.1",
"sharp": "^0.32.5", "sharp": "^0.32.6",
"tailwind-scrollbar": "^3.0.4", "tailwind-scrollbar": "^3.0.4",
"theme-change": "^2.5.0" "theme-change": "^2.5.0"
}, },
@ -5731,9 +5731,9 @@
} }
}, },
"node_modules/sharp": { "node_modules/sharp": {
"version": "0.32.5", "version": "0.32.6",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.5.tgz", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz",
"integrity": "sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==", "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"color": "^4.2.3", "color": "^4.2.3",
@ -10830,9 +10830,9 @@
} }
}, },
"sharp": { "sharp": {
"version": "0.32.5", "version": "0.32.6",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.5.tgz", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz",
"integrity": "sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==", "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==",
"requires": { "requires": {
"color": "^4.2.3", "color": "^4.2.3",
"detect-libc": "^2.0.2", "detect-libc": "^2.0.2",

View File

@ -233,7 +233,7 @@
"react-compare-slider": "^2.2.0", "react-compare-slider": "^2.2.0",
"react-select": "^5.7.4", "react-select": "^5.7.4",
"react-tooltip": "^5.18.1", "react-tooltip": "^5.18.1",
"sharp": "^0.32.5", "sharp": "^0.32.6",
"tailwind-scrollbar": "^3.0.4", "tailwind-scrollbar": "^3.0.4",
"theme-change": "^2.5.0" "theme-change": "^2.5.0"
}, },