chore(deps): Bump @vercel/ncc from 0.36.1 to 0.38.1 (#38)

This commit is contained in:
dependabot[bot] 2024-07-04 09:07:49 +00:00 committed by GitHub
parent 7a1ed682b5
commit 50aeb9fec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^20.4.0", "@types/node": "^20.4.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.38.1",
"typescript": "^5.2.2" "typescript": "^5.2.2"
} }
}, },
@ -74,9 +74,9 @@
"integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ=="
}, },
"node_modules/@vercel/ncc": { "node_modules/@vercel/ncc": {
"version": "0.36.1", "version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==", "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"bin": { "bin": {
"ncc": "dist/ncc/cli.js" "ncc": "dist/ncc/cli.js"
} }

View File

@ -20,7 +20,7 @@
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^20.4.0", "@types/node": "^20.4.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.38.1",
"typescript": "^5.2.2" "typescript": "^5.2.2"
} }
} }