From 839777f3219e27eed9409f0c99d25759807ea1b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 11:49:38 +0000 Subject: [PATCH] fix: 3 - Components and data binding/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 --- 3 - Components and data binding/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3 - Components and data binding/package.json b/3 - Components and data binding/package.json index b504164..e5090da 100644 --- a/3 - Components and data binding/package.json +++ b/3 - Components and data binding/package.json @@ -15,8 +15,8 @@ "license": "UNLICENSED", "dependencies": { "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/core": "2.0.0", + "@angular/compiler": "19.2.18", + "@angular/core": "19.2.18", "@angular/forms": "2.0.0", "@angular/http": "2.0.0", "@angular/platform-browser": "2.0.0",