Skip to content

Commit

Permalink
chore(deps): update dependency @types/sharp to ^0.28.5 (#32566)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 4, 2021
1 parent b1e4c2c commit ef9fa95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@types/sharp": "^0.28.3",
"@types/sharp": "^0.28.5",
"babel-preset-gatsby-package": "^1.12.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.12.0-next.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "^26.0.24",
"@types/node": "^14.17.7",
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.28.3",
"@types/sharp": "^0.28.5",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.12.0-next.0",
"msw": "^0.33.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@types/sharp": "^0.28.3",
"@types/sharp": "^0.28.5",
"babel-preset-gatsby-package": "^1.12.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4898,10 +4898,10 @@
dependencies:
"@types/node" "*"

"@types/sharp@^0.28.3":
version "0.28.3"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.28.3.tgz#0e57ede34d3e334632ab7a68a6af070aa0f51ceb"
integrity sha512-y3mxUj3jukIWgdu9CrSTSCo5HruTzDxdjn5SqdIEALdTszkcot9r8HX/7q9FMx3YjuXifTD0OI+d4wA6Pogqmw==
"@types/sharp@^0.28.5":
version "0.28.5"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.28.5.tgz#2095c304e24c310945d6ece7a9fd44b34272c93f"
integrity sha512-+RYU1NdKeDtTMau6HBbcVUCWjMiDydW4nRIGnOviwRxZxjJy0LqRdx0+YdxBKHcSlUWIYhD1XtiGQsUtInsjBQ==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit ef9fa95

Please sign in to comment.