diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-30 23:05:01 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-07-31 09:17:24 +0200 |
commit | 21dbd5e2d98a4d17bedb0b8a9336f0ee5bd29b36 (patch) | |
tree | 9e8f1b08465bd5f27e1f9f2c31723036acd1c8da /package-lock.json | |
parent | 73176ac5dc2c7afa81da1ab7f5f0668c3ff7fa8b (diff) | |
download | nextcloud-server-21dbd5e2d98a4d17bedb0b8a9336f0ee5bd29b36.tar.gz nextcloud-server-21dbd5e2d98a4d17bedb0b8a9336f0ee5bd29b36.zip |
Bump vuex from 3.4.0 to 3.5.1
Bumps [vuex](https://github.com/vuejs/vuex) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuex/compare/v3.4.0...v3.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index b0fa5a8fde4..c3cd9582716 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13285,9 +13285,9 @@ } }, "vuex": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.4.0.tgz", - "integrity": "sha512-ajtqwEW/QhnrBZQsZxCLHThZZaa+Db45c92Asf46ZDXu6uHXgbfVuBaJ4gzD2r4UX0oMJHstFwd2r2HM4l8umg==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", + "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" }, "vuex-router-sync": { "version": "5.0.0", |