From 5226a5318972d8c4b69b33b3446e04aeda554533 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:04:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 359afa3e6b2b..b31af834ce91 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "debug": "^4.1.1", "esbuild": "0.23.0", "esbuild-wasm": "0.23.0", - "eslint": "8.57.0", + "eslint": "9.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.29.1", @@ -164,7 +164,7 @@ "magic-string": "0.30.10", "mini-css-extract-plugin": "2.9.0", "mrmime": "2.0.0", - "ng-packagr": "18.2.0-next.0", + "ng-packagr": "18.2.0", "npm": "^10.8.1", "npm-package-arg": "11.0.2", "open": "10.1.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",