Bump @vercel/ncc from 0.34.0 to 0.36.0

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.36.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.34.0...0.36.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] 2022-12-12 22:05:47 +00:00 committed by GitHub
parent cfc50b189a
commit cdcc7c9343
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.11.21", "@types/node": "16.11.21",
"@types/unzipper": "0.10.5", "@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.45.1", "@typescript-eslint/parser": "5.45.1",
"@vercel/ncc": "0.34.0", "@vercel/ncc": "0.36.0",
"eslint": "8.29.0", "eslint": "8.29.0",
"eslint-plugin-github": "4.4.1", "eslint-plugin-github": "4.4.1",
"eslint-plugin-jest": "27.1.6", "eslint-plugin-jest": "27.1.6",
@ -2105,9 +2105,9 @@
} }
}, },
"node_modules/@vercel/ncc": { "node_modules/@vercel/ncc": {
"version": "0.34.0", "version": "0.36.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.0.tgz",
"integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", "integrity": "sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==",
"dev": true, "dev": true,
"bin": { "bin": {
"ncc": "dist/ncc/cli.js" "ncc": "dist/ncc/cli.js"
@ -8570,9 +8570,9 @@
} }
}, },
"@vercel/ncc": { "@vercel/ncc": {
"version": "0.34.0", "version": "0.36.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.0.tgz",
"integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", "integrity": "sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==",
"dev": true "dev": true
}, },
"@yarnpkg/lockfile": { "@yarnpkg/lockfile": {

View file

@ -40,7 +40,7 @@
"@types/node": "16.11.21", "@types/node": "16.11.21",
"@types/unzipper": "0.10.5", "@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.45.1", "@typescript-eslint/parser": "5.45.1",
"@vercel/ncc": "0.34.0", "@vercel/ncc": "0.36.0",
"eslint": "8.29.0", "eslint": "8.29.0",
"eslint-plugin-github": "4.4.1", "eslint-plugin-github": "4.4.1",
"eslint-plugin-jest": "27.1.6", "eslint-plugin-jest": "27.1.6",