From d665ff3a0f2cd877e6caba2ce49c923398f67fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 22:10:18 +0000 Subject: [PATCH] Bump angular from 1.5.9 to 1.6.0 Bumps [angular](https://github.com/angular/angular.js) from 1.5.9 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.5.9...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 94a6ed9a..4c757e5e 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.6.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.0.tgz", + "integrity": "sha1-FsXt69CjQgRr1Sgcyi3s8ExA33Y=" }, "angular-messages": { "version": "1.5.8", diff --git a/package.json b/package.json index 752e893a..4245e873 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "laravel-elixir": "^5.0.0" }, "dependencies": { - "angular": "~1.5.8", + "angular": "~1.6.0", "angular-messages": "~1.5.8", "angular-selectize2": "^1.2.3", "angularjs-dropdown-multiselect": "^2.0.0-beta.10",