Chore(deps-dev): Bump @vue/test-utils from 1.3.3 to 1.3.4

Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/commits)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  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] 2023-02-18 04:43:21 +00:00 committed by GitHub
parent 2618a35962
commit 0c195f1509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -39,7 +39,7 @@
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.3.0"
"@vue/test-utils": "^1.3.4"
},
"engines": {
"node": "^16.0.0",
@ -3401,9 +3401,9 @@
}
},
"node_modules/@vue/test-utils": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.3.tgz",
"integrity": "sha512-DmZkKrH5/MSkrU0hhHhv5+aOXcEJSaOhutKMOh2viuiLiMaFeOLPiTEvtegLunO3rXBagzHO681qW1sNMaB1sQ==",
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.4.tgz",
"integrity": "sha512-yh2sbosCxk5FfwjXYXdY9rUffaJqYEFjsod5sCD4oosRn2x8LfBLEzQH0scdo5n7z8VkBUThpYzbkI6DVAWimA==",
"dev": true,
"dependencies": {
"dom-event-types": "^1.0.0",

View File

@ -52,7 +52,7 @@
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.3.0"
"@vue/test-utils": "^1.3.4"
},
"engines": {
"node": "^16.0.0",