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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5d7b02875..7111a5ce4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7080,9 +7080,9 @@
}
},
"@vue/test-utils": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.1.2.tgz",
- "integrity": "sha512-utbIL7zn9c+SjhybPwh48lpWCiluFCbP1yyRNAy1fQsw/6hiNFioaWy05FoVAFIZXC5WwBf+5r4ypfM1j/nI4A==",
+ "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 f51875917..ff08c687b 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
- "@vue/test-utils": "^1.1.2",
+ "@vue/test-utils": "^1.1.4",
"acorn": "^8.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",