From defb68825a0b4bc180507a5bef1672ed22c3da2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:27:24 +0000 Subject: [PATCH] Bump angular from 1.7.4 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.7.4 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.7.4...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:development ... 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 0ef31e8..2da0493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,9 +98,9 @@ "dev": true }, "angular": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.4.tgz", - "integrity": "sha1-wb9IhMLUcMBpB3N6G/CDWp9kbzE=", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==", "dev": true }, "ansi-colors": { diff --git a/package.json b/package.json index 1c3cafb..7a1bfd8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "acorn": "6.0.1", - "angular": "1.7.4", + "angular": "1.8.3", "benchmark": "2.1.4", "eslint": "5.6.0", "esprima": "4.0.1",