chore(deps-dev): bump @vercel/nft from 0.23.1 to 0.24.1 (#13341)
* chore(deps-dev): bump @vercel/nft from 0.23.1 to 0.24.1 Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.23.1 to 0.24.1. - [Release notes](https://github.com/vercel/nft/releases) - [Commits](https://github.com/vercel/nft/compare/0.23.1...0.24.1) --- updated-dependencies: - dependency-name: "@vercel/nft" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
110622d0d7
commit
a79cc3d63e
|
|
@ -178,7 +178,7 @@
|
|||
"@types/supertest": "2.0.12",
|
||||
"@types/tiny-async-pool": "2.0.0",
|
||||
"@types/tough-cookie": "4.0.3",
|
||||
"@vercel/nft": "0.23.1",
|
||||
"@vercel/nft": "0.24.1",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.49.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
|
|
|
|||
|
|
@ -287,8 +287,8 @@ devDependencies:
|
|||
specifier: 4.0.3
|
||||
version: 4.0.3
|
||||
'@vercel/nft':
|
||||
specifier: 0.23.1
|
||||
version: 0.23.1
|
||||
specifier: 0.24.1
|
||||
version: 0.24.1
|
||||
cross-env:
|
||||
specifier: 7.0.3
|
||||
version: 7.0.3
|
||||
|
|
@ -1787,9 +1787,9 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/@vercel/nft@0.23.1:
|
||||
resolution: {integrity: sha512-NE0xSmGWVhgHF1OIoir71XAd0W0C1UE3nzFyhpFiMr3rVhetww7NvM1kc41trBsPG37Bh+dE5FYCTMzM/gBu0w==}
|
||||
engines: {node: '>=14'}
|
||||
/@vercel/nft@0.24.1:
|
||||
resolution: {integrity: sha512-bGYrA/w98LNl9edxXcAezKs+Ixa2a+RkAvxXK38gH3815v+WkNa2AGY+wQv59vu2f9il9+zIKj6YrnlYIbh+jA==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@mapbox/node-pre-gyp': 1.0.11
|
||||
|
|
|
|||
Loading…
Reference in New Issue