From c91f968cfcf4598bf3b1811b79bc280aa666a7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:33:11 +0000 Subject: [PATCH] Bump angular from 1.7.9 to 1.8.0 in /javascript/angular-phonecat 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] --- javascript/angular-phonecat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/angular-phonecat/package.json b/javascript/angular-phonecat/package.json index 389818f..f83a33a 100644 --- a/javascript/angular-phonecat/package.json +++ b/javascript/angular-phonecat/package.json @@ -6,7 +6,7 @@ "repository": "https://github.com/angular/angular-phonecat", "license": "MIT", "dependencies": { - "angular": "1.7.x", + "angular": "1.8.x", "angular-resource": "1.7.x", "angular-route": "1.7.x", "bootstrap": "3.3.x"