From 3ed9dbb0b7fc70be4c0fe8a306fe7fbcdfcc2ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 16:41:38 +0800 Subject: [PATCH] fix(deps): bump angular-cookies from 1.7.9 to 1.8.0 (#104) Bumps [angular-cookies](https://github.com/angular/angular.js) from 1.7.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.7.9...v1.8.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3b2b75b4c9..8fb5451495 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5106,9 +5106,9 @@ "integrity": "sha512-luI3Jemd1AbOQW0krdzfEG3fM0IFtLY0bSSqIDEx3POE0XjKIC1MkrO8Csyq9PPgueLphyAPofzUwZ8YeZ88SA==" }, "angular-cookies": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.7.9.tgz", - "integrity": "sha512-3eRq/aPrtCZKDWQnc3nW3sFoMbLiHkCkyDF2O9u7VXnqvVsUPaipk5R1ZqahgcSQHQrN/F5IU4T4nrz52qAZmA==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.0.tgz", + "integrity": "sha512-gWO3RKF0WMmXhseiN3Aw9aEmQ3mB53wSdAxpeKKHbiDwU7vmK+MBuebyOX9qbwZYubn5nM8LByZVmg7T6jOV1w==" }, "angular-drag-scroll": { "version": "0.2.2", diff --git a/package.json b/package.json index af3c719570..30d019c6ec 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "angular": "~1.8.0", "angular-animate": "~1.7.9", "angular-aria": "~1.7.9", - "angular-cookies": "~1.7.9", + "angular-cookies": "~1.8.0", "angular-drag-scroll": "^0.2.1", "angular-messages": "~1.7.9", "angular-moment": "~1.2.0",