diff --git a/package-lock.json b/package-lock.json index a3685d9..d3dd7db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -448,17 +448,17 @@ } }, "@angular/common": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-11.2.0.tgz", - "integrity": "sha512-wsWI5F6Y2DNxne2D5uk8e9U/vn95UYZLMNBW+QXI9U/I9kDSXoa8yEvNcn1x0XfNXBMst5pi4iSF5M8mIck1eg==", + "version": "13.3.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.3.tgz", + "integrity": "sha512-W5rZyuilGAA+tHoTbvHHu11efUBssiiX9BKg2rQAwbdnG+hZfNs0ze28Y+2bwjTDkbLsXsQwm30gs2uie7aMyA==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" }, "dependencies": { "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, diff --git a/package.json b/package.json index aa7d934..f215463 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^11.2.0", - "@angular/common": "^11.2.0", + "@angular/common": "^13.0.0", "@angular/compiler": "^11.2.0", "@angular/core": "^11.2.0", "@angular/forms": "^11.2.0",