diff --git a/package.json b/package.json index ad6cf8a..b59a30f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "vue-router": "^3.4.9", "vuex": "^3.6.0", "vuex-pathify": "^1.4.5", - "vuex-persistedstate": "^3.1.0" + "vuex-persistedstate": "^4.0.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.9", diff --git a/yarn.lock b/yarn.lock index 4bfe054..46fdc01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8537,10 +8537,10 @@ shell-quote@^1.6.1: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== -shvl@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shvl/-/shvl-2.0.0.tgz#55fd550b6e81bf7574f2f576b8b5c1ffae74e10f" - integrity sha512-WbpzSvI5XgVGJ3A4ySGe8hBxj0JgJktfnoLhhJmvITDdK21WPVWwgG8GPlYEh4xqdti3Ff7PJ5G0QrRAjNS0Ig== +shvl@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/shvl/-/shvl-2.0.3.tgz#eb4bd37644f5684bba1fc52c3010c96fb5e6afd1" + integrity sha512-V7C6S9Hlol6SzOJPnQ7qzOVEWUQImt3BNmmzh40wObhla3XOYMe4gGiYzLrJd5TFa+cI2f9LKIRJTTKZSTbWgw== signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.3" @@ -9713,13 +9713,13 @@ vuex-pathify@^1.4.5: dependencies: vue-class-component "^7.2.6" -vuex-persistedstate@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/vuex-persistedstate/-/vuex-persistedstate-3.1.0.tgz#a710d01000bff8336bc3b03fa3ef42e376094b71" - integrity sha512-nRiCe1qDdDrcveFQzTw0QGEj3dRpwN19BailSSwfhe4eUNNQ+9S/ApKnDEAuyw95cigOtSPciMEhdsC0qNUiKQ== +vuex-persistedstate@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/vuex-persistedstate/-/vuex-persistedstate-4.0.0.tgz#ed82f266ca98c869a2aad9cb9880c2f608c05f3a" + integrity sha512-jDs+awbV9YD2A2F6S5zgtYq1Bjd8v0YldOK6HPv1EJZzGMse0FtZTREfXvA7zlVfq9MpmSZJNmYQVylfpZ5znQ== dependencies: deepmerge "^4.2.2" - shvl "^2.0.0" + shvl "^2.0.3" vuex@^3.6.0: version "3.6.0"