diff --git a/package-lock.json b/package-lock.json index 686242b38..ef1e41139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "~13.2.2", "@angular/cdk": "~13.2.0", - "@angular/common": "~13.2.2", + "@angular/common": "~13.2.3", "@angular/compiler": "~13.0.3", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.2", @@ -456,9 +456,9 @@ } }, "node_modules/@angular/common": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.2.tgz", - "integrity": "sha512-56C/bheNLKtTCyQUZCiYtKbBIZN9jj6rjFILPtJCGls3cBCxp7t9tIdoLiQG/wVQRmaxdj1ioLT+sCWz7mLtQw==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.3.tgz", + "integrity": "sha512-aK42bLd8VIVsUPcIaPw+dwD3c1d7rigTUMbNQ7zqyEQMCajLPakpzM9QEnywdzWSJTJFUbp3h39jD7ZzQPuTTQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -466,7 +466,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.2", + "@angular/core": "13.2.3", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16495,9 +16495,9 @@ } }, "@angular/common": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.2.tgz", - "integrity": "sha512-56C/bheNLKtTCyQUZCiYtKbBIZN9jj6rjFILPtJCGls3cBCxp7t9tIdoLiQG/wVQRmaxdj1ioLT+sCWz7mLtQw==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.3.tgz", + "integrity": "sha512-aK42bLd8VIVsUPcIaPw+dwD3c1d7rigTUMbNQ7zqyEQMCajLPakpzM9QEnywdzWSJTJFUbp3h39jD7ZzQPuTTQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 514d23993..1a295cef4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "dependencies": { "@angular/animations": "~13.2.2", "@angular/cdk": "~13.2.0", - "@angular/common": "~13.2.2", + "@angular/common": "~13.2.3", "@angular/compiler": "~13.0.3", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.2",