From d2e0c340a987403ff09d20621670d8db41baf1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:47:37 +0000 Subject: [PATCH] Bump @vercel/ncc from 0.38.1 to 0.38.3 in /github-action --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- github-action/package-lock.json | 15 ++++++++------- github-action/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/github-action/package-lock.json b/github-action/package-lock.json index f628ac9b9..70023d503 100644 --- a/github-action/package-lock.json +++ b/github-action/package-lock.json @@ -20,7 +20,7 @@ "@types/node": "^20.9.0", "@types/truncate-utf8-bytes": "^1.0.2", "@typescript-eslint/parser": "^6.10.0", - "@vercel/ncc": "^0.38.1", + "@vercel/ncc": "^0.38.3", "eslint": "^8.53.0", "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.6.0", @@ -1697,10 +1697,11 @@ "dev": true }, "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.3", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz", + "integrity": "sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==", "dev": true, + "license": "MIT", "bin": { "ncc": "dist/ncc/cli.js" } @@ -8314,9 +8315,9 @@ "dev": true }, "@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.3", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz", + "integrity": "sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==", "dev": true }, "acorn": { diff --git a/github-action/package.json b/github-action/package.json index 6434957c3..c1baa0237 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -37,7 +37,7 @@ "@types/jest": "^29.5.8", "@types/node": "^20.9.0", "@typescript-eslint/parser": "^6.10.0", - "@vercel/ncc": "^0.38.1", + "@vercel/ncc": "^0.38.3", "eslint": "^8.53.0", "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.6.0",