diff --git a/package.json b/package.json index ff4dec7a76..d47580e4f6 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "vuedraggable": "2.24.3", "vuewordcloud": "18.7.12", "vuex": "3.6.2", - "vuex-persistedstate": "3.2.0", + "vuex-persistedstate": "4.1.0", "web-push": "3.4.5", "webpack": "5.60.0", "webpack-cli": "4.9.1", diff --git a/yarn.lock b/yarn.lock index 486d43c88f..38ae2cd9b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8281,7 +8281,7 @@ showdown@1.9.1: dependencies: yargs "^14.2" -shvl@^2.0.2: +shvl@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/shvl/-/shvl-2.0.3.tgz#eb4bd37644f5684bba1fc52c3010c96fb5e6afd1" integrity sha512-V7C6S9Hlol6SzOJPnQ7qzOVEWUQImt3BNmmzh40wObhla3XOYMe4gGiYzLrJd5TFa+cI2f9LKIRJTTKZSTbWgw== @@ -9746,13 +9746,13 @@ vuewordcloud@18.7.12: resolved "https://registry.yarnpkg.com/vuewordcloud/-/vuewordcloud-18.7.12.tgz#7cd02aafc57315f0548c9b9940f9f5e9de1d07f6" integrity sha512-0oqqI47bGj+PxHSFrFe+8EAj1Vwb2lXj0EYFz9a1PO7CuGDCPjxdYKOPN4TlWuXYsstZX8lQTVRkCPEjE55PiA== -vuex-persistedstate@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/vuex-persistedstate/-/vuex-persistedstate-3.2.0.tgz#41d3ea304404769ac653ec020de80c95ce16243d" - integrity sha512-1Q4zV9cNaJtl59jN6rXbndemEtXKywZr0OFZnqgpYdwvdyy+64KNsEltKldQW+i03st5LuDwHsdOEevXIZUgdg== +vuex-persistedstate@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/vuex-persistedstate/-/vuex-persistedstate-4.1.0.tgz#127165f85f5b4534fb3170a5d3a8be9811bd2a53" + integrity sha512-3SkEj4NqwM69ikJdFVw6gObeB0NHyspRYMYkR/EbhR0hbvAKyR5gksVhtAfY1UYuWUOCCA0QNGwv9pOwdj+XUQ== dependencies: deepmerge "^4.2.2" - shvl "^2.0.2" + shvl "^2.0.3" vuex@3.6.2: version "3.6.2"