From 64e014078ccbe10eeebcd077f7f9d0afe26b65ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:15:36 +0000 Subject: [PATCH] build(deps): bump @swc/core-darwin-x64 from 1.10.9 to 1.10.12 in /ui Bumps [@swc/core-darwin-x64](https://github.com/swc-project/swc) from 1.10.9 to 1.10.12. - [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.10.9...v1.10.12) --- updated-dependencies: - dependency-name: "@swc/core-darwin-x64" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 9 +++++---- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index cf16719113a..57cd2a021c5 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@js-joda/core": "^5.6.3", "@kestra-io/ui-libs": "^0.0.125", + "@swc/core-darwin-x64": "^1.10.12", "@vue-flow/background": "^1.3.2", "@vue-flow/controls": "^1.1.2", "@vue-flow/core": "^1.42.1", @@ -107,7 +108,7 @@ "@rollup/rollup-darwin-x64": "^4.32.0", "@rollup/rollup-linux-x64-gnu": "^4.32.0", "@swc/core-darwin-arm64": "^1.10.9", - "@swc/core-darwin-x64": "^1.10.9", + "@swc/core-darwin-x64": "^1.10.12", "@swc/core-linux-x64-gnu": "^1.10.11" } }, @@ -5104,9 +5105,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.10.9.tgz", - "integrity": "sha512-bi3el9/FV/la8HIsolSjeDar+tM7m9AmSF1w7X6ZByW2qgc4Z1tmq0A4M4H9aH3TfHesZbfq8hgaNtc2/VtzzQ==", + "version": "1.10.12", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.10.12.tgz", + "integrity": "sha512-m4kbpIDDsN1FrwfNQMU+FTrss356xsXvatLbearwR+V0lqOkjLBP0VmRvQfHEg+uy13VPyrT9gj4HLoztlci7w==", "cpu": [ "x64" ], diff --git a/ui/package.json b/ui/package.json index d20d4c34de0..4e372a53e88 100644 --- a/ui/package.json +++ b/ui/package.json @@ -117,7 +117,7 @@ "@rollup/rollup-darwin-x64": "^4.32.0", "@rollup/rollup-linux-x64-gnu": "^4.32.0", "@swc/core-darwin-arm64": "^1.10.9", - "@swc/core-darwin-x64": "^1.10.9", + "@swc/core-darwin-x64": "^1.10.12", "@swc/core-linux-x64-gnu": "^1.10.11" }, "overrides": {