From 4497ff99309f540c8c331489ccd5c42443744f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 15:49:59 +0000 Subject: [PATCH] Bump angular from 1.5.9 to 1.7.9 Bumps [angular](https://github.com/angular/angular.js) from 1.5.9 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.5.9...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 94a6ed9a..13faddbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -172,9 +172,9 @@ "dev": true }, "angular": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.5.9.tgz", - "integrity": "sha1-t67/QtrYeIHga+FrZpD+dm2Gi1E=" + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" }, "angular-messages": { "version": "1.5.8", diff --git a/package.json b/package.json index 752e893a..5a1bbab1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "laravel-elixir": "^5.0.0" }, "dependencies": { - "angular": "~1.5.8", + "angular": "~1.7.9", "angular-messages": "~1.5.8", "angular-selectize2": "^1.2.3", "angularjs-dropdown-multiselect": "^2.0.0-beta.10",