From ef4b8fb9c7bd5b48fb1af84c52157784e981f985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:09:26 +0000 Subject: [PATCH] Bump @angular/platform-browser from 20.3.9 to 20.3.10 in /naikan-client Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 20.3.9 to 20.3.10. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/20.3.10/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 20.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- naikan-client/package-lock.json | 68 +++++++++++++++++++++++++++++---- naikan-client/package.json | 2 +- 2 files changed, 62 insertions(+), 8 deletions(-) diff --git a/naikan-client/package-lock.json b/naikan-client/package-lock.json index 897b4d32..5d730ba2 100644 --- a/naikan-client/package-lock.json +++ b/naikan-client/package-lock.json @@ -14,7 +14,7 @@ "@angular/compiler": "20.3.9", "@angular/core": "20.3.9", "@angular/forms": "20.3.9", - "@angular/platform-browser": "20.3.9", + "@angular/platform-browser": "20.3.10", "@angular/platform-browser-dynamic": "20.3.9", "@angular/router": "20.3.9", "@primeuix/themes": "1.2.5", @@ -761,9 +761,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "20.3.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.9.tgz", - "integrity": "sha512-q9uyNIKto3PmIh3q9/OX0HYN/SMYqCJ7MyQHBuF9Rel0vXi0gWyk2dgsWAl/tSTLlqHWtGZZ3rvJyxYQmxFo4w==", + "version": "20.3.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.10.tgz", + "integrity": "sha512-UV8CGoB5P3FmJciI3/I/n3L7C3NVgGh7bIlZ1BaB/qJDtv0Wq0rRAGwmT/Z3gwmrRtfHZWme7/CeQ2CYJmMyUQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -772,9 +772,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "20.3.9", - "@angular/common": "20.3.9", - "@angular/core": "20.3.9" + "@angular/animations": "20.3.10", + "@angular/common": "20.3.10", + "@angular/core": "20.3.10" }, "peerDependenciesMeta": { "@angular/animations": { @@ -5439,6 +5439,60 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.5.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.5.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "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.0.7", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.5.0", + "@emnapi/runtime": "^1.5.0", + "@tybys/wasm-util": "^0.10.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.16", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz", diff --git a/naikan-client/package.json b/naikan-client/package.json index 3bd3cd99..85241831 100644 --- a/naikan-client/package.json +++ b/naikan-client/package.json @@ -18,7 +18,7 @@ "@angular/compiler": "20.3.9", "@angular/core": "20.3.9", "@angular/forms": "20.3.9", - "@angular/platform-browser": "20.3.9", + "@angular/platform-browser": "20.3.10", "@angular/platform-browser-dynamic": "20.3.9", "@angular/router": "20.3.9", "@primeuix/themes": "1.2.5",