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

github.com/nextcloud/richdocuments.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>2021-07-24 04:02:46 +0300
committerGitHub <noreply@github.com>2021-07-24 04:02:46 +0300
commitae280b83a94bcee1a9e12b5450841f0200311975 (patch)
treea5a1c79e102ba3b43ff45fa145bb69d71783cd7f
parent14c4160fd954224113d98a9cb12bf91953c79e14 (diff)
Bump @vue/test-utils from 1.2.1 to 1.2.2
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.2.1 to 1.2.2. - [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.2/packages/test-utils) --- 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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 1685a15e..c454fcc4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6469,9 +6469,9 @@
}
},
"@vue/test-utils": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.2.1.tgz",
- "integrity": "sha512-WBRdWNJwWTodJlV9mjunTrhgfsTPI5tMuxsCxqSmQs+vyB3ccZIYixnBrkxpKRsXyah/RtEv6+kUPZhnLd9smA==",
+ "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==",
"dev": true,
"requires": {
"dom-event-types": "^1.0.0",
diff --git a/package.json b/package.json
index ea2598b8..6c5c0c35 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
- "@vue/test-utils": "^1.2.1",
+ "@vue/test-utils": "^1.2.2",
"acorn": "^8.4.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",