From 9bddf9b1d36b05fefa086a82f4755948b076a094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:22:18 +0000 Subject: [PATCH] Bump @vercel/ncc from 0.27.0 to 0.28.6 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.27.0 to 0.28.6. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.27.0...0.28.6) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c805622..ea5c578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/fs-extra": "^9.0.9", "@types/n-readlines": "^1.0.1", "@types/node": "~12.20.7", - "@vercel/ncc": "^0.27.0", + "@vercel/ncc": "^0.28.6", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, @@ -71,9 +71,9 @@ "dev": true }, "node_modules/@vercel/ncc": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.27.0.tgz", - "integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==", + "version": "0.28.6", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.6.tgz", + "integrity": "sha512-t4BoSSuyK8BZaUE0gV18V6bkFs4st7baumtFGa50dv1tMu2GDBEBF8sUZaKBdKiL6DzJ2D2+XVCwYWWDcQOYdQ==", "dev": true, "bin": { "ncc": "dist/ncc/cli.js" @@ -293,9 +293,9 @@ "dev": true }, "@vercel/ncc": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.27.0.tgz", - "integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==", + "version": "0.28.6", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.28.6.tgz", + "integrity": "sha512-t4BoSSuyK8BZaUE0gV18V6bkFs4st7baumtFGa50dv1tMu2GDBEBF8sUZaKBdKiL6DzJ2D2+XVCwYWWDcQOYdQ==", "dev": true }, "arg": { diff --git a/package.json b/package.json index 88ed2f3..efdc31a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/fs-extra": "^9.0.9", "@types/n-readlines": "^1.0.1", "@types/node": "~12.20.7", - "@vercel/ncc": "^0.27.0", + "@vercel/ncc": "^0.28.6", "ts-node": "^9.1.1", "typescript": "^4.2.3" }