From a5d0f3209930350661b786d3f470761fa83cd9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 16:25:01 +0000 Subject: [PATCH] build(deps): bump angular from 1.7.2 to 1.7.9 in /static Bumps [angular](https://github.com/angular/angular.js) from 1.7.2 to 1.7.9. - [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.7.9) 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..80b644b 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.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" }, "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..5573dc7 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.7.9", "angular-resource": "^1.5.0", "angular-route": "^1.5.0", "angular-ui-bootstrap": "^1.1.2",