mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
refactor: update all
This commit is contained in:
608
package-lock.json
generated
608
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -37,10 +37,10 @@
|
|||||||
"@openstapps/core": "0.70.0",
|
"@openstapps/core": "0.70.0",
|
||||||
"@openstapps/core-tools": "0.32.0",
|
"@openstapps/core-tools": "0.32.0",
|
||||||
"@openstapps/logger": "1.0.0",
|
"@openstapps/logger": "1.0.0",
|
||||||
"@types/node": "14.18.24",
|
"@types/node": "14.18.31",
|
||||||
"config": "3.3.7",
|
"config": "3.3.8",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"express": "4.18.1",
|
"express": "4.18.2",
|
||||||
"express-prom-bundle": "6.5.0",
|
"express-prom-bundle": "6.5.0",
|
||||||
"express-promise-router": "4.1.1",
|
"express-promise-router": "4.1.1",
|
||||||
"got": "11.8.5",
|
"got": "11.8.5",
|
||||||
@@ -49,8 +49,8 @@
|
|||||||
"nock": "13.2.9",
|
"nock": "13.2.9",
|
||||||
"node-cache": "5.1.2",
|
"node-cache": "5.1.2",
|
||||||
"node-cron": "3.0.2",
|
"node-cron": "3.0.2",
|
||||||
"nodemailer": "6.7.8",
|
"nodemailer": "6.8.0",
|
||||||
"prom-client": "14.0.1",
|
"prom-client": "14.1.0",
|
||||||
"promise-queue": "2.2.5",
|
"promise-queue": "2.2.5",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"uuid": "8.3.2"
|
"uuid": "8.3.2"
|
||||||
@@ -59,18 +59,18 @@
|
|||||||
"@openstapps/configuration": "0.33.0",
|
"@openstapps/configuration": "0.33.0",
|
||||||
"@openstapps/es-mapping-generator": "0.3.0",
|
"@openstapps/es-mapping-generator": "0.3.0",
|
||||||
"@openstapps/eslint-config": "1.1.0",
|
"@openstapps/eslint-config": "1.1.0",
|
||||||
"@testdeck/mocha": "0.2.0",
|
"@testdeck/mocha": "0.2.1",
|
||||||
"@types/chai": "4.3.3",
|
"@types/chai": "4.3.3",
|
||||||
"@types/chai-as-promised": "7.1.5",
|
"@types/chai-as-promised": "7.1.5",
|
||||||
"@types/config": "3.3.0",
|
"@types/config": "3.3.0",
|
||||||
"@types/cors": "2.8.12",
|
"@types/cors": "2.8.12",
|
||||||
"@types/elasticsearch": "5.0.40",
|
"@types/elasticsearch": "5.0.40",
|
||||||
"@types/express": "4.17.13",
|
"@types/express": "4.17.14",
|
||||||
"@types/geojson": "1.0.6",
|
"@types/geojson": "1.0.6",
|
||||||
"@types/mocha": "9.1.1",
|
"@types/mocha": "9.1.1",
|
||||||
"@types/morgan": "1.9.3",
|
"@types/morgan": "1.9.3",
|
||||||
"@types/node-cron": "3.0.2",
|
"@types/node-cron": "3.0.4",
|
||||||
"@types/nodemailer": "6.4.5",
|
"@types/nodemailer": "6.4.6",
|
||||||
"@types/promise-queue": "2.2.0",
|
"@types/promise-queue": "2.2.0",
|
||||||
"@types/sinon-express-mock": "1.3.9",
|
"@types/sinon-express-mock": "1.3.9",
|
||||||
"@types/supertest": "2.0.12",
|
"@types/supertest": "2.0.12",
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
"chai": "4.3.6",
|
"chai": "4.3.6",
|
||||||
"chai-as-promised": "7.1.1",
|
"chai-as-promised": "7.1.1",
|
||||||
"conventional-changelog-cli": "2.2.2",
|
"conventional-changelog-cli": "2.2.2",
|
||||||
"eslint": "8.22.0",
|
"eslint": "8.25.0",
|
||||||
"eslint-config-prettier": "8.5.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-jsdoc": "39.3.6",
|
"eslint-plugin-jsdoc": "39.3.6",
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
@@ -91,11 +91,11 @@
|
|||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
"prepend-file-cli": "1.0.6",
|
"prepend-file-cli": "1.0.6",
|
||||||
"prettier": "2.7.1",
|
"prettier": "2.7.1",
|
||||||
"redoc-cli": "0.13.19",
|
"redoc-cli": "0.13.20",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"sinon": "14.0.0",
|
"sinon": "14.0.1",
|
||||||
"sinon-express-mock": "2.2.1",
|
"sinon-express-mock": "2.2.1",
|
||||||
"supertest": "6.2.4",
|
"supertest": "6.3.0",
|
||||||
"typedoc": "0.22.18",
|
"typedoc": "0.22.18",
|
||||||
"typescript": "4.4.4"
|
"typescript": "4.4.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user