From 7f146564002a56dfbcee546b1b87fd2730fba4c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Aug 2025 03:32:30 +0000 Subject: [PATCH] feat: upgrade @angular/common from 18.2.13 to 20.1.0 Snyk has created this PR to upgrade @angular/common from 18.2.13 to 20.1.0. See this package in npm: @angular/common See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/11c47692-61cb-4ece-ba33-ab2c35193373?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e185a78..32d0329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.2", "license": "MIT", "dependencies": { - "@angular/common": "18.2.13", + "@angular/common": "^20.1.0", "@angular/compiler": "18.2.13", "@angular/core": "18.2.13", "@angular/platform-browser": "18.2.13", @@ -411,18 +411,18 @@ } }, "node_modules/@angular/common": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz", - "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.0.tgz", + "integrity": "sha512-RsHClHJux+4lXrHdGHVw22wekRbSjYtx6Xwjox2S+IRPP51CbX0KskAALZ9ZmtCttkYSFVtvr0S+SQrU2cu5WA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "18.2.13", + "@angular/core": "20.1.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 7e3663c..08146dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build": "ng build" }, "dependencies": { - "@angular/common": "18.2.13", + "@angular/common": "20.1.0", "@angular/compiler": "18.2.13", "@angular/core": "18.2.13", "@angular/platform-browser": "18.2.13",