diff --git a/package-lock.json b/package-lock.json index fe68e6ece..5b6bd1bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/core": "^11.2.2", "@angular/forms": "^11.2.4", "@angular/material": "^11.2.3", - "@angular/platform-browser": "^11.2.3", + "@angular/platform-browser": "^11.2.4", "@angular/platform-browser-dynamic": "^11.2.3", "@angular/router": "^11.2.4", "@fortawesome/angular-fontawesome": "^0.8.2", @@ -647,14 +647,14 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "11.2.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.3.tgz", - "integrity": "sha512-Z6sHIeTeeZrRAW83NI7FO7THF50cPCFkkuvVah3qmCqopY6FuoHKUBEENyGzQGH69LbGFYhEppY8KM/6JtVF6Q==", + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.4.tgz", + "integrity": "sha512-t04jQwoqpaBT3tJIAnPKZ2p43Hy0Vhq7FoyZZQB0TZZyPzxgl8DenBPMsNZxfaV9QM5i2gFE0eqkCy7YfXvvPA==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "11.2.3" + "@angular/core": "11.2.4" } }, "node_modules/@angular/cdk": { @@ -1014,16 +1014,16 @@ } }, "node_modules/@angular/platform-browser": { - "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==", + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.4.tgz", + "integrity": "sha512-GOHUM6/r+JXCpVSSY+ET/BqkwqHymdvVTOh9/J/pgSlpPT/5lvjDtbPgdhYOkUsMTkZzKjoXLMcQVtZTCqHdfQ==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/animations": "11.2.3", - "@angular/common": "11.2.3", - "@angular/core": "11.2.3" + "@angular/animations": "11.2.4", + "@angular/common": "11.2.4", + "@angular/core": "11.2.4" }, "peerDependenciesMeta": { "@angular/animations": { @@ -23704,9 +23704,9 @@ } }, "@angular/animations": { - "version": "11.2.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.3.tgz", - "integrity": "sha512-Z6sHIeTeeZrRAW83NI7FO7THF50cPCFkkuvVah3qmCqopY6FuoHKUBEENyGzQGH69LbGFYhEppY8KM/6JtVF6Q==", + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.4.tgz", + "integrity": "sha512-t04jQwoqpaBT3tJIAnPKZ2p43Hy0Vhq7FoyZZQB0TZZyPzxgl8DenBPMsNZxfaV9QM5i2gFE0eqkCy7YfXvvPA==", "requires": { "tslib": "^2.0.0" } @@ -23975,9 +23975,9 @@ } }, "@angular/platform-browser": { - "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==", + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.4.tgz", + "integrity": "sha512-GOHUM6/r+JXCpVSSY+ET/BqkwqHymdvVTOh9/J/pgSlpPT/5lvjDtbPgdhYOkUsMTkZzKjoXLMcQVtZTCqHdfQ==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 8c6f4b145..1c0e66e1f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@angular/core": "^11.2.2", "@angular/forms": "^11.2.4", "@angular/material": "^11.2.3", - "@angular/platform-browser": "^11.2.3", + "@angular/platform-browser": "^11.2.4", "@angular/platform-browser-dynamic": "^11.2.3", "@angular/router": "^11.2.4", "@fortawesome/angular-fontawesome": "^0.8.2",