diff --git a/package-lock.json b/package-lock.json index a3685d9..4516285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -332,17 +332,17 @@ } }, "@angular/animations": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.0.tgz", - "integrity": "sha512-orYrBPNAsF8VpvuOaXTtPltwK2nsje5R8sWJnRC2dh1RCRdyIqHwmRIU0Mi6qLMiEaLNrFPGEMyQ9gB+sC/vYg==", + "version": "13.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.3.tgz", + "integrity": "sha512-rP1e0XYjHxPCnvSN3k0ZCBTfIvpKbFI8fxlZMD85PI9HAko5Dc1Y5XCWrcMzdCF4C5nfqbzfzuZke5H3Y46AVQ==", "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..3c35428 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^11.2.0", + "@angular/animations": "^13.0.0", "@angular/common": "^11.2.0", "@angular/compiler": "^11.2.0", "@angular/core": "^11.2.0",