diff --git a/package-lock.json b/package-lock.json index 348e4dc3bb..2a26ec4d3f 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", @@ -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": { @@ -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 fd64c71501..528b0e8364 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",