From 28847d13d76cfdaf66259d48dad7569fe5fe79df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:31:24 +0000 Subject: [PATCH] fix(deps-dev): bump @vercel/ncc from 0.34.0 to 0.38.1 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.38.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.34.0...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ca6603..5517514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/jest": "^28.1.6", "@types/js-yaml": "^3.12.5", "@types/minimatch": "^3.0.4", - "@vercel/ncc": "^0.34.0", + "@vercel/ncc": "^0.38.1", "jest": "^28.1.3", "npm-run-all": "^4.1.5", "ts-jest": "^28.0.7", @@ -1562,9 +1562,9 @@ "dev": true }, "node_modules/@vercel/ncc": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", - "integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", + "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" @@ -6972,9 +6972,9 @@ "dev": true }, "@vercel/ncc": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", - "integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true }, "ansi-escapes": { diff --git a/package.json b/package.json index e9f4f78..0fb192c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/jest": "^28.1.6", "@types/js-yaml": "^3.12.5", "@types/minimatch": "^3.0.4", - "@vercel/ncc": "^0.34.0", + "@vercel/ncc": "^0.38.1", "jest": "^28.1.3", "npm-run-all": "^4.1.5", "ts-jest": "^28.0.7",