From 41774ef049b7ce56f413888e570b3b07d830c3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:34:43 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer from 16.2.9 to 16.2.12 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 16.2.9 to 16.2.12. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.12/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.2.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 74 ++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 71 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69f481e..9dd5fef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@axe-core/react": "^4.11.3", "@chromatic-com/storybook": "^5.2.1", "@lhci/cli": "^0.14.0", - "@next/bundle-analyzer": "^16.2.9", + "@next/bundle-analyzer": "^16.2.12", "@playwright/test": "^1.61.1", "@storybook/addon-a11y": "^10.4.6", "@storybook/addon-docs": "^10.4.6", @@ -1922,9 +1922,9 @@ "license": "MIT" }, "node_modules/@next/bundle-analyzer": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.2.9.tgz", - "integrity": "sha512-yGWyLbC8MMn+hk9j6l6GammpbUz5S3yZzl3lpoWfVXhIpJfh6kAWG7JwF4WoG3f0VnYRY959yo1QQEI8mV/+jg==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.2.12.tgz", + "integrity": "sha512-0dYhmCYsTMFYUFaoEUx+VKw/oYP6b3XiGgq47EujXTE2UGgwVWAaur2tbko2pxfUka3WRZ9YWxa3PlSv3luWNQ==", "dev": true, "license": "MIT", "dependencies": { @@ -6377,6 +6377,72 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.10.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.10.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.1.tgz", diff --git a/package.json b/package.json index 60e11d0..ae0d64b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@axe-core/react": "^4.11.3", "@chromatic-com/storybook": "^5.2.1", "@lhci/cli": "^0.14.0", - "@next/bundle-analyzer": "^16.2.9", + "@next/bundle-analyzer": "^16.2.12", "@playwright/test": "^1.61.1", "@storybook/addon-a11y": "^10.4.6", "@storybook/addon-docs": "^10.4.6",