diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-21 03:05:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 03:05:26 +0000 |
commit | fc7a959c8d7dee9a8a412f6926150bc3831320c4 (patch) | |
tree | d8203c370719d51d7c51d4f68e4b53a8683228fb | |
parent | 81f9fc02f89c9cb2334e5bfa4e874d36f47f4cca (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/pinia/testing-0.1.7.tar.gz nextcloud-server-dependabot/npm_and_yarn/pinia/testing-0.1.7.zip |
chore(deps-dev): bump @pinia/testing from 0.1.6 to 0.1.7dependabot/npm_and_yarn/pinia/testing-0.1.7
Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.6...@pinia/testing@0.1.7)
---
updated-dependencies:
- dependency-name: "@pinia/testing"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 10 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index f157d915f6e..64fd6fd4b48 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", @@ -4661,9 +4661,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" @@ -4672,7 +4672,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 dbb84320df1..1c4fb46c8cc 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", |