Skip to content

Commit

Permalink
chore(deps-dev): bump vuex-persistedstate from 4.0.0-beta.3 to 4.0.0 (#…
Browse files Browse the repository at this point in the history
…64)

Bumps [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) from 4.0.0-beta.3 to 4.0.0.
- [Release notes](https://github.com/robinvdvleuten/vuex-persistedstate/releases)
- [Changelog](https://github.com/robinvdvleuten/vuex-persistedstate/blob/master/CHANGELOG.md)
- [Commits](robinvdvleuten/vuex-persistedstate@v4.0.0-beta.3...v4.0.0)

---
updated-dependencies:
- dependency-name: vuex-persistedstate
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2021
1 parent ec7d5a8 commit e5a7296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"swagger-ui-express": "^4.1.6",
"vue-socket.io": "^3.0.10",
"vue-toastification": "^1.7.11",
"vuex-persistedstate": "^4.0.0-beta.3",
"vuex-persistedstate": "^4.0.0",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-node-externals": "^3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9547,7 +9547,7 @@ shelljs@0.8.4:
interpret "^1.0.0"
rechoir "^0.6.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==
Expand Down Expand Up @@ -10873,13 +10873,13 @@ vuetify@^2.5.3:
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.5.3.tgz#9d703414a736879673c94550035adc177a6ca394"
integrity sha512-c0oX063PzWrIV29Mi7Pyi63OcF0FlCDJcgMvu0woTt4GL4yVmNQMh5hyKS5NEwlsS66HcjKJERMoY0JJc1bYGA==

vuex-persistedstate@^4.0.0-beta.3:
version "4.0.0-beta.3"
resolved "https://registry.yarnpkg.com/vuex-persistedstate/-/vuex-persistedstate-4.0.0-beta.3.tgz#89dd712de72d28e85cc95467d066002c1405f277"
integrity sha512-T4IRD27qoUWh+8qr6T6zVp15xO7x/nPgnU13OD0C2uUwA7U9PhGozrj6lvVmMYDyRgc36J0msMXn3GvwHjkIhA==
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.2"
shvl "^2.0.3"

vuex@^3.6.2:
version "3.6.2"
Expand Down

0 comments on commit e5a7296

Please sign in to comment.