From ccc8e4831265572f5932996a6aa4fd3b73d4727f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 03:31:57 +0000 Subject: [PATCH] fix: sources/ihm-recette/ihm-recette-web-front/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- sources/ihm-recette/ihm-recette-web-front/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/ihm-recette/ihm-recette-web-front/package.json b/sources/ihm-recette/ihm-recette-web-front/package.json index 0c4026943b1..a60ccee26ad 100644 --- a/sources/ihm-recette/ihm-recette-web-front/package.json +++ b/sources/ihm-recette/ihm-recette-web-front/package.json @@ -16,8 +16,8 @@ "dependencies": { "@angular/animations": "^5.1.0", "@angular/common": "^5.1.0", - "@angular/compiler": "^5.1.0", - "@angular/core": "^5.1.0", + "@angular/compiler": "^19.2.18", + "@angular/core": "^19.2.18", "@angular/forms": "^5.1.0", "@angular/http": "^5.1.0", "@angular/platform-browser": "^5.1.0", @@ -32,7 +32,7 @@ "font-awesome": "^4.7.0", "intl": "^1.2.5", "ng2-vis": "0.0.6", - "ngx-file-drop": "^3.0.0", + "ngx-file-drop": "^4.0.4", "primeng": "^5.2.3", "rxjs": "^5.5.5", "zone.js": "^0.8.4"