From 6d336574732eabf5fdf4bc4c8f8b6a7f66e725e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 22:46:55 +0000 Subject: [PATCH] Bump angular from 1.4.14 to 1.7.9 Bumps [angular](https://github.com/angular/angular.js) from 1.4.14 to 1.7.9. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.4.14...v1.7.9) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21d33839..2f30579e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -181,9 +181,9 @@ } }, "angular": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.4.14.tgz", - "integrity": "sha1-nQ/q9gzm5SzlD0nuMoZW0eGHXDc=" + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" }, "angular-moment": { "version": "1.0.1", diff --git a/package.json b/package.json index 70cde38b..b3c8d2bd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "adm-zip": "^0.4.11", - "angular": "^1.4.14", + "angular": "^1.7.9", "angular-moment": "1.0.x", "angular-sanitize": "1.5.x", "angular-translate": "^2.18.2",