diff --git a/CSETWebNg/package-lock.json b/CSETWebNg/package-lock.json index 6f2541f7bc..8339bd4ceb 100644 --- a/CSETWebNg/package-lock.json +++ b/CSETWebNg/package-lock.json @@ -20,7 +20,7 @@ "@angular/compiler-cli": "^20.3.3", "@angular/core": "^20.3.3", "@angular/elements": "^20.3.3", - "@angular/forms": "^20.3.3", + "@angular/forms": "^20.3.4", "@angular/material": "^20.2.7", "@angular/platform-browser": "^20.3.3", "@angular/platform-browser-dynamic": "^20.3.3", @@ -1061,9 +1061,9 @@ } }, "node_modules/@angular/forms": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.3.3.tgz", - "integrity": "sha512-Rv3sO1vOAbw03IRK30CB45eucxZ1rI0Jyaa6QVmDlOzQ4bktkanbGxQtaxBdc9bKPBO1SVx27eTbStR7i3BNRg==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.3.4.tgz", + "integrity": "sha512-gPbI2iIvVA2jhwjTg7e3j/JqCFIpRSPgzW/wi5q7LrGBm7XKHNzY5xlEVDNvdq+gC4HTius9GOIx9I0i8mjrEw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1072,9 +1072,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.3.3", - "@angular/core": "20.3.3", - "@angular/platform-browser": "20.3.3", + "@angular/common": "20.3.4", + "@angular/core": "20.3.4", + "@angular/platform-browser": "20.3.4", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -6480,6 +6480,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.5.0", + "dev": true, + "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", + "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.1.0", + "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.0.5", + "dev": true, + "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", + "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.1.14", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.14.tgz", diff --git a/CSETWebNg/package.json b/CSETWebNg/package.json index 82c407a423..bfffe3721a 100644 --- a/CSETWebNg/package.json +++ b/CSETWebNg/package.json @@ -27,7 +27,7 @@ "@angular/compiler-cli": "^20.3.3", "@angular/core": "^20.3.3", "@angular/elements": "^20.3.3", - "@angular/forms": "^20.3.3", + "@angular/forms": "^20.3.4", "@angular/material": "^20.2.7", "@angular/platform-browser": "^20.3.3", "@angular/platform-browser-dynamic": "^20.3.3",