From 8799e5ce88753b92fed1f9478e59f55fa5685cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:58:54 +0000 Subject: [PATCH] build(deps-dev): bump angular from 1.4.9 to 1.8.3 Bumps [angular](https://github.com/angular/angular.js) from 1.4.9 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.9...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 5fa8a5b..9167a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1187,9 +1187,9 @@ "dev": true }, "angular": { - "version": "1.4.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.4.9.tgz", - "integrity": "sha1-5gyR1puUzxNJzjigT6j5LWAD0qw=", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==", "dev": true }, "angular-mocks": { diff --git a/package.json b/package.json index de03e3b..05be1b1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@babel/core": "^7.4.3", "@babel/polyfill": "^7.4.3", "@babel/preset-env": "^7.4.3", - "angular": "^1.4.9", + "angular": "^1.8.3", "angular-mocks": "^1.4.9", "babel-loader": "^8.0.5", "chai": "^2.1.1",