From 6eccccfc42e1d3055d90fd852a3a8b1751acd948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:57:02 +0000 Subject: [PATCH] Bump angular from 1.4.12 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.4.12 to 1.8.3. - [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.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... 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..48cea62d 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.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "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": "sha512-5FqDCHO71/zYnbzCyJ4Bab1EyEFck9Lxza5W4r3bU0SSqBvaf7JXdHWxkIIp+Wg9ONzEXTJTB27/3i8t6iKAGg==" + } } }, "angular-translate-loader-static-files": { diff --git a/package.json b/package.json index e219e878..899ce295 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.8.3", "angular-animate": "1.4.12", "angular-aria": "1.4.12", "angular-route": "1.4.12",