From f03605572adf1d71374ed5dd9baa427942dac29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 17:27:17 +0000 Subject: [PATCH] Bump angular from 1.7.8 to 1.7.9 in /QCS/Question/static Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 to 1.7.9. - [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.7.9) 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..3ffe7758 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.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" }, "bootstrap": { "version": "4.3.1", diff --git a/QCS/Question/static/package.json b/QCS/Question/static/package.json index 1a1392be..a09db063 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.7.9", "bootstrap": "^4.3.1", "jquery": "^3.4.1", "popper.js": "^1.16.0"