diff --git a/package-lock.json b/package-lock.json index f5aaadf..c02b124 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/expect": "^24.3.2", "@types/mocha": "^10.0.9", "@types/node": "22.x", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "ts-mocha": "^10.0.0", "typescript": "^5.6.3" }, @@ -583,9 +583,9 @@ "dev": true }, "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, "bin": { "ncc": "dist/ncc/cli.js" diff --git a/package.json b/package.json index d961b14..10c1991 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/expect": "^24.3.2", "@types/mocha": "^10.0.9", "@types/node": "22.x", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "ts-mocha": "^10.0.0", "typescript": "^5.6.3" }