Bump @vercel/ncc from 0.31.1 to 0.33.0

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.31.1 to 0.33.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.31.1...0.33.0)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-03 09:01:31 +00:00 committed by GitHub
parent c1c60989a1
commit b98d7467a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -854,9 +854,9 @@
"dev": true
},
"@vercel/ncc": {
"version": "0.31.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.31.1.tgz",
"integrity": "sha512-g0FAxwdViI6UzsiVz5HssIHqjcPa1EHL6h+2dcJD893SoCJaGdqqgUF09xnMW6goWnnhbLvgiKlgJWrJa+7qYA==",
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.33.0.tgz",
"integrity": "sha512-m21HzXD+L/YHoJTwyCCyGBXD0O2L4KR/Y6SSsS4qvRlz3NAYsiiYahzOsgfWEt4PJxpPVCMGiuWzsvb2tycmyA==",
"dev": true
},
"abab": {

View File

@ -28,7 +28,7 @@
"@actions/core": "^1.2.5"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"@vercel/ncc": "^0.33.0",
"eslint": "^8.0.0",
"jest": "^27.2.5"
}