Bump @angular/platform-browser from 16.2.8 to 16.2.10 in /frontend (#188)

Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 16.2.8 to 16.2.10.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.10/packages/platform-browser)

---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-24 09:34:31 +02:00
committed by GitHub
parent 5349debdff
commit e6b36d9d3d
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -15,7 +15,7 @@
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/material": "^16.2.7",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/youtube-player": "^16.2.7",
@@ -299,9 +299,9 @@
}
},
"node_modules/@angular/animations": {
"version": "16.2.8",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.8.tgz",
"integrity": "sha512-tjJID1eZORcC9N1f0JIcOzirv6D1q2q7y2S6h51WncJC5G9vOUpIOoOE3gmg0TH0FS41wJe/WfiQku3BuoMA9w==",
"version": "16.2.10",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.10.tgz",
"integrity": "sha512-UudunZoyFWWNpuWkwiBxC3cleLCVJGHIfMgypFwC35YjtiIlRJ0r4nVkc96Rq1xd4mT71Dbk1kQHc8urB8A7aw==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -309,7 +309,7 @@
"node": "^16.14.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/core": "16.2.8"
"@angular/core": "16.2.10"
}
},
"node_modules/@angular/cdk": {
@@ -521,9 +521,9 @@
}
},
"node_modules/@angular/platform-browser": {
"version": "16.2.8",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.8.tgz",
"integrity": "sha512-y0rt8HmnTjvZrqt+bKU5CnmaI7xQiRWIaLWpYXGgqcqqMDgMYwSm2lV3H6K6S1v0ut+Q+zIWj2rGjr8Apox34Q==",
"version": "16.2.10",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.10.tgz",
"integrity": "sha512-TOZiK7ji550F8G39Ri255NnK1+2Xlr74RiElJdQct4TzfN0lqNf2KRDFFNwDohkP/78FUzcP4qBxs+Nf8M7OuQ==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -531,9 +531,9 @@
"node": "^16.14.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/animations": "16.2.8",
"@angular/common": "16.2.8",
"@angular/core": "16.2.8"
"@angular/animations": "16.2.10",
"@angular/common": "16.2.10",
"@angular/core": "16.2.10"
},
"peerDependenciesMeta": {
"@angular/animations": {
+1 -1
View File
@@ -17,7 +17,7 @@
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/material": "^16.2.7",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/youtube-player": "^16.2.7",