deps: update gatsby

Luke Karrys committed Oct 11, 2023 at 17:53 UTC ea7e0e7aa11d6e08bd475a9fcc8510876131e3c9
3 files changed +7 -7
package-lock.json
+5 -5
@@ -12,7 +12,7 @@
12 "theme/"
13 ],
14 "dependencies": {
15 - "gatsby": "^4.25.6",
15 + "gatsby": "^4.25.7",
16 "gatsby-plugin-meta-redirect": "^1.1.1",
17 "react": "^17.0.2",
18 "react-dom": "^17.0.2",
@@ -14530,9 +14530,9 @@
14530 "integrity": "sha512-4sPVXf+9oGhzg2tYzgWe4hgAY0wEbkqeuKVEgdnqX8S8VcLosQsDjb0jV+f5uoQlf8INWId1w0IGoufAoik1TA=="
14531 },
14532 "node_modules/gatsby": {
14533 - "version": "4.25.6",
14534 - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.6.tgz",
14535 - "integrity": "sha512-6kkUBWtGgb+SMd36ZdHpFJ+f/sq62ngRMVkM0Tna5AKcGnzLZgnA1h9/OHlU3bSz9TGNsyRcU7yFSlwxmStQgw==",
14533 + "version": "4.25.7",
14534 + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.7.tgz",
14535 + "integrity": "sha512-kspM1XokxDw2YqC2hkPKQTfWSNSq/AnY8PNYSrUM+MCsyIKFuGqSVchNonZN1g8/nCoh4jQpBYXH5Uw2Hrs6Sw==",
14536 "hasInstallScript": true,
14537 "dependencies": {
14538 "@babel/code-frame": "^7.14.0",
@@ -33038,7 +33038,7 @@
33038 "node": ">=18.0.0"
33039 },
33040 "peerDependencies": {
33041 - "gatsby": "^4.19.0",
33041 + "gatsby": "^4.25.7",
33042 "react": "^17.0.2",
33043 "react-dom": "^17.0.2"
33044 }
package.json
+1 -1
@@ -25,7 +25,7 @@
25 "theme/"
26 ],
27 "dependencies": {
28 - "gatsby": "^4.25.6",
28 + "gatsby": "^4.25.7",
29 "gatsby-plugin-meta-redirect": "^1.1.1",
30 "react": "^17.0.2",
31 "react-dom": "^17.0.2",
theme/package.json
+1 -1
@@ -21,7 +21,7 @@
21 "format": "prettier --write ."
22 },
23 "peerDependencies": {
24 - "gatsby": "^4.19.0",
24 + "gatsby": "^4.25.7",
25 "react": "^17.0.2",
26 "react-dom": "^17.0.2"
27 },