From 5a728c5de6ef54fc6b97d0e486ca24dd5022d452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:24:06 +0000 Subject: [PATCH] chore(deps): bump @vercel/ncc from 0.38.1 to 0.38.2 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.2. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.38.1...0.38.2) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3c1c95..1c1dec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@types/node": "^20.14.9", - "@vercel/ncc": "^0.38.1", + "@vercel/ncc": "^0.38.2", "all-contributors-cli": "^6.26.1", "csv": "^6.3.10", "eslint-plugin-prettier": "^5.2.1", @@ -774,9 +774,9 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@vercel/ncc": { - "version": "0.38.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", - "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", + "version": "0.38.2", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz", + "integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==", "bin": { "ncc": "dist/ncc/cli.js" } diff --git a/package.json b/package.json index b34a623..63c8eff 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@types/node": "^20.14.9", - "@vercel/ncc": "^0.38.1", + "@vercel/ncc": "^0.38.2", "all-contributors-cli": "^6.26.1", "csv": "^6.3.10", "eslint-plugin-prettier": "^5.2.1",