From 43b0c455b39ea88b5c90b6c61cf6ea2d7c79da16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 01:07:35 +0000 Subject: [PATCH] Bump angular from 1.6.6 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.6.6 to 1.8.3. - [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.6...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/ui/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index baa0fbac..76164baf 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "dependencies": { "@uirouter/angularjs": "1.0.3", - "angular": "1.6.6", + "angular": "1.8.3", "angular-local-storage": "0.2.2", "angular-messages": "1.6.6", "angular-mocks": "1.6.6", diff --git a/packages/ui/package.json b/packages/ui/package.json index 419efb2e..f76a0caa 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@uirouter/angularjs": "1.0.3", - "angular": "1.6.6", + "angular": "1.8.3", "angular-local-storage": "0.2.2", "angular-messages": "1.6.6", "angular-mocks": "1.6.6", diff --git a/yarn.lock b/yarn.lock index fab7504f..267b6cdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2599,10 +2599,10 @@ angular-sanitize@1.6.6: resolved "https://registry.yarnpkg.com/angular-sanitize/-/angular-sanitize-1.6.6.tgz#0fd065a19931517fbece66596d325d72b6e06041" integrity sha1-D9BloZkxUX++zmZZbTJdcrbgYEE= -angular@1.6.6: - version "1.6.6" - resolved "https://registry.yarnpkg.com/angular/-/angular-1.6.6.tgz#fd5a3cfb437ce382d854ee01120797978527cb64" - integrity sha1-/Vo8+0N844LYVO4BEgeXl4Uny2Q= +angular@1.8.3: + version "1.8.3" + resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.3.tgz#851ad75d5163c105a7e329555ef70c90aa706894" + integrity sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw== ansi-align@^2.0.0: version "2.0.0"