Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-30 15:48:43 +0300
committerGitHub <noreply@github.com>2022-03-30 15:48:43 +0300
commitff07fd5403788845493b329a9b9fec86ffa41a94 (patch)
tree92b6e0929a9ffb69e932a6b21b1ab4be4b2c99da
parent070be9103172bea470c33a554c94c7c44eace7b5 (diff)
Bump @vue/test-utils from 1.2.2 to 1.3.0dependabot/npm_and_yarn/vue/test-utils-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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 679ba83..a66b742 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@vue/babel-preset-app": "^4.5.15",
- "@vue/test-utils": "^1.2.2",
+ "@vue/test-utils": "^1.3.0",
"babel-loader": "^8.2.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.4",
@@ -4288,9 +4288,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",
@@ -17810,9 +17810,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",
diff --git a/package.json b/package.json
index 0d4c73d..b23b97c 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@vue/babel-preset-app": "^4.5.15",
- "@vue/test-utils": "^1.2.2",
+ "@vue/test-utils": "^1.3.0",
"babel-loader": "^8.2.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.4",