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

chore(deps): update dependency cross-fetch to v4.1.0 #225

Merged
merged 1 commit into from
Dec 29, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-openshift-image-registry': patch
---

Updated dependency `cross-fetch` to `4.1.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "18.19.68",
"cross-fetch": "4.0.0",
"cross-fetch": "4.1.0",
"msw": "1.3.5",
"prettier": "3.4.2"
},
Expand Down
12 changes: 6 additions & 6 deletions workspaces/openshift-image-registry/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10547,7 +10547,7 @@ __metadata:
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.5.2
"@types/node": 18.19.68
cross-fetch: 4.0.0
cross-fetch: 4.1.0
msw: 1.3.5
prettier: 3.4.2
react-use: ^17.4.0
Expand Down Expand Up @@ -17502,12 +17502,12 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:4.0.0, cross-fetch@npm:^4.0.0":
version: 4.0.0
resolution: "cross-fetch@npm:4.0.0"
"cross-fetch@npm:4.1.0, cross-fetch@npm:^4.0.0":
version: 4.1.0
resolution: "cross-fetch@npm:4.1.0"
dependencies:
node-fetch: ^2.6.12
checksum: ecca4f37ffa0e8283e7a8a590926b66713a7ef7892757aa36c2d20ffa27b0ac5c60dcf453119c809abe5923fc0bae3702a4d896bfb406ef1077b0d0018213e24
node-fetch: ^2.7.0
checksum: c02fa85d59f83e50dbd769ee472c9cc984060c403ee5ec8654659f61a525c1a655eef1c7a35e365c1a107b4e72d76e786718b673d1cb3c97f61d4644cb0a9f9d
languageName: node
linkType: hard

Expand Down
Loading