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): bump cross-fetch from 3.1.8 to 4.0.0 #76

Merged
merged 1 commit into from
Jul 10, 2023
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
2 changes: 1 addition & 1 deletion packages/rdw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@motorrijtuigenbelasting/core": "workspace:*",
"cross-fetch": "3.1.8"
"cross-fetch": "4.0.0"
},
"devDependencies": {
"@types/jest": "29.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ __metadata:
"@motorrijtuigenbelasting/core": "workspace:*"
"@types/jest": 29.5.2
"@types/node": 20.3.3
cross-fetch: 3.1.8
cross-fetch: 4.0.0
jest: 29.5.0
ts-jest: 29.1.1
typescript: 5.1.6
Expand Down Expand Up @@ -2717,12 +2717,12 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:3.1.8":
version: 3.1.8
resolution: "cross-fetch@npm:3.1.8"
"cross-fetch@npm:4.0.0":
version: 4.0.0
resolution: "cross-fetch@npm:4.0.0"
dependencies:
node-fetch: ^2.6.12
checksum: 78f993fa099eaaa041122ab037fe9503ecbbcb9daef234d1d2e0b9230a983f64d645d088c464e21a247b825a08dc444a6e7064adfa93536d3a9454b4745b3632
checksum: ecca4f37ffa0e8283e7a8a590926b66713a7ef7892757aa36c2d20ffa27b0ac5c60dcf453119c809abe5923fc0bae3702a4d896bfb406ef1077b0d0018213e24
languageName: node
linkType: hard

Expand Down