aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package-lock.json49
-rw-r--r--package.json2
2 files changed, 37 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index 89bf92f..027f531 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"gatsby-plugin-image": "3.5.0",
"gatsby-plugin-manifest": "5.4.0",
"gatsby-plugin-offline": "^6.0.0",
- "gatsby-plugin-sharp": "5.4.0",
+ "gatsby-plugin-sharp": "5.5.0",
"gatsby-plugin-styled-components": "6.5.0",
"gatsby-source-filesystem": "5.5.0",
"gatsby-transformer-sharp": "5.5.0",
@@ -9159,18 +9159,18 @@
}
},
"node_modules/gatsby-plugin-sharp": {
- "version": "5.4.0",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.4.0.tgz",
- "integrity": "sha512-QFGMP3skMyiLBx/1JGs296ZT0aWkzP2SsEp+5MA/Yg23T8Hrb/bBmxe+cAD0PoALQl9lmEA7NPawuh0q1HaGPw==",
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.5.0.tgz",
+ "integrity": "sha512-XtRjproz7FT3df8HetkpKlUFfQfPu+KdCsyXwnlAu6vm94+86ZgN/6O4gioG8GLZvoOF/1Zud47xagBPbvzLLg==",
"dependencies": {
"@babel/runtime": "^7.20.7",
"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.4.0",
- "gatsby-plugin-utils": "^4.4.0",
+ "fs-extra": "^11.1.0",
+ "gatsby-core-utils": "^4.5.0",
+ "gatsby-plugin-utils": "^4.5.0",
"lodash": "^4.17.21",
"probe-image-size": "^7.2.3",
"semver": "^7.3.8",
@@ -9188,6 +9188,19 @@
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
},
+ "node_modules/gatsby-plugin-sharp/node_modules/fs-extra": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz",
+ "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/gatsby-plugin-styled-components": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.5.0.tgz",
@@ -23514,18 +23527,18 @@
}
},
"gatsby-plugin-sharp": {
- "version": "5.4.0",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.4.0.tgz",
- "integrity": "sha512-QFGMP3skMyiLBx/1JGs296ZT0aWkzP2SsEp+5MA/Yg23T8Hrb/bBmxe+cAD0PoALQl9lmEA7NPawuh0q1HaGPw==",
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.5.0.tgz",
+ "integrity": "sha512-XtRjproz7FT3df8HetkpKlUFfQfPu+KdCsyXwnlAu6vm94+86ZgN/6O4gioG8GLZvoOF/1Zud47xagBPbvzLLg==",
"requires": {
"@babel/runtime": "^7.20.7",
"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.4.0",
- "gatsby-plugin-utils": "^4.4.0",
+ "fs-extra": "^11.1.0",
+ "gatsby-core-utils": "^4.5.0",
+ "gatsby-plugin-utils": "^4.5.0",
"lodash": "^4.17.21",
"probe-image-size": "^7.2.3",
"semver": "^7.3.8",
@@ -23536,6 +23549,16 @@
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
+ },
+ "fs-extra": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz",
+ "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==",
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
}
}
},
diff --git a/package.json b/package.json
index 142e679..6c0d1f6 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"gatsby-plugin-image": "3.5.0",
"gatsby-plugin-manifest": "5.4.0",
"gatsby-plugin-offline": "^6.0.0",
- "gatsby-plugin-sharp": "5.4.0",
+ "gatsby-plugin-sharp": "5.5.0",
"gatsby-plugin-styled-components": "6.5.0",
"gatsby-source-filesystem": "5.5.0",
"gatsby-transformer-sharp": "5.5.0",