From 1bc8a7a2ce861de3d2864eeab037896cf6a4bf10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 20:28:52 +0000 Subject: [PATCH] Bump angular in /src/Spin.WebSite/wwwroot/extlib/ui-bootstrap4 Bumps [angular](https://github.com/angular/angular.js) from 1.6.1 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.6.1...v1.8.0) Signed-off-by: dependabot[bot] --- src/Spin.WebSite/wwwroot/extlib/ui-bootstrap4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spin.WebSite/wwwroot/extlib/ui-bootstrap4/package.json b/src/Spin.WebSite/wwwroot/extlib/ui-bootstrap4/package.json index 84c3dd0..a82f7ad 100644 --- a/src/Spin.WebSite/wwwroot/extlib/ui-bootstrap4/package.json +++ b/src/Spin.WebSite/wwwroot/extlib/ui-bootstrap4/package.json @@ -34,7 +34,7 @@ "deprecated": false, "description": "Native AngularJS (Angular) directives for Bootstrap", "devDependencies": { - "angular": "1.6.1", + "angular": "1.8.0", "angular-mocks": "1.6.1", "angular-sanitize": "1.6.1", "grunt": "^0.4.5",