diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 9a24388ff..7a78d0841 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -14,7 +14,7 @@ "@angular/core": "~13.2.2", "@angular/forms": "~13.2.2", "@angular/localize": "~13.2.2", - "@angular/platform-browser": "~13.2.2", + "@angular/platform-browser": "~13.2.3", "@angular/platform-browser-dynamic": "~13.2.2", "@angular/router": "~13.2.2", "@ng-bootstrap/ng-bootstrap": "^12.0.0", @@ -352,9 +352,9 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz", - "integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.3.tgz", + "integrity": "sha512-HfNNpDMSf5Var2Ti/vrmy576Uyp68hRaSNdFxxO9OYG3qH/5ZYVAv5ixz8Wu4RE+Lmw9jjzEfpL0BvK6BYWa4g==", "dependencies": { "tslib": "^2.3.0" }, @@ -362,7 +362,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.2" + "@angular/core": "13.2.3" } }, "node_modules/@angular/cli": { @@ -629,9 +629,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.2.tgz", - "integrity": "sha512-M7gWC8fFCPc/CRcHCzqe/j7WzwAUMeKt9vwlK633XnesHBoqZdYgbb3YHHc6WPVU0YI09Nb/Hm5sezEKmjUmPg==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.3.tgz", + "integrity": "sha512-kdV51osiEkW7hwwh7wQMy+9+e7lGFXQBnHVxIiyVQI1nKVfWykzc1Vt5oGw7zuBkkJat2Gs3Mq2lqaXMa2Xl1g==", "dependencies": { "tslib": "^2.3.0" }, @@ -639,9 +639,9 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/animations": "13.2.2", - "@angular/common": "13.2.2", - "@angular/core": "13.2.2" + "@angular/animations": "13.2.3", + "@angular/common": "13.2.3", + "@angular/core": "13.2.3" }, "peerDependenciesMeta": { "@angular/animations": { @@ -13428,9 +13428,9 @@ } }, "@angular/animations": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz", - "integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.3.tgz", + "integrity": "sha512-HfNNpDMSf5Var2Ti/vrmy576Uyp68hRaSNdFxxO9OYG3qH/5ZYVAv5ixz8Wu4RE+Lmw9jjzEfpL0BvK6BYWa4g==", "requires": { "tslib": "^2.3.0" } @@ -13606,9 +13606,9 @@ } }, "@angular/platform-browser": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.2.tgz", - "integrity": "sha512-M7gWC8fFCPc/CRcHCzqe/j7WzwAUMeKt9vwlK633XnesHBoqZdYgbb3YHHc6WPVU0YI09Nb/Hm5sezEKmjUmPg==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.3.tgz", + "integrity": "sha512-kdV51osiEkW7hwwh7wQMy+9+e7lGFXQBnHVxIiyVQI1nKVfWykzc1Vt5oGw7zuBkkJat2Gs3Mq2lqaXMa2Xl1g==", "requires": { "tslib": "^2.3.0" } diff --git a/src-ui/package.json b/src-ui/package.json index eaaad1779..7b00d1870 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -17,7 +17,7 @@ "@angular/core": "~13.2.2", "@angular/forms": "~13.2.2", "@angular/localize": "~13.2.2", - "@angular/platform-browser": "~13.2.2", + "@angular/platform-browser": "~13.2.3", "@angular/platform-browser-dynamic": "~13.2.2", "@angular/router": "~13.2.2", "@ng-bootstrap/ng-bootstrap": "^12.0.0",