diff --git a/package-lock.json b/package-lock.json index 66ed9f41..173049ce 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.2.2", "@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.2.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.2.tgz", + "integrity": "sha512-jh/dGrY77HGm54HdTiQsxmvoRfFeJgHeWAK2+nWCPoc4b7OHcWxy/04cYffs0/27ThmABmppP7ERAyZ0f60uow==", "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.2.2" } }, "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.2.2", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.2.tgz", + "integrity": "sha512-Bfvl8elCFxyJ9vlwamr4X5sVMcp/tSwBal2coyl0WR+/PH2PAAtf+/WMYxIN90yZmPiJx6RZWUSJRlHOFiFp3A==", "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.2.2", + "@angular/common": "18.2.2", + "@angular/core": "18.2.2" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 70abed13..e054137f 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.2.2", "@angular/platform-browser-dynamic": "^18.1.1", "@angular/router": "^18.1.1", "monaco-editor": "^0.50.0",