소스 검색

chore(deps): update swc monorepo (#1073)

[![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.44` ->
`1.3.66`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.44/1.3.66) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.66/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.66/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.66/compatibility-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.66/confidence-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/)
|
| [@swc/helpers](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`^0.4.0` ->
`^0.5.0`](https://renovatebot.com/diffs/npm/@swc%2fhelpers/0.4.14/0.5.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fhelpers/0.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fhelpers/0.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fhelpers/0.5.1/compatibility-slim/0.4.14)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fhelpers/0.5.1/confidence-slim/0.4.14)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc</summary>

###
[`v1.3.66`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1366---2023-06-20)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.65...v1.3.66)

##### Bug Fixes

- **(es)** Accept `parse` option for `minify()`
([#&#8203;7543](https://togithub.com/swc-project/swc/issues/7543))
([1d84e95](https://togithub.com/swc-project/swc/commit/1d84e952feefc3cd50e379455bb6648b82c42256))

- **(es/compat)** Visit arrow body from optional chaining pass
([#&#8203;7549](https://togithub.com/swc-project/swc/issues/7549))
([bc6e950](https://togithub.com/swc-project/swc/commit/bc6e95052eaf60d71c544c8a88c8440d7a2b437c))

- **(es/preset-env)** Don't log `Yield` to the console
([#&#8203;7548](https://togithub.com/swc-project/swc/issues/7548))
([8cfc4f9](https://togithub.com/swc-project/swc/commit/8cfc4f9e9ab43a5ed25c9b600b9dd7e5790c2d1e))

- **(es/resolver)** Resolve the super class before registering a class
name ([#&#8203;7550](https://togithub.com/swc-project/swc/issues/7550))
([1d9f972](https://togithub.com/swc-project/swc/commit/1d9f972fb44e0722fce8a83090cbada81decf577))

##### Features

- **(es/codegen)** Support `preamble`
([#&#8203;7551](https://togithub.com/swc-project/swc/issues/7551))
([6e5d8b3](https://togithub.com/swc-project/swc/commit/6e5d8b3cf1af74d614d5c073d966da543c26e302))

##### Testing

- **(es)** Add a test for a wrong issue
([#&#8203;7542](https://togithub.com/swc-project/swc/issues/7542))
([70bc605](https://togithub.com/swc-project/swc/commit/70bc605c6769759b0e896e7e5e91bb070d719552))

- **(es)** Add one more test for a wrong issue
([#&#8203;7545](https://togithub.com/swc-project/swc/issues/7545))
([862f095](https://togithub.com/swc-project/swc/commit/862f095e656edf6c0e86f1ad8065d8095e162cfa))

- **(plugin/runner)** Share `target` directory
([#&#8203;7544](https://togithub.com/swc-project/swc/issues/7544))
([aa82e5f](https://togithub.com/swc-project/swc/commit/aa82e5fff3452db38599bb0bf7fef7cd72b6a09f))

###
[`v1.3.65`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1365---2023-06-19)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.64...v1.3.65)

##### Bug Fixes

- **(es/compat)** Fix optional chaining
([#&#8203;7530](https://togithub.com/swc-project/swc/issues/7530))
([990e48e](https://togithub.com/swc-project/swc/commit/990e48e0e81c339b42b0bf33b62a6f7126b0e2e8))

- **(es/module)** Add `"use strict"` while preserving directives
([#&#8203;7537](https://togithub.com/swc-project/swc/issues/7537))
([f42fdd2](https://togithub.com/swc-project/swc/commit/f42fdd21afad775358138c3aaed4ff3c41bfb16a))

- **(es/typescript)** Don't panic of `@jsxFrag null`
([#&#8203;7540](https://togithub.com/swc-project/swc/issues/7540))
([76aa91f](https://togithub.com/swc-project/swc/commit/76aa91f83cf37a11aa55feba40d6f73819fc811d))

##### Features

- **(es/module)** Preserve custom `use` directives
([#&#8203;7528](https://togithub.com/swc-project/swc/issues/7528))
([3e9dd88](https://togithub.com/swc-project/swc/commit/3e9dd88e37fcb99293a3683ea7a62214950f7860))

###
[`v1.3.64`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1364---2023-06-14)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.63...v1.3.64)

##### Bug Fixes

- **(es/codegen)** Emit type arguments of jsx element names
([#&#8203;7522](https://togithub.com/swc-project/swc/issues/7522))
([a0da02d](https://togithub.com/swc-project/swc/commit/a0da02d0ff641863dafc1a7d573419478c3b16dc))

- **(es/codegen)** Fix regression of source maps
([#&#8203;7523](https://togithub.com/swc-project/swc/issues/7523))
([f27838d](https://togithub.com/swc-project/swc/commit/f27838dedcac792ac30380f45ef89b329221de59))

- **(es/compat)** Fix handling of `this` of optional chaining pass
([#&#8203;7527](https://togithub.com/swc-project/swc/issues/7527))
([4644d00](https://togithub.com/swc-project/swc/commit/4644d005d2ca06ad002dc7c6ff6c4d19e1734970))

###
[`v1.3.63`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1363---2023-06-13)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.62...v1.3.63)

##### Bug Fixes

- **(es/codegen)** Remove extra spaces in `AssignPatProp` and
`KeyValuePatProp`
([#&#8203;7488](https://togithub.com/swc-project/swc/issues/7488))
([064bcf4](https://togithub.com/swc-project/swc/commit/064bcf4854f8505f04b40b72da1becec0c531a7d))

- **(es/compat)** Make stage 3 decorator pass use correct state for
inner classes
([#&#8203;7508](https://togithub.com/swc-project/swc/issues/7508))
([cc4146c](https://togithub.com/swc-project/swc/commit/cc4146c9d3a21514031e46003170a3fdaac1987a))

- **(es/minifier)** Infect mutation when assigning a property
([#&#8203;7503](https://togithub.com/swc-project/swc/issues/7503))
([7f9f0b8](https://togithub.com/swc-project/swc/commit/7f9f0b8bcebc26eed1354ce2901aabd61261f434))

- **(es/react)** Default to empty string when emitting refresh signature
([#&#8203;7514](https://togithub.com/swc-project/swc/issues/7514))
([8e933c8](https://togithub.com/swc-project/swc/commit/8e933c8a9fdf8867deb7f0d108b99430949aad54))

##### Features

- **(es/codegen)** Add ability to set indentation string via rust api
([#&#8203;7494](https://togithub.com/swc-project/swc/issues/7494))
([a343e7c](https://togithub.com/swc-project/swc/commit/a343e7ccae4e88d9e3941beedf63b61bd0512c3d))

- **(es/minifier)** Remove unused labels
([#&#8203;7478](https://togithub.com/swc-project/swc/issues/7478))
([62075fa](https://togithub.com/swc-project/swc/commit/62075faeaada8d9df3c7d849bbcfda8ff0c5d79f))

- **(es/parser)** Disallow tagged tpl in optional chaining
([#&#8203;7515](https://togithub.com/swc-project/swc/issues/7515))
([6c00a24](https://togithub.com/swc-project/swc/commit/6c00a2422addf0e402bb221e80f6f8acad839b28))

- **(plugin/runner)** Support shared wasix runtime
([#&#8203;7504](https://togithub.com/swc-project/swc/issues/7504))
([73929fc](https://togithub.com/swc-project/swc/commit/73929fc43c34fd4545bd292fbf0f6d7de35fbee9))

##### Performance

- **(css/prefixer)** Convert macro to a function call to reduce binary
size ([#&#8203;7507](https://togithub.com/swc-project/swc/issues/7507))
([d545df6](https://togithub.com/swc-project/swc/commit/d545df6dd951fa2f5756830c40c21ae251e4e634))

- **(es)** Use `&dyn Comments` to reduce binary size
([#&#8203;7489](https://togithub.com/swc-project/swc/issues/7489))
([2c3ac68](https://togithub.com/swc-project/swc/commit/2c3ac682e271dad0ab6e82c14ad14f06715d853b))

- **(es)** Use `&dyn Comments` for jsx and TypeScript
([#&#8203;7490](https://togithub.com/swc-project/swc/issues/7490))
([abd62bc](https://togithub.com/swc-project/swc/commit/abd62bc797175d783d18d162301c851eefa7ac23))

##### Refactor

- **(es/ast)** Reimplement optional chaining
([#&#8203;7441](https://togithub.com/swc-project/swc/issues/7441))
([aa83584](https://togithub.com/swc-project/swc/commit/aa83584634286d7c741d903ad94ba5228c89bc62))

- **(es/ast)** Remove unused fields
([#&#8203;7518](https://togithub.com/swc-project/swc/issues/7518))
([3958f17](https://togithub.com/swc-project/swc/commit/3958f1792c4598e965f36a11c567c95f69984a9f))

###
[`v1.3.62`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1362---2023-06-03)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.61...v1.3.62)

##### Bug Fixes

- **(es/minifier)** Don't generate generator arrows
([#&#8203;7466](https://togithub.com/swc-project/swc/issues/7466))
([e506635](https://togithub.com/swc-project/swc/commit/e506635f74e38cb7eb88a2fa540d8c4f71c7323a))

##### Miscellaneous Tasks

- **(ci)** Publish npm packages with provenance option
([#&#8203;7481](https://togithub.com/swc-project/swc/issues/7481))
([e4e77fd](https://togithub.com/swc-project/swc/commit/e4e77fd84fdfb9472f9a19fe7e8b1a850954d67c))

- **(ci)** Fix publish action
([#&#8203;7485](https://togithub.com/swc-project/swc/issues/7485))
([0e37c18](https://togithub.com/swc-project/swc/commit/0e37c18c9ca0e8d011acb728ba8dcd879f15920a))

##### Performance

- **(bindings)** Enable `share-generics` to reduce binary size
([#&#8203;7482](https://togithub.com/swc-project/swc/issues/7482))
([d623db4](https://togithub.com/swc-project/swc/commit/d623db48dedf08f32bf7a2afbf71cd1aed27d30a))

- **(es/minifier)** Make minifier not overly generic
([#&#8203;7483](https://togithub.com/swc-project/swc/issues/7483))
([65ce5d1](https://togithub.com/swc-project/swc/commit/65ce5d1081271f1cb4db6d4537311fbb60a08359))

###
[`v1.3.61`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1361---2023-05-30)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.60...v1.3.61)

##### Bug Fixes

- **(css/modules)** Don't drop the correct selector
([#&#8203;7450](https://togithub.com/swc-project/swc/issues/7450))
([d370324](https://togithub.com/swc-project/swc/commit/d370324cfd251af49853fe887644fcaa8d811431))

- **(es/codegen)** Emit `;` for `TsImportEqualsDecl`
([#&#8203;7464](https://togithub.com/swc-project/swc/issues/7464))
([3935d02](https://togithub.com/swc-project/swc/commit/3935d02e365c2fcfdf517fe6dc5943f4ba2616cd))

- **(es/parser)** Fix parsing of generic jsx element name
([#&#8203;7449](https://togithub.com/swc-project/swc/issues/7449))
([77850dd](https://togithub.com/swc-project/swc/commit/77850dd8f01f51af1e9dda3eabddd07b7e39c841))

- **(plugin/runner)** Disable `wasi_env` cleanup
([#&#8203;7458](https://togithub.com/swc-project/swc/issues/7458))
([1868d36](https://togithub.com/swc-project/swc/commit/1868d36cfed54e48c3439ec4547251e45731c93a))

##### Features

- **(common)** Enable bytecheck for missing structs
([#&#8203;7465](https://togithub.com/swc-project/swc/issues/7465))
([56ac9eb](https://togithub.com/swc-project/swc/commit/56ac9eb6b3c8cc379ee4ccf55d6130e39aa641b8))

- **(es/minifier)** Inline for loop variables
([#&#8203;7445](https://togithub.com/swc-project/swc/issues/7445))
([0cd2b61](https://togithub.com/swc-project/swc/commit/0cd2b61b054031f1a49cae25a82925d52dff0a73))

##### Miscellaneous Tasks

- **(es/preset-env)** Update data
([#&#8203;7459](https://togithub.com/swc-project/swc/issues/7459))
([e15adaf](https://togithub.com/swc-project/swc/commit/e15adaf6eaada62b6a3c1b8447fb39612dee7946))

##### Testing

- **(es/parser)** Add a test for a fixed issue
([#&#8203;7467](https://togithub.com/swc-project/swc/issues/7467))
([8274cce](https://togithub.com/swc-project/swc/commit/8274cce9a7d0aca8d005a215b46f7db9ed7c5aed))

###
[`v1.3.60`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1360---2023-05-25)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.59...v1.3.60)

##### Bug Fixes

- **(es)** Init filesystem cache only if plugin exists
([#&#8203;7436](https://togithub.com/swc-project/swc/issues/7436))
([786cf3a](https://togithub.com/swc-project/swc/commit/786cf3a10ffe5e2990c5473062ea42771b769124))

- **(es)** Ignore input sourcemap error
([#&#8203;7446](https://togithub.com/swc-project/swc/issues/7446))
([0c92e53](https://togithub.com/swc-project/swc/commit/0c92e534a5e3ccc74077ac03c473ad2c12fd5349))

- **(es/compat)** Fix destructuring handling of `block_scoping`
([#&#8203;7425](https://togithub.com/swc-project/swc/issues/7425))
([66d52ec](https://togithub.com/swc-project/swc/commit/66d52ec849f3ed2b33db0a3738f5692cb8fa2400))

- **(es/compat)** Fix stage 3 decorator pass
([#&#8203;7392](https://togithub.com/swc-project/swc/issues/7392))
([97d0f79](https://togithub.com/swc-project/swc/commit/97d0f79142ec8ac6d1795b5c56cc565ca9b0a085))

- **(es/compat)** Fix variable scoping of object rest pass.
([#&#8203;7437](https://togithub.com/swc-project/swc/issues/7437))
([f3d660f](https://togithub.com/swc-project/swc/commit/f3d660f972a9fef7ee0783125655c4873a5d43fe))

- **(es/parser)** Reset class context
([#&#8203;7433](https://togithub.com/swc-project/swc/issues/7433))
([1cab43f](https://togithub.com/swc-project/swc/commit/1cab43f17deb35ef7e9a4b2c229327edc0f87756))

- **(es/parser)** Allow using `package` as a parameter name in interface
([#&#8203;7438](https://togithub.com/swc-project/swc/issues/7438))
([33a922b](https://togithub.com/swc-project/swc/commit/33a922b6f8c8362b46fe8547e9d327a4d82520a4))

- **(es/parser)** Fix parsing of tsx with a type annotation in a
conditional expression
([#&#8203;7440](https://togithub.com/swc-project/swc/issues/7440))
([a37d59a](https://togithub.com/swc-project/swc/commit/a37d59a134b2a046b50bb5e70c694130227e0d9e))

- **(es/preset-env)** Fix pass ordering
([#&#8203;7434](https://togithub.com/swc-project/swc/issues/7434))
([2071f89](https://togithub.com/swc-project/swc/commit/2071f89d4eea7ae311b05457650e2f42c1b503ef))

- **(swc_core)** Correctly expose plugin with host
([#&#8203;7427](https://togithub.com/swc-project/swc/issues/7427))
([558ca40](https://togithub.com/swc-project/swc/commit/558ca40b99bd3e9ac9a1742223dd9d3ef84061cb))

##### Features

- **(plugin/runner)** Enable in-memory precompiled module cache
([#&#8203;7420](https://togithub.com/swc-project/swc/issues/7420))
([f8fe365](https://togithub.com/swc-project/swc/commit/f8fe365c3b888bbe49e011a616b6926c9ef24fa2))

##### Refactor

- **(plugin/runner)** Add attributes to the module bytes
([#&#8203;7419](https://togithub.com/swc-project/swc/issues/7419))
([c03a74c](https://togithub.com/swc-project/swc/commit/c03a74c19819cb0cfc8a47cd9b2c1e558355d40d))

- **(swc_core)** Make `common_plugin_transform` agnostic to mode
([#&#8203;7422](https://togithub.com/swc-project/swc/issues/7422))
([cfdd407](https://togithub.com/swc-project/swc/commit/cfdd40789673eef32a9b9365456860a7cb511000))

- **(visit)** Reduce expanded LOCs
([#&#8203;7442](https://togithub.com/swc-project/swc/issues/7442))
([e83368e](https://togithub.com/swc-project/swc/commit/e83368e5744ebabab8537cb979a374ecbc2e7d95))

###
[`v1.3.59`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1359---2023-05-19)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.58...v1.3.59)

##### Bug Fixes

- **(common)** Disable `tracing/release_max_level_info`
([#&#8203;7401](https://togithub.com/swc-project/swc/issues/7401))
([95291f2](https://togithub.com/swc-project/swc/commit/95291f2c5daaf039623b4db4668a91104c0c0124))

- **(es/codegen)** Do not create duplicate source map entry
([#&#8203;7309](https://togithub.com/swc-project/swc/issues/7309))
([40ba242](https://togithub.com/swc-project/swc/commit/40ba242076f9c39cd19fe2a040fdf10867c67b9f))

- **(es/compat)** Mark reserved function names private
([#&#8203;7298](https://togithub.com/swc-project/swc/issues/7298))
([dba78a0](https://togithub.com/swc-project/swc/commit/dba78a0031b97a4c152b506ae2072438cdba92b2))

- **(es/minifier)** Mark all function params as potential property
mutation
([#&#8203;7409](https://togithub.com/swc-project/swc/issues/7409))
([5dbbbea](https://togithub.com/swc-project/swc/commit/5dbbbea2efb84e7f187859ba03fd548af92c613f))

- **(es/minifier)** Prevent inlining vars assigned outside current
function scope
([#&#8203;7414](https://togithub.com/swc-project/swc/issues/7414))
([40d2bf7](https://togithub.com/swc-project/swc/commit/40d2bf7ec3ac58364a8389d2d2284c8089e74fae))

- **(es/parser)** Fix parsing of `module` identifier
([#&#8203;7400](https://togithub.com/swc-project/swc/issues/7400))
([1d3f320](https://togithub.com/swc-project/swc/commit/1d3f32056c7a63b327b2ccf6131479f851a2e870))

- **(es/parser)** Fix parsing of `>` in typescript mode
([#&#8203;7407](https://togithub.com/swc-project/swc/issues/7407))
([57ad722](https://togithub.com/swc-project/swc/commit/57ad722d06084671ef18f4eb1dae53afbb737c3d))

##### Miscellaneous Tasks

- **(plugin)** Update `rkyv` to `v0.7.42`
([#&#8203;7397](https://togithub.com/swc-project/swc/issues/7397))
([3a0565f](https://togithub.com/swc-project/swc/commit/3a0565f3778648f2ae57043c8e1bf8c15832b61e))

##### Refactor

- **(plugin/runner)** Revise cache, module loading
([#&#8203;7408](https://togithub.com/swc-project/swc/issues/7408))
([ac5ab60](https://togithub.com/swc-project/swc/commit/ac5ab607c94d418dde0ceb4f303cb7d432551565))

##### Testing

- **(css/module)** Add a test for a fixed issue
([#&#8203;7399](https://togithub.com/swc-project/swc/issues/7399))
([6b92eec](https://togithub.com/swc-project/swc/commit/6b92eecd398e94a8d58b6b5e49679f7977a17703))

- **(es/minifier)** Enable more terser tests
([#&#8203;7396](https://togithub.com/swc-project/swc/issues/7396))
([f9cdd74](https://togithub.com/swc-project/swc/commit/f9cdd741c288bee59aa9120b0a5c6f7ca284bd31))

- **(es/parser)** Add a test for a fixed issue
([#&#8203;7398](https://togithub.com/swc-project/swc/issues/7398))
([eaba323](https://togithub.com/swc-project/swc/commit/eaba323581d2aa2b578c600f44f9b41b103d35b3))

###
[`v1.3.58`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1358---2023-05-15)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.57...v1.3.58)

##### Bug Fixes

- **(es/minifier)** Fix remapping of vars upon inlining
([#&#8203;7362](https://togithub.com/swc-project/swc/issues/7362))
([1dced17](https://togithub.com/swc-project/swc/commit/1dced17998a625e30d4a8ef653aef9e2caa7627d))

- **(es/parser)** Fix `>=` with type instantiate
([#&#8203;7388](https://togithub.com/swc-project/swc/issues/7388))
([fa7a352](https://togithub.com/swc-project/swc/commit/fa7a3521f531caa32439fa6f4c338a2a7d859e05))

##### Features

- **(es/compat)** Partially support auto accessors
([#&#8203;7364](https://togithub.com/swc-project/swc/issues/7364))
([97ec259](https://togithub.com/swc-project/swc/commit/97ec25914451d931918287591d8d3f08648a65b9))

- **(es/compat)** Implement auto accessors fully
([#&#8203;7370](https://togithub.com/swc-project/swc/issues/7370))
([cad18fa](https://togithub.com/swc-project/swc/commit/cad18fae4b93a916ad2c45b8741e08baeea78b98))

- **(es/parser)** Implement explicit resource management
([#&#8203;7322](https://togithub.com/swc-project/swc/issues/7322))
([041b491](https://togithub.com/swc-project/swc/commit/041b49146627000971ef05f60e11f916182c67f1))

- **(plugin)** Add versioned wrapper struct
([#&#8203;7382](https://togithub.com/swc-project/swc/issues/7382))
([bba1fad](https://togithub.com/swc-project/swc/commit/bba1fad35ceda0011e0cd427c670209ac4eb6ed2))

- **(swc_core)** Allow native env plugin to use memory cache
([#&#8203;7390](https://togithub.com/swc-project/swc/issues/7390))
([e3868a7](https://togithub.com/swc-project/swc/commit/e3868a7e00bfb5d7a4677b8be0b64a87e9bf200d))

- **(swc_core)** Expose plugin proxy to the host env
([#&#8203;7391](https://togithub.com/swc-project/swc/issues/7391))
([05b4c11](https://togithub.com/swc-project/swc/commit/05b4c1149781ab1f69a93a54a462413af2603a3a))

##### Miscellaneous Tasks

- **(es)** Enable tracing spans for release builds
([#&#8203;7379](https://togithub.com/swc-project/swc/issues/7379))
([166e77c](https://togithub.com/swc-project/swc/commit/166e77c2b39b4390bb09f3a93f58148a5de40efa))

##### Refactor

- **(common)** Derive `ByteCheck` for `ArcString`
([#&#8203;7380](https://togithub.com/swc-project/swc/issues/7380))
([9b3a41c](https://togithub.com/swc-project/swc/commit/9b3a41c57df4ead8e64c33ee247e8cd029792b16))

###
[`v1.3.57`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1357---2023-05-09)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.56...v1.3.57)

##### Bug Fixes

- **(es/compat)** Fix `is_setter` in `parameters` pass
([#&#8203;7348](https://togithub.com/swc-project/swc/issues/7348))
([e0de83e](https://togithub.com/swc-project/swc/commit/e0de83e862f7de765ba804e8c31a16660d7186b5))

- **(xml/codegen)** Escape `<` and `>` in child
([#&#8203;7351](https://togithub.com/swc-project/swc/issues/7351))
([b180d09](https://togithub.com/swc-project/swc/commit/b180d09e1dd9c4269d7d690d892ef4fd1c5b6563))

##### Features

- **(es/compat)** Support `export class` from stage 3 decorator pass
([#&#8203;7363](https://togithub.com/swc-project/swc/issues/7363))
([9c052db](https://togithub.com/swc-project/swc/commit/9c052db796473a4a7253d643426a7c2c765d9640))

- **(plugin)** Enable bytecheck
([#&#8203;7280](https://togithub.com/swc-project/swc/issues/7280))
([d2c1f45](https://togithub.com/swc-project/swc/commit/d2c1f45f5a1a1d72fa6d6fa28bd84f242d5aff81))

##### Refactor

- **(plugin/runner)** Refine cache location
([#&#8203;7346](https://togithub.com/swc-project/swc/issues/7346))
([91a3fbe](https://togithub.com/swc-project/swc/commit/91a3fbe460799ed604c2b43b4facaed60cfd6c87))

##### Build

- **(cargo)** Update `wasmer` to `v3.3`
([#&#8203;7352](https://togithub.com/swc-project/swc/issues/7352))
([4e278be](https://togithub.com/swc-project/swc/commit/4e278befcf0071619ee583ffa7c8357ea4fd5c2f))

###
[`v1.3.56`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1356---2023-04-29)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.55...v1.3.56)

##### Bug Fixes

- **(es/codegen)** Emit type arguments for call expressions
([#&#8203;7335](https://togithub.com/swc-project/swc/issues/7335))
([7e99e5f](https://togithub.com/swc-project/swc/commit/7e99e5fd2c3d15aba6bf29958bd9305e29312e6a))

- **(es/parser)** Parse decorators after `export`
([#&#8203;7340](https://togithub.com/swc-project/swc/issues/7340))
([985f0ca](https://togithub.com/swc-project/swc/commit/985f0cad06b9de5f9e98bed3ad62769e0f3c7528))

- **(es/typescript)** Fix typescript strip pass
([#&#8203;7342](https://togithub.com/swc-project/swc/issues/7342))
([d061d29](https://togithub.com/swc-project/swc/commit/d061d295ff2ca6ebb03d9c62c367f42f7186c2d7))

- **(plugin/runner)** Revert
[#&#8203;7341](https://togithub.com/swc-project/swc/issues/7341)
([#&#8203;7344](https://togithub.com/swc-project/swc/issues/7344))
([d6999ba](https://togithub.com/swc-project/swc/commit/d6999ba1ac454a1617bab00c740d99f81ff1a18d))

##### Features

- **(es/minifier)** Drop expressions using sequential inliner
([#&#8203;6936](https://togithub.com/swc-project/swc/issues/6936))
([246300a](https://togithub.com/swc-project/swc/commit/246300ae25be0cfdbbb266e02f80d06013a96d85))

- **(plugin/runner)** Improve caching
([#&#8203;7341](https://togithub.com/swc-project/swc/issues/7341))
([245163a](https://togithub.com/swc-project/swc/commit/245163a77827767ab0b4df59d00597c4af62d745))

###
[`v1.3.55`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1355---2023-04-25)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.54...v1.3.55)

##### Bug Fixes

- **(es/helpers)** Add `src/*.mjs` entry back
([#&#8203;7328](https://togithub.com/swc-project/swc/issues/7328))
([84af855](https://togithub.com/swc-project/swc/commit/84af85563f91a9593e0eb319f46c49c1d4cf7895))

##### Features

- **(es/module)** Add `export_interop_annotation` flag
([#&#8203;7330](https://togithub.com/swc-project/swc/issues/7330))
([caee073](https://togithub.com/swc-project/swc/commit/caee073935a9abb08f0b5e2e0e9160d80064995b))

###
[`v1.3.54`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1354---2023-04-25)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.53...v1.3.54)

##### Bug Fixes

- **(bindings/node)** Support `TsSatisfiesExpression`
([#&#8203;7317](https://togithub.com/swc-project/swc/issues/7317))
([761ef83](https://togithub.com/swc-project/swc/commit/761ef8389dd000e465bd385ec925654a8cb2ae09))

- **(common)** Workaround the `Arc` and `rkyv` issue
([#&#8203;7321](https://togithub.com/swc-project/swc/issues/7321))
([577f81e](https://togithub.com/swc-project/swc/commit/577f81ec405f4f3a3e58e3f97c07d3720dd80912))

- **(es/codegen)** Fix codegen of `TsModuleDecl`
([#&#8203;7319](https://togithub.com/swc-project/swc/issues/7319))
([0ca05d8](https://togithub.com/swc-project/swc/commit/0ca05d8b69b6301e2346e5de6c45a77c863676e9))

- **(es/compat)** Transform curried function call with optional chaining
([#&#8203;7313](https://togithub.com/swc-project/swc/issues/7313))
([66b5b11](https://togithub.com/swc-project/swc/commit/66b5b110bf94259e0e0223224940bb8d0384e9b6))

##### Testing

- **(es)** Update tsc test suite
([#&#8203;7323](https://togithub.com/swc-project/swc/issues/7323))
([603f22d](https://togithub.com/swc-project/swc/commit/603f22de76eaeac1a64ee5e5f2e1dd095f908604))

###
[`v1.3.53`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1353---2023-04-21)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.52...v1.3.53)

##### Bug Fixes

- **(es)** Fix a crash related to source map
([#&#8203;7307](https://togithub.com/swc-project/swc/issues/7307))
([e7f7b01](https://togithub.com/swc-project/swc/commit/e7f7b01f59b622c993ee584ae825a39c390b2570))

- **(es/helpers)** Remove unnecessary parameters in `helper_expr!` macro
([#&#8203;7296](https://togithub.com/swc-project/swc/issues/7296))
([38dfb91](https://togithub.com/swc-project/swc/commit/38dfb91ebc04eecab97ec023c79b183958fda227))

- **(es/modules)** Support `jsc.baseUrl` without `jsc.paths`
([#&#8203;7302](https://togithub.com/swc-project/swc/issues/7302))
([9c279b8](https://togithub.com/swc-project/swc/commit/9c279b802b6a615fdba33a6f81866ce3ef606676))

- **(es/parser)** Fix handling of `in` and `out` of typescript
([#&#8203;7308](https://togithub.com/swc-project/swc/issues/7308))
([6f81cb9](https://togithub.com/swc-project/swc/commit/6f81cb9c32219cd8e51a97c924e0b272fc25a0c1))

- **(testing)** Fix path normalization on windows for testing diffs
([#&#8203;7299](https://togithub.com/swc-project/swc/issues/7299))
([3422923](https://togithub.com/swc-project/swc/commit/3422923cb004111f8c57501bb8b222905cf6bd09))

##### Miscellaneous Tasks

- **general**: Update issue template to prevent useless issues
([#&#8203;7303](https://togithub.com/swc-project/swc/issues/7303))
([9816ba2](https://togithub.com/swc-project/swc/commit/9816ba27958af07399383fc995c49dc1ed3e3554))

##### Testing

- **(es/compat)** Add a test for a wrong issue
([#&#8203;7300](https://togithub.com/swc-project/swc/issues/7300))
([38495a9](https://togithub.com/swc-project/swc/commit/38495a9835c47ded30d07d6c961a094e22146222))

###
[`v1.3.52`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1352---2023-04-19)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.51...v1.3.52)

##### Bug Fixes

- **(es/minifier)** Fix a inliner bug related to `Script`
([#&#8203;7288](https://togithub.com/swc-project/swc/issues/7288))
([0aab90c](https://togithub.com/swc-project/swc/commit/0aab90c005b29b9fced96a04b84a49fe2298560e))

- **(es/resolver)** Hoist parameter in arrow and constructor
([#&#8203;7292](https://togithub.com/swc-project/swc/issues/7292))
([7a00f2e](https://togithub.com/swc-project/swc/commit/7a00f2e95412b7dcbe9ce3b32d8b299104b2f5c5))

##### Performance

- **(es/react)** Don't use regex
([#&#8203;7284](https://togithub.com/swc-project/swc/issues/7284))
([248fd37](https://togithub.com/swc-project/swc/commit/248fd374e66bf33c3d40eff1fe2ab2d584aec507))

- **(preset-env)** Update static map
([#&#8203;7293](https://togithub.com/swc-project/swc/issues/7293))
([bc83cb2](https://togithub.com/swc-project/swc/commit/bc83cb2ecfcfcec0fef0e0b2f2450746ada4628c))

##### Build

- **(cargo)** Bump up wasmer
([#&#8203;7294](https://togithub.com/swc-project/swc/issues/7294))
([39d415c](https://togithub.com/swc-project/swc/commit/39d415cc1623456255dc2c7b87594f7fd00ab87b))

###
[`v1.3.51`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1351---2023-04-16)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.50...v1.3.51)

##### Bug Fixes

- **(es)** Allow extra comments after `sourceMappingURL`
([#&#8203;7262](https://togithub.com/swc-project/swc/issues/7262))
([219a738](https://togithub.com/swc-project/swc/commit/219a738a752e44bcbf5681f2f77766f5581439c3))

- **(es/helpers)** Do not duplicate property names
([#&#8203;7266](https://togithub.com/swc-project/swc/issues/7266))
([30a4e52](https://togithub.com/swc-project/swc/commit/30a4e52f74e9c2e6f919f41930f79b4a0c3eab76))

- **(es/loader)** Fix browser overwrites not applying correctly
([#&#8203;7243](https://togithub.com/swc-project/swc/issues/7243))
([beefdd4](https://togithub.com/swc-project/swc/commit/beefdd459c1bdd96bcd5c83f8dc2e4c4c1be695d))

- **(es/minifier)** Use UTF16 length for `str.length`
([#&#8203;7275](https://togithub.com/swc-project/swc/issues/7275))
([4c06a56](https://togithub.com/swc-project/swc/commit/4c06a56e52184796280d9c19975f5317f3050cc9))

- **(es/renamer)** Ensure that param and function body are in same scope
([#&#8203;7271](https://togithub.com/swc-project/swc/issues/7271))
([93a264c](https://togithub.com/swc-project/swc/commit/93a264c9a4c8329eddbf02c02c979d5dee3f02b5))

##### Features

- **(es/modules)** Use function instead of arrow function
unconditionally
([#&#8203;7273](https://togithub.com/swc-project/swc/issues/7273))
([5d3313a](https://togithub.com/swc-project/swc/commit/5d3313aa7e696a5c4c28e513062b8ba92bd40e5f))

##### Miscellaneous Tasks

- **(ci)** Fix crev action
([#&#8203;7272](https://togithub.com/swc-project/swc/issues/7272))
([578960d](https://togithub.com/swc-project/swc/commit/578960d32186f7d5fdf2dc99599aa49a01c5d7a3))

##### Refactor

- **(es/parser)** Remove `::` token as it's not used
([#&#8203;7268](https://togithub.com/swc-project/swc/issues/7268))
([635bf81](https://togithub.com/swc-project/swc/commit/635bf8116bb002d5d737f0e9dfbf5efd3a433e7d))

##### Build

- **(cargo)** Update `bitflags` to v2
([#&#8203;7270](https://togithub.com/swc-project/swc/issues/7270))
([c4cce12](https://togithub.com/swc-project/swc/commit/c4cce127587e304b938c43059992ff0ed6bd2821))

###
[`v1.3.50`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1350---2023-04-13)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.49...v1.3.50)

##### Bug Fixes

- **(es)** Fix a crash related to an empty source map
([#&#8203;7229](https://togithub.com/swc-project/swc/issues/7229))
([c665918](https://togithub.com/swc-project/swc/commit/c6659183a616725b61733e584bbb6e540b9cbbde))

- **(es/codegen)** Respect `ascii_only` for identifiers
([#&#8203;7247](https://togithub.com/swc-project/swc/issues/7247))
([e35097f](https://togithub.com/swc-project/swc/commit/e35097fd8c036dfab9fcf923f01db562b003720b))

- **(es/compat)** Handle export function in `reserved_word`
([#&#8203;7251](https://togithub.com/swc-project/swc/issues/7251))
([2e947e7](https://togithub.com/swc-project/swc/commit/2e947e7aeb1fd2989a10fb49a2ffa2ea35bc9941))

- **(es/minifier)** Fix handling of optional chaining when `hoist_props`
is enabled
([#&#8203;7246](https://togithub.com/swc-project/swc/issues/7246))
([a44fea1](https://togithub.com/swc-project/swc/commit/a44fea1ec8f19a822d84c744b9e39c122026fd9d))

- **(es/parser)** Use a hard error for missing r-paren in an if stmt
([#&#8203;7223](https://togithub.com/swc-project/swc/issues/7223))
([b1c40a4](https://togithub.com/swc-project/swc/commit/b1c40a411f01792f9b9f4bc9d5f08782fc6d6a1c))

- **(es/parser)** Reset ctx for cond while parsing a stmt
([#&#8203;7232](https://togithub.com/swc-project/swc/issues/7232))
([01db30f](https://togithub.com/swc-project/swc/commit/01db30f91ec91d5dffe4c2ac1934965cc9c73cf8))

- **(es/parser)** Parse `const` type parameters in arrow function
expressions
([#&#8203;7242](https://togithub.com/swc-project/swc/issues/7242))
([6614886](https://togithub.com/swc-project/swc/commit/66148861926a8e70cb75ff20cb2f0ff171c2e630))

##### Features

- **(es)** Provide more information when loading of input source map
failed
([#&#8203;7249](https://togithub.com/swc-project/swc/issues/7249))
([f0e3b1d](https://togithub.com/swc-project/swc/commit/f0e3b1d09a69c3eb3035e2dbc00d537576b48a08))

- **(es)** Use `minify.format.ascii_only` if `output.charset` is not
specified
([#&#8203;7258](https://togithub.com/swc-project/swc/issues/7258))
([1fe5c3a](https://togithub.com/swc-project/swc/commit/1fe5c3a803daf247709ac51f8c637ba7e56181bc))

- **(es/minifier)** Support `PURE` comment of seq exprs
([#&#8203;7245](https://togithub.com/swc-project/swc/issues/7245))
([559d120](https://togithub.com/swc-project/swc/commit/559d1202bc9a25c06eae01c6e033a44bb31aab62))

- **(plugin)** Enable validation
([#&#8203;7250](https://togithub.com/swc-project/swc/issues/7250))
([efad714](https://togithub.com/swc-project/swc/commit/efad714983459393639f4b026da7793807c1b401))

##### Refactor

- **(plugin)** Remove `bytecheck` flag
([#&#8203;7256](https://togithub.com/swc-project/swc/issues/7256))
([6bd58cb](https://togithub.com/swc-project/swc/commit/6bd58cbcfdef99604470a106853628e1cdb36cda))

- **(plugin/runner)** Fix clippy warnings
([#&#8203;7244](https://togithub.com/swc-project/swc/issues/7244))
([70b86db](https://togithub.com/swc-project/swc/commit/70b86dbe371fafc2dffde0573bc091860aa529b3))

##### Testing

- **(es/plugin)** Enable E2E test again
([#&#8203;7236](https://togithub.com/swc-project/swc/issues/7236))
([695ce06](https://togithub.com/swc-project/swc/commit/695ce060e95ccdda50334468dc669da2df76c026))

##### Build

- **(plugin)** Update `rkyv`
([#&#8203;7257](https://togithub.com/swc-project/swc/issues/7257))
([ff3decc](https://togithub.com/swc-project/swc/commit/ff3decc7dbf7965085261b16efa1a7b251aec696))

###
[`v1.3.49`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1349---2023-04-10)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.47...v1.3.49)

##### Features

- **(plugin/runner)** Update `wasmer` to `v3`
([#&#8203;7197](https://togithub.com/swc-project/swc/issues/7197))
([56bdacc](https://togithub.com/swc-project/swc/commit/56bdacc72df967bc613c5b067cf773f39c4bce00))

##### Refactor

- **(plugin/runner)** Fix publish action
([#&#8203;7234](https://togithub.com/swc-project/swc/issues/7234))
([b868ed0](https://togithub.com/swc-project/swc/commit/b868ed02a35904bd6063709685d1470598cdaf81))

###
[`v1.3.47`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1347---2023-04-10)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.46...v1.3.47)

##### Bug Fixes

- **(bindings/node)** Make peer dependency of helpers optional
([#&#8203;7216](https://togithub.com/swc-project/swc/issues/7216))
([e86d598](https://togithub.com/swc-project/swc/commit/e86d59882a6644a63e98094127694f27b3c1b5a4))

- **(es/compat)** Fix `finally` handling of `generator`
([#&#8203;7215](https://togithub.com/swc-project/swc/issues/7215))
([f5c62fb](https://togithub.com/swc-project/swc/commit/f5c62fbbf8ccbadec4daae4a2158b7b2fc707a2b))

- **(es/minifier)** Don't remove used var decl
([#&#8203;7200](https://togithub.com/swc-project/swc/issues/7200))
([73bc29e](https://togithub.com/swc-project/swc/commit/73bc29eeb0e0a758daff2ec9567d8949fb48fa50))

- **(es/testing)** Ensure that we call `fold_program`
([#&#8203;7222](https://togithub.com/swc-project/swc/issues/7222))
([e241201](https://togithub.com/swc-project/swc/commit/e241201bf76c3ae111d815dac7dbcc169d12dc25))

- **(es/typescript)** Fix computation of enum bits
([#&#8203;7219](https://togithub.com/swc-project/swc/issues/7219))
([29bf176](https://togithub.com/swc-project/swc/commit/29bf1760befc5acf56841f4c369016e296184bdb))

##### Features

- **(es)** Expose stage 3 decorator
([#&#8203;7220](https://togithub.com/swc-project/swc/issues/7220))
([a7a53c6](https://togithub.com/swc-project/swc/commit/a7a53c6208ae63a07b663049575f3b50f37d2f2a))

##### Refactor

- **(macros/ast-node)** Drop `darling` to reduce compile time
([#&#8203;7214](https://togithub.com/swc-project/swc/issues/7214))
([3f61638](https://togithub.com/swc-project/swc/commit/3f61638cbfb1acc9fa59fa68434a182ba8bcfb2a))

###
[`v1.3.46`](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46)

###
[`v1.3.45`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1345---2023-04-04)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.44...v1.3.45)

##### Bug Fixes

- **(es)** Allow missing `.map` file
([#&#8203;7141](https://togithub.com/swc-project/swc/issues/7141))
([3e6a186](https://togithub.com/swc-project/swc/commit/3e6a1869e84ec01125cf115c3d5f5c5c89645e1a))

- **(es/compat)** Handle shorthand object prop while renaming
([#&#8203;7176](https://togithub.com/swc-project/swc/issues/7176))
([0a80e05](https://togithub.com/swc-project/swc/commit/0a80e0506b0fd58d31027c348ea0c957a5cc60f7))

- **(es/helpers)** Use snake_case for helpers
([#&#8203;7147](https://togithub.com/swc-project/swc/issues/7147))
([3ca954b](https://togithub.com/swc-project/swc/commit/3ca954b9f9622ed400308f2af35242583a4bdc3d))

- **(es/modules)** Hint nodejs for multiple `export *`
([#&#8203;7184](https://togithub.com/swc-project/swc/issues/7184))
([98f1493](https://togithub.com/swc-project/swc/commit/98f14931e7fa24b9d888eb5149c647840978b096))

- **(es/parser)** Fix infinite loop on jsx in js
([#&#8203;7191](https://togithub.com/swc-project/swc/issues/7191))
([414e669](https://togithub.com/swc-project/swc/commit/414e66910dc5d9fea254811618f69067ab4a7a67))

- **(es/typescript)** Mark `A` as a type in `export { type A }`
([#&#8203;7196](https://togithub.com/swc-project/swc/issues/7196))
([ddfbc93](https://togithub.com/swc-project/swc/commit/ddfbc936244c1168c547e134f20d436bfb6227f9))

- **(swc_core)** Fix a feature name
([#&#8203;7198](https://togithub.com/swc-project/swc/issues/7198))
([bfe6544](https://togithub.com/swc-project/swc/commit/bfe654438f15d875257caf7735f11a79e51780a5))

##### Features

- **(css/modules)** Preserve spans of CSS class names
([#&#8203;7185](https://togithub.com/swc-project/swc/issues/7185))
([df7b4e7](https://togithub.com/swc-project/swc/commit/df7b4e71d22a7174df6f4fe9691044560e8e7f65))

- **(es/compat)** Implement stage 3 decorator, without auto accessor
([#&#8203;6950](https://togithub.com/swc-project/swc/issues/6950))
([7a863ad](https://togithub.com/swc-project/swc/commit/7a863ad18ffeb45801cc17992634b5c62adfe88b))

- **(es/helpers)** Use named export and unify import path
([#&#8203;7182](https://togithub.com/swc-project/swc/issues/7182))
([a13a78e](https://togithub.com/swc-project/swc/commit/a13a78e3fe2f81f0cbbe4a98da9cbb5a48b6cbed))

- **(plugin/runner)** Improve cache path
([#&#8203;7188](https://togithub.com/swc-project/swc/issues/7188))
([976667f](https://togithub.com/swc-project/swc/commit/976667f7d98b821940c5325efc092e50c6554dc2))

##### Testing

- **(es/plugin)** Enable E2E plugin test
([#&#8203;7178](https://togithub.com/swc-project/swc/issues/7178))
([a785f18](https://togithub.com/swc-project/swc/commit/a785f18740942c841fede3d625ec2fd4b090d020))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->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://developer.mend.io/github/peers/peerjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTMxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
Jonas Gloning 2 년 전
부모
커밋
f598859149
2개의 변경된 파일102개의 추가작업 그리고 114개의 파일을 삭제
  1. 101 113
      package-lock.json
  2. 1 1
      package.json

+ 101 - 113
package-lock.json

@@ -9,7 +9,7 @@
 			"version": "1.4.7",
 			"license": "MIT",
 			"dependencies": {
-				"@swc/helpers": "^0.4.0",
+				"@swc/helpers": "^0.5.0",
 				"eventemitter3": "^4.0.7",
 				"peerjs-js-binarypack": "1.0.2",
 				"webrtc-adapter": "^8.0.0"
@@ -2684,15 +2684,6 @@
 				"@parcel/core": "^2.9.2"
 			}
 		},
-		"node_modules/@parcel/transformer-js/node_modules/@swc/helpers": {
-			"version": "0.5.1",
-			"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
-			"integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
-			"dev": true,
-			"dependencies": {
-				"tslib": "^2.4.0"
-			}
-		},
 		"node_modules/@parcel/transformer-json": {
 			"version": "2.9.2",
 			"resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.9.2.tgz",
@@ -3322,9 +3313,9 @@
 			}
 		},
 		"node_modules/@swc/core": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.44.tgz",
-			"integrity": "sha512-RC25C8nxOCdfGS//F9Q8aHKx4XoCsxvgO+sSUhvt7zDz1Y2ruVUTu2UOH0VeE0WkA8j6oEZH+xH2SUfDUkxXdA==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.66.tgz",
+			"integrity": "sha512-Hpf91kH5ly7fHkWnApwryTQryT+TO4kMMPH3WyciUSQOWLE3UuQz1PtETHQQk7PZ/b1QF0qQurJrgfBr5bSKUA==",
 			"dev": true,
 			"hasInstallScript": true,
 			"engines": {
@@ -3335,22 +3326,30 @@
 				"url": "https://opencollective.com/swc"
 			},
 			"optionalDependencies": {
-				"@swc/core-darwin-arm64": "1.3.44",
-				"@swc/core-darwin-x64": "1.3.44",
-				"@swc/core-linux-arm-gnueabihf": "1.3.44",
-				"@swc/core-linux-arm64-gnu": "1.3.44",
-				"@swc/core-linux-arm64-musl": "1.3.44",
-				"@swc/core-linux-x64-gnu": "1.3.44",
-				"@swc/core-linux-x64-musl": "1.3.44",
-				"@swc/core-win32-arm64-msvc": "1.3.44",
-				"@swc/core-win32-ia32-msvc": "1.3.44",
-				"@swc/core-win32-x64-msvc": "1.3.44"
+				"@swc/core-darwin-arm64": "1.3.66",
+				"@swc/core-darwin-x64": "1.3.66",
+				"@swc/core-linux-arm-gnueabihf": "1.3.66",
+				"@swc/core-linux-arm64-gnu": "1.3.66",
+				"@swc/core-linux-arm64-musl": "1.3.66",
+				"@swc/core-linux-x64-gnu": "1.3.66",
+				"@swc/core-linux-x64-musl": "1.3.66",
+				"@swc/core-win32-arm64-msvc": "1.3.66",
+				"@swc/core-win32-ia32-msvc": "1.3.66",
+				"@swc/core-win32-x64-msvc": "1.3.66"
+			},
+			"peerDependencies": {
+				"@swc/helpers": "^0.5.0"
+			},
+			"peerDependenciesMeta": {
+				"@swc/helpers": {
+					"optional": true
+				}
 			}
 		},
 		"node_modules/@swc/core-darwin-arm64": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.44.tgz",
-			"integrity": "sha512-Y+oVsCjXUPvr3D9YLuB1gjP84TseM/CRkbPNrf+3JXQhsPEkgxdIdFP1cl/obeqMQrRgPpvSfK+TOvGuOuV22g==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.66.tgz",
+			"integrity": "sha512-UijJsvuLy73vxeVYEy7urIHksXS+3BdvJ9s9AY+bRMSQW483NO7RLp8g4FdTyJbRaN0BH15SQnY0dcjQBkVuHw==",
 			"cpu": [
 				"arm64"
 			],
@@ -3364,9 +3363,9 @@
 			}
 		},
 		"node_modules/@swc/core-darwin-x64": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.44.tgz",
-			"integrity": "sha512-bM0IKBjlSD0yHJbd7bE3il5fTu3oUjUO2zjLkzfIx6tiqbmDyvOX8adaSqse9N+d8Ip9p26b5Vo7pMHq0POGkg==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.66.tgz",
+			"integrity": "sha512-xGsHKvViQnwTNLF30Y/5OqWdnN6RsiyUI8awZXfz1sHcXCEaLe+v+WLQ+/E8sgw0YUkYVHzzfV/sAN2CezJK5Q==",
 			"cpu": [
 				"x64"
 			],
@@ -3380,9 +3379,9 @@
 			}
 		},
 		"node_modules/@swc/core-linux-arm-gnueabihf": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.44.tgz",
-			"integrity": "sha512-D4lfVwCbkWscDTb6btb89+bN0kgvjGBPfOmcvih7nY5hxaorwvp+PefkYAhFw8vKmL92lrnWUFNiTemVFN4bxg==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.66.tgz",
+			"integrity": "sha512-gNbLcSIV2pq90BkMSpzvK4xPXOl8GEF3YR4NaqF0CYSzQsVXXTTqMuX/r26xNYudBKzH0345S1MpoRk2qricnA==",
 			"cpu": [
 				"arm"
 			],
@@ -3396,9 +3395,9 @@
 			}
 		},
 		"node_modules/@swc/core-linux-arm64-gnu": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.44.tgz",
-			"integrity": "sha512-muExPTrN26MFmtO+5uffkH5v4lmd8GdmyWvlC2tL95h7o9genTIQyr7kcSepGZrDe4fM9G6++5YfENhUpXHo+g==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.66.tgz",
+			"integrity": "sha512-cJSQ0oplyWbJqy4rzVcnBYLAi6z1QT3QCcR7iAey0aAmCvfRBZJfXlyjggMjn4iosuadkauwCZR1xYNhBDRn7w==",
 			"cpu": [
 				"arm64"
 			],
@@ -3412,9 +3411,9 @@
 			}
 		},
 		"node_modules/@swc/core-linux-arm64-musl": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.44.tgz",
-			"integrity": "sha512-MY1wY3kSIosjJKKCfFGniJFFVkt3oPvJLN4Dlj+bMgAt3O7anm8lGbyLqUpJ1Ep4rTsJj7ObO06DQiSWp4Fhcw==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.66.tgz",
+			"integrity": "sha512-GDQZpcB9aGxG9PTA2shdIkoMZlGK5omJ8NR49uoBTtLBVYiGeXAwV0U1Uaw8kXEZj9i7wZDkvjzjSaNH3evRsg==",
 			"cpu": [
 				"arm64"
 			],
@@ -3428,9 +3427,9 @@
 			}
 		},
 		"node_modules/@swc/core-linux-x64-gnu": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.44.tgz",
-			"integrity": "sha512-xV4pDxJM06g0yUDTA22ZHgonzGqf/poIlgADRmEkx9cWWm5qLRhmWrrkVX1xZVvdlcXj1ERnia/UkvrDux96lg==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.66.tgz",
+			"integrity": "sha512-lg8E4O/Pd9KfK0lajdinVMuGME8dSv7V9arhEpmlfGE2eXSDCWqDn5Htk5QVBstt9lt1lsRhWHJ/YYc2eQY30Q==",
 			"cpu": [
 				"x64"
 			],
@@ -3444,9 +3443,9 @@
 			}
 		},
 		"node_modules/@swc/core-linux-x64-musl": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.44.tgz",
-			"integrity": "sha512-NJnnlE8vCkKHoo/wIaoywNN/01vNsvhKUjBgUx865sUM/XWAIanpbV41yfdEkC+Iwd+/zB3ZZnOYql3b+Nn8aQ==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.66.tgz",
+			"integrity": "sha512-lo8ZcAO/zL2pZWH+LZIyge8u2MklaeuT6+FpVVpBFktMVdYXbaVtzpvWbgRFBZHvL3SRDF+u8jxjtkXhvGUpTw==",
 			"cpu": [
 				"x64"
 			],
@@ -3460,9 +3459,9 @@
 			}
 		},
 		"node_modules/@swc/core-win32-arm64-msvc": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.44.tgz",
-			"integrity": "sha512-/xOtjZhX25GEOPLN55icjj9E061DDH7G0A9HfUAEilURgBbvm6bIlqK+t8mOKK0tOsDoHftdTBRkYhTAqUtakQ==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.66.tgz",
+			"integrity": "sha512-cQoVwBuJY5WkHbfpCOlndNwYr1ZThatRjQQvKy540NUIeAEk9Fa6ozlDBtU75UdaWKtUG6YQ/bWz+KTemheVxw==",
 			"cpu": [
 				"arm64"
 			],
@@ -3476,9 +3475,9 @@
 			}
 		},
 		"node_modules/@swc/core-win32-ia32-msvc": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.44.tgz",
-			"integrity": "sha512-uKTAWQuMEW1gJnl8F3eiz3kdk8CiaR5dMWWlGbHIq6dRbur2hoKaEnINR4UqkvvAhhY1YB0Xr5DV1H986Xu2EA==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.66.tgz",
+			"integrity": "sha512-y/FrAIINK4UBeUQQknGlWXEyjo+MBvjF7WkUf2KP7sNr9EHHy8+dXohAGd5Anz0eJrqOM1ZXR/GEjxRp7bGQ1Q==",
 			"cpu": [
 				"ia32"
 			],
@@ -3492,9 +3491,9 @@
 			}
 		},
 		"node_modules/@swc/core-win32-x64-msvc": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.44.tgz",
-			"integrity": "sha512-D9fBRhr44cK4YIKFikpktyUDLkZgVj0ISaSl8IjiTvjqTrE/9+E+dzTNHULn5tc3lHVLLxyVwMjJRr2G0D4O6w==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.66.tgz",
+			"integrity": "sha512-yI64ACzS14qFLrfyO12qW+f/UROTotzDeEbuyJAaPD2IZexoT1cICznI3sBmIfrSt33mVuW8eF5m3AG/NUImzw==",
 			"cpu": [
 				"x64"
 			],
@@ -3508,9 +3507,9 @@
 			}
 		},
 		"node_modules/@swc/helpers": {
-			"version": "0.4.14",
-			"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
-			"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
+			"version": "0.5.1",
+			"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
+			"integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
 			"dependencies": {
 				"tslib": "^2.4.0"
 			}
@@ -19083,17 +19082,6 @@
 				"nullthrows": "^1.1.1",
 				"regenerator-runtime": "^0.13.7",
 				"semver": "^5.7.1"
-			},
-			"dependencies": {
-				"@swc/helpers": {
-					"version": "0.5.1",
-					"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
-					"integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
-					"dev": true,
-					"requires": {
-						"tslib": "^2.4.0"
-					}
-				}
 			}
 		},
 		"@parcel/transformer-json": {
@@ -19533,97 +19521,97 @@
 			}
 		},
 		"@swc/core": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.44.tgz",
-			"integrity": "sha512-RC25C8nxOCdfGS//F9Q8aHKx4XoCsxvgO+sSUhvt7zDz1Y2ruVUTu2UOH0VeE0WkA8j6oEZH+xH2SUfDUkxXdA==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.66.tgz",
+			"integrity": "sha512-Hpf91kH5ly7fHkWnApwryTQryT+TO4kMMPH3WyciUSQOWLE3UuQz1PtETHQQk7PZ/b1QF0qQurJrgfBr5bSKUA==",
 			"dev": true,
 			"requires": {
-				"@swc/core-darwin-arm64": "1.3.44",
-				"@swc/core-darwin-x64": "1.3.44",
-				"@swc/core-linux-arm-gnueabihf": "1.3.44",
-				"@swc/core-linux-arm64-gnu": "1.3.44",
-				"@swc/core-linux-arm64-musl": "1.3.44",
-				"@swc/core-linux-x64-gnu": "1.3.44",
-				"@swc/core-linux-x64-musl": "1.3.44",
-				"@swc/core-win32-arm64-msvc": "1.3.44",
-				"@swc/core-win32-ia32-msvc": "1.3.44",
-				"@swc/core-win32-x64-msvc": "1.3.44"
+				"@swc/core-darwin-arm64": "1.3.66",
+				"@swc/core-darwin-x64": "1.3.66",
+				"@swc/core-linux-arm-gnueabihf": "1.3.66",
+				"@swc/core-linux-arm64-gnu": "1.3.66",
+				"@swc/core-linux-arm64-musl": "1.3.66",
+				"@swc/core-linux-x64-gnu": "1.3.66",
+				"@swc/core-linux-x64-musl": "1.3.66",
+				"@swc/core-win32-arm64-msvc": "1.3.66",
+				"@swc/core-win32-ia32-msvc": "1.3.66",
+				"@swc/core-win32-x64-msvc": "1.3.66"
 			}
 		},
 		"@swc/core-darwin-arm64": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.44.tgz",
-			"integrity": "sha512-Y+oVsCjXUPvr3D9YLuB1gjP84TseM/CRkbPNrf+3JXQhsPEkgxdIdFP1cl/obeqMQrRgPpvSfK+TOvGuOuV22g==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.66.tgz",
+			"integrity": "sha512-UijJsvuLy73vxeVYEy7urIHksXS+3BdvJ9s9AY+bRMSQW483NO7RLp8g4FdTyJbRaN0BH15SQnY0dcjQBkVuHw==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-darwin-x64": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.44.tgz",
-			"integrity": "sha512-bM0IKBjlSD0yHJbd7bE3il5fTu3oUjUO2zjLkzfIx6tiqbmDyvOX8adaSqse9N+d8Ip9p26b5Vo7pMHq0POGkg==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.66.tgz",
+			"integrity": "sha512-xGsHKvViQnwTNLF30Y/5OqWdnN6RsiyUI8awZXfz1sHcXCEaLe+v+WLQ+/E8sgw0YUkYVHzzfV/sAN2CezJK5Q==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-linux-arm-gnueabihf": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.44.tgz",
-			"integrity": "sha512-D4lfVwCbkWscDTb6btb89+bN0kgvjGBPfOmcvih7nY5hxaorwvp+PefkYAhFw8vKmL92lrnWUFNiTemVFN4bxg==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.66.tgz",
+			"integrity": "sha512-gNbLcSIV2pq90BkMSpzvK4xPXOl8GEF3YR4NaqF0CYSzQsVXXTTqMuX/r26xNYudBKzH0345S1MpoRk2qricnA==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-linux-arm64-gnu": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.44.tgz",
-			"integrity": "sha512-muExPTrN26MFmtO+5uffkH5v4lmd8GdmyWvlC2tL95h7o9genTIQyr7kcSepGZrDe4fM9G6++5YfENhUpXHo+g==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.66.tgz",
+			"integrity": "sha512-cJSQ0oplyWbJqy4rzVcnBYLAi6z1QT3QCcR7iAey0aAmCvfRBZJfXlyjggMjn4iosuadkauwCZR1xYNhBDRn7w==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-linux-arm64-musl": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.44.tgz",
-			"integrity": "sha512-MY1wY3kSIosjJKKCfFGniJFFVkt3oPvJLN4Dlj+bMgAt3O7anm8lGbyLqUpJ1Ep4rTsJj7ObO06DQiSWp4Fhcw==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.66.tgz",
+			"integrity": "sha512-GDQZpcB9aGxG9PTA2shdIkoMZlGK5omJ8NR49uoBTtLBVYiGeXAwV0U1Uaw8kXEZj9i7wZDkvjzjSaNH3evRsg==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-linux-x64-gnu": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.44.tgz",
-			"integrity": "sha512-xV4pDxJM06g0yUDTA22ZHgonzGqf/poIlgADRmEkx9cWWm5qLRhmWrrkVX1xZVvdlcXj1ERnia/UkvrDux96lg==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.66.tgz",
+			"integrity": "sha512-lg8E4O/Pd9KfK0lajdinVMuGME8dSv7V9arhEpmlfGE2eXSDCWqDn5Htk5QVBstt9lt1lsRhWHJ/YYc2eQY30Q==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-linux-x64-musl": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.44.tgz",
-			"integrity": "sha512-NJnnlE8vCkKHoo/wIaoywNN/01vNsvhKUjBgUx865sUM/XWAIanpbV41yfdEkC+Iwd+/zB3ZZnOYql3b+Nn8aQ==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.66.tgz",
+			"integrity": "sha512-lo8ZcAO/zL2pZWH+LZIyge8u2MklaeuT6+FpVVpBFktMVdYXbaVtzpvWbgRFBZHvL3SRDF+u8jxjtkXhvGUpTw==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-win32-arm64-msvc": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.44.tgz",
-			"integrity": "sha512-/xOtjZhX25GEOPLN55icjj9E061DDH7G0A9HfUAEilURgBbvm6bIlqK+t8mOKK0tOsDoHftdTBRkYhTAqUtakQ==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.66.tgz",
+			"integrity": "sha512-cQoVwBuJY5WkHbfpCOlndNwYr1ZThatRjQQvKy540NUIeAEk9Fa6ozlDBtU75UdaWKtUG6YQ/bWz+KTemheVxw==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-win32-ia32-msvc": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.44.tgz",
-			"integrity": "sha512-uKTAWQuMEW1gJnl8F3eiz3kdk8CiaR5dMWWlGbHIq6dRbur2hoKaEnINR4UqkvvAhhY1YB0Xr5DV1H986Xu2EA==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.66.tgz",
+			"integrity": "sha512-y/FrAIINK4UBeUQQknGlWXEyjo+MBvjF7WkUf2KP7sNr9EHHy8+dXohAGd5Anz0eJrqOM1ZXR/GEjxRp7bGQ1Q==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/core-win32-x64-msvc": {
-			"version": "1.3.44",
-			"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.44.tgz",
-			"integrity": "sha512-D9fBRhr44cK4YIKFikpktyUDLkZgVj0ISaSl8IjiTvjqTrE/9+E+dzTNHULn5tc3lHVLLxyVwMjJRr2G0D4O6w==",
+			"version": "1.3.66",
+			"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.66.tgz",
+			"integrity": "sha512-yI64ACzS14qFLrfyO12qW+f/UROTotzDeEbuyJAaPD2IZexoT1cICznI3sBmIfrSt33mVuW8eF5m3AG/NUImzw==",
 			"dev": true,
 			"optional": true
 		},
 		"@swc/helpers": {
-			"version": "0.4.14",
-			"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
-			"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
+			"version": "0.5.1",
+			"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
+			"integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
 			"requires": {
 				"tslib": "^2.4.0"
 			}

+ 1 - 1
package.json

@@ -193,7 +193,7 @@
 		"wdio-geckodriver-service": "^5.0.1"
 	},
 	"dependencies": {
-		"@swc/helpers": "^0.4.0",
+		"@swc/helpers": "^0.5.0",
 		"eventemitter3": "^4.0.7",
 		"peerjs-js-binarypack": "1.0.2",
 		"webrtc-adapter": "^8.0.0"