Bump @testing-library/vue from 5.8.1 to 5.8.2

Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.1...v5.8.2)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-07 01:03:36 +00:00 committed by GitHub
parent 30d8704bf3
commit 8c227064f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -80,7 +80,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.2.1",
"@testing-library/vue": "^5.8.1",
"@testing-library/vue": "^5.8.2",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^5.2.7",
@ -7544,9 +7544,9 @@
}
},
"node_modules/@testing-library/vue": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.1.tgz",
"integrity": "sha512-QX9L6dlJXi/6gfmf+yQBB9lmjGo5iI5xSwpRPJ2ma36D5aXwliHGkJg+w3aPaHDvkbEzxZSmXMt0jvP06BJZVA==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.2.tgz",
"integrity": "sha512-evsQjLw3T/c92ZsXflZMzSN72P06VlgUZMIcrRKn5n9ZX7QgQyebB3DgdmPACf6JgNfP8Y3Lm2212FmeMnWlZw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
@ -29525,9 +29525,9 @@
}
},
"@testing-library/vue": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.1.tgz",
"integrity": "sha512-QX9L6dlJXi/6gfmf+yQBB9lmjGo5iI5xSwpRPJ2ma36D5aXwliHGkJg+w3aPaHDvkbEzxZSmXMt0jvP06BJZVA==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.2.tgz",
"integrity": "sha512-evsQjLw3T/c92ZsXflZMzSN72P06VlgUZMIcrRKn5n9ZX7QgQyebB3DgdmPACf6JgNfP8Y3Lm2212FmeMnWlZw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@ -96,7 +96,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.2.1",
"@testing-library/vue": "^5.8.1",
"@testing-library/vue": "^5.8.2",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^5.2.7",