Skip to content

Commit c39f4a3

Browse files
chore(lambda): bump @swc/helpers from 0.5.17 to 0.5.18 in /lambdas (#5001)
Bumps [@swc/helpers](https://github.com/swc-project/swc) from 0.5.17 to 0.5.18. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/swc-project/swc/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc/helpers&package-manager=npm_and_yarn&previous-version=0.5.17&new-version=0.5.18)](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>
1 parent b3b067a commit c39f4a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nx/vite": "^22.2.7",
3131
"@swc-node/register": "~1.11.1",
3232
"@swc/core": "~1.15.8",
33-
"@swc/helpers": "~0.5.17",
33+
"@swc/helpers": "~0.5.18",
3434
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
3535
"@typescript-eslint/eslint-plugin": "^8.47.0",
3636
"@typescript-eslint/parser": "^8.46.2",

lambdas/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5019,12 +5019,12 @@ __metadata:
50195019
languageName: node
50205020
linkType: hard
50215021

5022-
"@swc/helpers@npm:~0.5.17":
5023-
version: 0.5.17
5024-
resolution: "@swc/helpers@npm:0.5.17"
5022+
"@swc/helpers@npm:~0.5.18":
5023+
version: 0.5.18
5024+
resolution: "@swc/helpers@npm:0.5.18"
50255025
dependencies:
50265026
tslib: "npm:^2.8.0"
5027-
checksum: 10c0/fe1f33ebb968558c5a0c595e54f2e479e4609bff844f9ca9a2d1ffd8dd8504c26f862a11b031f48f75c95b0381c2966c3dd156e25942f90089badd24341e7dbb
5027+
checksum: 10c0/cb32d72e32f775c30287bffbcf61c89ea3a963608cb3a4a675a3f9af545b8b3ab0bc9930432a5520a7307daaa87538158e253584ae1cf39f3e7e6e83408a2d51
50285028
languageName: node
50295029
linkType: hard
50305030

@@ -8506,7 +8506,7 @@ __metadata:
85068506
"@nx/vite": "npm:^22.2.7"
85078507
"@swc-node/register": "npm:~1.11.1"
85088508
"@swc/core": "npm:~1.15.8"
8509-
"@swc/helpers": "npm:~0.5.17"
8509+
"@swc/helpers": "npm:~0.5.18"
85108510
"@trivago/prettier-plugin-sort-imports": "npm:^6.0.0"
85118511
"@typescript-eslint/eslint-plugin": "npm:^8.47.0"
85128512
"@typescript-eslint/parser": "npm:^8.46.2"

0 commit comments

Comments
 (0)