From 956ef02bc7bcd807d9719b8d6e116d0ccc7d3c8b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:45:28 +0000 Subject: [PATCH] fix: package.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 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13653476 - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 359afa3e6b2b..47f8cfb5c43c 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0facc65ef149dbae556c9825a2d7ecf8c8c0c152", "@angular/cdk": "18.1.0", - "@angular/common": "18.2.0-next.0", - "@angular/compiler": "18.2.0-next.0", + "@angular/common": "19.2.16", + "@angular/compiler": "19.2.17", "@angular/compiler-cli": "18.2.0-next.0", "@angular/core": "18.2.0-next.0", "@angular/forms": "18.2.0-next.0", @@ -136,7 +136,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.29.1", - "express": "4.19.2", + "express": "4.22.0", "fast-glob": "3.3.2", "http-proxy": "^1.18.1", "http-proxy-middleware": "3.0.0", @@ -198,7 +198,7 @@ "tslib": "2.6.3", "typescript": "5.5.3", "undici": "6.19.2", - "verdaccio": "5.31.1", + "verdaccio": "6.1.1", "verdaccio-auth-memory": "^10.0.0", "vite": "5.3.3", "watchpack": "2.4.1",