diff --git a/package-lock.json b/package-lock.json index 29471790..37e4b7a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", - "@pinia/testing": "^1.0.2", + "@pinia/testing": "^2.0.1", "@playwright/test": "^1.60.0", "@types/jest": "^29.5.12", "@types/node": "^26.4.0", @@ -5070,16 +5070,19 @@ } }, "node_modules/@pinia/testing": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-1.0.3.tgz", - "integrity": "sha512-g+qR49GNdI1Z8rZxKrQC3GN+LfnGTNf5Kk8Nz5Cz6mIGva5WRS+ffPXQfzhA0nu6TveWzPNYTjGl4nJqd3Cu9Q==", + "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": { + "nostics": "^1.1.4" + }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=3.0.4" + "pinia": ">=4.0.2" } }, "node_modules/@pkgjs/parseargs": { diff --git a/package.json b/package.json index 8d700702..dbfe20d2 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", - "@pinia/testing": "^1.0.2", + "@pinia/testing": "^2.0.1", "@playwright/test": "^1.60.0", "@types/jest": "^29.5.12", "@types/node": "^26.4.0",