Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency node-fetch to v3 #391

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jest": "^29.7.0",
"knip": "^5.0.0",
"lint-staged": "^15.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^3.0.0",
"prettier": "^3.0.0",
"typescript": "~5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-backend-module-backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^3.0.0",
"uuid": "^9.0.0",
"yaml": "^2.3.4"
},
Expand Down
41 changes: 39 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7439,7 +7439,7 @@ __metadata:
fs-extra: ^11.2.0
glob: ^10.3.10
lodash: ^4.17.21
node-fetch: ^2.6.7
node-fetch: ^3.0.0
uuid: ^9.0.0
yaml: ^2.3.4
languageName: unknown
Expand Down Expand Up @@ -17336,6 +17336,13 @@ __metadata:
languageName: node
linkType: hard

"data-uri-to-buffer@npm:^4.0.0":
version: 4.0.1
resolution: "data-uri-to-buffer@npm:4.0.1"
checksum: 0d0790b67ffec5302f204c2ccca4494f70b4e2d940fea3d36b09f0bb2b8539c2e86690429eb1f1dc4bcc9e4df0644193073e63d9ee48ac9fce79ec1506e4aa4c
languageName: node
linkType: hard

"data-urls@npm:^2.0.0":
version: 2.0.0
resolution: "data-urls@npm:2.0.0"
Expand Down Expand Up @@ -19451,6 +19458,16 @@ __metadata:
languageName: node
linkType: hard

"fetch-blob@npm:^3.1.2, fetch-blob@npm:^3.1.4":
version: 3.2.0
resolution: "fetch-blob@npm:3.2.0"
dependencies:
node-domexception: ^1.0.0
web-streams-polyfill: ^3.0.3
checksum: f19bc28a2a0b9626e69fd7cf3a05798706db7f6c7548da657cbf5026a570945f5eeaedff52007ea35c8bcd3d237c58a20bf1543bc568ab2422411d762dd3d5bf
languageName: node
linkType: hard

"figures@npm:^3.0.0":
version: 3.2.0
resolution: "figures@npm:3.2.0"
Expand Down Expand Up @@ -19757,6 +19774,15 @@ __metadata:
languageName: node
linkType: hard

"formdata-polyfill@npm:^4.0.10":
version: 4.0.10
resolution: "formdata-polyfill@npm:4.0.10"
dependencies:
fetch-blob: ^3.1.2
checksum: 82a34df292afadd82b43d4a740ce387bc08541e0a534358425193017bf9fb3567875dc5f69564984b1da979979b70703aa73dee715a17b6c229752ae736dd9db
languageName: node
linkType: hard

"formidable@npm:^2.1.2":
version: 2.1.2
resolution: "formidable@npm:2.1.2"
Expand Down Expand Up @@ -25445,6 +25471,17 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^3.0.0":
version: 3.3.2
resolution: "node-fetch@npm:3.3.2"
dependencies:
data-uri-to-buffer: ^4.0.0
fetch-blob: ^3.1.4
formdata-polyfill: ^4.0.10
checksum: 06a04095a2ddf05b0830a0d5302699704d59bda3102894ea64c7b9d4c865ecdff2d90fd042df7f5bc40337266961cb6183dcc808ea4f3000d024f422b462da92
languageName: node
linkType: hard

"node-forge@npm:^1, node-forge@npm:^1.3.1":
version: 1.3.1
resolution: "node-forge@npm:1.3.1"
Expand Down Expand Up @@ -29372,7 +29409,7 @@ __metadata:
jest: ^29.7.0
knip: ^5.0.0
lint-staged: ^15.0.0
node-fetch: ^2.6.7
node-fetch: ^3.0.0
prettier: ^3.0.0
typescript: ~5.3.3
languageName: unknown
Expand Down