From 878e571655547d19e8e52053891b6eecbad416ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:14:48 +0000 Subject: [PATCH] Bump angular from 1.6.5 to 1.8.3 in /step2 Bumps [angular](https://github.com/angular/angular.js) from 1.6.5 to 1.8.3. - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.6.5...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- step2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2/package.json b/step2/package.json index 886d735..6d9a417 100644 --- a/step2/package.json +++ b/step2/package.json @@ -20,7 +20,7 @@ "@babel/plugin-syntax-async-generators": "^7.2.0", "@fortawesome/fontawesome-free": "^5.8.1", "@uirouter/angularjs": "^1.0.3", - "angular": "1.6.5", + "angular": "1.8.3", "angular-cookies": "^1.7.7", "jquery": "^3.3.1" },