diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index a4c0dbf40e8c6..04f3d4d2bd85c 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -93,7 +93,7 @@ "@nextcloud/babel-config": "^1.3.0", "@nextcloud/typings": "^1.9.1", "@nextcloud/webpack-vue-config": "^7.0.1", - "@pinia/testing": "^0.1.7", + "@pinia/testing": "^1.0.3", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3", @@ -4327,19 +4327,16 @@ } }, "node_modules/@pinia/testing": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.7.tgz", - "integrity": "sha512-xcDq6Ry/kNhZ5bsUMl7DeoFXwdume1NYzDggCiDUDKoPQ6Mo0eH9VU7bJvBtlurqe6byAntWoX5IhVFqWzRz/Q==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-1.0.3.tgz", + "integrity": "sha512-g+qR49GNdI1Z8rZxKrQC3GN+LfnGTNf5Kk8Nz5Cz6mIGva5WRS+ffPXQfzhA0nu6TveWzPNYTjGl4nJqd3Cu9Q==", "dev": true, "license": "MIT", - "dependencies": { - "vue-demi": "^0.14.10" - }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=2.2.6" + "pinia": ">=3.0.4" } }, "node_modules/@pkgjs/parseargs": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index b75f30d83dde6..ffc5ef48b6964 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -109,7 +109,7 @@ "@nextcloud/babel-config": "^1.3.0", "@nextcloud/typings": "^1.9.1", "@nextcloud/webpack-vue-config": "^7.0.1", - "@pinia/testing": "^0.1.7", + "@pinia/testing": "^1.0.3", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3",