Skip to content

Commit

Permalink
fix: upgrade deps (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Nov 16, 2023
1 parent 12c88f5 commit 4828334
Show file tree
Hide file tree
Showing 4 changed files with 1,463 additions and 1,101 deletions.
2 changes: 1 addition & 1 deletion .mdeprc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (os.platform() !== 'darwin') {
} catch (e) { }
}

exports.node = "18";
exports.node = "20";
exports.in_one = false;
exports.auto_compose = true;
exports.with_local_compose = true;
Expand Down
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,37 @@
"consul": "^0.40.0"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.3.1",
"@fastify/deepmerge": "^1.3.0",
"@hapi/bell": "^13.0.1",
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"@hapi/vision": "^7.0.3",
"@microfleet/core": "^19.2.8",
"@microfleet/core-types": "^2.2.8",
"@microfleet/plugin-amqp": "^2.2.8",
"@microfleet/plugin-consul": "^4.2.8",
"@microfleet/plugin-dlock": "^2.2.8",
"@microfleet/plugin-hapi": "^2.2.8",
"@microfleet/plugin-logger": "2.2.8",
"@microfleet/plugin-opentracing": "^2.2.8",
"@microfleet/plugin-prometheus": "^2.2.8",
"@microfleet/plugin-redis-cluster": "^2.2.8",
"@microfleet/plugin-redis-core": "^2.2.8",
"@microfleet/plugin-redis-sentinel": "^2.2.8",
"@microfleet/plugin-router": "^2.2.8",
"@microfleet/plugin-router-amqp": "^2.2.8",
"@microfleet/plugin-router-hapi": "^2.2.8",
"@microfleet/plugin-signed-request": "^2.2.8",
"@microfleet/plugin-validator": "^2.2.8",
"@microfleet/transport-amqp": "^17.4.0",
"@microfleet/utils": "^2.2.8",
"@microfleet/core": "^19.2.11",
"@microfleet/core-types": "^2.2.11",
"@microfleet/plugin-amqp": "^2.2.11",
"@microfleet/plugin-consul": "^4.2.11",
"@microfleet/plugin-dlock": "^2.2.11",
"@microfleet/plugin-hapi": "^2.2.11",
"@microfleet/plugin-logger": "2.2.11",
"@microfleet/plugin-opentracing": "^2.2.11",
"@microfleet/plugin-prometheus": "^2.2.11",
"@microfleet/plugin-redis-cluster": "^2.2.11",
"@microfleet/plugin-redis-core": "^2.2.11",
"@microfleet/plugin-redis-sentinel": "^2.2.11",
"@microfleet/plugin-router": "^2.2.11",
"@microfleet/plugin-router-amqp": "^2.2.11",
"@microfleet/plugin-router-hapi": "^2.2.11",
"@microfleet/plugin-signed-request": "^2.2.11",
"@microfleet/plugin-validator": "^2.2.11",
"@microfleet/transport-amqp": "^17.7.0",
"@microfleet/utils": "^2.2.11",
"@microfleet/validation": "^11.1.3",
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
"ajv-formats": "^2.1.1",
"async": "^3.2.4",
"async": "^3.2.5",
"bluebird": "^3.7.2",
"bytes": "^3.1.2",
"camelcase": "^7.0.1",
Expand All @@ -70,36 +70,36 @@
"flake-idgen": "^1.4.0",
"get-stdin": "^8.0.0",
"get-value": "^3.0.1",
"glob": "^10.3.4",
"glob": "^10.3.10",
"got": "^11.8.6",
"handlebars": "^4.7.8",
"ioredis": "^4.28.5",
"is": "^3.3.0",
"jose": "^4.14.5",
"jose": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"jwks-rsa": "^3.0.1",
"jwks-rsa": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ms-conf": "^8.2.1",
"ms-flakeless": "^4.6.4",
"ms-flakeless": "^4.7.2",
"ms-mailer-client": "^8.2.0",
"ms-token": "^5.0.1",
"nanoid": "^3.3.6",
"otplib": "^12.0.1",
"p-retry": "^4.6.2",
"password-generator": "^2.3.2",
"prom-client": "^14.2.0",
"prom-client": "^15.0.0",
"qs": "^6.11.2",
"redis-filtered-sort": "^2.5.0",
"scrypt-kdf": "^2.0.1",
"secure-json-parse": "^2.7.0",
"serialize-error": "^8.1.0",
"serialize-javascript": "^6.0.1",
"sonic-boom": "^3.3.0",
"sonic-boom": "^3.7.0",
"tough-cookie": "^4.1.3",
"undici": "^5.23.0",
"uuid": "^9.0.0",
"undici": "^5.27.2",
"uuid": "^9.0.1",
"yargs": "^17.7.2",
"z32": "^1.0.1",
"zxcvbn": "^4.4.2"
Expand All @@ -112,27 +112,27 @@
"apidoc": "^1.2.0",
"apidoc-plugin-schema": "^0.1.8",
"c8": "^8.0.1",
"chai": "^4.3.8",
"chai": "^4.3.10",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"eslint-config-makeomatic": "^5.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint": "^8.53.0",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"http-signature": "^1.3.6",
"eslint-plugin-unicorn": "^49.0.0",
"http-signature": "^1.4.0",
"hyperid": "^3.1.1",
"json": "^11.0.0",
"md5": "^2.3.0",
"mocha": "^10.2.0",
"nock": "^13.3.3",
"nock": "^13.3.8",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rfdc": "^1.3.0",
"rimraf": "^5.0.1",
"semantic-release": "21.1.1",
"sinon": "^15.2.0",
"rimraf": "^5.0.5",
"semantic-release": "22.0.7",
"sinon": "^17.0.1",
"typescript": "^5.2.2",
"why-is-node-running": "^2.2.2"
},
Expand Down
Loading

0 comments on commit 4828334

Please sign in to comment.