From 98c9cda14dfb1f9832c49af2126d4b96cda4e9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 00:28:05 +0000 Subject: [PATCH] fix(deps): bump nuxt-vuex-localstorage from 1.2.7 to 1.3.0 Bumps [nuxt-vuex-localstorage](https://github.com/rubystarashe/nuxt-vuex-localstorage) from 1.2.7 to 1.3.0. - [Release notes](https://github.com/rubystarashe/nuxt-vuex-localstorage/releases) - [Commits](https://github.com/rubystarashe/nuxt-vuex-localstorage/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eaff75d1..85b47666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13809,11 +13809,26 @@ } }, "nuxt-vuex-localstorage": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/nuxt-vuex-localstorage/-/nuxt-vuex-localstorage-1.2.7.tgz", - "integrity": "sha512-3L31Kibd83Dm/swEQzFHCwSHhEB2pQkBaE3sYw1NhivX+P7LHGGw+MC3y/89ef4RxblPWZKCm+jnNmPhTW8Bzg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/nuxt-vuex-localstorage/-/nuxt-vuex-localstorage-1.3.0.tgz", + "integrity": "sha512-/+A8pouw/wxywk4pcoz/ZBWPKlVJsRq4wLhgvwGzyXzIIu/9axvzXVS8y5PGI5FxND/zQZUsomVfShLTkDqZuw==", "requires": { - "axios": "^0.19.2" + "axios": "^0.21.1" + }, + "dependencies": { + "axios": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "requires": { + "follow-redirects": "^1.10.0" + } + }, + "follow-redirects": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz", + "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==" + } } }, "nwsapi": { diff --git a/package.json b/package.json index 280d2782..e01113ce 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mux.js": "^5.10.0", "nuxt": "^2.15.3", "nuxt-i18n": "^6.21.1", - "nuxt-vuex-localstorage": "^1.2.7", + "nuxt-vuex-localstorage": "^1.3.0", "qs": "^6.9.6", "shaka-player": "^3.0.9", "swiper": "5.x",