Merge pull request #3028 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.1.4

Bump @vue/test-utils from 1.1.3 to 1.1.4
This commit is contained in:
Christoph Wurst 2021-04-19 08:57:48 +02:00 committed by GitHub
commit 3b16846044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4346,9 +4346,9 @@
}
},
"@vue/test-utils": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.1.3.tgz",
"integrity": "sha512-BAY1Cwe9JpkJseimC295EW3YlAmgIJI9OPkg2FSP62+PHZooB0B+wceDi9TYyU57oqzL0yLbcP73JKFpKiLc9A==",
"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==",
"dev": true,
"requires": {
"dom-event-types": "^1.0.0",

View File

@ -88,7 +88,7 @@
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^1.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@vue/test-utils": "^1.1.3",
"@vue/test-utils": "^1.1.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",