Skip to content

Commit

Permalink
build: revert node-fetch to pre-esm
Browse files Browse the repository at this point in the history
  • Loading branch information
subfuzion committed Dec 5, 2024
1 parent c592811 commit 3b7558d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"express": "^4.16.4",
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/metadata/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/metadata/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion composer/functions/composer-storage-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion datastore/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "^10.0.0",
"child-process-promise": "^2.2.1",
"mocha": "^10.0.0",
"node-fetch": "^3.0.0",
"node-fetch": "^2.7.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0",
"uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/concepts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"mocha": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/concepts/requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.1.3",
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"scripts": {
"test": "echo \"No tests exist for this sample.\""
Expand Down
2 changes: 1 addition & 1 deletion functions/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha -p -j 2 test/*.test.js"
},
"dependencies": {
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/tips/connectionPools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.1.2",
"node-fetch": "^3.0.0"
"node-fetch": "^2.7.0"
},
"scripts": {
"test": "echo \"No tests exist for this sample.\""
Expand Down
2 changes: 1 addition & 1 deletion functions/tips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mocha": "^10.0.0"
},
"devDependencies": {
"node-fetch": "^3.0.0",
"node-fetch": "^2.7.0",
"sinon": "^18.0.0"
}
}

0 comments on commit 3b7558d

Please sign in to comment.