Update ncc

This commit is contained in:
Jonathan Clem
2020-03-24 14:38:07 -04:00
parent a59996ab35
commit 2ccd1edaf4
3 changed files with 6 additions and 6 deletions

4
dist/index.js vendored
View File

@@ -298,9 +298,9 @@ module.exports = require("tls");
/***/ }), /***/ }),
/***/ 18: /***/ 18:
/***/ (function() { /***/ (function(module) {
eval("require")("encoding"); module.exports = eval("require")("encoding");
/***/ }), /***/ }),

6
package-lock.json generated
View File

@@ -960,9 +960,9 @@
"dev": true "dev": true
}, },
"@zeit/ncc": { "@zeit/ncc": {
"version": "0.21.1", "version": "0.22.0",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.21.1.tgz", "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.0.tgz",
"integrity": "sha512-M9WzgquSOt2nsjRkYM9LRylBLmmlwNCwYbm3Up3PDEshfvdmIfqpFNSK8EJvR18NwZjGHE5z2avlDtYQx2JQnw==", "integrity": "sha512-zaS6chwztGSLSEzsTJw9sLTYxQt57bPFBtsYlVtbqGvmDUsfW7xgXPYofzFa1kB9ur2dRop6IxCwPnWLBVCrbQ==",
"dev": true "dev": true
}, },
"abab": { "abab": {

View File

@@ -9,7 +9,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^25.1.4", "@types/jest": "^25.1.4",
"@zeit/ncc": "^0.21.1", "@zeit/ncc": "^0.22.0",
"husky": "^4.2.3", "husky": "^4.2.3",
"jest": "^25.1.0", "jest": "^25.1.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",