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-04-17 04:01:39 +0300
committerGitHub <noreply@github.com>2021-04-17 04:01:39 +0300
commita987022a2ebe5a8c81cc42393f9c39b176fe39c9 (patch)
treefc741076ce6ea57750084d493b0ac614ef40d931
parent626d74831d055e2a878b3bb605409dbfffd52332 (diff)
Bump @vue/test-utils from 1.1.3 to 1.1.4
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/vuejs/vue-test-utils/releases) - [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.1.4/packages/test-utils) 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 f1c9ff15..9af25318 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5574,9 +5574,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",
diff --git a/package.json b/package.json
index 98c142b6..55916f03 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"@nextcloud/eslint-config": "^5.0.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/webpack-vue-config": "^4.0.2",
- "@vue/test-utils": "^1.1.3",
+ "@vue/test-utils": "^1.1.4",
"acorn": "^8.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",