Skip to content

Commit 980445a

Browse files
chore(deps): update minor and patch for gatsby-plugin-sharp (#27132)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c90351b commit 980445a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "^7.12.1",
3131
"@babel/core": "^7.12.3",
32-
"@types/sharp": "^0.26.0",
32+
"@types/sharp": "^0.26.1",
3333
"babel-preset-gatsby-package": "^0.8.0-next.0",
3434
"cross-env": "^7.0.2",
3535
"gatsby-plugin-image": "^0.3.0-next.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4211,10 +4211,10 @@
42114211
"@types/express-serve-static-core" "*"
42124212
"@types/mime" "*"
42134213

4214-
"@types/sharp@^0.26.0":
4215-
version "0.26.0"
4216-
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.26.0.tgz#2fa8419dbdaca8dd38f73888b27b207f188a8669"
4217-
integrity sha512-oJrR8eiwpL7qykn2IeFRduXM4za7z+7yOUEbKVtuDQ/F6htDLHYO6IbzhaJQHV5n6O3adIh4tJvtgPyLyyydqg==
4214+
"@types/sharp@^0.26.0", "@types/sharp@^0.26.1":
4215+
version "0.26.1"
4216+
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.26.1.tgz#92f6b3e65fb02a54ac7027cea0d17cf64f0d2958"
4217+
integrity sha512-vOFcnP0+aQFDb+ToKVIj8ZV6xQ7pNYGGPeYweLHxyjoQUcIGj8iY9R3OVmJyRR5KUkb0Y4obBbMjoTrBXw6AQA==
42184218
dependencies:
42194219
"@types/node" "*"
42204220

@@ -22877,7 +22877,7 @@ source-map-support@^0.4.15:
2287722877
dependencies:
2287822878
source-map "^0.5.6"
2287922879

22880-
source-map-support@^0.5.0, source-map-support@^0.5.16, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.19:
22880+
source-map-support@^0.5.0, source-map-support@^0.5.16, source-map-support@^0.5.19, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.19:
2288122881
version "0.5.19"
2288222882
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
2288322883
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==

0 commit comments

Comments
 (0)