diff --git a/package.json b/package.json index bab6695..aa0e302 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nx/workspace": "20.3.2", "@primevue/auto-import-resolver": "^4.0.4", "@swc-node/register": "^1.10.9", - "@swc/cli": "~0.5.0", + "@swc/cli": "~0.6.0", "@swc/core": "~1.10.8", "@swc/helpers": "~0.5.11", "@types/jest": "29.5.14", diff --git a/yarn.lock b/yarn.lock index 06af912..dfd4717 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2330,10 +2330,10 @@ source-map-support "^0.5.21" tslib "^2.6.3" -"@swc/cli@~0.5.0": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@swc/cli/-/cli-0.5.2.tgz#003ad39fff62ab8e7f1267e43c81802c8f4c9b45" - integrity sha512-ul2qIqjM5bfe9zWLqFDmHZCf9HXXSZZAlZLe4czn+lH4PewO+OWZnQcYCscnJKlbx6MuWjzXVR7gkspjNEJwJA== +"@swc/cli@~0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@swc/cli/-/cli-0.6.0.tgz#fe986a436797c9d3850938366dbd660c9ba1101f" + integrity sha512-Q5FsI3Cw0fGMXhmsg7c08i4EmXCrcl+WnAxb6LYOLHw4JFFC3yzmx9LaXZ7QMbA+JZXbigU2TirI7RAfO0Qlnw== dependencies: "@swc/counter" "^0.1.3" "@xhmikosr/bin-wrapper" "^13.0.5"