From 5cea06f6d251ff02e22bee0b1dfca46c6be22aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:33:41 +0000 Subject: [PATCH] chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.6 Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.6) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1212306b1fcb8..87ae4445c5139 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.0.1", - "@pinia/testing": "^0.1.5", + "@pinia/testing": "^0.1.6", "@simplewebauthn/types": "^10.0.0", "@testing-library/cypress": "^10.0.2", "@testing-library/jest-dom": "^6.4.8", @@ -5276,9 +5276,9 @@ "license": "MIT" }, "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" @@ -5287,7 +5287,7 @@ "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=2.2.1" + "pinia": ">=2.2.3" } }, "node_modules/@pinia/testing/node_modules/vue-demi": { @@ -23290,9 +23290,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 9d74161066dc4..2a02d5eb9404b 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/typings": "^1.9.1", "@nextcloud/webpack-vue-config": "^6.0.1", - "@pinia/testing": "^0.1.5", + "@pinia/testing": "^0.1.6", "@simplewebauthn/types": "^10.0.0", "@testing-library/cypress": "^10.0.2", "@testing-library/jest-dom": "^6.4.8",