diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 04e535377be73..01a0369775d1c 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -82,7 +82,7 @@ "@nextcloud/babel-config": "^1.3.0", "@nextcloud/typings": "^1.10.0", "@nextcloud/webpack-vue-config": "^7.0.2", - "@pinia/testing": "^0.1.7", + "@pinia/testing": "^2.0.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3", @@ -5175,19 +5175,19 @@ } }, "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": "2.0.1", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-2.0.1.tgz", + "integrity": "sha512-pQ4a4SCzdiLrhM4yv/TQG2ufNmktNlLZjjN6X/qMhXvZIiDN3L4L4WrChmcufX2LIarbl/ZPWOty1RB5KZIb2A==", "dev": true, "license": "MIT", "dependencies": { - "vue-demi": "^0.14.10" + "nostics": "^1.1.4" }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=2.2.6" + "pinia": ">=4.0.2" } }, "node_modules/@pkgjs/parseargs": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 32f73105808f4..0969418316c32 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -101,7 +101,7 @@ "@nextcloud/babel-config": "^1.3.0", "@nextcloud/typings": "^1.10.0", "@nextcloud/webpack-vue-config": "^7.0.2", - "@pinia/testing": "^0.1.7", + "@pinia/testing": "^2.0.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3",