From 68769ce08ae3211e7cfb0724d75e2fba4680ecb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:04:52 +0000 Subject: [PATCH] chore(deps): bump @next/swc-darwin-arm64 from 15.5.12 to 16.2.1 Bumps [@next/swc-darwin-arm64](https://github.com/vercel/next.js/tree/HEAD/crates/next-napi-bindings/npm/darwin-arm64) from 15.5.12 to 16.2.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.1/crates/next-napi-bindings/npm/darwin-arm64) --- updated-dependencies: - dependency-name: "@next/swc-darwin-arm64" dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package-lock.json | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index cff5429..f61c90c 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -15,7 +15,7 @@ "@buildingopen/openapi-form": "*", "@buildingopen/shared": "*", "@buildingopen/ui": "*", - "@next/swc-darwin-arm64": "^15.5.4", + "@next/swc-darwin-arm64": "^16.2.1", "@opentelemetry/api": "^1.9.0", "@opentelemetry/context-async-hooks": "^2.5.0", "@tanstack/react-query": "^5.0.0", diff --git a/package-lock.json b/package-lock.json index 66c4608..8af4b6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@buildingopen/openapi-form": "*", "@buildingopen/shared": "*", "@buildingopen/ui": "*", - "@next/swc-darwin-arm64": "^15.5.4", + "@next/swc-darwin-arm64": "^16.2.1", "@opentelemetry/api": "^1.9.0", "@opentelemetry/context-async-hooks": "^2.5.0", "@tanstack/react-query": "^5.0.0", @@ -68,6 +68,21 @@ "vitest": "^4.0.18" } }, + "apps/web/node_modules/@next/swc-darwin-arm64": { + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.1.tgz", + "integrity": "sha512-BwZ8w8YTaSEr2HIuXLMLxIdElNMPvY9fLqb20LX9A9OMGtJilhHLbCL3ggyd0TwjmMcTxi0XXt+ur1vWUoxj2Q==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, "apps/web/node_modules/fflate": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", @@ -2754,6 +2769,7 @@ "arm64" ], "license": "MIT", + "optional": true, "os": [ "darwin" ],