Merge pull request #892 from jellyfin/dependabot/npm_and_yarn/nuxt-vuex-localstorage-1.3.0

fix(deps): bump nuxt-vuex-localstorage from 1.2.7 to 1.3.0
This commit is contained in:
Julien Machiels 2021-03-18 09:50:08 +01:00 committed by GitHub
commit 38ba1e41e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 5 deletions

23
package-lock.json generated
View File

@ -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": {

View File

@ -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",