diff --git a/RestifyClient/package-lock.json b/RestifyClient/package-lock.json index e4dbe0f..ae59cb3 100644 --- a/RestifyClient/package-lock.json +++ b/RestifyClient/package-lock.json @@ -12,7 +12,7 @@ "@angular/compiler": "^21.1.3", "@angular/core": "^21.1.3", "@angular/forms": "^21.1.3", - "@angular/platform-browser": "^21.1.3", + "@angular/platform-browser": "^21.1.4", "@angular/platform-server": "^21.1.3", "@angular/router": "^21.1.3", "@angular/ssr": "^21.1.3", @@ -590,9 +590,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.3.tgz", - "integrity": "sha512-W+ZMXAioaP7CsACafBCHsIxiiKrRTPOlQ+hcC7XNBwy+bn5mjGONoCgLreQs76M8HNWLtr/OAUAr6h26OguOuA==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.4.tgz", + "integrity": "sha512-S6Iw5CkORih5omh+MQY35w0bUBxdSFAPLDg386S6/9fEUjDClo61hvXNKxaNh9g7tnh1LD7zmTmKrqufnhnFDQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -601,9 +601,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.1.3", - "@angular/common": "21.1.3", - "@angular/core": "21.1.3" + "@angular/animations": "21.1.4", + "@angular/common": "21.1.4", + "@angular/core": "21.1.4" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/RestifyClient/package.json b/RestifyClient/package.json index 7b0be0c..1b0a856 100644 --- a/RestifyClient/package.json +++ b/RestifyClient/package.json @@ -29,7 +29,7 @@ "@angular/compiler": "^21.1.3", "@angular/core": "^21.1.3", "@angular/forms": "^21.1.3", - "@angular/platform-browser": "^21.1.3", + "@angular/platform-browser": "^21.1.4", "@angular/platform-server": "^21.1.3", "@angular/router": "^21.1.3", "@angular/ssr": "^21.1.3",