aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package-lock.json38
-rw-r--r--package.json2
2 files changed, 28 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 725bad2..2a2bdce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-sharp": "5.0.0",
"gatsby-plugin-styled-components": "6.0.0",
- "gatsby-source-filesystem": "5.0.0",
+ "gatsby-source-filesystem": "5.2.0",
"gatsby-transformer-sharp": "5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -9153,20 +9153,20 @@
}
},
"node_modules/gatsby-source-filesystem": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.0.0.tgz",
- "integrity": "sha512-GBHqJ+NXQhru83DFssgJQkgqM2h1ZALb0+4+TXvRUPQWIK9UyZ1Yb4nXAC6EWi+vx2m/B1W+mZH77WTNdh32Bw==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.2.0.tgz",
+ "integrity": "sha512-Ofu+1IX9FQCigVwuVO9LCJvvdBmT7OB/QyengJ8BjC7Pd3VSH291AT/Wn8a4JycyaxMYyMrtfu67NcQ8FHRr9w==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.3",
"file-type": "^16.5.4",
"fs-extra": "^10.1.0",
- "gatsby-core-utils": "^4.0.0",
+ "gatsby-core-utils": "^4.2.0",
"md5-file": "^5.0.0",
"mime": "^2.5.2",
"pretty-bytes": "^5.4.1",
"valid-url": "^1.0.9",
- "xstate": "4.32.1"
+ "xstate": "^4.34.0"
},
"engines": {
"node": ">=18.0.0"
@@ -9175,6 +9175,15 @@
"gatsby": "^5.0.0-next"
}
},
+ "node_modules/gatsby-source-filesystem/node_modules/xstate": {
+ "version": "4.34.0",
+ "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.34.0.tgz",
+ "integrity": "sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/xstate"
+ }
+ },
"node_modules/gatsby-telemetry": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-4.0.0.tgz",
@@ -23467,20 +23476,27 @@
}
},
"gatsby-source-filesystem": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.0.0.tgz",
- "integrity": "sha512-GBHqJ+NXQhru83DFssgJQkgqM2h1ZALb0+4+TXvRUPQWIK9UyZ1Yb4nXAC6EWi+vx2m/B1W+mZH77WTNdh32Bw==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.2.0.tgz",
+ "integrity": "sha512-Ofu+1IX9FQCigVwuVO9LCJvvdBmT7OB/QyengJ8BjC7Pd3VSH291AT/Wn8a4JycyaxMYyMrtfu67NcQ8FHRr9w==",
"requires": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.3",
"file-type": "^16.5.4",
"fs-extra": "^10.1.0",
- "gatsby-core-utils": "^4.0.0",
+ "gatsby-core-utils": "^4.2.0",
"md5-file": "^5.0.0",
"mime": "^2.5.2",
"pretty-bytes": "^5.4.1",
"valid-url": "^1.0.9",
- "xstate": "4.32.1"
+ "xstate": "^4.34.0"
+ },
+ "dependencies": {
+ "xstate": {
+ "version": "4.34.0",
+ "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.34.0.tgz",
+ "integrity": "sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw=="
+ }
}
},
"gatsby-telemetry": {
diff --git a/package.json b/package.json
index 5ca066e..8f9b157 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-sharp": "5.0.0",
"gatsby-plugin-styled-components": "6.0.0",
- "gatsby-source-filesystem": "5.0.0",
+ "gatsby-source-filesystem": "5.2.0",
"gatsby-transformer-sharp": "5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",