From e336592e618012fc429a7279a1e7134b1ec5659d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:15:00 +0000 Subject: [PATCH] chore(deps): bump angular from 1.5.9 to 1.8.0 Bumps [angular](https://github.com/angular/angular.js) from 1.5.9 to 1.8.0. - [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.5.9...v1.8.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ef690d5..03b8bbc 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "webpack-dev-server": "^1.14.1" }, "dependencies": { - "angular": "1.5.9", + "angular": "1.8.0", "angular-animate": "1.5.9", "angular-aria": "1.5.9", "angular-leaflet-directive": "^0.10.0", diff --git a/yarn.lock b/yarn.lock index fc754fc..a2ebd6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -126,15 +126,10 @@ angular-ui-router@0.4.2: dependencies: angular "^1.0.8" -angular@1.5.9: - version "1.5.9" - resolved "https://registry.yarnpkg.com/angular/-/angular-1.5.9.tgz#b7aeff42dad87881e06be16b6690fe766d868b51" - integrity sha1-t67/QtrYeIHga+FrZpD+dm2Gi1E= - -angular@1.x, angular@^1.0.8: - version "1.7.8" - resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.8.tgz#b77ede272ce1b261e3be30c1451a0b346905a3c9" - integrity sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg== +angular@1.8.0, angular@1.x, angular@^1.0.8: + version "1.8.0" + resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.0.tgz#b1ec179887869215cab6dfd0df2e42caa65b1b51" + integrity sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg== ansi-escapes@^1.1.0: version "1.4.0"