From 25efb2b6223179e8d04c8e6435d5ab9b209a5f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:36:19 +0000 Subject: [PATCH] Bump angular from 1.5.9 to 1.8.0 Bumps [angular](https://github.com/angular/angular.js) from 1.5.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.5.9...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 ccf3328..fe3965a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A user interface for Confluent's Schema Registry", "readme": "README.md", "dependencies": { - "angular": "1.5.9", + "angular": "1.8.0", "angular-animate": "1.5.9", "angular-aria": "1.5.9", "angular-diff-match-patch": "^0.1.14",