aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json4
-rw-r--r--yarn.lock14
2 files changed, 1 insertions, 17 deletions
diff --git a/package.json b/package.json
index b416e9501..7d8dd6225 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,6 @@
37 "i18n:generate": "scripty", 37 "i18n:generate": "scripty",
38 "plugin:install": "node ./dist/scripts/plugin/install.js", 38 "plugin:install": "node ./dist/scripts/plugin/install.js",
39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js", 39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
40 "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
41 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", 40 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
42 "reset-password": "node ./dist/scripts/reset-password.js", 41 "reset-password": "node ./dist/scripts/reset-password.js",
43 "play": "scripty", 42 "play": "scripty",
@@ -202,8 +201,7 @@
202 "ts-node": "8.5.4", 201 "ts-node": "8.5.4",
203 "tslint": "^5.7.0", 202 "tslint": "^5.7.0",
204 "tslint-config-standard": "^9.0.0", 203 "tslint-config-standard": "^9.0.0",
205 "typescript": "^3.7.2", 204 "typescript": "^3.7.2"
206 "xliff": "^4.0.0"
207 }, 205 },
208 "scripty": { 206 "scripty": {
209 "silent": true 207 "silent": true
diff --git a/yarn.lock b/yarn.lock
index 76ce7ed27..57a9e768a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6566,20 +6566,6 @@ xhr2@^0.1.4:
6566 resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.1.4.tgz#7f87658847716db5026323812f818cadab387a5f" 6566 resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.1.4.tgz#7f87658847716db5026323812f818cadab387a5f"
6567 integrity sha1-f4dliEdxbbUCYyOBL4GMras4el8= 6567 integrity sha1-f4dliEdxbbUCYyOBL4GMras4el8=
6568 6568
6569xliff@^4.0.0:
6570 version "4.3.2"
6571 resolved "https://registry.yarnpkg.com/xliff/-/xliff-4.3.2.tgz#ef9655abce99f4c60efbc8b6d019c3c55e543315"
6572 integrity sha512-NmI1Q1Zx8tyMl87XmoQnOPQaR7hvgzHhGArskwmUB6Tvyo0PxPkMq59wlyOtV/fNFEhobQqtW/TkpXvuF0RFng==
6573 dependencies:
6574 xml-js "1.6.11"
6575
6576xml-js@1.6.11:
6577 version "1.6.11"
6578 resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9"
6579 integrity sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==
6580 dependencies:
6581 sax "^1.2.4"
6582
6583xml2js@^0.4.4: 6569xml2js@^0.4.4:
6584 version "0.4.23" 6570 version "0.4.23"
6585 resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66" 6571 resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"