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

Commit cf6dd34

Browse files
chore(lambda): bump @swc/helpers from 0.5.12 to 0.5.15 in /lambdas (#4254)
Bumps [@swc/helpers](https://github.com/swc-project/swc) from 0.5.12 to 0.5.15. <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.12&new-version=0.5.15)](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 26ad5c1 commit cf6dd34

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

Diff for: lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nx/js": "^20.0.0",
2727
"@swc-node/register": "~1.10.9",
2828
"@swc/core": "~1.7.40",
29-
"@swc/helpers": "~0.5.12",
29+
"@swc/helpers": "~0.5.15",
3030
"eslint": "^8.57.0",
3131
"jest": "^29.7.0",
3232
"nx": "20.0.1",

Diff for: lambdas/yarn.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -5083,12 +5083,12 @@ __metadata:
50835083
languageName: node
50845084
linkType: hard
50855085

5086-
"@swc/helpers@npm:~0.5.12":
5087-
version: 0.5.12
5088-
resolution: "@swc/helpers@npm:0.5.12"
5086+
"@swc/helpers@npm:~0.5.15":
5087+
version: 0.5.15
5088+
resolution: "@swc/helpers@npm:0.5.15"
50895089
dependencies:
5090-
tslib: "npm:^2.4.0"
5091-
checksum: 10c0/44693c0f34d772d63f3a6fb461964ec583055549a96df9790afec125b2ba06929a63cf9a165a9aaf22317779f460f8caafa94458b70d5cb2bc057b6ba9b5d02c
5090+
tslib: "npm:^2.8.0"
5091+
checksum: 10c0/33002f74f6f885f04c132960835fdfc474186983ea567606db62e86acd0680ca82f34647e8e610f4e1e422d1c16fce729dde22cd3b797ab1fd9061a825dabca4
50925092
languageName: node
50935093
linkType: hard
50945094

@@ -8974,7 +8974,7 @@ __metadata:
89748974
"@nx/js": "npm:^20.0.0"
89758975
"@swc-node/register": "npm:~1.10.9"
89768976
"@swc/core": "npm:~1.7.40"
8977-
"@swc/helpers": "npm:~0.5.12"
8977+
"@swc/helpers": "npm:~0.5.15"
89788978
eslint: "npm:^8.57.0"
89798979
jest: "npm:^29.7.0"
89808980
nx: "npm:20.0.1"
@@ -11320,6 +11320,13 @@ __metadata:
1132011320
languageName: node
1132111321
linkType: hard
1132211322

11323+
"tslib@npm:^2.8.0":
11324+
version: 2.8.1
11325+
resolution: "tslib@npm:2.8.1"
11326+
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
11327+
languageName: node
11328+
linkType: hard
11329+
1132311330
"type-check@npm:^0.4.0, type-check@npm:~0.4.0":
1132411331
version: 0.4.0
1132511332
resolution: "type-check@npm:0.4.0"

0 commit comments

Comments
 (0)