From 7933a0358f0fbc29d1fc45e58dba42c9fc436eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:48:35 +0000 Subject: [PATCH] Bump @vercel/ncc from 0.36.1 to 0.38.1 in /.github/actions/release-tag Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.36.1...0.38.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/release-tag/package-lock.json | 14 +++++++------- .github/actions/release-tag/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/release-tag/package-lock.json b/.github/actions/release-tag/package-lock.json index 5f65d8d62..1406c7f3d 100644 --- a/.github/actions/release-tag/package-lock.json +++ b/.github/actions/release-tag/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0" }, "devDependencies": { - "@vercel/ncc": "^0.36.1" + "@vercel/ncc": "^0.38.1" } }, "node_modules/@actions/core": { @@ -33,9 +33,9 @@ } }, "node_modules/@vercel/ncc": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz", - "integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true, "bin": { "ncc": "dist/ncc/cli.js" @@ -77,9 +77,9 @@ } }, "@vercel/ncc": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz", - "integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true }, "tunnel": { diff --git a/.github/actions/release-tag/package.json b/.github/actions/release-tag/package.json index 94e35418c..5e3bcb825 100644 --- a/.github/actions/release-tag/package.json +++ b/.github/actions/release-tag/package.json @@ -13,6 +13,6 @@ "@actions/core": "^1.10.0" }, "devDependencies": { - "@vercel/ncc": "^0.36.1" + "@vercel/ncc": "^0.38.1" } }