From 5364fd9b1858284399a14064a3e0c68df65241fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 19:41:23 +0000 Subject: [PATCH] Bump angular from 1.7.8 to 1.8.3 in /frontend/web Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 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.8...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/web/package-lock.json | 20 +++++++++++++++++--- frontend/web/package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/frontend/web/package-lock.json b/frontend/web/package-lock.json index 0ffcfdfa..c783d432 100644 --- a/frontend/web/package-lock.json +++ b/frontend/web/package-lock.json @@ -928,9 +928,9 @@ } }, "angular": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.8.tgz", - "integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "angular-capitalize-filter": { "version": "3.0.0", @@ -938,6 +938,13 @@ "integrity": "sha1-GppoYxhJTWsj0loxuqJLSOIfLPE=", "requires": { "angular": "1.7.8" + }, + "dependencies": { + "angular": { + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.8.tgz", + "integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" + } } }, "angular-file-upload": { @@ -986,6 +993,13 @@ "integrity": "sha1-kD/eESdH48Dn5kVSdb27PYbBm70=", "requires": { "angular": "1.7.8" + }, + "dependencies": { + "angular": { + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.8.tgz", + "integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" + } } }, "ansi-colors": { diff --git a/frontend/web/package.json b/frontend/web/package.json index 41c7eec5..aaa12629 100644 --- a/frontend/web/package.json +++ b/frontend/web/package.json @@ -14,7 +14,7 @@ "lint": "eslint **/*.js" }, "dependencies": { - "angular": "1.7.8", + "angular": "1.8.3", "angular-capitalize-filter": "3.0.0", "angular-file-upload": "2.5.0", "angular-moment": "1.3.0",