From ba76924780a631cd5209d3106e01ed6203713a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:27:45 +0000 Subject: [PATCH] Bump angular from 1.7.2 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.7.2 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.2...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac742f5..bb35566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,9 +158,9 @@ "dev": true }, "angular": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz", - "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "ansi-html": { "version": "0.0.7", diff --git a/package.json b/package.json index e42ba5f..37ad29e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.19", - "angular": "^1.7.2", + "angular": "^1.8.3", "bootstrap": "^4.1.3", "feather-font": "git+https://github.com/AT-UI/feather-font.git", "jquery": "^3.3.1",