From f77751016079f507de7e16f591ee1f79dcd90c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:33:17 +0000 Subject: [PATCH] Bump angular from 1.7.9 to 1.8.0 in /examples Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 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.7.9...v1.8.0) Signed-off-by: dependabot[bot] --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 04ed56f..d8cd89a 100644 --- a/examples/package.json +++ b/examples/package.json @@ -13,7 +13,7 @@ "url": "git+https://github.com/jrief/django-angular.git" }, "dependencies": { - "angular": "~1.7.8", + "angular": "~1.8.0", "bootstrap": "^3.3.7", "ng-file-upload": "^12.2.13" }