From 4ffb6d766ce6f383e05e52a155b26a1f49d76e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:15:58 +0100 Subject: [PATCH] Bump @vercel/ncc from 0.38.2 to 0.38.3 (#155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.2 to 0.38.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ncc/releases"><code>@​vercel/ncc</code>'s releases</a>.</em></p> <blockquote> <h2>0.38.3</h2> <h2><a href="https://github.com/vercel/ncc/compare/0.38.2...0.38.3">0.38.3</a> (2024-11-15)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing <code>--asset-builds</code> to cli help message (<a href="https://redirect.github.com/vercel/ncc/issues/1228">#1228</a>) (<a href="https://github.com/vercel/ncc/commit/84f8c52872621be2fe45d7d837f1e4cc06e8a490">84f8c52</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ncc/commit/84f8c52872621be2fe45d7d837f1e4cc06e8a490"><code>84f8c52</code></a> fix: add missing <code>--asset-builds</code> to cli help message (<a href="https://redirect.github.com/vercel/ncc/issues/1228">#1228</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/0ff93c67f8b7dc41f63447468904e55af33d0c78"><code>0ff93c6</code></a> chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (<a href="https://redirect.github.com/vercel/ncc/issues/1223">#1223</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/ae5bf16cb3de1f78d465893ff916be3a3a46c216"><code>ae5bf16</code></a> chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (<a href="https://redirect.github.com/vercel/ncc/issues/1">#1</a>...</li> <li><a href="https://github.com/vercel/ncc/commit/738a2bfe3df07be672c124be89471c1f9c71865b"><code>738a2bf</code></a> chore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (<a href="https://redirect.github.com/vercel/ncc/issues/1209">#1209</a>)</li> <li>See full diff in <a href="https://github.com/vercel/ncc/compare/0.38.2...0.38.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fcd3b4..a8ce209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@biomejs/biome": "1.9.4", "@types/node": "^22.9.0", "@types/semver": "^7.5.8", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "jest": "^29.7.0", "js-yaml": "^4.1.0", "ts-jest": "^29.2.5", @@ -2090,9 +2090,9 @@ "dev": true }, "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, "bin": { "ncc": "dist/ncc/cli.js" @@ -6528,9 +6528,9 @@ "dev": true }, "@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 }, "abort-controller": { diff --git a/package.json b/package.json index 1f79fa9..9dc9a6d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@biomejs/biome": "1.9.4", "@types/node": "^22.9.0", "@types/semver": "^7.5.8", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "jest": "^29.7.0", "js-yaml": "^4.1.0", "ts-jest": "^29.2.5",