From a978fd9dbac2c3f8d688735c8b0643d87114ffd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:15:11 +0000 Subject: [PATCH] build: Update dependency @vercel/ncc to v0.38.3 (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f8277b..ff26a18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "11.0.0", - "@vercel/ncc": "0.38.2", + "@vercel/ncc": "0.38.3", "eslint": "7.32.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.31.0", @@ -2471,9 +2471,9 @@ } }, "node_modules/@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==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 39d106b..55424b5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "11.0.0", - "@vercel/ncc": "0.38.2", + "@vercel/ncc": "0.38.3", "eslint": "7.32.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.31.0",