diff --git a/carRental/package-lock.json b/carRental/package-lock.json index 9ec7c57..a65f44d 100644 --- a/carRental/package-lock.json +++ b/carRental/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "~11.2.4", - "@angular/cdk": "^11.2.5", + "@angular/cdk": "^11.2.13", "@angular/common": "~11.2.4", "@angular/compiler": "~11.2.4", "@angular/core": "~11.2.4", @@ -361,9 +361,9 @@ } }, "node_modules/@angular/cdk": { - "version": "11.2.5", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.5.tgz", - "integrity": "sha512-ugalSDLME5E9JlxcRR8RGlOYlaV6rIzxOVQrGRBzY2tdhMT4Ng+BFtCkq1K88AU1sTLHq54xg9Xkfn7b5W2kiA==", + "version": "11.2.13", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.13.tgz", + "integrity": "sha512-FkE4iCwoLbQxLDUOjV1I7M/6hmpyb7erAjEdWgch7nGRNxF1hqX5Bqf1lvLFKPNCbx5NRI5K7YVAdIUQUR8vug==", "dependencies": { "tslib": "^2.0.0" }, @@ -19166,9 +19166,9 @@ } }, "@angular/cdk": { - "version": "11.2.5", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.5.tgz", - "integrity": "sha512-ugalSDLME5E9JlxcRR8RGlOYlaV6rIzxOVQrGRBzY2tdhMT4Ng+BFtCkq1K88AU1sTLHq54xg9Xkfn7b5W2kiA==", + "version": "11.2.13", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.13.tgz", + "integrity": "sha512-FkE4iCwoLbQxLDUOjV1I7M/6hmpyb7erAjEdWgch7nGRNxF1hqX5Bqf1lvLFKPNCbx5NRI5K7YVAdIUQUR8vug==", "requires": { "parse5": "^5.0.0", "tslib": "^2.0.0" @@ -22134,6 +22134,8 @@ "integrity": "sha512-cOyGQgMdhnRYtW2xrJUNrNYDjEgwQ+BrE2y93Bwz3h4DJ6vJRLfupemU5N3pbYsUlBHJf0u1j1UGk+NLW4d97g==", "dev": true, "requires": { + "@angular/compiler": "9.0.0", + "@angular/core": "9.0.0", "app-root-path": "^3.0.0", "aria-query": "^3.0.0", "axobject-query": "2.0.2", diff --git a/carRental/package.json b/carRental/package.json index c03eaa0..ffed174 100644 --- a/carRental/package.json +++ b/carRental/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "~11.2.4", - "@angular/cdk": "^11.2.5", + "@angular/cdk": "^11.2.13", "@angular/common": "~11.2.4", "@angular/compiler": "~11.2.4", "@angular/core": "~11.2.4",