diff --git a/.gitignore b/.gitignore index e8ff34a..df7889b 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ Thumbs.db # Project Settings src/etc/AppSettings.ts +package-lock.json diff --git a/package.json b/package.json index f83688b..c659d6f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^8.0.3", + "@angular/animations": "^8.2.3", "@angular/cdk": "^8.1.3", "@angular/common": "~8.0.0", "@angular/compiler": "~8.0.0",