aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-01 11:31:33 -0400
committerGitHub <noreply@github.com>2023-07-01 11:31:33 -0400
commitb7b9eeabbd3e7dede60a65fdf82061eda63f4f28 (patch)
tree633accddd34e17fee9cfa1ae05d719f3ff9c6220
parent72d75e5456b7052f8bc0a30c13228c2fc7a5a892 (diff)
downloadsubmelon.dev-b7b9eeabbd3e7dede60a65fdf82061eda63f4f28.tar.gz
submelon.dev-b7b9eeabbd3e7dede60a65fdf82061eda63f4f28.tar.bz2
submelon.dev-b7b9eeabbd3e7dede60a65fdf82061eda63f4f28.zip
Bump gatsby-plugin-sharp from 5.10.0 to 5.11.0 (#200)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.11.0/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp 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.json26
-rw-r--r--package.json2
2 files changed, 14 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index a4c5154..b7394ea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"gatsby-plugin-image": "3.10.0",
"gatsby-plugin-manifest": "5.11.0",
"gatsby-plugin-offline": "^6.11.0",
- "gatsby-plugin-sharp": "5.10.0",
+ "gatsby-plugin-sharp": "5.11.0",
"gatsby-plugin-styled-components": "6.11.0",
"gatsby-source-filesystem": "5.11.0",
"gatsby-transformer-sharp": "5.11.0",
@@ -9097,9 +9097,9 @@
}
},
"node_modules/gatsby-plugin-sharp": {
- "version": "5.10.0",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.10.0.tgz",
- "integrity": "sha512-hG95JQrpByH8w7Ey25zlFsvgyi99NFmk1+0hmKjMkfh43BxNsTuvhcB2kcbcO2FaZdO9OK89pilRGbLaeA0gew==",
+ "version": "5.11.0",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.11.0.tgz",
+ "integrity": "sha512-/7so6DUiDbTKEwQ/lTzJRIw8wPYLoFkmVOZ8ACXhVQ/2Gq/pDc8ToLgDF1MyPQ40BZcfN2nmsPgHYdq5lFsCTg==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"async": "^3.2.4",
@@ -9107,11 +9107,11 @@
"debug": "^4.3.4",
"filenamify": "^4.3.0",
"fs-extra": "^11.1.1",
- "gatsby-core-utils": "^4.10.0",
- "gatsby-plugin-utils": "^4.10.0",
+ "gatsby-core-utils": "^4.11.0",
+ "gatsby-plugin-utils": "^4.11.0",
"lodash": "^4.17.21",
"probe-image-size": "^7.2.3",
- "semver": "^7.5.0",
+ "semver": "^7.5.1",
"sharp": "^0.32.1"
},
"engines": {
@@ -23536,9 +23536,9 @@
}
},
"gatsby-plugin-sharp": {
- "version": "5.10.0",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.10.0.tgz",
- "integrity": "sha512-hG95JQrpByH8w7Ey25zlFsvgyi99NFmk1+0hmKjMkfh43BxNsTuvhcB2kcbcO2FaZdO9OK89pilRGbLaeA0gew==",
+ "version": "5.11.0",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.11.0.tgz",
+ "integrity": "sha512-/7so6DUiDbTKEwQ/lTzJRIw8wPYLoFkmVOZ8ACXhVQ/2Gq/pDc8ToLgDF1MyPQ40BZcfN2nmsPgHYdq5lFsCTg==",
"requires": {
"@babel/runtime": "^7.20.13",
"async": "^3.2.4",
@@ -23546,11 +23546,11 @@
"debug": "^4.3.4",
"filenamify": "^4.3.0",
"fs-extra": "^11.1.1",
- "gatsby-core-utils": "^4.10.0",
- "gatsby-plugin-utils": "^4.10.0",
+ "gatsby-core-utils": "^4.11.0",
+ "gatsby-plugin-utils": "^4.11.0",
"lodash": "^4.17.21",
"probe-image-size": "^7.2.3",
- "semver": "^7.5.0",
+ "semver": "^7.5.1",
"sharp": "^0.32.1"
},
"dependencies": {
diff --git a/package.json b/package.json
index 8d9361e..5025b5a 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"gatsby-plugin-image": "3.10.0",
"gatsby-plugin-manifest": "5.11.0",
"gatsby-plugin-offline": "^6.11.0",
- "gatsby-plugin-sharp": "5.10.0",
+ "gatsby-plugin-sharp": "5.11.0",
"gatsby-plugin-styled-components": "6.11.0",
"gatsby-source-filesystem": "5.11.0",
"gatsby-transformer-sharp": "5.11.0",