From 4e7146a5a7032fe7b18403ecdbc3bbb82ec6afd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:45:48 +0000 Subject: [PATCH] chore(deps): bump angular from 1.6.6 to 1.8.0 Bumps [angular](https://github.com/angular/angular.js) from 1.6.6 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.6...v1.8.0) 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 dc111e32..186acb1a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "dependencies": { "@uirouter/angularjs": "1.0.3", - "angular": "1.6.6", + "angular": "1.8.0", "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 62ccfb94..b0961c6b 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.0", "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 8d2e9b90..5d52f33f 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.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.0.tgz#b1ec179887869215cab6dfd0df2e42caa65b1b51" + integrity sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg== ansi-align@^2.0.0: version "2.0.0"