From e2d6fe0d0866b73638842e6db4fecfcb16e11515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 07:24:20 +0000 Subject: [PATCH] build(deps-dev): bump vuex-persistedstate from 3.1.0 to 3.2.0 Bumps [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/robinvdvleuten/vuex-persistedstate/releases) - [Changelog](https://github.com/robinvdvleuten/vuex-persistedstate/blob/master/CHANGELOG.md) - [Commits](https://github.com/robinvdvleuten/vuex-persistedstate/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e529090a..7fc75bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12884,9 +12884,9 @@ } }, "shvl": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/shvl/-/shvl-2.0.1.tgz", - "integrity": "sha512-VU7R5Uxp38LKHooGuZe0TcX2EPK95nn8DvclAvTPyD9/qHmXvt3dR2pJ4JLZ8uLjxQNQ3zNLFJCreteIj3cvpw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/shvl/-/shvl-2.0.2.tgz", + "integrity": "sha512-G3KkIXPza3dgkt6Bo8zIl5K/KvAAhbG6o9KfAjhPvrIIzzAhnfc2ztv1i+iPTbNNM43MaBUqIaZwqVjkSgY/rw==", "dev": true }, "signal-exit": { @@ -15146,13 +15146,13 @@ "dev": true }, "vuex-persistedstate": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-3.1.0.tgz", - "integrity": "sha512-nRiCe1qDdDrcveFQzTw0QGEj3dRpwN19BailSSwfhe4eUNNQ+9S/ApKnDEAuyw95cigOtSPciMEhdsC0qNUiKQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-3.2.0.tgz", + "integrity": "sha512-1Q4zV9cNaJtl59jN6rXbndemEtXKywZr0OFZnqgpYdwvdyy+64KNsEltKldQW+i03st5LuDwHsdOEevXIZUgdg==", "dev": true, "requires": { "deepmerge": "^4.2.2", - "shvl": "^2.0.0" + "shvl": "^2.0.2" }, "dependencies": { "deepmerge": { diff --git a/package.json b/package.json index 8b145e1b..89774aaa 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "vuetify": "^2.3.19", "vuetify-loader": "^1.6.0", "vuex": "^3.6.0", - "vuex-persistedstate": "^3.1.0" + "vuex-persistedstate": "^3.2.0" }, "bugs": { "url": "https://github.com/synclounge/synclounge/issues"