aboutsummaryrefslogtreecommitdiffhomepage
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 13:33:57 -0500
committerGitHub <noreply@github.com>2022-12-27 13:33:57 -0500
commit5905ea73262ef2e708e3b69dfeb55cd0e49f61cf (patch)
tree46b2c31b273b84b98f6bde4170cf058a9ef40915 /package-lock.json
parent00b6559c7385600a5a88bc0aeb6af284778ed6e9 (diff)
downloadsubmelon.dev-5905ea73262ef2e708e3b69dfeb55cd0e49f61cf.tar.gz
submelon.dev-5905ea73262ef2e708e3b69dfeb55cd0e49f61cf.tar.bz2
submelon.dev-5905ea73262ef2e708e3b69dfeb55cd0e49f61cf.zip
Bump gatsby-plugin-sharp from 5.0.0 to 5.3.2 (#47)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.0.0 to 5.3.2. - [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.3.2/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json135
1 files changed, 15 insertions, 120 deletions
diff --git a/package-lock.json b/package-lock.json
index 2916bc5..2b0ead7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"gatsby-plugin-image": "3.3.2",
"gatsby-plugin-manifest": "5.3.1",
"gatsby-plugin-offline": "^6.0.0",
- "gatsby-plugin-sharp": "5.0.0",
+ "gatsby-plugin-sharp": "5.3.2",
"gatsby-plugin-styled-components": "6.2.0",
"gatsby-source-filesystem": "5.2.0",
"gatsby-transformer-sharp": "5.2.0",
@@ -1999,14 +1999,6 @@
"parcel": "2.x"
}
},
- "node_modules/@gatsbyjs/potrace": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@gatsbyjs/potrace/-/potrace-2.3.0.tgz",
- "integrity": "sha512-72szhSY/4tPiPPOzq15CG6LW0s9FuWQ86gkLSUvBNoF0s+jsEdRaZmATYNjiY2Skg//EuyPLEqUQnXKXME0szg==",
- "dependencies": {
- "jimp-compact": "^0.16.1-2"
- }
- },
"node_modules/@gatsbyjs/reach-router": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.0.tgz",
@@ -9032,25 +9024,22 @@
}
},
"node_modules/gatsby-plugin-sharp": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.0.0.tgz",
- "integrity": "sha512-ahQvxXzJswyK8bs4itIGKZlrA2YPP+f2nq4/aCdf4uZibZqOyswNNtzXPxRYyqVgqUhSZNi5GzADsvecsO8K1g==",
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.3.2.tgz",
+ "integrity": "sha512-juMJFdVwB/b9Z6W5Crr1tizZ4aJkEUcgsKjQD6q4EnRc7RnRl9kGTYxOiAyxrVHmpb5KW/ixVA6YHukB6Pcn9g==",
"dependencies": {
"@babel/runtime": "^7.15.4",
- "@gatsbyjs/potrace": "^2.3.0",
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"filenamify": "^4.3.0",
"fs-extra": "^10.1.0",
- "gatsby-core-utils": "^4.0.0",
- "gatsby-plugin-utils": "^4.0.0",
+ "gatsby-core-utils": "^4.3.1",
+ "gatsby-plugin-utils": "^4.3.1",
"lodash": "^4.17.21",
- "mini-svg-data-uri": "^1.4.4",
"probe-image-size": "^7.2.3",
- "semver": "^7.3.7",
- "sharp": "^0.30.7",
- "svgo": "^2.8.0"
+ "semver": "^7.3.8",
+ "sharp": "^0.31.2"
},
"engines": {
"node": ">=18.0.0"
@@ -9064,41 +9053,6 @@
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
},
- "node_modules/gatsby-plugin-sharp/node_modules/detect-libc": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz",
- "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/gatsby-plugin-sharp/node_modules/node-addon-api": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz",
- "integrity": "sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA=="
- },
- "node_modules/gatsby-plugin-sharp/node_modules/sharp": {
- "version": "0.30.7",
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz",
- "integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==",
- "hasInstallScript": true,
- "dependencies": {
- "color": "^4.2.3",
- "detect-libc": "^2.0.1",
- "node-addon-api": "^5.0.0",
- "prebuild-install": "^7.1.1",
- "semver": "^7.3.7",
- "simple-get": "^4.0.1",
- "tar-fs": "^2.1.1",
- "tunnel-agent": "^0.6.0"
- },
- "engines": {
- "node": ">=12.13.0"
- },
- "funding": {
- "url": "https://opencollective.com/libvips"
- }
- },
"node_modules/gatsby-plugin-styled-components": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.2.0.tgz",
@@ -11027,11 +10981,6 @@
"node": ">= 10.13.0"
}
},
- "node_modules/jimp-compact": {
- "version": "0.16.1-2",
- "resolved": "https://registry.npmjs.org/jimp-compact/-/jimp-compact-0.16.1-2.tgz",
- "integrity": "sha512-b2A3rRT1TITzqmaO70U2/uunCh43BQVq7BfRwGPkD5xj8/WZsR3sPTy9DENt+dNZGsel3zBEm1UtYegUxjZW7A=="
- },
"node_modules/joi": {
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
@@ -11655,14 +11604,6 @@
"webpack": "^4.4.0 || ^5.0.0"
}
},
- "node_modules/mini-svg-data-uri": {
- "version": "1.4.4",
- "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz",
- "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==",
- "bin": {
- "mini-svg-data-uri": "cli.js"
- }
- },
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -17975,14 +17916,6 @@
"gatsby-core-utils": "^4.3.1"
}
},
- "@gatsbyjs/potrace": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@gatsbyjs/potrace/-/potrace-2.3.0.tgz",
- "integrity": "sha512-72szhSY/4tPiPPOzq15CG6LW0s9FuWQ86gkLSUvBNoF0s+jsEdRaZmATYNjiY2Skg//EuyPLEqUQnXKXME0szg==",
- "requires": {
- "jimp-compact": "^0.16.1-2"
- }
- },
"@gatsbyjs/reach-router": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.0.tgz",
@@ -23470,56 +23403,28 @@
}
},
"gatsby-plugin-sharp": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.0.0.tgz",
- "integrity": "sha512-ahQvxXzJswyK8bs4itIGKZlrA2YPP+f2nq4/aCdf4uZibZqOyswNNtzXPxRYyqVgqUhSZNi5GzADsvecsO8K1g==",
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.3.2.tgz",
+ "integrity": "sha512-juMJFdVwB/b9Z6W5Crr1tizZ4aJkEUcgsKjQD6q4EnRc7RnRl9kGTYxOiAyxrVHmpb5KW/ixVA6YHukB6Pcn9g==",
"requires": {
"@babel/runtime": "^7.15.4",
- "@gatsbyjs/potrace": "^2.3.0",
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"filenamify": "^4.3.0",
"fs-extra": "^10.1.0",
- "gatsby-core-utils": "^4.0.0",
- "gatsby-plugin-utils": "^4.0.0",
+ "gatsby-core-utils": "^4.3.1",
+ "gatsby-plugin-utils": "^4.3.1",
"lodash": "^4.17.21",
- "mini-svg-data-uri": "^1.4.4",
"probe-image-size": "^7.2.3",
- "semver": "^7.3.7",
- "sharp": "^0.30.7",
- "svgo": "^2.8.0"
+ "semver": "^7.3.8",
+ "sharp": "^0.31.2"
},
"dependencies": {
"async": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
- },
- "detect-libc": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz",
- "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w=="
- },
- "node-addon-api": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz",
- "integrity": "sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA=="
- },
- "sharp": {
- "version": "0.30.7",
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz",
- "integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==",
- "requires": {
- "color": "^4.2.3",
- "detect-libc": "^2.0.1",
- "node-addon-api": "^5.0.0",
- "prebuild-install": "^7.1.1",
- "semver": "^7.3.7",
- "simple-get": "^4.0.1",
- "tar-fs": "^2.1.1",
- "tunnel-agent": "^0.6.0"
- }
}
}
},
@@ -24536,11 +24441,6 @@
"supports-color": "^7.0.0"
}
},
- "jimp-compact": {
- "version": "0.16.1-2",
- "resolved": "https://registry.npmjs.org/jimp-compact/-/jimp-compact-0.16.1-2.tgz",
- "integrity": "sha512-b2A3rRT1TITzqmaO70U2/uunCh43BQVq7BfRwGPkD5xj8/WZsR3sPTy9DENt+dNZGsel3zBEm1UtYegUxjZW7A=="
- },
"joi": {
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
@@ -25034,11 +24934,6 @@
"webpack-sources": "^1.1.0"
}
},
- "mini-svg-data-uri": {
- "version": "1.4.4",
- "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz",
- "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg=="
- },
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",