Bump @vue/test-utils from 1.3.0 to 1.3.3

Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.0 to 1.3.3.
- [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] 2022-11-05 03:09:51 +00:00 committed by GitHub
parent 871b3ef045
commit de6709ab43
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

@ -55,7 +55,7 @@
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"ical.js": "^1.5.0",
@ -3871,9 +3871,9 @@
}
},
"node_modules/@vue/test-utils": {
"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==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.3.tgz",
"integrity": "sha512-DmZkKrH5/MSkrU0hhHhv5+aOXcEJSaOhutKMOh2viuiLiMaFeOLPiTEvtegLunO3rXBagzHO681qW1sNMaB1sQ==",
"dev": true,
"dependencies": {
"dom-event-types": "^1.0.0",
@ -19327,9 +19327,9 @@
}
},
"@vue/test-utils": {
"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==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.3.tgz",
"integrity": "sha512-DmZkKrH5/MSkrU0hhHhv5+aOXcEJSaOhutKMOh2viuiLiMaFeOLPiTEvtegLunO3rXBagzHO681qW1sNMaB1sQ==",
"dev": true,
"requires": {
"dom-event-types": "^1.0.0",

View File

@ -88,7 +88,7 @@
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"ical.js": "^1.5.0",