mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
fix: esacpe mappin template filename
This commit is contained in:
committed by
Rainer Killinger
parent
4ac6987813
commit
496e6c5bd0
13
package.json
13
package.json
@@ -10,7 +10,7 @@
|
||||
"Jovan Krunić <jovan.krunic@gmail.com>",
|
||||
"Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"Michel Jonathan Schmitz",
|
||||
"Rainer Killinger",
|
||||
"Rainer Killinger <git@killinger.co>",
|
||||
"Sebastian Lange",
|
||||
"Wieland Schöbl"
|
||||
],
|
||||
@@ -37,8 +37,8 @@
|
||||
"config": "3.1.0",
|
||||
"cors": "2.8.5",
|
||||
"elasticsearch": "16.1.1",
|
||||
"express-promise-router": "3.0.3",
|
||||
"express": "4.17.1",
|
||||
"express-promise-router": "3.0.3",
|
||||
"fs-extra": "8.0.1",
|
||||
"got": "9.6.0",
|
||||
"jsonschema": "1.2.4",
|
||||
@@ -49,13 +49,14 @@
|
||||
"node-cron": "2.0.3",
|
||||
"nodemailer": "6.2.1",
|
||||
"promise-queue": "2.2.5",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"ts-node": "8.2.0",
|
||||
"uuid": "3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.21.0",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"@types/config": "0.0.34",
|
||||
"@types/cors": "2.8.5",
|
||||
"@types/elasticsearch": "5.0.34",
|
||||
@@ -71,16 +72,16 @@
|
||||
"@types/sinon-express-mock": "1.3.7",
|
||||
"@types/supertest": "2.0.7",
|
||||
"@types/uuid": "3.4.5",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"mocha": "6.1.4",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nyc": "14.1.1",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"sinon-express-mock": "2.2.0",
|
||||
"sinon": "7.3.2",
|
||||
"sinon-express-mock": "2.2.0",
|
||||
"supertest": "4.0.2",
|
||||
"tslint": "5.18.0",
|
||||
"typedoc": "0.14.2",
|
||||
|
||||
Reference in New Issue
Block a user