Bump @angular/platform-browser-dynamic in /frontend (#198)

Bumps [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) from 16.2.8 to 16.2.11.
- [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.11/packages/platform-browser-dynamic)

---
updated-dependencies:
- dependency-name: "@angular/platform-browser-dynamic"
  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-11-03 13:29:23 +01:00
committed by GitHub
parent 1e65f5fdff
commit 42284d8daf
2 changed files with 19 additions and 19 deletions
+18 -18
View File
@@ -16,7 +16,7 @@
"@angular/forms": "^16.2.11",
"@angular/material": "^16.2.9",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.11",
"@angular/router": "^16.2.11",
"@angular/youtube-player": "^16.2.7",
"@ngbracket/ngx-layout": "^16.1.3",
@@ -326,9 +326,9 @@
}
},
"node_modules/@angular/animations": {
"version": "16.2.10",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.10.tgz",
"integrity": "sha512-UudunZoyFWWNpuWkwiBxC3cleLCVJGHIfMgypFwC35YjtiIlRJ0r4nVkc96Rq1xd4mT71Dbk1kQHc8urB8A7aw==",
"version": "16.2.11",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.11.tgz",
"integrity": "sha512-xdLYXsGi7OuJawhiVIppl2VkPHhPdxUP/nR6+ETR3TdAscVruCWJs4z9XKval4fbik/brekbFNFuYtlx6csDhQ==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -336,7 +336,7 @@
"node": "^16.14.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/core": "16.2.10"
"@angular/core": "16.2.11"
}
},
"node_modules/@angular/cdk": {
@@ -590,9 +590,9 @@
}
},
"node_modules/@angular/platform-browser": {
"version": "16.2.10",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.10.tgz",
"integrity": "sha512-TOZiK7ji550F8G39Ri255NnK1+2Xlr74RiElJdQct4TzfN0lqNf2KRDFFNwDohkP/78FUzcP4qBxs+Nf8M7OuQ==",
"version": "16.2.11",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.11.tgz",
"integrity": "sha512-gUptbI3lbaRg+L8rcTlxKtFunYmR/M/mm9/l9uRd+5qk2mnFI0+s/tzRoaq7K0XaRGKZiWLNTz6FTkviO1zo2g==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -600,9 +600,9 @@
"node": "^16.14.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/animations": "16.2.10",
"@angular/common": "16.2.10",
"@angular/core": "16.2.10"
"@angular/animations": "16.2.11",
"@angular/common": "16.2.11",
"@angular/core": "16.2.11"
},
"peerDependenciesMeta": {
"@angular/animations": {
@@ -611,9 +611,9 @@
}
},
"node_modules/@angular/platform-browser-dynamic": {
"version": "16.2.8",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.2.8.tgz",
"integrity": "sha512-METr1TuMP2fHOXN0wVlW4CpQEIvy5fLSsPprDPuL+C0KeaCLuTST9Ek+yL7IVGu+VIpFZuqMC376z8n6ENo97g==",
"version": "16.2.11",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.2.11.tgz",
"integrity": "sha512-e+A7z6MUJaqC4Fdq7XQfIhAox3ZPM1lczM6G08fUKPbFDEe+c9i7C8YRLL+69BXDuG790btugIeOQcn5lnJcFg==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -621,10 +621,10 @@
"node": "^16.14.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/common": "16.2.8",
"@angular/compiler": "16.2.8",
"@angular/core": "16.2.8",
"@angular/platform-browser": "16.2.8"
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/platform-browser": "16.2.11"
}
},
"node_modules/@angular/router": {
+1 -1
View File
@@ -18,7 +18,7 @@
"@angular/forms": "^16.2.11",
"@angular/material": "^16.2.9",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.11",
"@angular/router": "^16.2.11",
"@angular/youtube-player": "^16.2.7",
"@ngbracket/ngx-layout": "^16.1.3",