From ff7670df4238ed67604487e59008d97b6fc6cb17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:53:57 +0000 Subject: [PATCH] Update dependency @vercel/ncc to v0.38.2 --- .github/actions/triage/package-lock.json | 14 +++++++------- .github/actions/triage/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/triage/package-lock.json b/.github/actions/triage/package-lock.json index a5db5ee..1fc128c 100644 --- a/.github/actions/triage/package-lock.json +++ b/.github/actions/triage/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "6.0.0" }, "devDependencies": { - "@vercel/ncc": "0.38.1" + "@vercel/ncc": "0.38.2" }, "engines": { "node": "20.17.0" @@ -177,9 +177,9 @@ } }, "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==", "dev": true, "bin": { "ncc": "dist/ncc/cli.js" @@ -375,9 +375,9 @@ } }, "@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==", "dev": true }, "before-after-hook": { diff --git a/.github/actions/triage/package.json b/.github/actions/triage/package.json index dc4561a..b17f031 100644 --- a/.github/actions/triage/package.json +++ b/.github/actions/triage/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/jeherve/test-actions#readme", "devDependencies": { - "@vercel/ncc": "0.38.1" + "@vercel/ncc": "0.38.2" }, "dependencies": { "@actions/core": "1.10.1",