From da22eb0e382f596c7df7c570bdee397930406ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:58:59 +0000 Subject: [PATCH] Bump angular from 1.4.7 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.4.7 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.7...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c74dab..85b3d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "orrportal", - "version": "3.9.82", + "version": "3.9.83", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -105,9 +105,9 @@ } }, "angular": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.4.7.tgz", - "integrity": "sha1-+JkOccnNGAqEKwfgnggB/oToOHg=" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "angular-clipboard": { "version": "1.4.2", diff --git a/package.json b/package.json index 8076910..44c8bcd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "test": "./node_modules/gulp/bin/gulp.js ci" }, "dependencies": { - "angular": "1.4.7", + "angular": "1.8.3", "angular-clipboard": "~1.4.2", "angular-cookie": "~4.1.0", "angular-jwt": "0.1.10",