From 1f6518b4e46b917c38686bd03ee289e2dfcbe0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 06:17:38 +0000 Subject: [PATCH] Bump angular from 1.7.9 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 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.7.9...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1eef1eb3..f20953a7 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@electron/remote": "^2.0.8", "@root/walk": "^1.1.0", "@uirouter/angularjs": "^1.0.20", - "angular": "1.7.9", + "angular": "1.8.3", "angular-sanitize": "1.7.5", "angular-translate": "^2.18.1", "angular-ui-bootstrap": "^2.5.6", diff --git a/yarn.lock b/yarn.lock index 0739c3a3..cf76b2c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1809,15 +1809,10 @@ angular-ui-bootstrap@^2.5.6: resolved "https://registry.npmjs.org/angular-ui-bootstrap/-/angular-ui-bootstrap-2.5.6.tgz#23937322ec641a6fbee16498cc32452aa199e7c5" integrity sha512-yzcHpPMLQl0232nDzm5P4iAFTFQ9dMw0QgFLuKYbDj9M0xJ62z0oudYD/Lvh1pWfRsukiytP4Xj6BHOSrSXP8A== -angular@1.7.9: - version "1.7.9" - resolved "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz#e52616e8701c17724c3c238cfe4f9446fd570bc4" - integrity sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ== - -angular@^1.8.0: - version "1.8.2" - resolved "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz#5983bbb5a9fa63e213cb7749199e0d352de3a2f1" - integrity sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw== +angular@1.8.3, angular@^1.8.0: + 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"