Bump @vue/test-utils from 1.1.4 to 1.2.0

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.1.4 to 1.2.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.2.0/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-03 10:44:31 +00:00
committed by GitHub
parent 740a06e2a5
commit 44525c1f22
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5714,9 +5714,9 @@
}
},
"@vue/test-utils": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.1.4.tgz",
"integrity": "sha512-9BeL8IqGvJKy553lq/07rhYURQkpS/k+j19rJ/4eDpGJk7z872M0YrBWFhjS14yMKlvYVYOCfWnVIXyrAx0xNw==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.2.0.tgz",
"integrity": "sha512-poBTLqeJYNq1TXVhtVfnY8vELUVOFdJY8KZZoUuaAkIqPTWsxonU1M8nMWpZT+xEMrM+49+YcuEqtMHVD9Q9gw==",
"dev": true,
"requires": {
"dom-event-types": "^1.0.0",

View File

@@ -78,7 +78,7 @@
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@relative-ci/agent": "^1.5.0",
"@vue/test-utils": "^1.1.4",
"@vue/test-utils": "^1.2.0",
"acorn": "^8.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",