From 17c50c0621738e2daf5124fec2af1a7270d4837f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:42:02 +0000 Subject: [PATCH] build(deps): bump angular from 1.7.2 to 1.8.0 in /static Bumps [angular](https://github.com/angular/angular.js) from 1.7.2 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.2...v1.8.0) Signed-off-by: dependabot[bot] --- static/package-lock.json | 13 ++++++++++--- static/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index b7cf24d..67ac471 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "angular": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz", - "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "angular-resource": { "version": "1.7.2", @@ -31,6 +31,13 @@ "requires": { "angular": "1.7.2", "ws": "1.1.5" + }, + "dependencies": { + "angular": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz", + "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" + } } }, "angularjs-scroll-glue": { diff --git a/static/package.json b/static/package.json index e689828..2c49793 100644 --- a/static/package.json +++ b/static/package.json @@ -16,7 +16,7 @@ }, "homepage": "https://github.com/qmsk/e2#readme", "dependencies": { - "angular": "^1.5.7", + "angular": "^1.8.0", "angular-resource": "^1.5.0", "angular-route": "^1.5.0", "angular-ui-bootstrap": "^1.1.2",