diff --git a/package-lock.json b/package-lock.json index 6f527f72..4c399d28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.0.1", "@typescript-eslint/parser": "^8.0.1", - "@vercel/ncc": "^0.36.1", + "@vercel/ncc": "^0.38.1", "action-docs": "^2.4.2", "broccoli-test-helper": "^2.0.0", "eslint": "^9.8.0", @@ -1196,9 +1196,9 @@ } }, "node_modules/@vercel/ncc": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz", - "integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true, "bin": { "ncc": "dist/ncc/cli.js" diff --git a/package.json b/package.json index 4073987e..375bc35d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.0.1", "@typescript-eslint/parser": "^8.0.1", - "@vercel/ncc": "^0.36.1", + "@vercel/ncc": "^0.38.1", "action-docs": "^2.4.2", "broccoli-test-helper": "^2.0.0", "eslint": "^9.8.0",