Skip to content

Commit ca522fc

Browse files
author
Ethan Arrowood
authored
[node][redwood] update @vercel/nft to 0.18.1 (vercel#7670)
### Related Issues Updates the @vercel/nft dependency across the repo to v0.18.1. ### 📋 Checklist <!-- Please keep your PR as a Draft until the checklist is complete --> #### Tests - [ ] The code changed/added as part of this PR has been covered with tests - [ ] All tests pass locally with `yarn test-unit` #### Code Review - [ ] This PR has a concise title and thorough description useful to a reviewer - [ ] Issue from task tracker has a link to this PR
1 parent 4a8504f commit ca522fc

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

packages/cli/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"@vercel/fetch-retry": "5.0.3",
9393
"@vercel/frameworks": "0.7.1",
9494
"@vercel/ncc": "0.24.0",
95-
"@vercel/nft": "0.17.5",
9695
"@zeit/fun": "0.11.2",
9796
"@zeit/source-map-support": "0.6.2",
9897
"ajv": "6.12.2",

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/test-listen": "1.1.0",
3535
"@vercel/build-utils": "2.15.1",
3636
"@vercel/ncc": "0.24.0",
37-
"@vercel/nft": "0.17.5",
37+
"@vercel/nft": "0.18.1",
3838
"content-type": "1.0.4",
3939
"cookie": "0.4.0",
4040
"etag": "1.8.1",

packages/redwood/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "node build.js"
1919
},
2020
"dependencies": {
21-
"@vercel/nft": "0.17.5",
21+
"@vercel/nft": "0.18.1",
2222
"@vercel/routing-utils": "1.13.1",
2323
"semver": "6.1.1"
2424
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2560,10 +2560,10 @@
25602560
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.24.0.tgz#a2e8783a185caa99b5d8961a57dfc9665de16296"
25612561
integrity sha512-crqItMcIwCkvdXY/V3/TzrHJQx6nbIaRqE1cOopJhgGX6izvNov40SmD//nS5flfEvdK54YGjwVVq+zG6crjOg==
25622562

2563-
"@vercel/nft@0.17.5":
2564-
version "0.17.5"
2565-
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.17.5.tgz#eab288a3786b8bd6fc08c0ef0b70d162984d1643"
2566-
integrity sha512-6n4uXmfkcHAmkI4rJlwFJb8yvWuH6uDOi5qme0yGC1B/KmWJ66dERupdAj9uj7eEmgM7N3bKNY5zOYE7cKZE1g==
2563+
"@vercel/nft@0.18.1":
2564+
version "0.18.1"
2565+
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.18.1.tgz#d1681f7fd538168553d8df19fc3761ca643ebb73"
2566+
integrity sha512-i2zmXs8ueqCe/dmQ0fzQk9MmXoqdqxR1ZsxPN8poHZfc3NQES1WTEsXkEoaL+RV5BKZi04lNpkoGwtqcxERAOQ==
25672567
dependencies:
25682568
"@mapbox/node-pre-gyp" "^1.0.5"
25692569
acorn "^8.6.0"

0 commit comments

Comments
 (0)