From 78f900b48abd8afe4466b38ad5b88717c02dbf4c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 15:32:49 +0000 Subject: [PATCH] [Security] Bump angular from 1.7.8 to 1.7.9 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 to 1.7.9. **This update includes a security fix.** - [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-preview[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 8ebd33d29..8e1b3cd3d 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1456,9 +1456,9 @@ "dev": true }, "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==" }, "angular-animate": { "version": "1.7.8", diff --git a/js/package.json b/js/package.json index 3945b0414..9def3d0f3 100644 --- a/js/package.json +++ b/js/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.23", - "angular": "^1.7.8", + "angular": "^1.7.9", "angular-animate": "^1.7.8", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1",