From 0b8c5013264b21eec521df00556c1804fe0cc8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:47:09 +0200 Subject: [PATCH] web: bump @esbuild/darwin-arm64 from 0.18.16 to 0.18.17 in /web (#6379) Bumps [@esbuild/darwin-arm64](https://github.com/evanw/esbuild) from 0.18.16 to 0.18.17. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.18.16...v0.18.17) --- updated-dependencies: - dependency-name: "@esbuild/darwin-arm64" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 9 +++++---- web/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 29a57f66e..2aa2af398 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -15,6 +15,7 @@ "@codemirror/lang-xml": "^6.0.2", "@codemirror/legacy-modes": "^6.3.3", "@codemirror/theme-one-dark": "^6.1.2", + "@esbuild/darwin-arm64": "^0.18.17", "@formatjs/intl-listformat": "^7.4.0", "@fortawesome/fontawesome-free": "^6.4.0", "@goauthentik/api": "^2023.6.1-1690193532", @@ -98,7 +99,7 @@ "vite-tsconfig-paths": "^4.2.0" }, "optionalDependencies": { - "@esbuild/darwin-arm64": "^0.18.16", + "@esbuild/darwin-arm64": "^0.18.17", "@esbuild/linux-amd64": "^0.18.11", "@esbuild/linux-arm64": "^0.18.16" } @@ -2445,9 +2446,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.18.16", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.16.tgz", - "integrity": "sha512-aBxruWCII+OtluORR/KvisEw0ALuw/qDQWvkoosA+c/ngC/Kwk0lLaZ+B++LLS481/VdydB2u6tYpWxUfnLAIw==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz", + "integrity": "sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==", "cpu": [ "arm64" ], diff --git a/web/package.json b/web/package.json index 6161c0e50..bec32bc4f 100644 --- a/web/package.json +++ b/web/package.json @@ -115,7 +115,7 @@ "vite-tsconfig-paths": "^4.2.0" }, "optionalDependencies": { - "@esbuild/darwin-arm64": "^0.18.16", + "@esbuild/darwin-arm64": "^0.18.17", "@esbuild/linux-amd64": "^0.18.11", "@esbuild/linux-arm64": "^0.18.16" }