Bump @vue/test-utils from 1.2.2 to 1.3.0

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.3.0/packages/test-utils)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-20 02:04:23 +00:00
committed by GitHub
parent 800412237d
commit 7aa35bb728
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4",
"@relative-ci/agent": "^3.0.0",
"@vue/test-utils": "^1.2.2",
"@vue/test-utils": "^1.3.0",
"jest": "^27.3.1",
"jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7"
@@ -3847,9 +3847,9 @@
}
},
"node_modules/@vue/test-utils": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.2.2.tgz",
"integrity": "sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.0.tgz",
"integrity": "sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==",
"dev": true,
"dependencies": {
"dom-event-types": "^1.0.0",
@@ -21636,9 +21636,9 @@
}
},
"@vue/test-utils": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.2.2.tgz",
"integrity": "sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.0.tgz",
"integrity": "sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==",
"dev": true,
"requires": {
"dom-event-types": "^1.0.0",

View File

@@ -76,7 +76,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4",
"@relative-ci/agent": "^3.0.0",
"@vue/test-utils": "^1.2.2",
"@vue/test-utils": "^1.3.0",
"jest": "^27.3.1",
"jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7"