Skip to content

Commit

Permalink
fix: deps upgrade, node 20.10 container
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Nov 29, 2023
1 parent faaed55 commit a8cafe8
Show file tree
Hide file tree
Showing 2 changed files with 768 additions and 928 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"@hapi/vision": "^7.0.3",
"@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/core": "^19.2.12",
"@microfleet/core-types": "^2.2.12",
"@microfleet/plugin-amqp": "^2.2.12",
"@microfleet/plugin-consul": "^4.2.12",
"@microfleet/plugin-dlock": "^2.2.12",
"@microfleet/plugin-hapi": "^2.2.12",
"@microfleet/plugin-logger": "2.2.12",
"@microfleet/plugin-opentracing": "^2.2.12",
"@microfleet/plugin-prometheus": "^2.2.12",
"@microfleet/plugin-redis-cluster": "^2.2.12",
"@microfleet/plugin-redis-core": "^2.2.12",
"@microfleet/plugin-redis-sentinel": "^2.2.12",
"@microfleet/plugin-router": "^2.2.12",
"@microfleet/plugin-router-amqp": "^2.2.12",
"@microfleet/plugin-router-hapi": "^2.2.12",
"@microfleet/plugin-signed-request": "^2.2.12",
"@microfleet/plugin-validator": "^2.2.12",
"@microfleet/transport-amqp": "^17.7.2",
"@microfleet/utils": "^2.2.12",
"@microfleet/validation": "^11.1.3",
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
Expand All @@ -75,7 +75,7 @@
"handlebars": "^4.7.8",
"ioredis": "^4.28.5",
"is": "^3.3.0",
"jose": "^5.1.1",
"jose": "^5.1.2",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"jwks-rsa": "^3.1.0",
Expand All @@ -85,7 +85,7 @@
"ms-flakeless": "^4.7.2",
"ms-mailer-client": "^8.2.0",
"ms-token": "^5.0.1",
"nanoid": "^3.3.6",
"nanoid": "^3.3.7",
"otplib": "^12.0.1",
"p-retry": "^4.6.2",
"password-generator": "^2.3.2",
Expand All @@ -98,7 +98,7 @@
"serialize-javascript": "^6.0.1",
"sonic-boom": "^3.7.0",
"tough-cookie": "^4.1.3",
"undici": "^5.27.2",
"undici": "^5.28.1",
"uuid": "^9.0.1",
"yargs": "^17.7.2",
"z32": "^1.0.1",
Expand All @@ -115,7 +115,7 @@
"chai": "^4.3.10",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-mocha": "^10.2.0",
Expand All @@ -126,14 +126,14 @@
"json": "^11.0.0",
"md5": "^2.3.0",
"mocha": "^10.2.0",
"nock": "^13.3.8",
"nock": "^13.4.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rfdc": "^1.3.0",
"rimraf": "^5.0.5",
"semantic-release": "22.0.7",
"semantic-release": "22.0.8",
"sinon": "^17.0.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"why-is-node-running": "^2.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit a8cafe8

Please sign in to comment.