From 51e90a094617ccbe3801284cb860bc27624fba59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 11:24:45 +0000 Subject: [PATCH] chore(deps-dev): bump @zeit/ncc from 0.22.0 to 0.22.2 Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.22.0 to 0.22.2. - [Release notes](https://github.com/zeit/ncc/releases) - [Commits](https://github.com/zeit/ncc/compare/0.22.0...0.22.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0774c2f..a707963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2216,9 +2216,9 @@ "dev": true }, "@zeit/ncc": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.0.tgz", - "integrity": "sha512-zaS6chwztGSLSEzsTJw9sLTYxQt57bPFBtsYlVtbqGvmDUsfW7xgXPYofzFa1kB9ur2dRop6IxCwPnWLBVCrbQ==", + "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 }, "JSONStream": {