From 036f07f67d900839a5ae8ead6d13a04020154b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:36:27 +0000 Subject: [PATCH] chore(deps): update dependency @esbuild/darwin-x64 to ^0.24.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 625c3bb2..bab9a698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.18.20", - "@esbuild/darwin-x64": "^0.23.0", + "@esbuild/darwin-x64": "^0.24.0", "@esbuild/linux-x64": "0.23.0", "@esbuild/win32-x64": "0.23.0" } @@ -1837,9 +1837,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.0.tgz", - "integrity": "sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.0.tgz", + "integrity": "sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 0aa16ddc..c288233d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.18.20", - "@esbuild/darwin-x64": "^0.23.0", + "@esbuild/darwin-x64": "^0.24.0", "@esbuild/linux-x64": "0.23.0", "@esbuild/win32-x64": "0.23.0" },