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

This commit is contained in:
Peter 2024-11-27 18:58:52 +00:00
parent 916bc58f0d
commit a8f5455cb1

7
package-lock.json generated
View file

@ -2179,10 +2179,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"
}