Bump gatsby-plugin-image from 1.12.0 to 1.13.0 (#631)

Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.12.0 to 1.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@1.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-10 19:55:07 +02:00 committed by GitHub
parent 44d7aff569
commit a10ea886ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -13,7 +13,7 @@
"axios": "^0.21.1",
"file-saver": "^2.0.5",
"gatsby": "^3.12.1",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.12.0",
@ -5473,9 +5473,9 @@
}
},
"node_modules/babel-plugin-remove-graphql-queries": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.12.0.tgz",
"integrity": "sha512-0ZfLBZ3MWJpAOec3x0QqPFOOsHXsSRNtv8OIGE0/bKvG7ke2aUuMldg3REwdN6Aa4S+zYUW02IQfvICsZFryJQ==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.13.0.tgz",
"integrity": "sha512-6kznO5vqrcVAZLwwJwDev4QyjjRhW+G665NZgdUsjF/j9pikyZ5zp58c75wijkY7eXH2W1lhzd4GS3zxLQibCQ==",
"engines": {
"node": ">=12.13.0"
},
@ -11612,20 +11612,20 @@
}
},
"node_modules/gatsby-plugin-image": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.12.0.tgz",
"integrity": "sha512-eypDaUsGbJ71XZ7j8eBA+rmErDEIR08+/A6ql0OY6xmX4ssjmIFQT4veOAzFxEbq/ee5DkNNkvgBVm8wKM1J4w==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.13.0.tgz",
"integrity": "sha512-ZJcModngwC+2r/mQRz03kWpEpeA4OfgJeyCKC3wBjx3dr8n5fpYRmhnX21U6Wh9QyjdVh0sHykmYEgs2vrPa1A==",
"dependencies": {
"@babel/code-frame": "^7.14.0",
"@babel/parser": "^7.14.9",
"@babel/traverse": "^7.14.9",
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^3.12.0",
"babel-plugin-remove-graphql-queries": "^3.13.0",
"camelcase": "^5.3.1",
"chokidar": "^3.5.1",
"common-tags": "^1.8.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.12.0",
"gatsby-core-utils": "^2.13.0",
"objectFitPolyfill": "^2.3.0",
"prop-types": "^15.7.2"
},
@ -35771,9 +35771,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.12.0.tgz",
"integrity": "sha512-0ZfLBZ3MWJpAOec3x0QqPFOOsHXsSRNtv8OIGE0/bKvG7ke2aUuMldg3REwdN6Aa4S+zYUW02IQfvICsZFryJQ==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.13.0.tgz",
"integrity": "sha512-6kznO5vqrcVAZLwwJwDev4QyjjRhW+G665NZgdUsjF/j9pikyZ5zp58c75wijkY7eXH2W1lhzd4GS3zxLQibCQ==",
"requires": {}
},
"babel-plugin-syntax-object-rest-spread": {
@ -40655,20 +40655,20 @@
}
},
"gatsby-plugin-image": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.12.0.tgz",
"integrity": "sha512-eypDaUsGbJ71XZ7j8eBA+rmErDEIR08+/A6ql0OY6xmX4ssjmIFQT4veOAzFxEbq/ee5DkNNkvgBVm8wKM1J4w==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.13.0.tgz",
"integrity": "sha512-ZJcModngwC+2r/mQRz03kWpEpeA4OfgJeyCKC3wBjx3dr8n5fpYRmhnX21U6Wh9QyjdVh0sHykmYEgs2vrPa1A==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@babel/parser": "^7.14.9",
"@babel/traverse": "^7.14.9",
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^3.12.0",
"babel-plugin-remove-graphql-queries": "^3.13.0",
"camelcase": "^5.3.1",
"chokidar": "^3.5.1",
"common-tags": "^1.8.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.12.0",
"gatsby-core-utils": "^2.13.0",
"objectFitPolyfill": "^2.3.0",
"prop-types": "^15.7.2"
},

View File

@ -24,7 +24,7 @@
"axios": "^0.21.1",
"file-saver": "^2.0.5",
"gatsby": "^3.12.1",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.12.0",