From cfc32c0b74a9d3cc58659df849fc1b68847936c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Jun 2018 13:04:08 +0000 Subject: [PATCH] Bump angular from 1.7.1 to 1.7.2 in /js Bumps [angular](https://github.com/angular/angular.js) from 1.7.1 to 1.7.2. - [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.1...v1.7.2) 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 fdc3b7f8f..138c189b1 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -396,9 +396,9 @@ } }, "angular": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.1.tgz", - "integrity": "sha512-7/ZSit5n1PXM3DGCJRJh9H2iErSqFhGEuzAil47JhcBFLcIR2vMFkD3S0IoJdBQCLQRIt23oH92IJZoMqyi5CQ==" + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz", + "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" }, "angular-animate": { "version": "1.7.2", diff --git a/js/package.json b/js/package.json index e41be092b..ade994ac0 100644 --- a/js/package.json +++ b/js/package.json @@ -8,7 +8,7 @@ "test": "tests" }, "dependencies": { - "angular": "^1.7.1", + "angular": "^1.7.2", "angular-animate": "^1.7.2", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.7.2",