From 687750d2806cae00e6d6f7a42425f27ae816178e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 05:06:48 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - angular from 1.2.32 to 1.8.2. See this package in npm: https://www.npmjs.com/package/angular - angular-mocks from 1.2.32 to 1.8.2. See this package in npm: https://www.npmjs.com/package/angular-mocks See this project in Snyk: https://app.snyk.io/org/orex/project/037a0774-704b-4ba4-954d-04a686d930e4?utm_source=github&utm_medium=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 23bc1bc..a294bb7 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "tasks" ], "dependencies": { - "angular": "~1.2.0", - "angular-mocks": "~1.2.0", + "angular": "~1.8.2", + "angular-mocks": "~1.8.2", "gulp-util": "~3.0.7", "lodash": "^3.10.1", "mkdirp": "^0.5.1"