From 76c09f12b6d48864ba5c59c2c8b769bb6d30f284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:25:44 +0000 Subject: [PATCH] Bump @vercel/ncc from 0.38.2 to 0.38.3 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.2 to 0.38.3. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.38.2...0.38.3) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6793aa9..cabf58d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -286,9 +286,9 @@ "dev": true }, "@vercel/ncc": { - "version": "0.38.2", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz", - "integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==" + "version": "0.38.3", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz", + "integrity": "sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==" }, "acorn": { "version": "8.12.1", diff --git a/package.json b/package.json index 89a167b..2c495d6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "markdown-it": "^14.1.0", "matrix-js-sdk": "^34.10.0" },