diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-22 07:00:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 07:00:51 +0000 |
commit | 1259faba627f368099f09f8aa5eca367fa4e0b98 (patch) | |
tree | a5c65a5f3643a062a7f975c5a4d8284fddefac71 | |
parent | 563c0e5bffb3f818fa3d4ee8bfaf839862c468e0 (diff) | |
parent | e7db199355cd6b2b13a507be2f886d6befb8a1c6 (diff) | |
download | nextcloud-server-1259faba627f368099f09f8aa5eca367fa4e0b98.tar.gz nextcloud-server-1259faba627f368099f09f8aa5eca367fa4e0b98.zip |
Merge pull request #37889 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.0.16
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index fe284a2f034..335255de34d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,7 +99,7 @@ "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.5.0", - "@pinia/testing": "^0.0.15", + "@pinia/testing": "^0.0.16", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", @@ -4301,9 +4301,9 @@ } }, "node_modules/@pinia/testing": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.15.tgz", - "integrity": "sha512-Ykz5sPUVDphDMssA27+ExPSzxqfn7Y3jax77KA0AChDB6ODu31CnXIwoiUG+U5WA6ey7gzHkZh8wlnAtzVnB8g==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.16.tgz", + "integrity": "sha512-oa5kO82hzWekqMq1HTnS/b+ZM+ZKEcEApuuCTelvKK79jTxg7P026Qw8/2RbVn5eUGAvRWQu4ubObrshVqCRjQ==", "dev": true, "dependencies": { "vue-demi": "*" @@ -4312,7 +4312,7 @@ "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=2.0.31" + "pinia": ">=2.0.34" } }, "node_modules/@pinia/testing/node_modules/vue-demi": { @@ -29325,9 +29325,9 @@ } }, "@pinia/testing": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.15.tgz", - "integrity": "sha512-Ykz5sPUVDphDMssA27+ExPSzxqfn7Y3jax77KA0AChDB6ODu31CnXIwoiUG+U5WA6ey7gzHkZh8wlnAtzVnB8g==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.0.16.tgz", + "integrity": "sha512-oa5kO82hzWekqMq1HTnS/b+ZM+ZKEcEApuuCTelvKK79jTxg7P026Qw8/2RbVn5eUGAvRWQu4ubObrshVqCRjQ==", "dev": true, "requires": { "vue-demi": "*" diff --git a/package.json b/package.json index 7d90088b327..f5c69286d98 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.5.0", - "@pinia/testing": "^0.0.15", + "@pinia/testing": "^0.0.16", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", |