diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-22 03:34:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-22 03:34:04 +0000 |
commit | 32df991c68a498a64466782aa785e651aadb5c3f (patch) | |
tree | 6f639ab9d3adb11f11aa77245fb184cc09f90d6b | |
parent | 698b654a18ccec74b91d18e3505b28caa8d7b4ba (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/vuex-4.1.0.tar.gz nextcloud-server-dependabot/npm_and_yarn/vuex-4.1.0.zip |
chore(deps): bump vuex from 3.6.2 to 4.1.0dependabot/npm_and_yarn/vuex-4.1.0
Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.2 to 4.1.0.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Changelog](https://github.com/vuejs/vuex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuex/compare/v3.6.2...v4.1.0)
---
updated-dependencies:
- dependency-name: vuex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 13 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 988fd6c0f64..c787d61de2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "vue-material-design-icons": "^5.3.1", "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", - "vuex": "^3.6.2", + "vuex": "^4.1.0", "vuex-router-sync": "^5.0.0", "webdav": "^5.7.0" }, @@ -26457,12 +26457,15 @@ } }, "node_modules/vuex": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz", - "integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz", + "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==", "license": "MIT", + "dependencies": { + "@vue/devtools-api": "^6.0.0-beta.11" + }, "peerDependencies": { - "vue": "^2.0.0" + "vue": "^3.2.0" } }, "node_modules/vuex-router-sync": { diff --git a/package.json b/package.json index eb4c9593fea..ab27b28c6fa 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "vue-material-design-icons": "^5.3.1", "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", - "vuex": "^3.6.2", + "vuex": "^4.1.0", "vuex-router-sync": "^5.0.0", "webdav": "^5.7.0" }, |