From abd98c08da27b0468b8dbc484d41d05fda1b4ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:19:14 +0000 Subject: [PATCH] chore(deps-dev): 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e0138e..287bb83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@octokit/fixtures": "^21.0.2", "@octokit/types": "^6.31.1", "@types/jest": "^29.5.12", - "@vercel/ncc": "^0.36.1", + "@vercel/ncc": "^0.38.1", "axios": "^1.7.4", "jest": "^29.7.0", "jest-circus": "^29.7.0", @@ -2225,11 +2225,10 @@ "license": "MIT" }, "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, - "license": "MIT", "bin": { "ncc": "dist/ncc/cli.js" } diff --git a/package.json b/package.json index 2ba21b5..e619e22 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@octokit/fixtures": "^21.0.2", "@octokit/types": "^6.31.1", "@types/jest": "^29.5.12", - "@vercel/ncc": "^0.36.1", + "@vercel/ncc": "^0.38.1", "axios": "^1.7.4", "jest": "^29.7.0", "jest-circus": "^29.7.0",