Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0bcd6c5

Browse files
chore(lambda): bump @vercel/ncc from 0.38.2 to 0.38.3 in /lambdas (#4282)
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vercel/ncc&package-manager=npm_and_yarn&previous-version=0.38.2&new-version=0.38.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf88d6e commit 0bcd6c5

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

Diff for: lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.15.0",
2424
"@typescript-eslint/parser": "^8.16.0",
25-
"@vercel/ncc": "^0.38.2",
25+
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",
2828
"eslint": "^8.57.0",

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.15.0",
2424
"@typescript-eslint/parser": "^8.16.0",
25-
"@vercel/ncc": "^0.38.2",
25+
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",
2828
"eslint": "^8.57.0",

Diff for: lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.15.0",
2525
"@typescript-eslint/parser": "^8.16.0",
26-
"@vercel/ncc": "^0.38.2",
26+
"@vercel/ncc": "^0.38.3",
2727
"aws-sdk-client-mock": "^4.1.0",
2828
"aws-sdk-client-mock-jest": "^4.1.0",
2929
"eslint": "^8.57.0",

Diff for: lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^22.9.0",
2121
"@typescript-eslint/eslint-plugin": "^8.15.0",
2222
"@typescript-eslint/parser": "^8.16.0",
23-
"@vercel/ncc": "^0.38.2",
23+
"@vercel/ncc": "^0.38.3",
2424
"aws-sdk-client-mock": "^4.1.0",
2525
"aws-sdk-client-mock-jest": "^4.1.0",
2626
"eslint": "^8.57.0",

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^22.9.0",
2525
"@typescript-eslint/eslint-plugin": "^8.15.0",
2626
"@typescript-eslint/parser": "^8.16.0",
27-
"@vercel/ncc": "0.38.2",
27+
"@vercel/ncc": "0.38.3",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",
3030
"eslint-plugin-prettier": "5.2.1",

Diff for: lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.15.0",
2323
"@typescript-eslint/parser": "^8.16.0",
24-
"@vercel/ncc": "0.38.2",
24+
"@vercel/ncc": "0.38.3",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.15.0",
2323
"@typescript-eslint/parser": "^8.16.0",
24-
"@vercel/ncc": "0.38.2",
24+
"@vercel/ncc": "0.38.3",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",

Diff for: lambdas/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ __metadata:
112112
"@types/node": "npm:^22.9.0"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
114114
"@typescript-eslint/parser": "npm:^8.16.0"
115-
"@vercel/ncc": "npm:^0.38.2"
115+
"@vercel/ncc": "npm:^0.38.3"
116116
aws-sdk-client-mock: "npm:^4.1.0"
117117
aws-sdk-client-mock-jest: "npm:^4.1.0"
118118
cron-parser: "npm:^4.9.0"
@@ -144,7 +144,7 @@ __metadata:
144144
"@types/node": "npm:^22.9.0"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
146146
"@typescript-eslint/parser": "npm:^8.16.0"
147-
"@vercel/ncc": "npm:0.38.2"
147+
"@vercel/ncc": "npm:0.38.3"
148148
aws-lambda: "npm:^1.0.7"
149149
body-parser: "npm:^1.20.3"
150150
eslint: "npm:^8.57.0"
@@ -174,7 +174,7 @@ __metadata:
174174
"@types/node": "npm:^22.9.0"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
176176
"@typescript-eslint/parser": "npm:^8.16.0"
177-
"@vercel/ncc": "npm:0.38.2"
177+
"@vercel/ncc": "npm:0.38.3"
178178
body-parser: "npm:^1.20.3"
179179
eslint: "npm:^8.57.0"
180180
eslint-plugin-prettier: "npm:5.2.1"
@@ -211,7 +211,7 @@ __metadata:
211211
"@types/node": "npm:^22.9.0"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
213213
"@typescript-eslint/parser": "npm:^8.16.0"
214-
"@vercel/ncc": "npm:^0.38.2"
214+
"@vercel/ncc": "npm:^0.38.3"
215215
aws-sdk-client-mock: "npm:^4.1.0"
216216
aws-sdk-client-mock-jest: "npm:^4.1.0"
217217
cron-parser: "npm:^4.9.0"
@@ -247,7 +247,7 @@ __metadata:
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
249249
"@typescript-eslint/parser": "npm:^8.16.0"
250-
"@vercel/ncc": "npm:^0.38.2"
250+
"@vercel/ncc": "npm:^0.38.3"
251251
aws-sdk-client-mock: "npm:^4.1.0"
252252
aws-sdk-client-mock-jest: "npm:^4.1.0"
253253
axios: "npm:^1.7.7"
@@ -276,7 +276,7 @@ __metadata:
276276
"@types/node": "npm:^22.9.0"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
278278
"@typescript-eslint/parser": "npm:^8.16.0"
279-
"@vercel/ncc": "npm:^0.38.2"
279+
"@vercel/ncc": "npm:^0.38.3"
280280
aws-sdk-client-mock: "npm:^4.1.0"
281281
aws-sdk-client-mock-jest: "npm:^4.1.0"
282282
eslint: "npm:^8.57.0"
@@ -312,7 +312,7 @@ __metadata:
312312
"@types/node": "npm:^22.9.0"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
314314
"@typescript-eslint/parser": "npm:^8.16.0"
315-
"@vercel/ncc": "npm:0.38.2"
315+
"@vercel/ncc": "npm:0.38.3"
316316
aws-lambda: "npm:^1.0.7"
317317
body-parser: "npm:^1.20.3"
318318
eslint: "npm:^8.57.0"
@@ -5509,14 +5509,14 @@ __metadata:
55095509
languageName: node
55105510
linkType: hard
55115511

5512-
"@vercel/ncc@npm:0.38.2, @vercel/ncc@npm:^0.38.2":
5513-
version: 0.38.2
5514-
resolution: "@vercel/ncc@npm:0.38.2"
5512+
"@vercel/ncc@npm:0.38.3, @vercel/ncc@npm:^0.38.3":
5513+
version: 0.38.3
5514+
resolution: "@vercel/ncc@npm:0.38.3"
55155515
dependencies:
55165516
node-gyp: "npm:latest"
55175517
bin:
55185518
ncc: dist/ncc/cli.js
5519-
checksum: 10c0/430f506d7243155d85b8f99d46f46159b9dea58190ae4c28eadebe6b1b90e350e9861c7accc4f3b2dcb603f47fbe7cc947c56af396c96ba1059419f1b4f20928
5519+
checksum: 10c0/91b328b53d3bb17ac2fd329d9d2115192d2001e52a7f6d38828ce878e465f3bc62031a8b206bdbbf90e449c11f9e411f853f7081a6e2947ef3459365fa12da49
55205520
languageName: node
55215521
linkType: hard
55225522

0 commit comments

Comments
 (0)