From 40fb1968440c907cf302e13b97f1faa5d6bfc800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 16:11:23 +0000 Subject: [PATCH] Bump angular from 1.4.12 to 1.7.9 Bumps [angular](https://github.com/angular/angular.js) from 1.4.12 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.4.12...v1.7.9) Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60d93677..0e7b4cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ "integrity": "sha1-fFm+xOm3+VY6DcYVPIM4bkrCUd8=" }, "angular": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.4.12.tgz", - "integrity": "sha1-zSFXkYDC+ZFy25Vz7DY2EIxdNt4=" + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", + "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" }, "angular-animate": { "version": "1.4.12", @@ -49,6 +49,13 @@ "integrity": "sha1-MThkQGdxa/1Y+5liJzB1BEKk5Fw=", "requires": { "angular": "1.4.12" + }, + "dependencies": { + "angular": { + "version": "1.4.12", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.4.12.tgz", + "integrity": "sha1-zSFXkYDC+ZFy25Vz7DY2EIxdNt4=" + } } }, "angular-translate-loader-static-files": { diff --git a/package.json b/package.json index e219e878..9f2248b2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "description": "A starter project for Enable", "dependencies": { "angucomplete-alt": "3.0.x", - "angular": "1.4.12", + "angular": "1.7.9", "angular-animate": "1.4.12", "angular-aria": "1.4.12", "angular-route": "1.4.12",