Skip to content

Commit 79186ab

Browse files
chore(deps): update dependency @types/sharp to ^0.29.5 (#34356)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b21feb3 commit 79186ab

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "^7.15.4",
3131
"@babel/core": "^7.15.5",
32-
"@types/sharp": "^0.29.4",
32+
"@types/sharp": "^0.29.5",
3333
"babel-preset-gatsby-package": "^2.5.0-next.0",
3434
"cross-env": "^7.0.3",
3535
"gatsby-plugin-image": "^2.5.0-next.2"

packages/gatsby-source-shopify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/node": "^14.17.34",
3232
"@types/node-fetch": "^2.5.12",
33-
"@types/sharp": "^0.29.4",
33+
"@types/sharp": "^0.29.5",
3434
"cross-env": "^7.0.3",
3535
"gatsby-plugin-image": "^2.5.0-next.2",
3636
"msw": "^0.35.0",

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@babel/cli": "^7.15.4",
2121
"@babel/core": "^7.15.5",
22-
"@types/sharp": "^0.29.4",
22+
"@types/sharp": "^0.29.5",
2323
"babel-preset-gatsby-package": "^2.5.0-next.0",
2424
"cross-env": "^7.0.3"
2525
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4281,10 +4281,10 @@
42814281
dependencies:
42824282
"@types/node" "*"
42834283

4284-
"@types/sharp@^0.29.4":
4285-
version "0.29.4"
4286-
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.29.4.tgz#e47d8677befc9944d4b9d76ed837452814166de0"
4287-
integrity sha512-asrPef2LYenr76zBzyy+Fw40yGzq/q/CY77mUP5n43DnuWjQoOB+8vxnzFcqccz+LF+A7mbnknGCfpVWSG82Bw==
4284+
"@types/sharp@^0.29.5":
4285+
version "0.29.5"
4286+
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.29.5.tgz#9c7032d30d138ad16dde6326beaff2af757b91b3"
4287+
integrity sha512-3TC+S3H5RwnJmLYMHrcdfNjz/CaApKmujjY9b6PU/pE6n0qfooi99YqXGWoW8frU9EWYj/XTI35Pzxa+ThAZ5Q==
42884288
dependencies:
42894289
"@types/node" "*"
42904290

0 commit comments

Comments
 (0)