Skip to content

Commit

Permalink
build(deps): bump gatsby-plugin-image from 3.12.3 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.12.3 to 3.13.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.13.0/packages/gatsby-plugin-image)

---
updated-dependencies:
- dependency-name: gatsby-plugin-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent e5b8f99 commit 10b29f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-analytics": "^5.12.0",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sharp": "^5.12.3",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3820,7 +3820,7 @@ babel-plugin-polyfill-regenerator@^0.5.3:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.4.3"

babel-plugin-remove-graphql-queries@^5.12.1, babel-plugin-remove-graphql-queries@^5.13.0:
babel-plugin-remove-graphql-queries@^5.13.0:
version "5.13.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.13.0.tgz#d59cf6dac371eb37d0d6521ef70e6c5697920b13"
integrity sha512-ZqrQUsnkOuEEjofPXSDfBbDY0CYEQEieofyaBIg/apQop+eQCmMphWPMd7/57MLMZi1Dnq1yw1FfSWO50LmhjA==
Expand Down Expand Up @@ -6649,23 +6649,23 @@ gatsby-plugin-google-analytics@^5.12.0:
minimatch "^3.1.2"
web-vitals "^1.1.2"

gatsby-plugin-image@^3.12.3:
version "3.12.3"
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-3.12.3.tgz#7e1484d014afbe0005497934b4215938a69fcf56"
integrity sha512-945XpVY/14M9msfOI2fulunEUSJnw0YnwfbRq7omvqAWOH/fCnXWkyYj89NAcmNIOSM/a+KgQyaIDosnVHXdpw==
gatsby-plugin-image@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-3.13.0.tgz#4de107edcb2e812dc66bdab77972b5830497ead0"
integrity sha512-l5aEZbl81lTJUzchL03CzbjOADmbSKUMcBP+TO4j5Mu//K286ilfNUa97QD6VeaWeLEBMCK2tACc+8wmgYmxvQ==
dependencies:
"@babel/code-frame" "^7.18.6"
"@babel/parser" "^7.20.13"
"@babel/runtime" "^7.20.13"
"@babel/traverse" "^7.20.13"
babel-jsx-utils "^1.1.0"
babel-plugin-remove-graphql-queries "^5.12.1"
babel-plugin-remove-graphql-queries "^5.13.0"
camelcase "^6.3.0"
chokidar "^3.5.3"
common-tags "^1.8.2"
fs-extra "^11.1.1"
gatsby-core-utils "^4.12.1"
gatsby-plugin-utils "^4.12.3"
gatsby-core-utils "^4.13.0"
gatsby-plugin-utils "^4.13.0"
objectFitPolyfill "^2.3.5"
prop-types "^15.8.1"

Expand Down Expand Up @@ -6778,13 +6778,6 @@ gatsby-sharp@^1.13.0:
dependencies:
sharp "^0.32.6"

gatsby-sharp@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-1.13.0.tgz#4d55d877ed3a5c9cd7ac45f27e13d07acb99993b"
integrity sha512-DviUtgm7tatSd1Hm54o/orHimOcyXBO9OJkSfzEchPFClvOza+2Qe/lqZShio0gFDxmG0Jgn0XCLzG7uH5VyJQ==
dependencies:
sharp "^0.32.6"

gatsby-source-contentful@^8.13.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/gatsby-source-contentful/-/gatsby-source-contentful-8.13.0.tgz#cf043b6a7b6f322f4ad3122cb4c54aff3b702085"
Expand Down

0 comments on commit 10b29f8

Please sign in to comment.