chore(deps): update dependency @vercel/ncc to ^0.38.0 (#977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-06 22:10:21 +00:00 committed by GitHub
parent ecd56b0080
commit 0b3168d85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@types/node": "~16",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/ncc": "^0.37.0",
"@vercel/ncc": "^0.38.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
@ -1664,9 +1664,9 @@
}
},
"node_modules/@vercel/ncc": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.37.0.tgz",
"integrity": "sha512-K7eF/BNaDY3Qikc8SlECZw9ov1D3vyrssllvVDW7QtB3pvucViEd0tWpd/V9f+3LhZF1SUJ3+q6O0j8ckKix9Q==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.0.tgz",
"integrity": "sha512-B4YKZMm/EqMptKSFyAq4q2SlgJe+VCmEH6Y8gf/E1pTlWbsUJpuH1ymik2Ex3aYO5mCWwV1kaSYHSQOT8+4vHA==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
@ -8959,9 +8959,9 @@
}
},
"@vercel/ncc": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.37.0.tgz",
"integrity": "sha512-K7eF/BNaDY3Qikc8SlECZw9ov1D3vyrssllvVDW7QtB3pvucViEd0tWpd/V9f+3LhZF1SUJ3+q6O0j8ckKix9Q==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.0.tgz",
"integrity": "sha512-B4YKZMm/EqMptKSFyAq4q2SlgJe+VCmEH6Y8gf/E1pTlWbsUJpuH1ymik2Ex3aYO5mCWwV1kaSYHSQOT8+4vHA==",
"dev": true
},
"acorn": {

View File

@ -61,7 +61,7 @@
"@types/node": "~16",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/ncc": "^0.37.0",
"@vercel/ncc": "^0.38.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",