From 1ea73ca3c944e03439194265e9dad3404c633cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 17:11:35 +0000 Subject: [PATCH] Bump angular from 1.7.2 to 1.7.9 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac742f5..189d963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,9 +158,9 @@ "dev": true }, "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==" }, "ansi-html": { "version": "0.0.7", diff --git a/package.json b/package.json index e42ba5f..a465ce6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.19", - "angular": "^1.7.2", + "angular": "^1.7.9", "bootstrap": "^4.1.3", "feather-font": "git+https://github.com/AT-UI/feather-font.git", "jquery": "^3.3.1",