gatsby 5.12.4 → 5.12.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby",
3
3
  "description": "Blazing fast modern site generator for React",
4
- "version": "5.12.4",
4
+ "version": "5.12.6",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bin": {
7
7
  "gatsby": "./cli.js"
@@ -91,16 +91,16 @@
91
91
  "find-cache-dir": "^3.3.2",
92
92
  "fs-exists-cached": "1.0.0",
93
93
  "fs-extra": "^11.1.1",
94
- "gatsby-cli": "^5.12.1",
94
+ "gatsby-cli": "^5.12.2",
95
95
  "gatsby-core-utils": "^4.12.0",
96
- "gatsby-graphiql-explorer": "^3.12.0",
96
+ "gatsby-graphiql-explorer": "^3.12.1",
97
97
  "gatsby-legacy-polyfills": "^3.12.0",
98
98
  "gatsby-link": "^5.12.0",
99
99
  "gatsby-page-utils": "^3.12.0",
100
100
  "gatsby-parcel-config": "1.12.0",
101
- "gatsby-plugin-page-creator": "^5.12.0",
101
+ "gatsby-plugin-page-creator": "^5.12.1",
102
102
  "gatsby-plugin-typescript": "^5.12.0",
103
- "gatsby-plugin-utils": "^4.12.0",
103
+ "gatsby-plugin-utils": "^4.12.1",
104
104
  "gatsby-react-router-scroll": "^6.12.0",
105
105
  "gatsby-script": "^2.12.0",
106
106
  "gatsby-telemetry": "^4.12.0",
@@ -209,7 +209,7 @@
209
209
  "zipkin-transport-http": "^0.22.0"
210
210
  },
211
211
  "optionalDependencies": {
212
- "gatsby-sharp": "^1.12.0"
212
+ "gatsby-sharp": "^1.12.1"
213
213
  },
214
214
  "engines": {
215
215
  "node": ">=18.0.0"
@@ -278,5 +278,5 @@
278
278
  "yargs": {
279
279
  "boolean-negation": false
280
280
  },
281
- "gitHead": "0642eb797eca98787fd44913ab6d4271d4e9676d"
281
+ "gitHead": "1e8748c57859d700b00683083e255ae5dae8e503"
282
282
  }