chore(deps-dev): bump @vercel/ncc from 0.28.2 to 0.28.3 (#172)

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

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]
2021-04-14 19:45:53 +02:00
committed by GitHub
parent b7d8201cc4
commit 8a5bf1f2c3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@types/node": "^12.12.54", "@types/node": "^12.12.54",
"@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.21.0", "@typescript-eslint/parser": "^4.21.0",
"@vercel/ncc": "^0.28.2", "@vercel/ncc": "^0.28.3",
"all-contributors-cli": "^6.20.0", "all-contributors-cli": "^6.20.0",
"eslint": "^7.23.0", "eslint": "^7.23.0",
"eslint-config-prettier": "^8.2.0", "eslint-config-prettier": "^8.2.0",
@@ -504,9 +504,9 @@
} }
}, },
"node_modules/@vercel/ncc": { "node_modules/@vercel/ncc": {
"version": "0.28.2", "version": "0.28.3",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.2.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.3.tgz",
"integrity": "sha512-2ZBPviK9nFHzymu9POKGz50BRGGBIw7a8VcjgH73Xu2H4IvZx3KS0Qk/SS7S/N6iAalAGGxLSwFM1obeBGWXGg==", "integrity": "sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==",
"dev": true, "dev": true,
"bin": { "bin": {
"ncc": "dist/ncc/cli.js" "ncc": "dist/ncc/cli.js"
@@ -2971,9 +2971,9 @@
} }
}, },
"@vercel/ncc": { "@vercel/ncc": {
"version": "0.28.2", "version": "0.28.3",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.2.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.3.tgz",
"integrity": "sha512-2ZBPviK9nFHzymu9POKGz50BRGGBIw7a8VcjgH73Xu2H4IvZx3KS0Qk/SS7S/N6iAalAGGxLSwFM1obeBGWXGg==", "integrity": "sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==",
"dev": true "dev": true
}, },
"acorn": { "acorn": {

View File

@@ -40,7 +40,7 @@
"@types/node": "^12.12.54", "@types/node": "^12.12.54",
"@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.21.0", "@typescript-eslint/parser": "^4.21.0",
"@vercel/ncc": "^0.28.2", "@vercel/ncc": "^0.28.3",
"all-contributors-cli": "^6.20.0", "all-contributors-cli": "^6.20.0",
"eslint": "^7.23.0", "eslint": "^7.23.0",
"eslint-config-prettier": "^8.2.0", "eslint-config-prettier": "^8.2.0",