diff --git a/package-lock.json b/package-lock.json index a5f14d6d..0f60100e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^24.10.1", "@types/sinon": "^21.0.0", - "@vercel/ncc": "^0.38.3", + "@vercel/ncc": "^0.38.4", "c8": "^10.1.3", "chai": "^6.2.0", "mocha": "^11.7.4", @@ -764,10 +764,11 @@ "license": "MIT" }, "node_modules/@vercel/ncc": { - "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==", + "version": "0.38.4", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.4.tgz", + "integrity": "sha512-8LwjnlP39s08C08J5NstzriPvW1SP8Zfpp1BvC2sI35kPeZnHfxVkCwu4/+Wodgnd60UtT1n8K8zw+Mp7J9JmQ==", "dev": true, + "license": "MIT", "bin": { "ncc": "dist/ncc/cli.js" } diff --git a/package.json b/package.json index 735782f6..ce3f2260 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^24.10.1", "@types/sinon": "^21.0.0", - "@vercel/ncc": "^0.38.3", + "@vercel/ncc": "^0.38.4", "c8": "^10.1.3", "chai": "^6.2.0", "mocha": "^11.7.4",