aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json10
-rw-r--r--package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 7d4eeee0748..0be05fc9444 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -100,7 +100,7 @@
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.2.0",
- "@pinia/testing": "^0.1.6",
+ "@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.5.0",
@@ -4665,9 +4665,9 @@
}
},
"node_modules/@pinia/testing": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.6.tgz",
- "integrity": "sha512-Q40s3kpjXpjmcnc61l84wyG83yVmkBi5rRdSoPpwQoRfSnNKKr52XjFFt6hP8iBxehYS9NR+D57T1uzgnEVPHg==",
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.7.tgz",
+ "integrity": "sha512-xcDq6Ry/kNhZ5bsUMl7DeoFXwdume1NYzDggCiDUDKoPQ6Mo0eH9VU7bJvBtlurqe6byAntWoX5IhVFqWzRz/Q==",
"dev": true,
"dependencies": {
"vue-demi": "^0.14.10"
@@ -4676,7 +4676,7 @@
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
- "pinia": ">=2.2.3"
+ "pinia": ">=2.2.6"
}
},
"node_modules/@pinia/testing/node_modules/vue-demi": {
diff --git a/package.json b/package.json
index fa48a7b0c18..b31d7b2e343 100644
--- a/package.json
+++ b/package.json
@@ -131,7 +131,7 @@
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.2.0",
- "@pinia/testing": "^0.1.6",
+ "@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.5.0",