From 370ee2ec46a087075737329dd850b11e5bbf2f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 13:02:35 +0000 Subject: [PATCH] Bump angular from 1.2.32 to 1.8.0 Bumps [angular](https://github.com/angular/angular.js) from 1.2.32 to 1.8.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.2.32...v1.8.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23bc1bc..fcd1498 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "tasks" ], "dependencies": { - "angular": "~1.2.0", + "angular": "~1.8.0", "angular-mocks": "~1.2.0", "gulp-util": "~3.0.7", "lodash": "^3.10.1",