From cc7ceeef06f9ebffc5cca9cd1a3f9277ee7433af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 10:52:12 -0500 Subject: [PATCH] chore(deps-dev): bump @zeit/ncc from 0.21.1 to 0.22.0 (#29) Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.21.1 to 0.22.0. - [Release notes](https://github.com/zeit/ncc/releases) - [Commits](https://github.com/zeit/ncc/compare/0.21.1...0.22.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dcda8e..658ed80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2082,9 +2082,9 @@ "dev": true }, "@zeit/ncc": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.21.1.tgz", - "integrity": "sha512-M9WzgquSOt2nsjRkYM9LRylBLmmlwNCwYbm3Up3PDEshfvdmIfqpFNSK8EJvR18NwZjGHE5z2avlDtYQx2JQnw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.0.tgz", + "integrity": "sha512-zaS6chwztGSLSEzsTJw9sLTYxQt57bPFBtsYlVtbqGvmDUsfW7xgXPYofzFa1kB9ur2dRop6IxCwPnWLBVCrbQ==", "dev": true }, "JSONStream": { diff --git a/package.json b/package.json index a27281f..55a270e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@types/jest": "^25.1.3", - "@zeit/ncc": "^0.21.1", + "@zeit/ncc": "^0.22.0", "jest": "^25.1.0", "jest-when": "^2.7.0", "semantic-release": "^15.13.24"