From 701ccb0c805aaae5348eb8b16a8be6cd12a2e6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:20:08 +0000 Subject: [PATCH] Bump angular from 1.7.8 to 1.8.0 in /QCS/Question/static Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 to 1.8.0. - [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.0) 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..b332e580 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.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "bootstrap": { "version": "4.3.1", diff --git a/QCS/Question/static/package.json b/QCS/Question/static/package.json index 1a1392be..925d03fe 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.0", "bootstrap": "^4.3.1", "jquery": "^3.4.1", "popper.js": "^1.16.0"