diff --git a/package-lock.json b/package-lock.json index f70fdb95..ed532864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/semver": "^7.5.8", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", "eslint-plugin-import": "^2.29.1", @@ -1884,11 +1884,10 @@ "license": "ISC" }, "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": { "ncc": "dist/ncc/cli.js" } diff --git a/package.json b/package.json index d3290832..9db872d1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/semver": "^7.5.8", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", "eslint-plugin-import": "^2.29.1",