From 0f48507a16d50fcb76731d4f3c7b9df6b433e79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 06:07:34 +0000 Subject: [PATCH] fix(deps): bump angular-cookies from 1.8.1 to 1.8.2 Bumps [angular-cookies](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.8.1...v1.8.2) 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 29cdfb2b79..74261285a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5481,9 +5481,9 @@ "integrity": "sha512-eCQI6EwgY6bYHdzIUfDABHnZjoZ3bNYpCsnceQF4bLfbq1QtZ7raRPNca45sj6C9Pfjde6PNcEDvuLozFPYnrQ==" }, "angular-cookies": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.1.tgz", - "integrity": "sha512-952lNWW2REfGRwErYB4kLiWCvCE+euaPtIq8iYdZso0T74D6KCz82zSQjO5xnxfIKWMeKp2X2yIMksyH++GZcw==" + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.2.tgz", + "integrity": "sha512-M6fCnsnw1pj1+nXuO28ilJ+h6pFCIXQKSEgy9/PIoN0sZr5FqsE9BK18PdBQa8dif+fnHCAYpPU8MgDzT/sZSg==" }, "angular-drag-scroll": { "version": "0.2.2", diff --git a/package.json b/package.json index 348d6b6e6a..347281efd5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "angular": "~1.8.0", "angular-animate": "^1.8.0", "angular-aria": "^1.8.0", - "angular-cookies": "~1.8.1", + "angular-cookies": "~1.8.2", "angular-drag-scroll": "^0.2.1", "angular-messages": "^1.8.1", "angular-moment": "~1.2.0",