chore(deps): update dependency @vercel/ncc to v0.38.3
Some checks failed
Check Transpiled JavaScript / Check dist/ (pull_request) Failing after 41s
Continuous Integration / GitHub Actions Test (pull_request) Successful in 9s
Continuous Integration / TypeScript Tests (pull_request) Successful in 56s

This commit is contained in:
Peter 2024-11-27 18:54:38 +00:00
parent c82bfd9aa7
commit 47b677dfa7

8
package-lock.json generated
View file

@ -7,6 +7,7 @@
"": {
"name": "setup-hugo",
"version": "1.0.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
@ -2177,10 +2178,11 @@
"dev": true
},
"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.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,
"license": "MIT",
"bin": {
"ncc": "dist/ncc/cli.js"
}