From 8a44473f824367492bae200164a380e2a588d164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 05:51:24 +0000 Subject: [PATCH] chore(deps-dev): bump @vercel/ncc from 0.28.1 to 0.28.2 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.28.1 to 0.28.2. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.28.1...0.28.2) Signed-off-by: dependabot[bot] --- 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 d5c8ba0..5468023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1969,9 +1969,9 @@ } }, "@vercel/ncc": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.1.tgz", - "integrity": "sha512-RrDgMXnd4PsfcqEMP2pSdBzmcwj+Rq+rxqZgiB8DSM9QBqMei4/zuMxmnzV7g3gbrg/V2VJGQt3hYmK5vqH58g==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.2.tgz", + "integrity": "sha512-2ZBPviK9nFHzymu9POKGz50BRGGBIw7a8VcjgH73Xu2H4IvZx3KS0Qk/SS7S/N6iAalAGGxLSwFM1obeBGWXGg==", "dev": true }, "abab": { diff --git a/package.json b/package.json index 6e08626..2f91288 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "@typescript-eslint/parser": "^4.21.0", - "@vercel/ncc": "^0.28.1", + "@vercel/ncc": "^0.28.2", "eslint": "^7.23.0", "eslint-plugin-github": "^4.1.2", "eslint-plugin-jest": "^24.3.4",