Skip to content

Commit f5aab7e

Browse files
Bump gatsby-image from 3.1.0 to 3.11.0 (#548)
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.1.0 to 3.11.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/[email protected]/packages/gatsby-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-image) --- updated-dependencies: - dependency-name: gatsby-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682701c commit f5aab7e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@weknow/gatsby-remark-twitter": "0.2.3",
55
"gatsby": "2.32.12",
66
"gatsby-embedder-excalidraw": "1.1.4",
7-
"gatsby-image": "3.1.0",
7+
"gatsby-image": "3.11.0",
88
"gatsby-plugin-canonical-urls": "2.10.0",
99
"gatsby-plugin-dark-mode": "1.1.2",
1010
"gatsby-plugin-feed": "2.13.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,10 +1025,10 @@
10251025
core-js-pure "^3.0.0"
10261026
regenerator-runtime "^0.13.4"
10271027

1028-
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1029-
version "7.13.10"
1030-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
1031-
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
1028+
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.6", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1029+
version "7.16.0"
1030+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
1031+
integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
10321032
dependencies:
10331033
regenerator-runtime "^0.13.4"
10341034

@@ -6331,12 +6331,12 @@ gatsby-graphiql-explorer@^0.11.0:
63316331
dependencies:
63326332
"@babel/runtime" "^7.12.5"
63336333

6334-
gatsby-image@3.1.0:
6335-
version "3.1.0"
6336-
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-3.1.0.tgz#5b40682eba42696c04bfa776fa7d8477517d3959"
6337-
integrity sha512-wF/Ck0IagcUeVCtS7E9TYYPR5w95Dgiiu5soysI92Rvjw0KIBYA2nXWcC7JO7nV9ef4UBwJR4Dy4rjHIdOPI9w==
6334+
gatsby-image@3.11.0:
6335+
version "3.11.0"
6336+
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-3.11.0.tgz#9070ffd1e656b801052acfa9e470c34427c099e0"
6337+
integrity sha512-vRMhGLrgyQRH2RYs8leyZ1UyWYIew+NOZEsKur1w6gnWDf0U9UVmYFa9OIE1Vedlo1W+on3AuZ3/KwM+cI69VQ==
63386338
dependencies:
6339-
"@babel/runtime" "^7.12.5"
6339+
"@babel/runtime" "^7.14.6"
63406340
object-fit-images "^3.2.4"
63416341
prop-types "^15.7.2"
63426342

0 commit comments

Comments
 (0)