From 43b029b389adec212bdb0822c122af29b92b08c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 12:22:01 +0000 Subject: [PATCH] Bump js-cookie from 2.2.0 to 3.0.0 in /application Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/js-cookie/js-cookie/releases) - [Changelog](https://github.com/js-cookie/js-cookie/blob/master/.release-it.json) - [Commits](https://github.com/js-cookie/js-cookie/compare/v2.2.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- application/package-lock.json | 6 +++--- application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..faac85b 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -6439,9 +6439,9 @@ "integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==" }, "js-cookie": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz", - "integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s=" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.0.tgz", + "integrity": "sha512-oUbbplKuH07/XX2YD2+Q+GMiPpnVXaRz8npE7suhBH9QEkJe2W7mQ6rwuMXHue3fpfcftQwzgyvGzIHyfCSngQ==" }, "js-tokens": { "version": "3.0.2", diff --git a/application/package.json b/application/package.json index 21fb2e9..ec54e60 100644 --- a/application/package.json +++ b/application/package.json @@ -16,7 +16,7 @@ "jquery-bridget": "^2.0.1", "jquery-ui-dist": "^1.12.1", "jquery-ui-touch-punch": "0.2.3", - "js-cookie": "^2.1.0", + "js-cookie": "^3.0.0", "json-loader": "^0.5.7", "laravel-mix": "^2.0", "lodash": "^4.17.4",