From 101dcb67e5011011b43bb6fa5fbd12b2221379a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:28:29 +0000 Subject: [PATCH] Bump angular from 1.7.8 to 1.8.3 in /QCS/Question/static 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] --- QCS/Question/static/package-lock.json | 6 +++--- QCS/Question/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QCS/Question/static/package-lock.json b/QCS/Question/static/package-lock.json index 648ed349..3f2f014a 100644 --- a/QCS/Question/static/package-lock.json +++ b/QCS/Question/static/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" }, "bootstrap": { "version": "4.3.1", diff --git a/QCS/Question/static/package.json b/QCS/Question/static/package.json index 1a1392be..fc871775 100644 --- a/QCS/Question/static/package.json +++ b/QCS/Question/static/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/udcymen/Question-Catalog-System#readme", "dependencies": { - "angular": "^1.7.8", + "angular": "^1.8.3", "bootstrap": "^4.3.1", "jquery": "^3.4.1", "popper.js": "^1.16.0"