diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 6cc5df6..b660def 100644 --- a/crud-angular/package-lock.json +++ b/crud-angular/package-lock.json @@ -15,7 +15,7 @@ "@angular/core": "^22.0.3", "@angular/forms": "^22.0.3", "@angular/material": "^22.0.3", - "@angular/platform-browser": "^22.0.3", + "@angular/platform-browser": "^22.0.6", "@angular/router": "^22.0.3", "@angular/youtube-player": "^22.0.3", "rxjs": "~7.8.2", @@ -324,9 +324,9 @@ } }, "node_modules/@angular/animations": { - "version": "22.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.0.5.tgz", - "integrity": "sha512-c4qx3l/PUQIjJCVjc/t1zgdslgrOtwNJqaH313yMYcoPB+khLi46CW/94aeOkmiYS7AGzSIS6z0ZLVoq1IFryQ==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.0.6.tgz", + "integrity": "sha512-5bBAuKtawVK4KPq6U/yoE5yCyKymEnXNN7UJ1Lb7PUuuYmLnUXb7zJpC7HwtHTuV/0PTCkGlLE59NtcrrolTuA==", "deprecated": "@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead. For more information see: https://v22.angular.dev/guide/animations.", "license": "MIT", "dependencies": { @@ -336,7 +336,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.0.5" + "@angular/core": "22.0.6" } }, "node_modules/@angular/build": { @@ -664,9 +664,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "22.0.5", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.0.5.tgz", - "integrity": "sha512-Jm0YQ0NsJl3vhzziO+BEmtW5AYIyI+jVGNJHs4nFKLqSPG7DWkBfx4EykHBN5pAR4NLwwaJyFgbgNE/epZJDZQ==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.0.6.tgz", + "integrity": "sha512-DyyYRx4jXlfaenf0mwsp9jcIak/c17QCFgJKA7OauSkQnk3dL+voMYEwdigfnTIUdw+2Y9wYDywLeuM6NychNQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -675,9 +675,9 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/animations": "22.0.5", - "@angular/common": "22.0.5", - "@angular/core": "22.0.5" + "@angular/animations": "22.0.6", + "@angular/common": "22.0.6", + "@angular/core": "22.0.6" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/crud-angular/package.json b/crud-angular/package.json index 6aa7fcf..e3bc624 100644 --- a/crud-angular/package.json +++ b/crud-angular/package.json @@ -20,7 +20,7 @@ "@angular/core": "^22.0.3", "@angular/forms": "^22.0.3", "@angular/material": "^22.0.3", - "@angular/platform-browser": "^22.0.3", + "@angular/platform-browser": "^22.0.6", "@angular/router": "^22.0.3", "@angular/youtube-player": "^22.0.3", "rxjs": "~7.8.2",