diff --git a/package-lock.json b/package-lock.json index 66ed9f41..38d16f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/core": "^18.1.1", "@angular/forms": "^18.1.1", "@angular/material": "^18.1.1", - "@angular/platform-browser": "^18.1.1", + "@angular/platform-browser": "^18.1.4", "@angular/platform-browser-dynamic": "^18.1.1", "@angular/router": "^18.1.1", "monaco-editor": "^0.50.0", @@ -511,9 +511,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.1.tgz", - "integrity": "sha512-3BdB6lB7TT1BQFb8C3XyJ5A9YSrOx951NzcXnzFfTNiq1C+VeR455LtdNiDTPa9Vf5Df1cJb6ReJ1z17ztx+6Q==", + "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" }, @@ -521,7 +521,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.1" + "@angular/core": "18.1.4" } }, "node_modules/@angular/build": { @@ -839,9 +839,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "18.1.1", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.1.1.tgz", - "integrity": "sha512-9FG2+NSWJXo+zu/W7VQE0UpaWejbV62AXW7218FBZXOdkdID5oNxHf0QdJ3hCaIJw1dKZEG49BTq005d9yQbew==", + "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" }, @@ -849,9 +849,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.1.1", - "@angular/common": "18.1.1", - "@angular/core": "18.1.1" + "@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 70abed13..cfddae35 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/core": "^18.1.1", "@angular/forms": "^18.1.1", "@angular/material": "^18.1.1", - "@angular/platform-browser": "^18.1.1", + "@angular/platform-browser": "^18.1.4", "@angular/platform-browser-dynamic": "^18.1.1", "@angular/router": "^18.1.1", "monaco-editor": "^0.50.0",