Bump @zeit/ncc from 0.22.1 to 0.22.2 (#98)

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

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] 2020-05-19 04:01:31 +00:00 committed by GitHub
parent 3894819b2d
commit a9561cd3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -37,9 +37,9 @@
"dev": true
},
"@zeit/ncc": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.1.tgz",
"integrity": "sha512-Qq3bMuonkcnV/96jhy9SQYdh39NXHxNMJ1O31ZFzWG9n52fR2DLtgrNzhj/ahlEjnBziMLGVWDbaS9sf03/fEw==",
"version": "0.22.2",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.2.tgz",
"integrity": "sha512-LGW5RPIwulh+fyKiMTgbIEbdc/hdf/4+U5B1WbT/We0jweHoywDbk9hi+3hNjSzQNShGumP72zgc6PHEUG5syg==",
"dev": true
},
"addressparser": {

View File

@ -31,7 +31,7 @@
"@actions/io": "^1.0.2",
"@types/fs-extra": "^9.0.0",
"@types/node": "^14.0.1",
"@zeit/ncc": "^0.22.1",
"@zeit/ncc": "^0.22.2",
"prettier": "^2.0.5",
"removeNPMAbsolutePaths": "^2.0.0",
"typescript": "^3.9.2",