From 908590861ac3081be21852abca2958eee76e3dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 01:03:54 +0000 Subject: [PATCH] Bump angular and @types/angular Bumps [angular](https://github.com/angular/angular.js) and [@types/angular](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/angular). These dependencies needed to be updated together. Updates `angular` from 1.6.8 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.6.8...v1.8.3) Updates `@types/angular` from 1.6.40 to 1.8.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/angular) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production - dependency-name: "@types/angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a3e8598..4a7f362 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "license": "ISC", "dependencies": { "@octokit/rest": "^15.12.1", - "angular": "^1.6.8", + "angular": "^1.8.3", "angular-animate": "^1.6.8", "angular-marked": "^1.2.2", "angular-ui-bootstrap": "^2.5.6", @@ -50,7 +50,7 @@ "wordwrap": "^1.0.0" }, "devDependencies": { - "@types/angular": "^1.6.40", + "@types/angular": "^1.8.4", "@types/jest": "^22.0.1", "@types/lodash": "^4.14.92", "@types/lz-string": "^1.3.32", diff --git a/yarn.lock b/yarn.lock index 0b78dca..5939dba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,9 +24,9 @@ universal-user-agent "^2.0.0" url-template "^2.0.8" -"@types/angular@^1.6.40": - version "1.6.40" - resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.40.tgz#f4e5a77573068c07ccab320e63e1616e1f097fc9" +"@types/angular@^1.8.4": + version "1.8.4" + resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.8.4.tgz#a2cc163e508389c51d4c4119ebff6b9395cec472" "@types/jest@^22.0.1": version "22.0.1" @@ -159,9 +159,9 @@ angular-ui-router@^1.0.0-alpha0: dependencies: "@uirouter/core" "5.0.3" -angular@^1.6.8: - version "1.6.8" - resolved "https://registry.yarnpkg.com/angular/-/angular-1.6.8.tgz#5be378a58be91a5489e78b59c4518cd9fd273ffb" +angular@^1.8.3: + version "1.8.3" + resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.3.tgz#851ad75d5163c105a7e329555ef70c90aa706894" angulartics-google-analytics@^0.4.0: version "0.4.0"