Compare commits

...

2 Commits

2 changed files with 4 additions and 4 deletions

View File

@ -680,9 +680,9 @@
} }
}, },
"@angular/animations": { "@angular/animations": {
"version": "13.3.11", "version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.2.tgz",
"integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==", "integrity": "sha512-YPtwjfjGCtRlGIYyFK8JPq6kfR8Gz93kmkIF+fnUes42M5DAQvCccVRxi1OXU6dDLsFY9w7DvTl+HR/VocaFsg==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -12,7 +12,7 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.3.0", "@angular/animations": "~14.2.0",
"@angular/cdk": "^13.2.6", "@angular/cdk": "^13.2.6",
"@angular/common": "~14.2.0", "@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0", "@angular/compiler": "~14.2.0",