Skip to content

Commit ab55e4e

Browse files
authoredAug 11, 2022
chore: Update got (#36366)
1 parent 2b4ff76 commit ab55e4e

File tree

10 files changed

+42
-396
lines changed

10 files changed

+42
-396
lines changed
 

‎packages/gatsby-plugin-sharp/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"gatsby-core-utils": "^3.21.0-next.2",
1818
"gatsby-plugin-utils": "^3.15.0-next.2",
1919
"gatsby-telemetry": "^3.21.0-next.2",
20-
"got": "^11.8.5",
2120
"lodash": "^4.17.21",
2221
"mini-svg-data-uri": "^1.4.4",
2322
"probe-image-size": "^7.2.3",

‎packages/gatsby-source-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gatsby-core-utils": "^3.21.0-next.2",
2020
"gatsby-plugin-utils": "^3.15.0-next.2",
2121
"gatsby-source-filesystem": "^4.21.0-next.3",
22-
"is-online": "^8.5.1",
22+
"is-online": "^9.0.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.21",
2525
"node-fetch": "^2.6.7",

‎packages/gatsby-source-filesystem/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"file-type": "^16.5.4",
1313
"fs-extra": "^10.1.0",
1414
"gatsby-core-utils": "^3.21.0-next.2",
15-
"got": "^9.6.0",
1615
"md5-file": "^5.0.0",
1716
"mime": "^2.5.2",
1817
"pretty-bytes": "^5.4.1",

‎packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"gatsby-worker": "^1.21.0-next.0",
105105
"glob": "^7.2.3",
106106
"globby": "^11.1.0",
107-
"got": "^11.8.2",
107+
"got": "^11.8.5",
108108
"graphql": "^15.7.2",
109109
"graphql-compose": "^9.0.7",
110110
"graphql-playground-middleware-express": "^1.7.22",

‎scripts/gatsby-plugin-checker/.env

Whitespace-only changes.

‎scripts/gatsby-plugin-checker/README.md

-8
This file was deleted.

‎scripts/gatsby-plugin-checker/index.js

-165
This file was deleted.

‎scripts/gatsby-plugin-checker/package.json

-16
This file was deleted.

‎scripts/gatsby-plugin-checker/plugins.json

-167
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.