aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-15 19:20:32 +0000
committerGitHub <noreply@github.com>2024-09-15 19:20:32 +0000
commit9e7d588dbf6f112eb89f161a192be1fc788b8331 (patch)
tree5e49b653b0e7732c64b62506b0a03c7fbf8ffb80
parent02c834eeeb73bc9a4dd7c5435dd0b9ee44d5c4a2 (diff)
parent777191ade4b69d30de40a44ddb47a7d353a2945b (diff)
downloadnextcloud-server-9e7d588dbf6f112eb89f161a192be1fc788b8331.tar.gz
nextcloud-server-9e7d588dbf6f112eb89f161a192be1fc788b8331.zip
Merge pull request #47814 from nextcloud/dependabot/npm_and_yarn/stable30/pinia/testing-0.1.5
-rw-r--r--package-lock.json13
-rw-r--r--package.json2
2 files changed, 7 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index d48c3e25924..09c0de971dd 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.3",
+ "@pinia/testing": "^0.1.5",
"@simplewebauthn/types": "^10.0.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.4.8",
@@ -5433,19 +5433,18 @@
"license": "MIT"
},
"node_modules/@pinia/testing": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.4.tgz",
- "integrity": "sha512-DJ3oXYqVa6SfAngZoUmKKBp+WmQ50XV41NWThgX49p66ptTeR756QRXd0lg42FC17sIWlAbtc9EEiu1T8Yzoig==",
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.5.tgz",
+ "integrity": "sha512-AcGzuotkzhRoF00htuxLfIPBBHVE6HjjB3YC5Y3os8vRgKu6ipknK5GBQq9+pduwYQhZ+BcCZDC9TyLAUlUpoQ==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "vue-demi": "^0.14.8"
+ "vue-demi": "^0.14.10"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
- "pinia": ">=2.2.0"
+ "pinia": ">=2.2.1"
}
},
"node_modules/@pinia/testing/node_modules/vue-demi": {
diff --git a/package.json b/package.json
index 7881d38ab4d..ed55f77e003 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.3",
+ "@pinia/testing": "^0.1.5",
"@simplewebauthn/types": "^10.0.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.4.8",