diff --git a/RestifyClient/package-lock.json b/RestifyClient/package-lock.json index e4dbe0f..91755e5 100644 --- a/RestifyClient/package-lock.json +++ b/RestifyClient/package-lock.json @@ -8,7 +8,7 @@ "name": "restify-client", "version": "0.0.0", "dependencies": { - "@angular/common": "^21.1.3", + "@angular/common": "^21.1.4", "@angular/compiler": "^21.1.3", "@angular/core": "^21.1.3", "@angular/forms": "^21.1.3", @@ -485,9 +485,9 @@ } }, "node_modules/@angular/common": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.3.tgz", - "integrity": "sha512-Wdbln/UqZM5oVnpfIydRdhhL8A9x3bKZ9Zy1/mM0q+qFSftPvmFZIXhEpFqbDwNYbGUhGzx7t8iULC4sVVp/zA==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.4.tgz", + "integrity": "sha512-1uOxPrHO9PFZBU/JavzYzjxAm+5x7vD2z6AeUndqdT4LjqOBIePswxFDRqM9dlfF8FIwnnfmNFipiC/yQjJSnA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -496,7 +496,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.3", + "@angular/core": "21.1.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/RestifyClient/package.json b/RestifyClient/package.json index 7b0be0c..fba204c 100644 --- a/RestifyClient/package.json +++ b/RestifyClient/package.json @@ -25,7 +25,7 @@ "private": true, "packageManager": "npm@10.9.3", "dependencies": { - "@angular/common": "^21.1.3", + "@angular/common": "^21.1.4", "@angular/compiler": "^21.1.3", "@angular/core": "^21.1.3", "@angular/forms": "^21.1.3",