diff --git a/package-lock.json b/package-lock.json index 10c2751..4af16bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/picomatch": "^2.3.3", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", - "@vercel/ncc": "^0.38.1", + "@vercel/ncc": "^0.38.4", "eslint": "^8.56.0", "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.6.3", @@ -2446,10 +2446,11 @@ ] }, "node_modules/@vercel/ncc": { - "version": "0.38.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", - "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", + "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 e45347b..de03696 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/picomatch": "^2.3.3", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", - "@vercel/ncc": "^0.38.1", + "@vercel/ncc": "^0.38.4", "eslint": "^8.56.0", "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.6.3",