Skip to content

Commit

Permalink
fix(deps): update dependency @whatwg-node/fetch to v0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 15, 2024
1 parent b330320 commit 0852438
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@prisma/client": "5.18.0",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"cookie": "0.6.0",
"core-js": "3.38.0",
"humanize-string": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@vscode/ripgrep": "1.15.9",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"cheerio": "1.0.0",
"core-js": "3.38.0",
"deepmerge": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "4.17.7",
"@types/uuid": "10.0.0",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"tsx": "4.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@redwoodjs/router": "workspace:*",
"@redwoodjs/structure": "workspace:*",
"@redwoodjs/web": "workspace:*",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0",
"core-js": "3.38.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/structure": "workspace:*",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"ci-info": "4.0.0",
"envinfo": "7.13.0",
"systeminformation": "5.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@redwoodjs/web": "workspace:*",
"@swc/core": "1.7.10",
"@vitejs/plugin-react": "4.3.1",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"@whatwg-node/server": "0.9.46",
"acorn-loose": "8.4.0",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@babel/runtime-corejs3": "7.25.0",
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"@whatwg-node/fetch": "0.9.19",
"@whatwg-node/fetch": "0.9.20",
"core-js": "3.38.0",
"graphql": "16.9.0",
"graphql-sse": "2.5.3",
Expand Down
33 changes: 16 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7216,7 +7216,7 @@ __metadata:
"@types/memjs": "npm:1"
"@types/pascalcase": "npm:1.0.3"
"@types/split2": "npm:4.2.3"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
cookie: "npm:0.6.0"
core-js: "npm:3.38.0"
humanize-string: "npm:2.1.0"
Expand Down Expand Up @@ -7950,7 +7950,7 @@ __metadata:
"@types/jscodeshift": "npm:0.11.11"
"@types/yargs": "npm:17.0.33"
"@vscode/ripgrep": "npm:1.15.9"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
cheerio: "npm:1.0.0"
core-js: "npm:3.38.0"
deepmerge: "npm:4.3.1"
Expand Down Expand Up @@ -8171,7 +8171,7 @@ __metadata:
"@types/jsonwebtoken": "npm:9.0.6"
"@types/lodash": "npm:4.17.7"
"@types/uuid": "npm:10.0.0"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
core-js: "npm:3.38.0"
graphql: "npm:16.9.0"
graphql-scalars: "npm:1.23.0"
Expand Down Expand Up @@ -8361,7 +8361,7 @@ __metadata:
"@redwoodjs/structure": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@types/mime-types": "npm:2.1.4"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
babel-plugin-ignore-html-and-css-imports: "npm:0.1.0"
babel-plugin-tester: "npm:11.0.4"
cheerio: "npm:1.0.0"
Expand Down Expand Up @@ -8535,7 +8535,7 @@ __metadata:
"@types/envinfo": "npm:7.8.4"
"@types/uuid": "npm:10.0.0"
"@types/yargs": "npm:17.0.33"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
ci-info: "npm:4.0.0"
envinfo: "npm:7.13.0"
systeminformation: "npm:5.23.4"
Expand Down Expand Up @@ -8622,7 +8622,7 @@ __metadata:
"@types/ws": "npm:^8"
"@types/yargs-parser": "npm:21.0.3"
"@vitejs/plugin-react": "npm:4.3.1"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
"@whatwg-node/server": "npm:0.9.46"
acorn-loose: "npm:8.4.0"
buffer: "npm:6.0.3"
Expand Down Expand Up @@ -8702,7 +8702,7 @@ __metadata:
"@testing-library/react": "npm:14.3.1"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
"@whatwg-node/fetch": "npm:0.9.19"
"@whatwg-node/fetch": "npm:0.9.20"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
graphql: "npm:16.9.0"
Expand Down Expand Up @@ -11482,13 +11482,13 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/fetch@npm:0.9.19, @whatwg-node/fetch@npm:^0.9.18, @whatwg-node/fetch@npm:^0.9.19":
version: 0.9.19
resolution: "@whatwg-node/fetch@npm:0.9.19"
"@whatwg-node/fetch@npm:0.9.20, @whatwg-node/fetch@npm:^0.9.18, @whatwg-node/fetch@npm:^0.9.19":
version: 0.9.20
resolution: "@whatwg-node/fetch@npm:0.9.20"
dependencies:
"@whatwg-node/node-fetch": "npm:^0.5.16"
"@whatwg-node/node-fetch": "npm:^0.5.22"
urlpattern-polyfill: "npm:^10.0.0"
checksum: 10c0/df446e2348c1ac795f6dd241f5c4c89dc303bfcc44ab27fa85c959d40b542deb6335d19bf5ad8271a40c1d2be66987932bfe83a7fce11831a33dbd97c7d5711e
checksum: 10c0/b40521697543135783a22d8b3b96af17fb00f803e4cf55c60ea1e2bcf0c5d24906922db1c2c9c0f84be530d4f097560d67f58745c1f263c3c46ad7120aea67f5
languageName: node
linkType: hard

Expand Down Expand Up @@ -11518,16 +11518,15 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/node-fetch@npm:^0.5.16":
version: 0.5.17
resolution: "@whatwg-node/node-fetch@npm:0.5.17"
"@whatwg-node/node-fetch@npm:^0.5.22":
version: 0.5.22
resolution: "@whatwg-node/node-fetch@npm:0.5.22"
dependencies:
"@kamilkisiela/fast-url-parser": "npm:^1.1.4"
"@whatwg-node/events": "npm:^0.1.0"
busboy: "npm:^1.6.0"
fast-querystring: "npm:^1.1.1"
tslib: "npm:^2.6.3"
checksum: 10c0/43ce26409fc210e2cc8c99cf080e7cf95878642fefdaf4ce9368ec901ea8185c6bec30549087a8fc72b4d9d89299961666be13e795c0ec22659663ee912317d0
checksum: 10c0/690365ebbfff726fc2f06ebe5410b5113d1f1a8360a5d6b34f1213f48e8eb3a5d39564e956e2cf787a71f2f9e7f30b40fb6ad3fc2ceae175e1de458e6b3eafc4
languageName: node
linkType: hard

Expand Down

0 comments on commit 0852438

Please sign in to comment.