diff --git a/package-lock.json b/package-lock.json index 7baaf2c..7acdcc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.4", "license": "MIT", "dependencies": { - "@angular/common": "20.1.6", + "@angular/common": "^20.1.7", "@angular/compiler": "20.1.6", "@angular/core": "20.1.6", "@angular/platform-browser": "20.1.6", @@ -727,9 +727,9 @@ } }, "node_modules/@angular/common": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.6.tgz", - "integrity": "sha512-VwV6u5y5NQg5u+Z5A50MCJNpxseny9Rv+csZe9zckH0ylqy9tLowbG6L7jrts36Ze2lwqRag0b+wB0TgrvaT0w==", + "version": "20.1.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.7.tgz", + "integrity": "sha512-3eFxQ18613JpBQw53wMUZfqc2RvratWx6GqKs5A1JJpMs0qq26yc2PhJWer99u3mugpKavmKoKpXFBkuWg50Qw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -738,7 +738,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.1.6", + "@angular/core": "20.1.7", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 83abd44..62a6ff1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "ng build" }, "dependencies": { - "@angular/common": "20.1.6", + "@angular/common": "20.1.7", "@angular/compiler": "20.1.6", "@angular/core": "20.1.6", "@angular/platform-browser": "20.1.6",