From 57c1681ce253ee1a772826d65210c7d446f79d40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 10:33:20 +0000 Subject: [PATCH] fix: springwolf-ui/package.json & springwolf-ui/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- springwolf-ui/package-lock.json | 18 +++++++++--------- springwolf-ui/package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index db15d6576..25d10f795 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@angular/animations": "^20.2.1", "@angular/cdk": "^20.2.0", - "@angular/common": "^20.2.1", - "@angular/compiler": "^20.2.1", + "@angular/common": "^20.3.14", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.2.1", "@angular/forms": "^20.2.1", "@angular/material": "^20.2.0", @@ -1239,9 +1239,9 @@ } }, "node_modules/@angular/common": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.2.1.tgz", - "integrity": "sha512-T6RYnDZA9TyYhj2hUz4set8p4RbBCg6IKUvy6qzdKTl4nn4xQ0XUV7aGBYN4LKiGrse9lzlVUAyXtkhmwuBbCQ==", + "version": "20.3.14", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz", + "integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1250,14 +1250,14 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.2.1", + "@angular/core": "20.3.14", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.2.1.tgz", - "integrity": "sha512-ghVt1E8xmwjMwqyGRwXYJkr7fz40VEreUSX1q+gEzbGTftVrK1foxPT8jcueIn0ztArDf7+zSMtu314FiJZyYA==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 0c0c86112..f55c4fad5 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -14,8 +14,8 @@ "dependencies": { "@angular/animations": "^20.2.1", "@angular/cdk": "^20.2.0", - "@angular/common": "^20.2.1", - "@angular/compiler": "^20.2.1", + "@angular/common": "^20.3.14", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.2.1", "@angular/forms": "^20.2.1", "@angular/material": "^20.2.0",