From 28416edb8242e17aa77c1694a3150a514d0d5f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:43:43 +0000 Subject: [PATCH] Bump angular from 1.4.14 to 1.6.0 Bumps [angular](https://github.com/angular/angular.js) from 1.4.14 to 1.6.0. - [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.6.0) 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 5774d014..4dc02317 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.6.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.0.tgz", + "integrity": "sha1-FsXt69CjQgRr1Sgcyi3s8ExA33Y=" }, "angular-moment": { "version": "1.0.1", diff --git a/package.json b/package.json index f633660b..47a6a9ae 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "adm-zip": "^0.4.11", - "angular": "1.4.x", + "angular": "1.6.x", "angular-moment": "1.0.x", "angular-sanitize": "1.5.x", "angular-translate": "2.11.x",