diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-06 06:54:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 06:54:53 -0400 |
| commit | ad33e4267233b3dd8a5998d5318b65fddb971924 (patch) | |
| tree | abf8976a17767abfbfe5f8252b70ac5a91311693 | |
| parent | bdb360bc18500729d3b2599944f582ea845c3b21 (diff) | |
| download | submelon.dev-ad33e4267233b3dd8a5998d5318b65fddb971924.tar.gz submelon.dev-ad33e4267233b3dd8a5998d5318b65fddb971924.tar.bz2 submelon.dev-ad33e4267233b3dd8a5998d5318b65fddb971924.zip | |
Bump gatsby-plugin-image from 3.8.0 to 3.9.0 (#156)
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.8.0 to 3.9.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.9.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>
| -rw-r--r-- | package-lock.json | 30 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json index 86d0ab2..6b83dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "babel-plugin-styled-components": "^2.1.1", "gatsby": "5.9.0", "gatsby-plugin-html-attributes": "^1.0.5", - "gatsby-plugin-image": "3.8.0", + "gatsby-plugin-image": "3.9.0", "gatsby-plugin-manifest": "5.9.0", "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", @@ -9055,22 +9055,22 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.8.0.tgz", - "integrity": "sha512-VbTriPNucfb+9JyphrRsZb6BH3xPxU2wwjKPd/7QXzsHRnljt7fQblt3FyLVmJe9XH9YBBBZyIoZOu3Vm2XbBQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.9.0.tgz", + "integrity": "sha512-9oTzosYPRwrw3BNgHgh+0BCpqBE83tBnuM7wuorHehdo1dmcGmz96e7qWfaRLY1LR08kxXLmbW0dWNZJXv66CQ==", "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.8.0", + "babel-plugin-remove-graphql-queries": "^5.9.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.8.0", - "gatsby-plugin-utils": "^4.8.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", + "gatsby-plugin-utils": "^4.9.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, @@ -23569,22 +23569,22 @@ } }, "gatsby-plugin-image": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.8.0.tgz", - "integrity": "sha512-VbTriPNucfb+9JyphrRsZb6BH3xPxU2wwjKPd/7QXzsHRnljt7fQblt3FyLVmJe9XH9YBBBZyIoZOu3Vm2XbBQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.9.0.tgz", + "integrity": "sha512-9oTzosYPRwrw3BNgHgh+0BCpqBE83tBnuM7wuorHehdo1dmcGmz96e7qWfaRLY1LR08kxXLmbW0dWNZJXv66CQ==", "requires": { "@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.8.0", + "babel-plugin-remove-graphql-queries": "^5.9.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.8.0", - "gatsby-plugin-utils": "^4.8.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", + "gatsby-plugin-utils": "^4.9.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" } diff --git a/package.json b/package.json index 76add12..dbc76a0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "babel-plugin-styled-components": "^2.1.1", "gatsby": "5.9.0", "gatsby-plugin-html-attributes": "^1.0.5", - "gatsby-plugin-image": "3.8.0", + "gatsby-plugin-image": "3.9.0", "gatsby-plugin-manifest": "5.9.0", "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", |
