From e281c12609eddd25456fdc7c6255aff3792fe2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:20:30 -0500 Subject: [PATCH] Bump @vercel/ncc from 0.36.1 to 0.38.1 (#221) * Bump @vercel/ncc from 0.36.1 to 0.38.1 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] * Updated Changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Dan Goslen --- CHANGELOG.md | 1 + package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f2085..c4626d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `@types/jest` from 29.5.2 to 29.5.8 ([#211](https://github.com/dangoslen/dependabot-changelog-helper/pull/211)) - Bump `actions/checkout` from 3.5.3 to 4.1.1 ([#207](https://github.com/dangoslen/dependabot-changelog-helper/pull/207)) - Bump `actions/setup-node` from 3 to 4 ([#206](https://github.com/dangoslen/dependabot-changelog-helper/pull/206)) +- Bump `@vercel/ncc` from 0.36.1 to 0.38.1 ([#221](https://github.com/dangoslen/dependabot-changelog-helper/pull/221)) - Bump `eslint-plugin-jest` from 27.2.2 to 27.6.0 ([#220](https://github.com/dangoslen/dependabot-changelog-helper/pull/220)) ### Refactored diff --git a/package-lock.json b/package-lock.json index 0c7b80a..624d934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^20.4.2", - "@vercel/ncc": "^0.36.1", + "@vercel/ncc": "^0.38.1", "eslint": "^8.45.0", "eslint-plugin-github": "^4.8.0", "eslint-plugin-jest": "^27.6.0", @@ -1759,9 +1759,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" @@ -7707,9 +7707,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 }, "acorn": { diff --git a/package.json b/package.json index 44b8232..68028ab 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^20.4.2", - "@vercel/ncc": "^0.36.1", + "@vercel/ncc": "^0.38.1", "eslint": "^8.45.0", "eslint-plugin-github": "^4.8.0", "eslint-plugin-jest": "^27.6.0",