diff --git a/.github/actions/check-submodules/package-lock.json b/.github/actions/check-submodules/package-lock.json index 597ccdbbb..de6eb1940 100644 --- a/.github/actions/check-submodules/package-lock.json +++ b/.github/actions/check-submodules/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1" }, "devDependencies": { - "@vercel/ncc": "^0.38.1" + "@vercel/ncc": "^0.38.3" } }, "node_modules/@actions/core": { @@ -61,11 +61,10 @@ } }, "node_modules/@vercel/ncc": { - "version": "0.38.2", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz", - "integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==", + "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" } diff --git a/.github/actions/check-submodules/package.json b/.github/actions/check-submodules/package.json index 6abbfa6ff..533d2f75d 100644 --- a/.github/actions/check-submodules/package.json +++ b/.github/actions/check-submodules/package.json @@ -14,6 +14,6 @@ "@actions/exec": "^1.1.1" }, "devDependencies": { - "@vercel/ncc": "^0.38.1" + "@vercel/ncc": "^0.38.3" } }