diff --git a/package-lock.json b/package-lock.json index 99bede3e3d..4533446a04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/core": "^11.2.2", "@angular/forms": "^11.2.2", "@angular/material": "^11.2.1", - "@angular/platform-browser": "^11.2.2", + "@angular/platform-browser": "^11.2.3", "@angular/platform-browser-dynamic": "^11.2.2", "@angular/router": "^11.2.2", "@fortawesome/angular-fontawesome": "^0.8.2", @@ -557,14 +557,14 @@ } }, "node_modules/@angular/animations": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.2.tgz", - "integrity": "sha512-K9aKLmm8KEMcFm81F7dljDzJUzg4yMJWf7VxPgj288zUbUng+8eceTl0fQgjNGdfevrEey2bDSTfBY98FPh/PQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.3.tgz", + "integrity": "sha512-Z6sHIeTeeZrRAW83NI7FO7THF50cPCFkkuvVah3qmCqopY6FuoHKUBEENyGzQGH69LbGFYhEppY8KM/6JtVF6Q==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "11.2.2" + "@angular/core": "11.2.3" } }, "node_modules/@angular/cdk": { @@ -924,16 +924,16 @@ } }, "node_modules/@angular/platform-browser": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.2.tgz", - "integrity": "sha512-Rbvc6LMOPaCFY3zDD67cB/C/7ACSUWHAcaRRAFmiBr0Z7EjKEnl6fYENk9y1bpUn96+ySX4Ifk3jmzYyqGFOYQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.3.tgz", + "integrity": "sha512-S0IP/kGinIH18+gfnX0gLFLbP0Euw1RBceDt/WipYhUeFZZryQHvot/6KFLFtO+8rVunfrg+UyBiaK65/TT9Og==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/animations": "11.2.2", - "@angular/common": "11.2.2", - "@angular/core": "11.2.2" + "@angular/animations": "11.2.3", + "@angular/common": "11.2.3", + "@angular/core": "11.2.3" }, "peerDependenciesMeta": { "@angular/animations": { @@ -22904,9 +22904,9 @@ } }, "@angular/animations": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.2.tgz", - "integrity": "sha512-K9aKLmm8KEMcFm81F7dljDzJUzg4yMJWf7VxPgj288zUbUng+8eceTl0fQgjNGdfevrEey2bDSTfBY98FPh/PQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.3.tgz", + "integrity": "sha512-Z6sHIeTeeZrRAW83NI7FO7THF50cPCFkkuvVah3qmCqopY6FuoHKUBEENyGzQGH69LbGFYhEppY8KM/6JtVF6Q==", "requires": { "tslib": "^2.0.0" } @@ -23175,9 +23175,9 @@ } }, "@angular/platform-browser": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.2.tgz", - "integrity": "sha512-Rbvc6LMOPaCFY3zDD67cB/C/7ACSUWHAcaRRAFmiBr0Z7EjKEnl6fYENk9y1bpUn96+ySX4Ifk3jmzYyqGFOYQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.3.tgz", + "integrity": "sha512-S0IP/kGinIH18+gfnX0gLFLbP0Euw1RBceDt/WipYhUeFZZryQHvot/6KFLFtO+8rVunfrg+UyBiaK65/TT9Og==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 5f9c776a44..04ead28eb1 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@angular/core": "^11.2.2", "@angular/forms": "^11.2.2", "@angular/material": "^11.2.1", - "@angular/platform-browser": "^11.2.2", + "@angular/platform-browser": "^11.2.3", "@angular/platform-browser-dynamic": "^11.2.2", "@angular/router": "^11.2.2", "@fortawesome/angular-fontawesome": "^0.8.2",