From 5fab1c5b32b9a482fa0513f169eabac256ed1412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:36:36 +0000 Subject: [PATCH] chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.0 to 0.38.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.38.0...0.38.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec81585fa..0fbecd5e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/node": "20.8.10", "@types/node-fetch": "2.6.8", "@typescript-eslint/eslint-plugin": "6.9.0", - "@vercel/ncc": "0.38.0", + "@vercel/ncc": "0.38.1", "eslint": "8.45.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-filenames": "1.3.2", @@ -2575,9 +2575,9 @@ } }, "node_modules/@vercel/ncc": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.0.tgz", - "integrity": "sha512-B4YKZMm/EqMptKSFyAq4q2SlgJe+VCmEH6Y8gf/E1pTlWbsUJpuH1ymik2Ex3aYO5mCWwV1kaSYHSQOT8+4vHA==", + "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" @@ -11459,9 +11459,9 @@ } }, "@vercel/ncc": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.0.tgz", - "integrity": "sha512-B4YKZMm/EqMptKSFyAq4q2SlgJe+VCmEH6Y8gf/E1pTlWbsUJpuH1ymik2Ex3aYO5mCWwV1kaSYHSQOT8+4vHA==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true }, "abort-controller": { diff --git a/package.json b/package.json index 45a171c40..5ecbfbef0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/node": "20.8.10", "@types/node-fetch": "2.6.8", "@typescript-eslint/eslint-plugin": "6.9.0", - "@vercel/ncc": "0.38.0", + "@vercel/ncc": "0.38.1", "eslint": "8.45.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-filenames": "1.3.2",