build(deps-dev): bump @vercel/ncc from 0.36.0 to 0.36.1 (#109)

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

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

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:
dependabot[bot] 2023-01-29 14:04:18 +00:00 committed by GitHub
parent ffe399573c
commit 20a27e1287
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

@ -16,7 +16,7 @@
"@types/jest": "^27.0.3", "@types/jest": "^27.0.3",
"@types/node": "^16.18.11", "@types/node": "^16.18.11",
"@typescript-eslint/parser": "^5.49.0", "@typescript-eslint/parser": "^5.49.0",
"@vercel/ncc": "^0.36.0", "@vercel/ncc": "^0.36.1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-github": "^4.6.0", "eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^25.7.0", "eslint-plugin-jest": "^25.7.0",
@ -1559,9 +1559,9 @@
} }
}, },
"node_modules/@vercel/ncc": { "node_modules/@vercel/ncc": {
"version": "0.36.0", "version": "0.36.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.0.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz",
"integrity": "sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==", "integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==",
"dev": true, "dev": true,
"bin": { "bin": {
"ncc": "dist/ncc/cli.js" "ncc": "dist/ncc/cli.js"
@ -7747,9 +7747,9 @@
} }
}, },
"@vercel/ncc": { "@vercel/ncc": {
"version": "0.36.0", "version": "0.36.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.0.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz",
"integrity": "sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==", "integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==",
"dev": true "dev": true
}, },
"abab": { "abab": {

View file

@ -34,7 +34,7 @@
"@types/jest": "^27.0.3", "@types/jest": "^27.0.3",
"@types/node": "^16.18.11", "@types/node": "^16.18.11",
"@typescript-eslint/parser": "^5.49.0", "@typescript-eslint/parser": "^5.49.0",
"@vercel/ncc": "^0.36.0", "@vercel/ncc": "^0.36.1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-github": "^4.6.0", "eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^25.7.0", "eslint-plugin-jest": "^25.7.0",