From 2e08a7b45d624d72d8305ef71e5fdd6669b3c38e Mon Sep 17 00:00:00 2001 From: so-inetgrations Date: Tue, 21 Apr 2026 05:40:42 +0000 Subject: [PATCH] chore: update npm packages to outdated wanted versions --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 682da81..9cd37a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/build": "^21.2.7", "@angular/cli": "^21.2.7", "@angular/common": "^21.2.7", - "@angular/compiler": "^21.2.7", + "@angular/compiler": "^21.2.9", "@angular/compiler-cli": "^21.2.7", "@angular/core": "^21.2.7", "@angular/platform-browser": "^21.2.7", @@ -590,9 +590,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.8.tgz", - "integrity": "sha512-Il9KlT6qX8rWmun5jY6wMLx56bCQZpOVIFEyHM4ai2wmxvbqyxgRFKDs4iMRNn1h04Tgupl6cKSqP9lecIvH6w==", + "version": "21.2.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.9.tgz", + "integrity": "sha512-clsK1EsSPtAuqlRl4CciA/gsvsW7xe0eWcvHxtrMW6DYaUJ6X4AAuDxEEJ5cf/3Mpw4s8KssjIUPPtbrUIGLSQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 783932b..8b36fe7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/build": "^21.2.7", "@angular/cli": "^21.2.7", "@angular/common": "^21.2.7", - "@angular/compiler": "^21.2.7", + "@angular/compiler": "^21.2.9", "@angular/compiler-cli": "^21.2.7", "@angular/core": "^21.2.7", "@angular/platform-browser": "^21.2.7",