From 2ac1c6387ba1aab9bcd55ed521abfecf88b7fcae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 02:35:42 +0000 Subject: [PATCH] chore(deps): update dependency @swc/core to v1.3.32 (#3078) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.3.26` -> `1.3.32`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.26/1.3.32) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/compatibility-slim/1.3.26)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/confidence-slim/1.3.26)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
swc-project/swc ### [`v1.3.32`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1332---2023-02-01) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.31...v1.3.32) ##### Bug Fixes - **(es)** Remove useless message ([#​6882](https://togithub.com/swc-project/swc/issues/6882)) ([9301703](https://togithub.com/swc-project/swc/commit/93017033117ff0c89d9a7a992d7a8834ee030227)) - **(es/compat)** Make optional chaining pass less permissive ([#​6885](https://togithub.com/swc-project/swc/issues/6885)) ([57781e9](https://togithub.com/swc-project/swc/commit/57781e90d39915e3772757162f70767ff57bfbdd)) ##### Testing - **(es/compat)** Add a test for a fixed issue ([#​6887](https://togithub.com/swc-project/swc/issues/6887)) ([e79d466](https://togithub.com/swc-project/swc/commit/e79d46697c9ffb6f93976457f949a5168a59327a)) ##### Build - **(cargo)** Drop dependencies on `retain_mut` ([#​6884](https://togithub.com/swc-project/swc/issues/6884)) ([d6a24a2](https://togithub.com/swc-project/swc/commit/d6a24a28e88ff22f6aea8169927c64d8cbe7fb95)) ### [`v1.3.31`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1331---2023-01-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.30...v1.3.31) ##### Bug Fixes - **(es/compat)** Fix optional chaining pass ([#​6875](https://togithub.com/swc-project/swc/issues/6875)) ([d808864](https://togithub.com/swc-project/swc/commit/d8088646df1e8ebc7d1fd8b0b0e4822bc604a986)) - **(visit)** Fix detection of `Option>` ([#​6872](https://togithub.com/swc-project/swc/issues/6872)) ([508267d](https://togithub.com/swc-project/swc/commit/508267dccf479f114234f01f8d77db74b91bdb85)) ##### Features - **(bindings/cli)** Append `sourceMappingURL=` to the output ([#​6873](https://togithub.com/swc-project/swc/issues/6873)) ([c4db8e4](https://togithub.com/swc-project/swc/commit/c4db8e42a154bd41b54354fc8c2891764fbb724f)) - **(es/loader)** Support `node:` prefix from `NodeModulesResolver` ([#​6868](https://togithub.com/swc-project/swc/issues/6868)) ([6b7249d](https://togithub.com/swc-project/swc/commit/6b7249dcde964d4cefba8531515c93b07d6dbcd9)) ### [`v1.3.30`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1330---2023-01-28) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.29...v1.3.30) ##### Bug Fixes - **(es/minifier)** Track reassign in parent scope ([#​6865](https://togithub.com/swc-project/swc/issues/6865)) ([c0e72ef](https://togithub.com/swc-project/swc/commit/c0e72ef64ad9925c9dffda3b0ff261682f6054ed)) - **(es/module)** Fix handling of `this` for `systemjs` ([#​6857](https://togithub.com/swc-project/swc/issues/6857)) ([39c75fd](https://togithub.com/swc-project/swc/commit/39c75fdcce4ae63a2320bfaac4c2369799729051)) - **(es/parser)** Fix parsing of generics ([#​6859](https://togithub.com/swc-project/swc/issues/6859)) ([60d9403](https://togithub.com/swc-project/swc/commit/60d9403073f2d24df275325e854a0ab2dc1bf448)) ##### Features - **(es/minifier)** Improve compatibility of `arrows` with `terser` ([#​6862](https://togithub.com/swc-project/swc/issues/6862)) ([d1687d8](https://togithub.com/swc-project/swc/commit/d1687d8e0128ad534b551ebbb7f8445abe3144c2)) ##### Miscellaneous Tasks - **(ci)** FIx CI ([#​6861](https://togithub.com/swc-project/swc/issues/6861)) ([45cdfed](https://togithub.com/swc-project/swc/commit/45cdfed6c818ad7da2cf202a46abfbd06dda95eb)) ### [`v1.3.29`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1329---2023-01-26) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.28...v1.3.29) ##### Bug Fixes - **(plugin)** Make `span_to_source` use dedicated function ([#​6853](https://togithub.com/swc-project/swc/issues/6853)) ([99d48e3](https://togithub.com/swc-project/swc/commit/99d48e305ef73352efc41bc134a10750b1d724bc)) ##### Refactor - **(es/minifier)** Merge `cond_init` with `reassigned` ([#​6850](https://togithub.com/swc-project/swc/issues/6850)) ([55225cb](https://togithub.com/swc-project/swc/commit/55225cb994d6cb0cfaae4cee77905f17ec6e37c7)) ### [`v1.3.28`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1328---2023-01-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.27...v1.3.28) ##### Bug Fixes - **(es/codegen)** Fix codegen of string literals with `\x000` ([#​6838](https://togithub.com/swc-project/swc/issues/6838)) ([df70261](https://togithub.com/swc-project/swc/commit/df702614e1c23ee119d26beeb1b3abd454d7add0)) - **(es/minifier)** Don't inline into `await` from sequential inliner ([#​6839](https://togithub.com/swc-project/swc/issues/6839)) ([21e1478](https://togithub.com/swc-project/swc/commit/21e14787c521cc1f808c9b71e8671820a79bd12f)) ##### Miscellaneous Tasks - **(ci)** Make stale action to wait 30 days ([#​6828](https://togithub.com/swc-project/swc/issues/6828)) ([1ef2347](https://togithub.com/swc-project/swc/commit/1ef2347bdf6901ea6d1e8629ba08611421d19c3e)) ##### Performance - **(es/minifier)** Make pure function check `O(1)` ([#​6840](https://togithub.com/swc-project/swc/issues/6840)) ([58208ef](https://togithub.com/swc-project/swc/commit/58208ef8aee994591f05d996a8b660da6e96d681)) ##### Refactor - **(es/preset-env)** Use a const fn instead of a macro ([#​6844](https://togithub.com/swc-project/swc/issues/6844)) ([2fcab36](https://togithub.com/swc-project/swc/commit/2fcab36418b7cf0869a1a256dc927d3ccdbe35cd)) - **(es/typescript)** Remove unused code ([#​6830](https://togithub.com/swc-project/swc/issues/6830)) ([7205543](https://togithub.com/swc-project/swc/commit/7205543d5f58e2aaa8ef8ba0820c2f05726001d1)) ### [`v1.3.27`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1327---2023-01-17) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.26...v1.3.27) ##### Bug Fixes - **(es/codegen)** Skip space if jsx attrs is empty ([#​6823](https://togithub.com/swc-project/swc/issues/6823)) ([e9fdac2](https://togithub.com/swc-project/swc/commit/e9fdac216c0a578f266a7a16000e2675d722068c)) - **(es/compat)** Ignore `this` in nested scopes in `classes` pass ([#​6796](https://togithub.com/swc-project/swc/issues/6796)) ([07676d5](https://togithub.com/swc-project/swc/commit/07676d5515321c50206b3f0ea9f1473b6b2c3192)) - **(es/plugin)** Fix starter template ([#​6815](https://togithub.com/swc-project/swc/issues/6815)) ([38fb70c](https://togithub.com/swc-project/swc/commit/38fb70c237f122a8d8f8fdf187bd341326e39f22)) - **(es/renamer)** Handle rest params correctly ([#​6821](https://togithub.com/swc-project/swc/issues/6821)) ([ebce18b](https://togithub.com/swc-project/swc/commit/ebce18b221c50dedba9e3a4078148473822be949)) - **(es/transform)** Apply `hygiene` and `resolver` if minify is specified ([#​6793](https://togithub.com/swc-project/swc/issues/6793)) ([c145409](https://togithub.com/swc-project/swc/commit/c14540905f81e1c1677e7c9d723e71b1b6a9740b)) ##### Features - **(css/parser)** Normalize at-rules ([#​6705](https://togithub.com/swc-project/swc/issues/6705)) ([43e7519](https://togithub.com/swc-project/swc/commit/43e75194e546997d6524bbfb7f0a7ff531bb443f)) - **(es/ast)** Add `EsNext` to `EsVersion` ([#​6816](https://togithub.com/swc-project/swc/issues/6816)) ([ff78b8f](https://togithub.com/swc-project/swc/commit/ff78b8f7e077bad599f9b740ca4e831f835a347b)) - **(es/helper)** Use `require` to load polyfills and helpers in Script ([#​6778](https://togithub.com/swc-project/swc/issues/6778)) ([ad8d043](https://togithub.com/swc-project/swc/commit/ad8d043f1d75b2df5a5e2fe43fba1ec843d2fad4)) - **(es/minifier)** Remove noop spreads ([#​6803](https://togithub.com/swc-project/swc/issues/6803)) ([8f683e3](https://togithub.com/swc-project/swc/commit/8f683e3f77fe9f4fd84a5bf64c067ae9526fb330)) - **(es/quote)** Allow using `Str` as a var ([#​6797](https://togithub.com/swc-project/swc/issues/6797)) ([224eff9](https://togithub.com/swc-project/swc/commit/224eff91eb06808e2c79bb4fbe06ccf46121758f)) - **(es/renamer)** Support `safari10` from the name mangler ([#​6801](https://togithub.com/swc-project/swc/issues/6801)) ([631dd78](https://togithub.com/swc-project/swc/commit/631dd7872b78b8698bb4923c1e81a9a8770c1fea)) - **(es/renamer)** Rename synthesized identifiers even on `eval` ([#​6818](https://togithub.com/swc-project/swc/issues/6818)) ([82bd5c2](https://togithub.com/swc-project/swc/commit/82bd5c2041ba95f6d0260e03c446496b7eb37cb4)) ##### Testing - **(es)** Enable execution tests for fixed issues ([#​6805](https://togithub.com/swc-project/swc/issues/6805)) ([e7ea054](https://togithub.com/swc-project/swc/commit/e7ea054c6389b43b0e7b104e9337e11a82bb23f7)) - **(es/compat)** Add a test to verify parameters passs ([#​6792](https://togithub.com/swc-project/swc/issues/6792)) ([7dc5ccb](https://togithub.com/swc-project/swc/commit/7dc5ccb0fc217abdb7ab4e76ac7f646c5087b3a8)) - **(es/minifier)** Add a test for an invalid issue ([#​6802](https://togithub.com/swc-project/swc/issues/6802)) ([a299fd0](https://togithub.com/swc-project/swc/commit/a299fd04180c77a97817d9e817b247efa1973e06)) - **(es/preset-env)** Add a test for a wrong issue ([#​6794](https://togithub.com/swc-project/swc/issues/6794)) ([b29aa5b](https://togithub.com/swc-project/swc/commit/b29aa5b5a0d4f78795eaf3784c84a18ba1b88bfa))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 108 +++++++++++++++++++++++++-------------------------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index ba3df38b68..8391635ada 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "devDependencies": { "@apidevtools/swagger-parser": "10.1.0", "@babel/core": "7.20.12", - "@swc/core": "1.3.26", + "@swc/core": "1.3.32", "@swc/jest": "0.2.24", "@types/bcryptjs": "2.4.2", "@types/cors": "2.8.13", diff --git a/yarn.lock b/yarn.lock index 7a335cfa02..cbb7fb0600 100644 --- a/yarn.lock +++ b/yarn.lock @@ -818,71 +818,71 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@swc/core-darwin-arm64@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.26.tgz#43355315f0668a6a5366208f09678349bc0f44ee" - integrity sha512-FWWflBfKRYrUJtko2xiedC5XCa31O75IZZqnTWuLpe9g3C5tnUuF3M8LSXZS/dn6wprome1MhtG9GMPkSYkhkg== +"@swc/core-darwin-arm64@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.32.tgz#841b0a244c2c75e67bb9d3cb665b2ede601e4e3a" + integrity sha512-o19bhlxuUgjUElm6i+QhXgZ0vD6BebiB/gQpK3en5aAwhOvinwr4sah3GqFXsQzz/prKVDuMkj9SW6F/Ug5hgg== -"@swc/core-darwin-x64@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.26.tgz#462fc2e1377437b7c7bbdf5988f51adfeea3efa9" - integrity sha512-0uQeebAtsewqJ2b35aPZstGrylwd6oJjUyAJOfVJNbremFSJ5JzytB3NoDCIw7CT5UQrSRpvD3mU95gfdQjDGA== +"@swc/core-darwin-x64@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.32.tgz#125247c6a5d7189776a6973b0a539a07576d5585" + integrity sha512-hVEGd+v5Afh+YekGADOGKwhuS4/AXk91nLuk7pmhWkk8ceQ1cfmah90kXjIXUlCe2G172MLRfHNWlZxr29E/Og== -"@swc/core-linux-arm-gnueabihf@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.26.tgz#fecd9c2e7d9b69c849907a83a5101a98c047d986" - integrity sha512-06T+LbVFlyciQtwrUB5/a16A1ju1jFoYvd/hq9TWhf7GrtL43U7oJIgqMOPHx2j0+Ps2R3S6R/UUN5YXu618zA== +"@swc/core-linux-arm-gnueabihf@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.32.tgz#d8ba8da3707b91e62059e65e375fc6093c4d5f82" + integrity sha512-5X01WqI9EbJ69oHAOGlI08YqvEIXMfT/mCJ1UWDQBb21xWRE2W1yFAAeuqOLtiagLrXjPv/UKQ0S2gyWQR5AXQ== -"@swc/core-linux-arm64-gnu@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.26.tgz#82a8462212263f4e4f6691473d4c2839b73c2084" - integrity sha512-2NT/0xALPfK+U01qIlHxjkGdIj6F0txhu1U2v6B0YP2+k0whL2gCgYeg9QUvkYEXSD5r1Yx+vcb2R/vaSCSClg== +"@swc/core-linux-arm64-gnu@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.32.tgz#15973e533c45e2976e57c590613e3e5dca0e62ad" + integrity sha512-PTJ6oPiutkNBg+m22bUUPa4tNuMmsgpSnsnv2wnWVOgK0lhvQT6bAPTUXDq/8peVAgR/SlpP2Ht8TRRqYMRjRQ== -"@swc/core-linux-arm64-musl@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.26.tgz#050b7c1aa81d6f34769eb556c3a94c61a9b69aaa" - integrity sha512-64KrTay9hC0mTvZ1AmEFmNEwV5QDjw9U7PJU5riotSc28I+Q/ZoM0qcSFW9JRRa6F2Tr+IfMtyv8+eB2//BQ5g== +"@swc/core-linux-arm64-musl@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.32.tgz#0e20f30885c8588bd13e7e5628ce8bdbe6cb44b6" + integrity sha512-lG0VOuYNPWOCJ99Aza69cTljjeft/wuRQeYFF8d+1xCQS/OT7gnbgi7BOz39uSHIPTBqfzdIsuvzdKlp9QydrQ== -"@swc/core-linux-x64-gnu@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.26.tgz#e306778c2c1838350f588c8ae800e74434dc2b9a" - integrity sha512-Te8G13l3dcRM1Mf3J4JzGUngzNXLKnMYlUmBOYN/ORsx7e+VNelR3zsTLHC0+0jGqELDgqvMyzDfk+dux/C/bQ== +"@swc/core-linux-x64-gnu@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.32.tgz#2ea5e17d13a70e6a13742282cf30e92e4074f4c5" + integrity sha512-ecqtSWX4NBrs7Ji2VX3fDWeqUfrbLlYqBuufAziCM27xMxwlAVgmyGQk4FYgoQ3SAUAu3XFH87+3Q7uWm2X7xg== -"@swc/core-linux-x64-musl@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.26.tgz#531d9ec7c37f56df5c6cc121db5dd6faff5e2c38" - integrity sha512-nqQWuSM6OTKepUiQ9+rXgERq/JiO72RBOpXKO2afYppsL96sngjIRewV74v5f6IAfyzw+k+AhC5pgRA4Xu/Jkg== +"@swc/core-linux-x64-musl@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.32.tgz#d96cde03d54f13f77dd1d6602a049bd2baaef446" + integrity sha512-rl3dMcUuENVkpk5NGW/LXovjK0+JFm4GWPjy4NM3Q5cPvhBpGwSeLZlR+zAw9K0fdGoIXiayRTTfENrQwwsH+g== -"@swc/core-win32-arm64-msvc@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.26.tgz#9c7f245903694484bd00c4da5142f24070094d0f" - integrity sha512-xx34mx+9IBV1sun7sxoNFiqNom9wiOuvsQFJUyQptCnZHgYwOr9OI204LBF95dCcBCZsTm2hT1wBnySJOeimYw== +"@swc/core-win32-arm64-msvc@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.32.tgz#3870113492cc3d2679945372f4975ce7f60594cc" + integrity sha512-VlybAZp8DcS66CH1LDnfp9zdwbPlnGXREtHDMHaBfK9+80AWVTg+zn0tCYz+HfcrRONqxbudwOUIPj+dwl/8jw== -"@swc/core-win32-ia32-msvc@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.26.tgz#56d83cc216218d78cc578f01499777cdfc0a4eeb" - integrity sha512-48LZ/HKNuU9zl8c7qG6IQKb5rBCwmJgysGOmEGzTRBYxAf/x6Scmt0aqxCoV4J02HOs2WduCBDnhUKsSQ2kcXQ== +"@swc/core-win32-ia32-msvc@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.32.tgz#643519663778e64941c8b730197d4ba762dffcb0" + integrity sha512-MEUMdpUFIQ+RD+K/iHhHKfu0TFNj9VXwIxT5hmPeqyboKo095CoFEFBJ0sHG04IGlnu8T9i+uE2Pi18qUEbFug== -"@swc/core-win32-x64-msvc@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.26.tgz#bb65bc0fff712c8ca3702d9c0adc59894ca54bae" - integrity sha512-UPe7S+MezD/S6cKBIc50TduGzmw6PBz1Ms5p+5wDLOKYNS/LSEM4iRmLwvePzP5X8mOyesXrsbwxLy8KHP65Yw== +"@swc/core-win32-x64-msvc@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.32.tgz#aa9595cb93d9dd5bbc7e5cfdabd8bb086ea6c21d" + integrity sha512-DPMoneNFQco7SqmVVOUv1Vn53YmoImEfrAPMY9KrqQzgfzqNTuL2JvfxUqfAxwQ6pEKYAdyKJvZ483rIhgG9XQ== -"@swc/core@1.3.26": - version "1.3.26" - resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.26.tgz#6f7fe6ad54eac7ecffbdfa75d5c4300e2f96b8f6" - integrity sha512-U7vEsaLn3IGg0XCRLJX/GTkK9WIfFHUX5USdrp1L2QD29sWPe25HqNndXmUR9KytzKmpDMNoUuHyiuhpVrnNeQ== +"@swc/core@1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.32.tgz#ecb3c9d7717e0a15796230def1b17968b18228f1" + integrity sha512-Yx/n1j+uUkcqlJAW8IRg8Qymgkdow6NHJZPFShiR0YiaYq2sXY+JHmvh16O6GkL91Y+gTlDUS7uVgDz50czJUQ== optionalDependencies: - "@swc/core-darwin-arm64" "1.3.26" - "@swc/core-darwin-x64" "1.3.26" - "@swc/core-linux-arm-gnueabihf" "1.3.26" - "@swc/core-linux-arm64-gnu" "1.3.26" - "@swc/core-linux-arm64-musl" "1.3.26" - "@swc/core-linux-x64-gnu" "1.3.26" - "@swc/core-linux-x64-musl" "1.3.26" - "@swc/core-win32-arm64-msvc" "1.3.26" - "@swc/core-win32-ia32-msvc" "1.3.26" - "@swc/core-win32-x64-msvc" "1.3.26" + "@swc/core-darwin-arm64" "1.3.32" + "@swc/core-darwin-x64" "1.3.32" + "@swc/core-linux-arm-gnueabihf" "1.3.32" + "@swc/core-linux-arm64-gnu" "1.3.32" + "@swc/core-linux-arm64-musl" "1.3.32" + "@swc/core-linux-x64-gnu" "1.3.32" + "@swc/core-linux-x64-musl" "1.3.32" + "@swc/core-win32-arm64-msvc" "1.3.32" + "@swc/core-win32-ia32-msvc" "1.3.32" + "@swc/core-win32-x64-msvc" "1.3.32" "@swc/jest@0.2.24": version "0.2.24"