From bd2e4c3390a894ca66c95b7ab041725a84b1a095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:27:50 +0000 Subject: [PATCH] Bump angular from 1.7.5 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.7.5 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.5...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b52ca9d..2d3741d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "main": "server/index.js", "dependencies": { - "angular": "~1.7.5", + "angular": "~1.8.3", "angular-animate": "~1.7.5", "angular-aria": "~1.7.5", "angular-cookies": "~1.7.5", diff --git a/yarn.lock b/yarn.lock index e20922d..6a25731 100644 --- a/yarn.lock +++ b/yarn.lock @@ -259,10 +259,10 @@ angular-validation-match@^1.9.0: dependencies: angular ">=1.3.0 <2.0.0" -"angular@>=1.3.0 <2.0.0", angular@~1.7.5: - version "1.7.5" - resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.5.tgz#d1c1c01c6f5dc835638f3f9aa51012857bdac49e" - integrity sha512-760183yxtGzni740IBTieNuWLtPNAoMqvmC0Z62UoU0I3nqk+VJuO3JbQAXOyvo3Oy/ZsdNQwrSTh/B0OQZjNw== +"angular@>=1.3.0 <2.0.0", 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"