From aeac40e37e75cad1c3b38df244c1f87ceeb7bf95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Jun 2018 22:15:33 +0000 Subject: [PATCH] Bump angular from 1.7.0 to 1.7.1 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.0 to 1.7.1. - [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.0...v1.7.1) Signed-off-by: dependabot[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 714a5b378..fbef8baa5 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -415,9 +415,9 @@ } }, "angular": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.0.tgz", - "integrity": "sha512-3LboCLjrOuC7dWh953O0+dI3dJ7PexYRSCIrfqoN5qoHyja/wak3eWoxPKb2Sl2qwiPbrUV5KJXwgpUQ48McBQ==" + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.1.tgz", + "integrity": "sha512-7/ZSit5n1PXM3DGCJRJh9H2iErSqFhGEuzAil47JhcBFLcIR2vMFkD3S0IoJdBQCLQRIt23oH92IJZoMqyi5CQ==" }, "angular-animate": { "version": "1.7.0", diff --git a/js/package.json b/js/package.json index d1e6c83f5..86f1bda86 100644 --- a/js/package.json +++ b/js/package.json @@ -8,7 +8,7 @@ "test": "tests" }, "dependencies": { - "angular": "^1.6.8", + "angular": "^1.7.1", "angular-animate": "^1.6.8", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.6.8",