diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index e1d938af..7515a0c6 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -13,7 +13,7 @@ "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.8", "@angular/forms": "^16.2.9", - "@angular/platform-browser": "^16.2.9", + "@angular/platform-browser": "^16.2.10", "@angular/platform-browser-dynamic": "^16.2.10", "@angular/router": "^16.2.10", "@db-ui/ngx-components": "0.0.55", @@ -742,9 +742,9 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", - "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.10.tgz", + "integrity": "sha512-ty6SfqkZlV2bLU/SSi3wmxrEFgPrK+WVslCNIr3FlTnCBdqpIbadHN2QB3A1d9XaNc7c4Tq5DQKh34cwMwNbuw==", "dependencies": { "tslib": "^2.3.0" }, @@ -752,7 +752,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.9" + "@angular/core": "16.2.10" }, "peerDependenciesMeta": { "@angular/core": { @@ -821,9 +821,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.9.tgz", - "integrity": "sha512-9Je7+Jmx0AOyRzBBumraVJG3M0R6YbT4c9jTUbLGJCcPxwDI3/u2ZzvW3rBqpmrDaqLxN5f1LcZeTZx287QeqQ==", + "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" }, @@ -831,9 +831,9 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/animations": "16.2.9", - "@angular/common": "16.2.9", - "@angular/core": "16.2.9" + "@angular/animations": "16.2.10", + "@angular/common": "16.2.10", + "@angular/core": "16.2.10" }, "peerDependenciesMeta": { "@angular/animations": { @@ -12982,9 +12982,9 @@ } }, "@angular/compiler": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", - "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.10.tgz", + "integrity": "sha512-ty6SfqkZlV2bLU/SSi3wmxrEFgPrK+WVslCNIr3FlTnCBdqpIbadHN2QB3A1d9XaNc7c4Tq5DQKh34cwMwNbuw==", "requires": { "tslib": "^2.3.0" } @@ -13022,9 +13022,9 @@ } }, "@angular/platform-browser": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.9.tgz", - "integrity": "sha512-9Je7+Jmx0AOyRzBBumraVJG3M0R6YbT4c9jTUbLGJCcPxwDI3/u2ZzvW3rBqpmrDaqLxN5f1LcZeTZx287QeqQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.10.tgz", + "integrity": "sha512-TOZiK7ji550F8G39Ri255NnK1+2Xlr74RiElJdQct4TzfN0lqNf2KRDFFNwDohkP/78FUzcP4qBxs+Nf8M7OuQ==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index cff3ee26..fb5fb74d 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -15,7 +15,7 @@ "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.8", "@angular/forms": "^16.2.9", - "@angular/platform-browser": "^16.2.9", + "@angular/platform-browser": "^16.2.10", "@angular/platform-browser-dynamic": "^16.2.10", "@angular/router": "^16.2.10", "@db-ui/ngx-components": "0.0.55",