diff --git a/package-lock.json b/package-lock.json index ecbb8d7..ed29524 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/core": "^18.1.2", "@angular/elements": "^18.1.2", "@angular/forms": "^18.1.2", - "@angular/platform-browser": "^18.1.2", + "@angular/platform-browser": "^18.1.4", "@angular/platform-browser-dynamic": "^18.1.2", "@angular/router": "^18.1.2", "@ngneat/error-tailor": "^5.0.1", @@ -697,10 +697,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.1.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.2.tgz", - "integrity": "sha512-Gbqp3TSrkDOQgxCMK7qm+IBFxw8+IgyA//S5ZgXt2qrrhQWVDF4uQJbzusqDSUcHpdtOD05X81NFgUc8f13UFA==", - "license": "MIT", + "version": "18.1.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.4.tgz", + "integrity": "sha512-m0yusB7BI3wrotx9F9rf7YUD5bvhF+lT2fLNF1QCzCU819rtLnDoj0b4/z+D0i5qe7gQjtAJ42e/Hv7eGuq0VQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -708,7 +707,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.2" + "@angular/core": "18.1.4" } }, "node_modules/@angular/build": { @@ -1110,10 +1109,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "18.1.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.1.2.tgz", - "integrity": "sha512-G/9dU6J+RyJ4qfWcxgVdUsVEF/2lQKCpC24spongOwn7yCTrORkopFEmuuwftZXaFoduxE2Q1i4GCiQkqcHRwQ==", - "license": "MIT", + "version": "18.1.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.1.4.tgz", + "integrity": "sha512-zGx33St0JVYT8EZOaf0s8Twr0RgfU2cqEAc9Wwx9HVJ0pF5y4VnftK3pewwiHWDHkPfiJy0jBKbtrkVUSbgZfg==", "dependencies": { "tslib": "^2.3.0" }, @@ -1121,9 +1119,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.1.2", - "@angular/common": "18.1.2", - "@angular/core": "18.1.2" + "@angular/animations": "18.1.4", + "@angular/common": "18.1.4", + "@angular/core": "18.1.4" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index a66a8fb..d9ad2fe 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@angular/core": "^18.1.2", "@angular/elements": "^18.1.2", "@angular/forms": "^18.1.2", - "@angular/platform-browser": "^18.1.2", + "@angular/platform-browser": "^18.1.4", "@angular/platform-browser-dynamic": "^18.1.2", "@angular/router": "^18.1.2", "@ngneat/error-tailor": "^5.0.1",