diff --git a/package-lock.json b/package-lock.json index 8f8e314f..ea674a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/vite-config": "^1.4.2", - "@pinia/testing": "^0.1.5", + "@pinia/testing": "^0.1.6", "@vitest/coverage-istanbul": "^2.1.2", "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.5.1", @@ -1929,9 +1929,9 @@ "dev": true }, "node_modules/@pinia/testing": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.5.tgz", - "integrity": "sha512-AcGzuotkzhRoF00htuxLfIPBBHVE6HjjB3YC5Y3os8vRgKu6ipknK5GBQq9+pduwYQhZ+BcCZDC9TyLAUlUpoQ==", + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.6.tgz", + "integrity": "sha512-Q40s3kpjXpjmcnc61l84wyG83yVmkBi5rRdSoPpwQoRfSnNKKr52XjFFt6hP8iBxehYS9NR+D57T1uzgnEVPHg==", "dev": true, "dependencies": { "vue-demi": "^0.14.10" @@ -1940,7 +1940,7 @@ "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=2.2.1" + "pinia": ">=2.2.3" } }, "node_modules/@pinia/testing/node_modules/vue-demi": { @@ -9130,9 +9130,9 @@ } }, "node_modules/pinia": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.2.tgz", - "integrity": "sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz", + "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" diff --git a/package.json b/package.json index 7283be9f..a1c595d0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/vite-config": "^1.4.2", - "@pinia/testing": "^0.1.5", + "@pinia/testing": "^0.1.6", "@vitest/coverage-istanbul": "^2.1.2", "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.5.1",