Bump @zeit/ncc from 0.21.0 to 0.21.1

Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/zeit/ncc/releases)
- [Commits](https://github.com/zeit/ncc/compare/0.21.0...0.21.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-01 05:45:33 +00:00
parent 254f9e6382
commit ec4ebbc81f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1269,9 +1269,9 @@
"dev": true "dev": true
}, },
"@zeit/ncc": { "@zeit/ncc": {
"version": "0.21.0", "version": "0.21.1",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.21.0.tgz", "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.21.1.tgz",
"integrity": "sha512-RUMdvVK/w78oo+yBjruZltt0kJXYar2un/1bYQ2LuHG7GmFVm+QjxzEmySwREctaJdEnBvlMdUNWd9hXHxEI3g==", "integrity": "sha512-M9WzgquSOt2nsjRkYM9LRylBLmmlwNCwYbm3Up3PDEshfvdmIfqpFNSK8EJvR18NwZjGHE5z2avlDtYQx2JQnw==",
"dev": true "dev": true
}, },
"abab": { "abab": {

View file

@ -36,7 +36,7 @@
"devDependencies": { "devDependencies": {
"@types/jest": "^25.1.3", "@types/jest": "^25.1.3",
"@types/node": "^13.7.7", "@types/node": "^13.7.7",
"@zeit/ncc": "^0.21.0", "@zeit/ncc": "^0.21.1",
"jest": "^25.1.0", "jest": "^25.1.0",
"jest-circus": "^25.1.0", "jest-circus": "^25.1.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",