From 0bcd6c5d5dfecba6a43089a7e5b924c29078c926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:10:51 +0100 Subject: [PATCH] chore(lambda): bump @vercel/ncc from 0.38.2 to 0.38.3 in /lambdas (#4282) 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.
Release notes

Sourced from @​vercel/ncc's releases.

0.38.3

0.38.3 (2024-11-15)

Bug Fixes

Commits

[![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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../functions/ami-housekeeper/package.json | 2 +- lambdas/functions/control-plane/package.json | 2 +- .../functions/gh-agent-syncer/package.json | 2 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 2 +- lambdas/libs/aws-powertools-util/package.json | 2 +- lambdas/libs/aws-ssm-util/package.json | 2 +- lambdas/yarn.lock | 22 +++++++++---------- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 381cf8d43e..85432201b6 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -22,7 +22,7 @@ "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", "eslint": "^8.57.0", diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index d5c8f9e7bf..c5272e03a1 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -22,7 +22,7 @@ "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", "eslint": "^8.57.0", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index e20e8cb0b8..3871ce097d 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -23,7 +23,7 @@ "@types/request": "^2.48.12", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", "eslint": "^8.57.0", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 5231ad9b4c..f6f3a82dc4 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -20,7 +20,7 @@ "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "^0.38.2", + "@vercel/ncc": "^0.38.3", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", "eslint": "^8.57.0", diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index bcea6ae16f..bdc327eb4c 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -24,7 +24,7 @@ "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "0.38.2", + "@vercel/ncc": "0.38.3", "body-parser": "^1.20.3", "eslint": "^8.57.0", "eslint-plugin-prettier": "5.2.1", diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index 85a0571030..3c7666d738 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -21,7 +21,7 @@ "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "0.38.2", + "@vercel/ncc": "0.38.3", "body-parser": "^1.20.3", "eslint": "^8.57.0", "eslint-plugin-prettier": "5.2.1", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 4d0194676f..e7a2d306a5 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -21,7 +21,7 @@ "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.16.0", - "@vercel/ncc": "0.38.2", + "@vercel/ncc": "0.38.3", "body-parser": "^1.20.3", "eslint": "^8.57.0", "eslint-plugin-prettier": "5.2.1", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 1e84b804a7..80e3db5b9d 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -112,7 +112,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:^0.38.2" + "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" cron-parser: "npm:^4.9.0" @@ -144,7 +144,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:0.38.2" + "@vercel/ncc": "npm:0.38.3" aws-lambda: "npm:^1.0.7" body-parser: "npm:^1.20.3" eslint: "npm:^8.57.0" @@ -174,7 +174,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:0.38.2" + "@vercel/ncc": "npm:0.38.3" body-parser: "npm:^1.20.3" eslint: "npm:^8.57.0" eslint-plugin-prettier: "npm:5.2.1" @@ -211,7 +211,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:^0.38.2" + "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" cron-parser: "npm:^4.9.0" @@ -247,7 +247,7 @@ __metadata: "@types/request": "npm:^2.48.12" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:^0.38.2" + "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" axios: "npm:^1.7.7" @@ -276,7 +276,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:^0.38.2" + "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" eslint: "npm:^8.57.0" @@ -312,7 +312,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" "@typescript-eslint/parser": "npm:^8.16.0" - "@vercel/ncc": "npm:0.38.2" + "@vercel/ncc": "npm:0.38.3" aws-lambda: "npm:^1.0.7" body-parser: "npm:^1.20.3" eslint: "npm:^8.57.0" @@ -5509,14 +5509,14 @@ __metadata: languageName: node linkType: hard -"@vercel/ncc@npm:0.38.2, @vercel/ncc@npm:^0.38.2": - version: 0.38.2 - resolution: "@vercel/ncc@npm:0.38.2" +"@vercel/ncc@npm:0.38.3, @vercel/ncc@npm:^0.38.3": + version: 0.38.3 + resolution: "@vercel/ncc@npm:0.38.3" dependencies: node-gyp: "npm:latest" bin: ncc: dist/ncc/cli.js - checksum: 10c0/430f506d7243155d85b8f99d46f46159b9dea58190ae4c28eadebe6b1b90e350e9861c7accc4f3b2dcb603f47fbe7cc947c56af396c96ba1059419f1b4f20928 + checksum: 10c0/91b328b53d3bb17ac2fd329d9d2115192d2001e52a7f6d38828ce878e465f3bc62031a8b206bdbbf90e449c11f9e411f853f7081a6e2947ef3459365fa12da49 languageName: node linkType: hard