From f46be4f41d01e21d2303d8b6d75ce9dd1f49c56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:25:25 +0000 Subject: [PATCH] Bump angular from 1.7.7 to 1.8.3 in /ui Bumps [angular](https://github.com/angular/angular.js) from 1.7.7 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.7...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 838d190..df68204 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "angular": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.7.tgz", - "integrity": "sha512-MH3JEGd8y/EkNCKJ8EV6Ch0j9X0rZTta/QVIDpBWaIdfh85/e5KO8+ZKgvWIb02MQuiS20pDFmMFlv4ZaLcLWg==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" } } } diff --git a/ui/package.json b/ui/package.json index 2ed61ce..a98888f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "angular": "^1.7.7" + "angular": "^1.8.3" } }