diff --git a/package-lock.json b/package-lock.json index 180bb3d75..5a2447c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/forms": "^16.0.5", "@angular/localize": "^16.0.5", "@angular/material": "^16.0.4", - "@angular/platform-browser": "^16.0.5", + "@angular/platform-browser": "^16.2.6", "@angular/platform-browser-dynamic": "^16.0.5", "@angular/router": "^16.0.5", "@ckeditor/ckeditor5-angular": "^6.0.1", @@ -1134,9 +1134,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.5.tgz", - "integrity": "sha512-qfIOa3Pl+3w/J196ShcHNnAtElQrTcwowoYBf73h5KX7NEsdvUcOJCK6lIdem9FKckVQpf8S+UnGXx99eJXqvg==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.6.tgz", + "integrity": "sha512-NHnHdZFKLr1PB8RhscjsE/DMSVHhtjCqc3bhtOiOMYfAgm4nYrSFvp6nAaT5OoMTeAWuM0n8/HvAiFweEQgVQA==", "dependencies": { "tslib": "^2.3.0" }, @@ -1144,7 +1144,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.5" + "@angular/core": "16.2.6" } }, "node_modules/@angular/cdk": { @@ -1413,9 +1413,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.0.5.tgz", - "integrity": "sha512-2lTUsnrUMSVjkeEfEgDBbLFYYLWQMxxGWiEvXjJvAv/dg4YeRsEDk9TTYSmca4dtXcsa0v1AtvTRHa6lvupDwQ==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.6.tgz", + "integrity": "sha512-jXtarSZ/n6ytZQ9+Y0aDuazz5POz4UmLN3GxIWtc4kqPOQp4o3DCM16Ig4ioSm53Z/WSDASVaMwtRWN5SXCKfw==", "dependencies": { "tslib": "^2.3.0" }, @@ -1423,9 +1423,9 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/animations": "16.0.5", - "@angular/common": "16.0.5", - "@angular/core": "16.0.5" + "@angular/animations": "16.2.6", + "@angular/common": "16.2.6", + "@angular/core": "16.2.6" }, "peerDependenciesMeta": { "@angular/animations": { @@ -23660,9 +23660,9 @@ } }, "@angular/animations": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.5.tgz", - "integrity": "sha512-qfIOa3Pl+3w/J196ShcHNnAtElQrTcwowoYBf73h5KX7NEsdvUcOJCK6lIdem9FKckVQpf8S+UnGXx99eJXqvg==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.6.tgz", + "integrity": "sha512-NHnHdZFKLr1PB8RhscjsE/DMSVHhtjCqc3bhtOiOMYfAgm4nYrSFvp6nAaT5OoMTeAWuM0n8/HvAiFweEQgVQA==", "requires": { "tslib": "^2.3.0" } @@ -23841,9 +23841,9 @@ } }, "@angular/platform-browser": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.0.5.tgz", - "integrity": "sha512-2lTUsnrUMSVjkeEfEgDBbLFYYLWQMxxGWiEvXjJvAv/dg4YeRsEDk9TTYSmca4dtXcsa0v1AtvTRHa6lvupDwQ==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.6.tgz", + "integrity": "sha512-jXtarSZ/n6ytZQ9+Y0aDuazz5POz4UmLN3GxIWtc4kqPOQp4o3DCM16Ig4ioSm53Z/WSDASVaMwtRWN5SXCKfw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index dfc4afbe6..56e6e23e9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/forms": "^16.0.5", "@angular/localize": "^16.0.5", "@angular/material": "^16.0.4", - "@angular/platform-browser": "^16.0.5", + "@angular/platform-browser": "^16.2.6", "@angular/platform-browser-dynamic": "^16.0.5", "@angular/router": "^16.0.5", "@ckeditor/ckeditor5-angular": "^6.0.1",