From 3c0cc6a187314c587a6369034fc4abf9db0e63ab Mon Sep 17 00:00:00 2001 From: Gareth Watts Date: Fri, 10 Jun 2022 16:21:41 -0500 Subject: [PATCH] upgrade ncc --- dist/index.js | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/index.js b/dist/index.js index e6c94ab..d653478 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11339,7 +11339,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"] /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"go-coverage-action","version":"1.0.0","description":"Coverage reports for the Go programming language","main":"index.js","scripts":{"lint":"eslint .","prepare":"ncc build index.js -o dist --source-map --license licenses.txt","all":"npm run lint && npm run prepare"},"repository":{"type":"git","url":"git+https://github.com/gwatts/go-coverage-action.git"},"keywords":["GitHub","Actions","Golang","Go","Testing","Coverage"],"author":"gwatts","license":"MIT","bugs":{"url":"https://github.com/gwatts/go-coverage-action/issues"},"homepage":"https://github.com/gwatts/go-coverage-action#readme","dependencies":{"@actions/core":"^1.8.2","@actions/github":"^5.0.2","execa":"^6.1.0"},"devDependencies":{"@vercel/ncc":"^0.33.4","eslint":"^8.17.0"},"volta":{"node":"16.14.0"}}'); +module.exports = JSON.parse('{"name":"go-coverage-action","version":"1.0.0","description":"Coverage reports for the Go programming language","main":"index.js","scripts":{"lint":"eslint .","prepare":"ncc build index.js -o dist --source-map --license licenses.txt","all":"npm run lint && npm run prepare"},"repository":{"type":"git","url":"git+https://github.com/gwatts/go-coverage-action.git"},"keywords":["GitHub","Actions","Golang","Go","Testing","Coverage"],"author":"gwatts","license":"MIT","bugs":{"url":"https://github.com/gwatts/go-coverage-action/issues"},"homepage":"https://github.com/gwatts/go-coverage-action#readme","dependencies":{"@actions/core":"^1.8.2","@actions/github":"^5.0.2","execa":"^6.1.0"},"devDependencies":{"@vercel/ncc":"^0.34.0","eslint":"^8.17.0"},"volta":{"node":"16.14.0"}}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index 9ae679a..53ab817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "execa": "^6.1.0" }, "devDependencies": { - "@vercel/ncc": "^0.33.4", + "@vercel/ncc": "^0.34.0", "eslint": "^8.17.0" } }, @@ -187,9 +187,9 @@ } }, "node_modules/@vercel/ncc": { - "version": "0.33.4", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.33.4.tgz", - "integrity": "sha512-ln18hs7dMffelP47tpkaR+V5Tj6coykNyxJrlcmCormPqRQjB/Gv4cu2FfBG+PMzIfdZp2CLDsrrB1NPU22Qhg==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", + "integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", "dev": true, "bin": { "ncc": "dist/ncc/cli.js" @@ -1391,9 +1391,9 @@ } }, "@vercel/ncc": { - "version": "0.33.4", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.33.4.tgz", - "integrity": "sha512-ln18hs7dMffelP47tpkaR+V5Tj6coykNyxJrlcmCormPqRQjB/Gv4cu2FfBG+PMzIfdZp2CLDsrrB1NPU22Qhg==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", + "integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", "dev": true }, "acorn": { diff --git a/package.json b/package.json index 4742e63..112f996 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "execa": "^6.1.0" }, "devDependencies": { - "@vercel/ncc": "^0.33.4", + "@vercel/ncc": "^0.34.0", "eslint": "^8.17.0" }, "volta": {