From 9b7e25b0ab8e7b63f4f087ae69bb717aa7f7706d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 04:29:27 +0300 Subject: [PATCH 1/2] fix: upgrade @angular/cdk from 9.2.0 to 9.2.1 Snyk has created this PR to upgrade @angular/cdk from 9.2.0 to 9.2.1. See this package in NPM: https://www.npmjs.com/package/@angular/cdk See this project in Snyk: https://app.snyk.io/org/michael-vasyliv/project/ee7d54a0-c8f6-47db-b826-c1097abed187?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b4e6f..7fb7a1a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "private": true, "dependencies": { - "@angular/cdk": "9.2.0", + "@angular/cdk": "9.2.1", "@angular/common": "^9.1.1", "@angular/compiler": "^9.1.1", "@angular/compiler-cli": "^9.1.1", From c2f1c9ad4895030a789674d085ff57628e504572 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 04:29:28 +0300 Subject: [PATCH 2/2] fix: upgrade @angular/cdk from 9.2.0 to 9.2.1 Snyk has created this PR to upgrade @angular/cdk from 9.2.0 to 9.2.1. See this package in NPM: https://www.npmjs.com/package/@angular/cdk See this project in Snyk: https://app.snyk.io/org/michael-vasyliv/project/ee7d54a0-c8f6-47db-b826-c1097abed187?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c30744..c289ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -359,9 +359,9 @@ } }, "@angular/cdk": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.2.0.tgz", - "integrity": "sha512-jeeznvNDpR9POuxzz8Y0zFvMynG9HCJo3ZPTqOjlOq8Lj8876+rLsHDvKEMeLdwlkdi1EweYJW1CLQzI+TwqDA==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.2.1.tgz", + "integrity": "sha512-aSG1UNPszkSnpNuDCNd7ZgT29oQ8vqHPmoqjvJI0JkEv3i6uEs5tRuhWl3TK39wDNuwdlq0AY47XTa/0Ppb5RQ==", "requires": { "parse5": "^5.0.0" },