From b09454bb5e142c6dec270c4ec28ba342dd0f1a8b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Jan 2024 22:49:26 +0000
Subject: [PATCH] upgrade(deps): bump @swc/core from 1.3.14 to 1.3.102

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.14 to 1.3.102.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.14...v1.3.102)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 packages/sui-js-compiler/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/sui-js-compiler/package.json b/packages/sui-js-compiler/package.json
index 4bb9089dc..4feffcb40 100644
--- a/packages/sui-js-compiler/package.json
+++ b/packages/sui-js-compiler/package.json
@@ -13,7 +13,7 @@
   "license": "MIT",
   "dependencies": {
     "@s-ui/helpers": "1",
-    "@swc/core": "1.3.14",
+    "@swc/core": "1.3.102",
     "@swc/helpers": "0.4.12",
     "commander": "8.3.0",
     "fast-glob": "3.2.12",