Skip to content

Commit

Permalink
fix(deps): pin @vercel/nft due to breaking change in patch (#5944)
Browse files Browse the repository at this point in the history
See vercel/nft#457

Co-authored-by: Mateusz Bocian <[email protected]>
  • Loading branch information
serhalp and mrstork authored Dec 14, 2024
1 parent 131a644 commit e8e29f0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 31 deletions.
56 changes: 27 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@import-maps/resolve": "^1.0.1",
"@vercel/nft": "^0.27.0",
"@vercel/nft": "0.27.7",
"ajv": "^8.11.2",
"ajv-errors": "^3.0.0",
"better-ajv-errors": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zip-it-and-ship-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/types": "7.26.3",
"@netlify/binary-info": "^1.0.0",
"@netlify/serverless-functions-api": "^1.31.1",
"@vercel/nft": "^0.27.1",
"@vercel/nft": "0.27.7",
"archiver": "^7.0.0",
"common-path-prefix": "^3.0.0",
"cp-file": "^10.0.0",
Expand Down

0 comments on commit e8e29f0

Please sign in to comment.