From e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a Mon Sep 17 00:00:00 2001 From: AVVS Date: Mon, 18 Dec 2023 18:56:00 -0800 Subject: [PATCH 1/2] fix: update deps --- package.json | 10 +- packages/core-types/package.json | 20 +- packages/core/package.json | 24 +- packages/plugin-amqp/package.json | 24 +- .../plugin-aws-elasticsearch/package.json | 24 +- packages/plugin-casl/package.json | 22 +- packages/plugin-cassandra/package.json | 22 +- packages/plugin-consul/package.json | 24 +- packages/plugin-couchdb/package.json | 22 +- packages/plugin-dlock/package.json | 24 +- packages/plugin-elasticsearch/package.json | 24 +- packages/plugin-hapi/package.json | 22 +- packages/plugin-kafka-types/package.json | 20 +- packages/plugin-kafka/package.json | 28 +- packages/plugin-knex/package.json | 24 +- packages/plugin-logger/package.json | 34 +- packages/plugin-logger/src/logger.ts | 6 +- packages/plugin-opentracing/package.json | 22 +- packages/plugin-prometheus/package.json | 26 +- packages/plugin-redis-cluster/package.json | 22 +- packages/plugin-redis-core/package.json | 22 +- packages/plugin-redis-sentinel/package.json | 22 +- packages/plugin-router-amqp/package.json | 26 +- packages/plugin-router-hapi/package.json | 24 +- packages/plugin-router-socketio/package.json | 22 +- packages/plugin-router/package.json | 26 +- packages/plugin-signed-request/package.json | 28 +- packages/plugin-socketio/package.json | 26 +- packages/plugin-validator/package.json | 22 +- packages/utils/package.json | 20 +- pnpm-lock.yaml | 3054 +++++++++-------- 31 files changed, 1883 insertions(+), 1853 deletions(-) diff --git a/package.json b/package.json index 280aa3037..41d60e9b6 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ "release-it": "release-it -c .release-it.root.cjs" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@node-rs/xxhash-linux-arm64-musl": "^1.4.2", "@node-rs/xxhash-linux-x64-musl": "^1.4.2", "@release-it/conventional-changelog": "^4.3.0", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@swc/helpers": "^0.5.3", "conventional-changelog-angular": "^7.0.0", "debug": "^4.3.4", @@ -29,6 +29,6 @@ "prepend-file": "^2.0.1", "release-it": "^14.14.3", "rimraf": "^5.0.5", - "typescript": "~5.3.2" + "typescript": "~5.3.3" } } diff --git a/packages/core-types/package.json b/packages/core-types/package.json index 57b80d1e5..116835d13 100644 --- a/packages/core-types/package.json +++ b/packages/core-types/package.json @@ -28,28 +28,28 @@ "eventemitter3": "^5.0.1" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" } } diff --git a/packages/core/package.json b/packages/core/package.json index 7c44c43de..32d2063e3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "bluebird-retry": "^0.11.0", "debug": "^4.3.4", "eventemitter3": "^5.0.1", - "type-fest": "^4.8.2", + "type-fest": "^4.8.3", "yargs-parser": "^21.1.1" }, "peerDependencies": { @@ -57,34 +57,34 @@ "common-errors": "^1.x.x" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/validation": "^11.1.3", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", "@types/debug": "^4.1.12", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-amqp/package.json b/packages/plugin-amqp/package.json index b447c711c..71a23bfb6 100644 --- a/packages/plugin-amqp/package.json +++ b/packages/plugin-amqp/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/microfleet/core#readme", "dependencies": { - "@microfleet/transport-amqp": "^17.7.0", + "@microfleet/transport-amqp": "^17.7.3", "bluebird": "^3.7.2" }, "peerDependencies": { @@ -40,7 +40,7 @@ "common-errors": "~1.x.x" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/core-types": "workspace:^", "@microfleet/plugin-logger": "workspace:^", @@ -49,28 +49,28 @@ "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", "@types/sinon": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-aws-elasticsearch/package.json b/packages/plugin-aws-elasticsearch/package.json index a420208c7..aa3882a67 100644 --- a/packages/plugin-aws-elasticsearch/package.json +++ b/packages/plugin-aws-elasticsearch/package.json @@ -38,40 +38,40 @@ "@microfleet/plugin-validator": "workspace:^", "@microfleet/utils": "workspace:^", "@opensearch-project/opensearch": "^2.4.0", - "aws-sdk": "^2.1500.0", + "aws-sdk": "^2.1521.0", "aws4": "^1.12.0", "bluebird": "^3.7.2", "bluebird-retry": "^0.11.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/aws4": "^1.11.6", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-casl/package.json b/packages/plugin-casl/package.json index 26ccefe7c..90b1c80ad 100644 --- a/packages/plugin-casl/package.json +++ b/packages/plugin-casl/package.json @@ -40,35 +40,35 @@ "semver": "^7.5.4" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/plugin-router": "workspace:^", "@microfleet/plugin-validator": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", "@types/semver": "^7.5.6", "@types/sinon": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-cassandra/package.json b/packages/plugin-cassandra/package.json index 2991012a5..27d57bffe 100644 --- a/packages/plugin-cassandra/package.json +++ b/packages/plugin-cassandra/package.json @@ -41,26 +41,26 @@ "express-cassandra": "^2.9.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", @@ -68,7 +68,7 @@ "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-consul/package.json b/packages/plugin-consul/package.json index b439ef9f8..adddfcf20 100644 --- a/packages/plugin-consul/package.json +++ b/packages/plugin-consul/package.json @@ -40,34 +40,34 @@ "@microfleet/core": "workspace:^" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", "@types/consul": "^0.40.3", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "bluebird": "^3.7.2", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", - "nock": "^13.3.8", + "nock": "^13.4.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-couchdb/package.json b/packages/plugin-couchdb/package.json index d2b41c293..cbec5c78d 100644 --- a/packages/plugin-couchdb/package.json +++ b/packages/plugin-couchdb/package.json @@ -43,33 +43,33 @@ "nano": "^10.1.3" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-dlock/package.json b/packages/plugin-dlock/package.json index a3cf7758d..b4d6e2d5a 100644 --- a/packages/plugin-dlock/package.json +++ b/packages/plugin-dlock/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/microfleet/core#readme", "dependencies": { "@microfleet/core-types": "workspace:^", - "@microfleet/dlock": "^15.0.0", + "@microfleet/dlock": "^15.0.1", "@microfleet/ioredis-lock": "^5.1.0", "@microfleet/plugin-validator": "workspace:^", "@microfleet/utils": "workspace:^", @@ -42,7 +42,7 @@ "@microfleet/core": "workspace:^" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/plugin-logger": "workspace:^", "@microfleet/plugin-redis-cluster": "workspace:^", @@ -51,27 +51,27 @@ "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", "@types/ioredis": "^4.28.10", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-elasticsearch/package.json b/packages/plugin-elasticsearch/package.json index 587ce05e8..2415d1c51 100644 --- a/packages/plugin-elasticsearch/package.json +++ b/packages/plugin-elasticsearch/package.json @@ -32,7 +32,7 @@ "common-errors": "^1.2.0" }, "dependencies": { - "@elastic/elasticsearch": "^8.10.0", + "@elastic/elasticsearch": "^8.11.0", "@microfleet/core-types": "workspace:^", "@microfleet/plugin-logger": "workspace:^", "@microfleet/utils": "workspace:^", @@ -40,33 +40,33 @@ "bluebird-retry": "^0.11.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-hapi/package.json b/packages/plugin-hapi/package.json index 013950d16..c87fb103d 100644 --- a/packages/plugin-hapi/package.json +++ b/packages/plugin-hapi/package.json @@ -44,23 +44,23 @@ "common-errors": "~1.x.x" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/hapi__vision": "^5.5.7", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", @@ -68,7 +68,7 @@ "sinon": "^17.0.1", "socket.io-client": "^4.7.2", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-kafka-types/package.json b/packages/plugin-kafka-types/package.json index b66eeaf09..380c332d3 100644 --- a/packages/plugin-kafka-types/package.json +++ b/packages/plugin-kafka-types/package.json @@ -25,27 +25,27 @@ "index.d.ts" ], "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "dependencies": { "@makeomatic/node-rdkafka": "^2.17.1" diff --git a/packages/plugin-kafka/package.json b/packages/plugin-kafka/package.json index ef3fc64ac..944f81aa4 100644 --- a/packages/plugin-kafka/package.json +++ b/packages/plugin-kafka/package.json @@ -42,33 +42,33 @@ "bluebird": "^3.7.2", "bluebird-retry": "^0.11.0", "lodash": "^4.17.21", - "pino": "^8.16.2", - "readable-stream": "^4.4.2" + "pino": "^8.17.1", + "readable-stream": "^4.5.1" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", + "@types/jest": "29.5.11", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", - "@types/readable-stream": "^4.0.8", + "@types/node": "^20.10.5", + "@types/readable-stream": "^4.0.10", "@types/sinon": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "execa": "^5.1.1", "jest": "^29.7.0", @@ -77,7 +77,7 @@ "sinon": "^17.0.1", "toxiproxy-node-client": "^3.0.0", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "files": [ "lib/", diff --git a/packages/plugin-knex/package.json b/packages/plugin-knex/package.json index 0cfa71d3f..30aa56bcb 100644 --- a/packages/plugin-knex/package.json +++ b/packages/plugin-knex/package.json @@ -40,37 +40,37 @@ "@microfleet/utils": "workspace:^", "bluebird": "^3.7.2", "bluebird-retry": "^0.11.0", - "knex": "^3.0.1", + "knex": "^3.1.0", "pg": "^8.11.3" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/bluebird-retry": "^0.11.8", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-logger/package.json b/packages/plugin-logger/package.json index 34178a0e7..57166c737 100644 --- a/packages/plugin-logger/package.json +++ b/packages/plugin-logger/package.json @@ -38,41 +38,41 @@ "@microfleet/core-types": "workspace:^", "@microfleet/plugin-validator": "workspace:^", "@microfleet/utils": "workspace:^", - "@sentry/utils": "^7.81.1", + "@sentry/utils": "^7.88.0", "lodash.merge": "^4.6.2", "lsmod": "^1.0.0", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-abstract-transport": "^1.1.0", - "pino-pretty": "^10.2.3", + "pino-pretty": "^10.3.0", "sonic-boom": "3.7.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", - "@sentry/node": "^7.81.1", - "@sentry/types": "^7.81.1", + "@sentry/node": "^7.88.0", + "@sentry/types": "^7.88.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", "@types/lodash.merge": "^4.6.9", - "@types/mocha": "^10.0.5", - "@types/node": "^20.9.3", + "@types/mocha": "^10.0.6", + "@types/node": "^20.10.5", "@types/sinon": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "bluebird": "^3.7.2", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", - "fastify": "^4.24.3", + "fastify": "^4.25.1", "jest": "^29.7.0", "mocha": "^10.2.0", "release-it": "^14.14.3", @@ -81,7 +81,7 @@ "sinon": "^17.0.1", "tempy": "^1.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-logger/src/logger.ts b/packages/plugin-logger/src/logger.ts index 60273a32a..5e6b81f1c 100644 --- a/packages/plugin-logger/src/logger.ts +++ b/packages/plugin-logger/src/logger.ts @@ -94,12 +94,12 @@ export interface StreamConfiguration { [streamName: string]: any; } -export type Logger = pino.Logger +export type Logger = pino.Logger // @TODO use pino.ThreadStream type in future https://github.com/pinojs/pino/blob/v7.6.3/pino.d.ts#L31 export type ThreadStream = any export interface LoggerConfig { - defaultLogger: pino.Logger | boolean | pino.TransportBaseOptions; + defaultLogger: Logger | boolean | pino.TransportBaseOptions; prettifyDefaultLogger: boolean; debug: boolean; name: string; @@ -122,7 +122,7 @@ declare module '@microfleet/core-types' { export const levels = ['trace', 'debug', 'info', 'warn', 'error', 'fatal'] as const -export const isCompatible = (obj: unknown): obj is pino.Logger => { +export const isCompatible = (obj: unknown): obj is Logger => { return typeof obj === 'object' && obj !== null && levels.every((level) => typeof (obj as Record)[level] === 'function') diff --git a/packages/plugin-opentracing/package.json b/packages/plugin-opentracing/package.json index 376f31662..a88ba2405 100644 --- a/packages/plugin-opentracing/package.json +++ b/packages/plugin-opentracing/package.json @@ -38,32 +38,32 @@ "jaeger-client": "^3.19.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/common-errors": "^1.0.5", "@types/jaeger-client": "^3.18.7", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-prometheus/package.json b/packages/plugin-prometheus/package.json index 1119ae60f..79b7e683e 100644 --- a/packages/plugin-prometheus/package.json +++ b/packages/plugin-prometheus/package.json @@ -33,39 +33,39 @@ "dependencies": { "@microfleet/core-types": "workspace:^", "@microfleet/utils": "workspace:^", - "prom-client": "^15.0.0", + "prom-client": "^15.1.0", "semver": "^7.5.4" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/plugin-router": "workspace:^", "@microfleet/plugin-validator": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", "@types/semver": "^7.5.6", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2", - "undici": "^5.27.2" + "typescript": "~5.3.3", + "undici": "^6.0.1" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-redis-cluster/package.json b/packages/plugin-redis-cluster/package.json index 06b8850d7..44fe77566 100644 --- a/packages/plugin-redis-cluster/package.json +++ b/packages/plugin-redis-cluster/package.json @@ -44,27 +44,27 @@ "promise-toolbox": "^0.21.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", "@types/debug": "^4.1.12", "@types/ioredis": "^4.28.10", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "ioredis": "^4.28.3", "jest": "^29.7.0", @@ -72,7 +72,7 @@ "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-redis-core/package.json b/packages/plugin-redis-core/package.json index 013dff578..a5c98f9a9 100644 --- a/packages/plugin-redis-core/package.json +++ b/packages/plugin-redis-core/package.json @@ -37,26 +37,26 @@ "sort-by": "^1.2.0" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/common-errors": "^1.0.5", "@types/debug": "^4.1.12", "@types/glob": "^8.1.0", "@types/ioredis": "^4.28.10", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "ioredis": "^4.28.5", "jest": "^29.7.0", @@ -64,7 +64,7 @@ "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-redis-sentinel/package.json b/packages/plugin-redis-sentinel/package.json index 93a6ca329..fb658c674 100644 --- a/packages/plugin-redis-sentinel/package.json +++ b/packages/plugin-redis-sentinel/package.json @@ -40,27 +40,27 @@ "debug": "^4.3.4" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", "@types/debug": "^4.1.12", "@types/ioredis": "^4.28.10", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "ioredis": "^4.28.5", "jest": "^29.7.0", @@ -68,7 +68,7 @@ "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-router-amqp/package.json b/packages/plugin-router-amqp/package.json index 32e502fc8..9cf72395e 100644 --- a/packages/plugin-router-amqp/package.json +++ b/packages/plugin-router-amqp/package.json @@ -38,13 +38,13 @@ "common-errors": "~1.x.x" }, "dependencies": { - "@microfleet/amqp-coffee": "^2.7.0", - "@microfleet/transport-amqp": "^17.7.0", + "@microfleet/amqp-coffee": "^2.7.2", + "@microfleet/transport-amqp": "^17.7.3", "bluebird": "^3.7.2", "lodash": "^4.17.21" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/core-types": "workspace:^", "@microfleet/plugin-amqp": "workspace:^", @@ -53,29 +53,29 @@ "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", + "@types/jest": "29.5.11", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", + "@types/node": "^20.10.5", "@types/sinon": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-router-hapi/package.json b/packages/plugin-router-hapi/package.json index fd2df273f..acb8fbec9 100644 --- a/packages/plugin-router-hapi/package.json +++ b/packages/plugin-router-hapi/package.json @@ -46,7 +46,7 @@ "common-errors": "~1.x.x" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/plugin-hapi": "workspace:^", "@microfleet/plugin-opentracing": "workspace:^", @@ -55,25 +55,25 @@ "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/cheerio": "^0.22.35", "@types/common-errors": "^1.0.5", "@types/get-value": "^3.0.5", - "@types/jest": "29.5.9", + "@types/jest": "29.5.11", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "bluebird": "^3.7.2", "cheerio": "1.0.0-rc.12", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "handlebars": "^4.7.8", "jest": "^29.7.0", @@ -81,8 +81,8 @@ "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2", - "undici": "^5.27.2" + "typescript": "~5.3.3", + "undici": "^6.0.1" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-router-socketio/package.json b/packages/plugin-router-socketio/package.json index 12e13975a..12353beec 100644 --- a/packages/plugin-router-socketio/package.json +++ b/packages/plugin-router-socketio/package.json @@ -42,23 +42,23 @@ "common-errors": "~1.x.x" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", - "@types/jest": "29.5.9", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", + "@types/jest": "29.5.11", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", @@ -66,7 +66,7 @@ "sinon": "^17.0.1", "socket.io-client": "^4.7.2", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-router/package.json b/packages/plugin-router/package.json index a0979df2b..3a1826b22 100644 --- a/packages/plugin-router/package.json +++ b/packages/plugin-router/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/microfleet/core#readme", "dependencies": { "@hapi/boom": "^10.0.1", - "@microfleet/transport-amqp": "^17.7.0", + "@microfleet/transport-amqp": "^17.7.3", "@microfleet/validation": "^11.1.3", "fast-querystring": "^1.1.2", "glob": "^10.3.10", @@ -47,7 +47,7 @@ "common-errors": "~1.x.x" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/core-types": "workspace:^", "@microfleet/plugin-logger": "workspace:^", @@ -56,27 +56,27 @@ "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/bluebird": "^3.5.42", "@types/common-errors": "^1.0.5", "@types/glob": "^8.1.0", - "@types/jest": "29.5.9", + "@types/jest": "29.5.11", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", + "@types/node": "^20.10.5", "@types/qs": "^6.9.10", "@types/sinon": "^17.0.2", "@types/split2": "^4.2.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "bluebird": "^3.7.2", "common-errors": "^1.2.0", "cross-env": "^7.0.3", "debug": "^4.3.4", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "execa": "^5.1.1", "get-port": "^5.1.1", @@ -88,8 +88,8 @@ "split2": "^4.2.0", "tempy": "^1.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2", - "undici": "^5.27.2" + "typescript": "~5.3.3", + "undici": "^6.0.1" }, "engines": { "node": ">= 12.14.0", diff --git a/packages/plugin-signed-request/package.json b/packages/plugin-signed-request/package.json index 46829acfa..064d4633d 100644 --- a/packages/plugin-signed-request/package.json +++ b/packages/plugin-signed-request/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@hapi/hapi": "21.3.2", - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/plugin-hapi": "workspace:^", "@microfleet/plugin-router": "workspace:^", @@ -49,24 +49,24 @@ "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@types/restify": "^8.5.11", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@types/restify": "^8.5.12", "@types/semver": "^7.5.6", "@types/sinon": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", - "fastify": "^4.24.3", + "fastify": "^4.25.1", "fastify-plugin": "^4.5.1", "jest": "^29.7.0", "release-it": "^14.14.3", @@ -74,8 +74,8 @@ "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2", - "undici": "^5.27.2" + "typescript": "~5.3.3", + "undici": "^6.0.1" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/plugin-socketio/package.json b/packages/plugin-socketio/package.json index 5726d0eba..88536a77c 100644 --- a/packages/plugin-socketio/package.json +++ b/packages/plugin-socketio/package.json @@ -29,42 +29,42 @@ }, "homepage": "https://github.com/microfleet/core#readme", "dependencies": { - "@microfleet/amqp-coffee": "^2.7.0", + "@microfleet/amqp-coffee": "^2.7.2", "@microfleet/core-types": "workspace:^", "@microfleet/plugin-logger": "workspace:^", "@microfleet/plugin-router": "workspace:^", "@microfleet/plugin-validator": "workspace:^", - "@microfleet/transport-amqp": "^17.7.0", + "@microfleet/transport-amqp": "^17.7.3", "@microfleet/utils": "workspace:^", "ms-socket.io-adapter-amqp": "^9.0.1", "socket.io": "^4.7.2" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/jest": "29.5.11", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "common-errors": "^1.2.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "peerDependencies": { "@microfleet/core": "workspace:^", diff --git a/packages/plugin-validator/package.json b/packages/plugin-validator/package.json index 7385009cb..6ae434fa5 100644 --- a/packages/plugin-validator/package.json +++ b/packages/plugin-validator/package.json @@ -39,27 +39,27 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@microfleet/core": "workspace:^", "@microfleet/core-types": "workspace:^", "@microfleet/utils": "workspace:^", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/callsite": "^1.0.34", "@types/common-errors": "^1.0.5", - "@types/jest": "29.5.9", + "@types/jest": "29.5.11", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", @@ -67,7 +67,7 @@ "sinon": "^17.0.1", "ts-jest": "^29.1.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 28a07f07e..c07ce861a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -31,28 +31,28 @@ "read-pkg-up": "7.0.1" }, "devDependencies": { - "@makeomatic/deploy": "^12.11.1", + "@makeomatic/deploy": "^12.11.2", "@release-it/conventional-changelog": "^4.3.0", "@swc-node/jest": "^1.6.8", "@swc-node/register": "^1.6.8", - "@swc/core": "^1.3.99", - "@swc/core-linux-arm64-musl": "^1.3.99", - "@swc/core-linux-x64-musl": "^1.3.99", + "@swc/core": "^1.3.101", + "@swc/core-linux-arm64-musl": "^1.3.101", + "@swc/core-linux-x64-musl": "^1.3.101", "@types/lodash": "^4.14.202", - "@types/node": "^20.9.3", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "cross-env": "^7.0.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-makeomatic": "^6.0.0", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.7.0", "release-it": "^14.14.3", "rimraf": "^5.0.5", "sinon": "^17.0.1", "tsconfig-paths": "^4.2.0", - "typescript": "~5.3.2" + "typescript": "~5.3.3" }, "engines": { "node": ">= 12.15.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed6a7c8fa..f47cd087f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@node-rs/xxhash-linux-arm64-musl': specifier: ^1.4.2 version: 1.4.2 @@ -21,14 +21,14 @@ importers: specifier: ^4.3.0 version: 4.3.0(release-it@14.14.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/helpers': specifier: ^0.5.3 version: 0.5.3 @@ -54,8 +54,8 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/core: dependencies: @@ -78,15 +78,15 @@ importers: specifier: ^5.0.1 version: 5.0.1 type-fest: - specifier: ^4.8.2 - version: 4.8.2 + specifier: ^4.8.3 + version: 4.8.3 yargs-parser: specifier: ^21.1.1 version: 21.1.1 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/validation': specifier: ^11.1.3 version: 11.1.3(common-errors@1.2.0) @@ -95,19 +95,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -121,17 +121,17 @@ importers: specifier: ^4.1.12 version: 4.1.12 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -139,20 +139,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -166,8 +166,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/core-types: dependencies: @@ -185,26 +185,26 @@ importers: version: 5.0.1 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@release-it/conventional-changelog': specifier: ^4.3.0 version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -212,32 +212,32 @@ importers: specifier: ^0.11.8 version: 0.11.8 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -251,21 +251,21 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-amqp: dependencies: '@microfleet/transport-amqp': - specifier: ^17.7.0 - version: 17.7.0(common-errors@1.2.0) + specifier: ^17.7.3 + version: 17.7.3(common-errors@1.2.0) bluebird: specifier: ^3.7.2 version: 3.7.2 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -286,19 +286,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -306,20 +306,20 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/sinon': specifier: ^17.0.2 version: 17.0.2 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -327,20 +327,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -354,8 +354,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-aws-elasticsearch: dependencies: @@ -375,8 +375,8 @@ importers: specifier: ^2.4.0 version: 2.4.0 aws-sdk: - specifier: ^2.1500.0 - version: 2.1500.0 + specifier: ^2.1521.0 + version: 2.1521.0 aws4: specifier: ^1.12.0 version: 1.12.0 @@ -388,8 +388,8 @@ importers: version: 0.11.0(bluebird@3.7.2) devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -398,19 +398,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/aws4': specifier: ^1.11.6 version: 1.11.6 @@ -424,17 +424,17 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -442,20 +442,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -469,8 +469,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-casl: dependencies: @@ -491,8 +491,8 @@ importers: version: 7.5.4 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -507,28 +507,28 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/common-errors': specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/semver': specifier: ^7.5.6 version: 7.5.6 @@ -536,11 +536,11 @@ importers: specifier: ^17.0.2 version: 17.0.2 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -548,20 +548,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -575,8 +575,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-cassandra: dependencies: @@ -603,8 +603,8 @@ importers: version: 2.9.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -613,19 +613,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -636,17 +636,17 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -654,20 +654,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -684,8 +684,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-consul: dependencies: @@ -709,8 +709,8 @@ importers: version: 0.40.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -719,19 +719,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -742,17 +742,17 @@ importers: specifier: ^0.40.3 version: 0.40.3 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) bluebird: specifier: ^3.7.2 version: 3.7.2 @@ -760,23 +760,23 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) nock: - specifier: ^13.3.8 - version: 13.3.8 + specifier: ^13.4.0 + version: 13.4.0 release-it: specifier: ^14.14.3 version: 14.14.3 @@ -790,8 +790,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-couchdb: dependencies: @@ -818,8 +818,8 @@ importers: version: 10.1.3(debug@4.3.4) devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -828,19 +828,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -851,17 +851,17 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -869,20 +869,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -896,8 +896,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-dlock: dependencies: @@ -905,8 +905,8 @@ importers: specifier: workspace:^ version: link:../core-types '@microfleet/dlock': - specifier: ^15.0.0 - version: 15.0.0(ioredis@4.28.5) + specifier: ^15.0.1 + version: 15.0.1(ioredis@4.28.5) '@microfleet/ioredis-lock': specifier: ^5.1.0 version: 5.1.0(ioredis@4.28.5) @@ -927,8 +927,8 @@ importers: version: 4.28.5 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -949,19 +949,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -972,35 +972,35 @@ importers: specifier: ^4.28.10 version: 4.28.10 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1014,14 +1014,14 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-elasticsearch: dependencies: '@elastic/elasticsearch': - specifier: ^8.10.0 - version: 8.10.0 + specifier: ^8.11.0 + version: 8.11.0 '@microfleet/core-types': specifier: workspace:^ version: link:../core-types @@ -1039,8 +1039,8 @@ importers: version: 0.11.0(bluebird@3.7.2) devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1049,19 +1049,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -1072,17 +1072,17 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -1090,20 +1090,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1117,8 +1117,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-hapi: dependencies: @@ -1151,8 +1151,8 @@ importers: version: 17.11.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1161,52 +1161,52 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/hapi__vision': specifier: ^5.5.7 version: 5.5.7 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1223,8 +1223,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-kafka: dependencies: @@ -1256,15 +1256,15 @@ importers: specifier: ^4.17.21 version: 4.17.21 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 readable-stream: - specifier: ^4.4.2 - version: 4.4.2 + specifier: ^4.5.1 + version: 4.5.1 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1273,19 +1273,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -1296,26 +1296,26 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/readable-stream': - specifier: ^4.0.8 - version: 4.0.8 + specifier: ^4.0.10 + version: 4.0.10 '@types/sinon': specifier: ^17.0.2 version: 17.0.2 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -1323,23 +1323,23 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) execa: specifier: ^5.1.1 version: 5.1.1 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1356,8 +1356,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-kafka-types: dependencies: @@ -1366,53 +1366,53 @@ importers: version: 2.17.1 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@release-it/conventional-changelog': specifier: ^4.3.0 version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1426,8 +1426,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-knex: dependencies: @@ -1450,15 +1450,15 @@ importers: specifier: ^0.11.0 version: 0.11.0(bluebird@3.7.2) knex: - specifier: ^3.0.1 - version: 3.0.1(pg@8.11.3) + specifier: ^3.1.0 + version: 3.1.0(pg@8.11.3) pg: specifier: ^8.11.3 version: 8.11.3 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1467,19 +1467,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -1490,17 +1490,17 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -1508,20 +1508,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1535,8 +1535,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-logger: dependencies: @@ -1550,8 +1550,8 @@ importers: specifier: workspace:^ version: link:../utils '@sentry/utils': - specifier: ^7.81.1 - version: 7.81.1 + specifier: ^7.88.0 + version: 7.88.0 lodash.merge: specifier: ^4.6.2 version: 4.6.2 @@ -1559,21 +1559,21 @@ importers: specifier: ^1.0.0 version: 1.0.0 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-abstract-transport: specifier: ^1.1.0 version: 1.1.0 pino-pretty: - specifier: ^10.2.3 - version: 10.2.3 + specifier: ^10.3.0 + version: 10.3.0 sonic-boom: specifier: 3.7.0 version: 3.7.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1581,26 +1581,26 @@ importers: specifier: ^4.3.0 version: 4.3.0(release-it@14.14.3) '@sentry/node': - specifier: ^7.81.1 - version: 7.81.1 + specifier: ^7.88.0 + version: 7.88.0 '@sentry/types': - specifier: ^7.81.1 - version: 7.81.1 + specifier: ^7.88.0 + version: 7.88.0 '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -1611,20 +1611,20 @@ importers: specifier: ^4.6.9 version: 4.6.9 '@types/mocha': - specifier: ^10.0.5 - version: 10.0.5 + specifier: ^10.0.6 + version: 10.0.6 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/sinon': specifier: ^17.0.2 version: 17.0.2 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) bluebird: specifier: ^3.7.2 version: 3.7.2 @@ -1635,23 +1635,23 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) fastify: - specifier: ^4.24.3 - version: 4.24.3 + specifier: ^4.25.1 + version: 4.25.1 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) mocha: specifier: ^10.2.0 version: 10.2.0 @@ -1674,8 +1674,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-opentracing: dependencies: @@ -1696,8 +1696,8 @@ importers: version: 3.19.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1706,19 +1706,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/common-errors': specifier: ^1.0.5 version: 1.0.5 @@ -1726,17 +1726,17 @@ importers: specifier: ^3.18.7 version: 3.18.7 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -1744,20 +1744,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1771,8 +1771,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-prometheus: dependencies: @@ -1783,15 +1783,15 @@ importers: specifier: workspace:^ version: link:../utils prom-client: - specifier: ^15.0.0 - version: 15.0.0 + specifier: ^15.1.0 + version: 15.1.0 semver: specifier: ^7.5.4 version: 7.5.4 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1806,37 +1806,37 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/common-errors': specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/semver': specifier: ^7.5.6 version: 7.5.6 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -1844,20 +1844,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1871,11 +1871,11 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 undici: - specifier: ^5.27.2 - version: 5.27.2 + specifier: ^6.0.1 + version: 6.0.1 packages/plugin-redis-cluster: dependencies: @@ -1908,8 +1908,8 @@ importers: version: 0.21.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -1918,19 +1918,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -1944,17 +1944,17 @@ importers: specifier: ^4.28.10 version: 4.28.10 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -1962,20 +1962,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -1989,8 +1989,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-redis-core: dependencies: @@ -2011,26 +2011,26 @@ importers: version: 1.2.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@release-it/conventional-changelog': specifier: ^4.3.0 version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/common-errors': specifier: ^1.0.5 version: 1.0.5 @@ -2044,17 +2044,17 @@ importers: specifier: ^4.28.10 version: 4.28.10 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -2062,23 +2062,23 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) ioredis: specifier: ^4.28.5 version: 4.28.5 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2092,8 +2092,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-redis-sentinel: dependencies: @@ -2117,8 +2117,8 @@ importers: version: 4.3.4(supports-color@8.1.1) devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2127,19 +2127,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -2153,17 +2153,17 @@ importers: specifier: ^4.28.10 version: 4.28.10 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -2171,23 +2171,23 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) ioredis: specifier: ^4.28.5 version: 4.28.5 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2201,8 +2201,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-router: dependencies: @@ -2210,8 +2210,8 @@ importers: specifier: ^10.0.1 version: 10.0.1 '@microfleet/transport-amqp': - specifier: ^17.7.0 - version: 17.7.0(common-errors@1.2.0) + specifier: ^17.7.3 + version: 17.7.3(common-errors@1.2.0) '@microfleet/validation': specifier: ^11.1.3 version: 11.1.3(common-errors@1.2.0) @@ -2238,8 +2238,8 @@ importers: version: 1.3.0 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2260,19 +2260,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -2283,14 +2283,14 @@ importers: specifier: ^8.1.0 version: 8.1.0 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/qs': specifier: ^6.9.10 version: 6.9.10 @@ -2301,11 +2301,11 @@ importers: specifier: ^4.2.3 version: 4.2.3 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) bluebird: specifier: ^3.7.2 version: 3.7.2 @@ -2319,17 +2319,17 @@ importers: specifier: ^4.3.4 version: 4.3.4(supports-color@8.1.1) eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) execa: specifier: ^5.1.1 version: 5.1.1 @@ -2338,7 +2338,7 @@ importers: version: 5.1.1 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2361,20 +2361,20 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 undici: - specifier: ^5.27.2 - version: 5.27.2 + specifier: ^6.0.1 + version: 6.0.1 packages/plugin-router-amqp: dependencies: '@microfleet/amqp-coffee': - specifier: ^2.7.0 - version: 2.7.0 + specifier: ^2.7.2 + version: 2.7.2 '@microfleet/transport-amqp': - specifier: ^17.7.0 - version: 17.7.0(common-errors@1.2.0) + specifier: ^17.7.3 + version: 17.7.3(common-errors@1.2.0) bluebird: specifier: ^3.7.2 version: 3.7.2 @@ -2383,8 +2383,8 @@ importers: version: 4.17.21 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2405,19 +2405,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -2425,23 +2425,23 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/sinon': specifier: ^17.0.2 version: 17.0.2 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -2449,20 +2449,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2476,8 +2476,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-router-hapi: dependencies: @@ -2501,8 +2501,8 @@ importers: version: 0.14.7 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2523,19 +2523,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/bluebird': specifier: ^3.5.42 version: 3.5.42 @@ -2549,20 +2549,20 @@ importers: specifier: ^3.0.5 version: 3.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) bluebird: specifier: ^3.7.2 version: 3.7.2 @@ -2576,23 +2576,23 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) handlebars: specifier: ^4.7.8 version: 4.7.8 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2606,11 +2606,11 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 undici: - specifier: ^5.27.2 - version: 5.27.2 + specifier: ^6.0.1 + version: 6.0.1 packages/plugin-router-socketio: dependencies: @@ -2634,8 +2634,8 @@ importers: version: 4.7.2 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2644,52 +2644,52 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2706,8 +2706,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-signed-request: dependencies: @@ -2728,8 +2728,8 @@ importers: specifier: 21.3.2 version: 21.3.2 '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2747,31 +2747,31 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/common-errors': specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@types/restify': - specifier: ^8.5.11 - version: 8.5.11 + specifier: ^8.5.12 + version: 8.5.12 '@types/semver': specifier: ^7.5.6 version: 7.5.6 @@ -2779,11 +2779,11 @@ importers: specifier: ^17.0.2 version: 17.0.2 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -2791,26 +2791,26 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) fastify: - specifier: ^4.24.3 - version: 4.24.3 + specifier: ^4.25.1 + version: 4.25.1 fastify-plugin: specifier: ^4.5.1 version: 4.5.1 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2827,17 +2827,17 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 undici: - specifier: ^5.27.2 - version: 5.27.2 + specifier: ^6.0.1 + version: 6.0.1 packages/plugin-socketio: dependencies: '@microfleet/amqp-coffee': - specifier: ^2.7.0 - version: 2.7.0 + specifier: ^2.7.2 + version: 2.7.2 '@microfleet/core-types': specifier: workspace:^ version: link:../core-types @@ -2851,21 +2851,21 @@ importers: specifier: workspace:^ version: link:../plugin-validator '@microfleet/transport-amqp': - specifier: ^17.7.0 - version: 17.7.0(common-errors@1.2.0) + specifier: ^17.7.3 + version: 17.7.3(common-errors@1.2.0) '@microfleet/utils': specifier: workspace:^ version: link:../utils ms-socket.io-adapter-amqp: specifier: ^9.0.1 - version: 9.0.1(@microfleet/amqp-coffee@2.7.0)(@microfleet/transport-amqp@17.7.0)(common-errors@1.2.0) + version: 9.0.1(@microfleet/amqp-coffee@2.7.2)(@microfleet/transport-amqp@17.7.3)(common-errors@1.2.0) socket.io: specifier: ^4.7.2 version: 4.7.2 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2874,34 +2874,34 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/common-errors': specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) common-errors: specifier: ^1.2.0 version: 1.2.0 @@ -2909,20 +2909,20 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -2936,8 +2936,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/plugin-validator: dependencies: @@ -2955,8 +2955,8 @@ importers: version: 4.17.21 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@microfleet/core': specifier: workspace:^ version: link:../core @@ -2971,19 +2971,19 @@ importers: version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/callsite': specifier: ^1.0.34 version: 1.0.34 @@ -2991,38 +2991,38 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/jest': - specifier: 29.5.9 - version: 29.5.9 + specifier: 29.5.11 + version: 29.5.11 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -3034,13 +3034,13 @@ importers: version: 17.0.1 ts-jest: specifier: ^29.1.1 - version: 29.1.1(@babel/core@7.23.3)(jest@29.7.0)(typescript@5.3.2) + version: 29.1.1(@babel/core@7.23.6)(jest@29.7.0)(typescript@5.3.3) tsconfig-paths: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages/utils: dependencies: @@ -3052,56 +3052,56 @@ importers: version: 7.0.1 devDependencies: '@makeomatic/deploy': - specifier: ^12.11.1 - version: 12.11.1(@swc/core@1.3.99)(typescript@5.3.2) + specifier: ^12.11.2 + version: 12.11.2(@swc/core@1.3.101)(typescript@5.3.3) '@release-it/conventional-changelog': specifier: ^4.3.0 version: 4.3.0(release-it@14.14.3) '@swc-node/jest': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc-node/register': specifier: ^1.6.8 - version: 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) + version: 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) '@swc/core': - specifier: ^1.3.99 - version: 1.3.99(@swc/helpers@0.5.3) + specifier: ^1.3.101 + version: 1.3.101(@swc/helpers@0.5.3) '@swc/core-linux-arm64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@swc/core-linux-x64-musl': - specifier: ^1.3.99 - version: 1.3.99 + specifier: ^1.3.101 + version: 1.3.101 '@types/lodash': specifier: ^4.14.202 version: 4.14.202 '@types/node': - specifier: ^20.9.3 - version: 20.9.3 + specifier: ^20.10.5 + version: 20.10.5 '@typescript-eslint/eslint-plugin': - specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-makeomatic: specifier: ^6.0.0 - version: 6.0.0(typescript@5.3.2) + version: 6.0.0(typescript@5.3.3) eslint-plugin-import: - specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) + specifier: ^2.29.1 + version: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) eslint-plugin-unicorn: specifier: ^49.0.0 - version: 49.0.0(eslint@8.54.0) + version: 49.0.0(eslint@8.56.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) release-it: specifier: ^14.14.3 version: 14.14.3 @@ -3115,8 +3115,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ~5.3.2 - version: 5.3.2 + specifier: ~5.3.3 + version: 5.3.3 packages: @@ -3133,34 +3133,34 @@ packages: '@jridgewell/trace-mapping': 0.3.20 dev: true - /@babel/code-frame@7.22.13: - resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + /@babel/code-frame@7.23.5: + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.20 + '@babel/highlight': 7.23.4 chalk: 2.4.2 - /@babel/compat-data@7.23.3: - resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} + /@babel/compat-data@7.23.5: + resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.23.3: - resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} + /@babel/core@7.23.6: + resolution: {integrity: sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helpers': 7.23.2 - '@babel/parser': 7.23.3 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) + '@babel/helpers': 7.23.6 + '@babel/parser': 7.23.6 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.3 - '@babel/types': 7.23.3 + '@babel/traverse': 7.23.6 + '@babel/types': 7.23.6 convert-source-map: 2.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -3168,23 +3168,23 @@ packages: - supports-color dev: true - /@babel/generator@7.23.3: - resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} + /@babel/generator@7.23.6: + resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 dev: true - /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} + /@babel/helper-compilation-targets@7.23.6: + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.23.3 - '@babel/helper-validator-option': 7.22.15 - browserslist: 4.22.1 + '@babel/compat-data': 7.23.5 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.22.2 lru-cache: 5.1.1 semver: 6.3.1 dev: true @@ -3199,30 +3199,30 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -3239,18 +3239,18 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} engines: {node: '>=6.9.0'} dev: true @@ -3258,164 +3258,164 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helpers@7.23.2: - resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} + /@babel/helpers@7.23.6: + resolution: {integrity: sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.23.3 - '@babel/types': 7.23.3 + '@babel/traverse': 7.23.6 + '@babel/types': 7.23.6 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight@7.22.20: - resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} + /@babel/highlight@7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.23.3: - resolution: {integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==} + /@babel/parser@7.23.6: + resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.6): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.3): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.6): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.6): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.6): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.6): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.6): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.6): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.6): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.6): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.6): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.6): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.6): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3): + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -3423,34 +3423,34 @@ packages: resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.13 - '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 dev: true - /@babel/traverse@7.23.3: - resolution: {integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==} + /@babel/traverse@7.23.6: + resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.3 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 - debug: 4.3.4(supports-color@8.1.1) + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types@7.23.3: - resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + /@babel/types@7.23.6: + resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.22.5 + '@babel/helper-string-parser': 7.23.4 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: true @@ -3472,14 +3472,14 @@ packages: dev: true optional: true - /@commitlint/cli@17.8.1(@swc/core@1.3.99): + /@commitlint/cli@17.8.1(@swc/core@1.3.101): resolution: {integrity: sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.8.1 '@commitlint/lint': 17.8.1 - '@commitlint/load': 17.8.1(@swc/core@1.3.99) + '@commitlint/load': 17.8.1(@swc/core@1.3.101) '@commitlint/read': 17.8.1 '@commitlint/types': 17.8.1 execa: 5.1.1 @@ -3543,7 +3543,7 @@ packages: '@commitlint/types': 17.8.1 dev: true - /@commitlint/load@17.8.1(@swc/core@1.3.99): + /@commitlint/load@17.8.1(@swc/core@1.3.101): resolution: {integrity: sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==} engines: {node: '>=v14'} dependencies: @@ -3553,14 +3553,14 @@ packages: '@commitlint/types': 17.8.1 '@types/node': 20.5.1 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.3.2) - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.1)(typescript@5.3.2) + cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.2)(typescript@5.3.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2) - typescript: 5.3.2 + ts-node: 10.9.2(@swc/core@1.3.101)(@types/node@20.10.5)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -3586,7 +3586,7 @@ packages: dependencies: '@commitlint/top-level': 17.8.1 '@commitlint/types': 17.8.1 - fs-extra: 11.1.1 + fs-extra: 11.2.0 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: true @@ -3640,26 +3640,26 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@elastic/elasticsearch@8.10.0: - resolution: {integrity: sha512-RIEyqz0D18bz/dK+wJltaak+7wKaxDELxuiwOJhuMrvbrBsYDFnEoTdP/TZ0YszHBgnRPGqBDBgH/FHNgHObiQ==} - engines: {node: '>=14'} + /@elastic/elasticsearch@8.11.0: + resolution: {integrity: sha512-1UEQFdGLuKdROLJnMTjegasRM3X9INm/PVADoIVgdTfuv6DeJ17UMuNwYSkCrLrC0trLjjGV4YganpbJJX/VLg==} + engines: {node: '>=18'} dependencies: - '@elastic/transport': 8.3.4 + '@elastic/transport': 8.4.0 tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false - /@elastic/transport@8.3.4: - resolution: {integrity: sha512-+0o8o74sbzu3BO7oOZiP9ycjzzdOt4QwmMEjFc1zfO7M0Fh7QX1xrpKqZbSd8vBwihXNlSq/EnMPfgD2uFEmFg==} - engines: {node: '>=14'} + /@elastic/transport@8.4.0: + resolution: {integrity: sha512-Yb3fDa7yGD0ca3uMbL64M3vM1cE5h5uHmBcTjkdB4VpCasRNKSd09iDpwqX8zX1tbBtxcaKYLceKthWvPeIxTw==} + engines: {node: '>=16'} dependencies: debug: 4.3.4(supports-color@8.1.1) hpagent: 1.2.0 ms: 2.1.3 secure-json-parse: 2.7.0 tslib: 2.6.2 - undici: 5.27.2 + undici: 5.28.2 transitivePeerDependencies: - supports-color dev: false @@ -3674,13 +3674,13 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.54.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.56.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.54.0 + eslint: 8.56.0 eslint-visitor-keys: 3.4.3 dev: true @@ -3689,14 +3689,14 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint/eslintrc@2.1.3: - resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==} + /@eslint/eslintrc@2.1.4: + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 espree: 9.6.1 - globals: 13.23.0 + globals: 13.24.0 ignore: 5.3.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -3711,8 +3711,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@eslint/js@8.54.0: - resolution: {integrity: sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==} + /@eslint/js@8.56.0: + resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -3764,28 +3764,28 @@ packages: resolution: {integrity: sha512-p72f9k56EuF0n3MwlBNThyVE5PXX40g+aQh+C/xbKrfzahM2Oispv3AXmOIU51t3j77zay1qrX7IIziZXspMlw==} dependencies: '@hapi/boom': 10.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/ammo@6.0.1: resolution: {integrity: sha512-pmL+nPod4g58kXrMcsGLp05O2jF4P2Q3GiL8qYV7nKYEh3cGf+rV4P5Jyi2Uq0agGhVU63GtaSAfBEZOlrJn9w==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/b64@6.0.1: resolution: {integrity: sha512-ZvjX4JQReUmBheeCq+S9YavcnMMHWqx3S0jHNXWIM1kQDxB9cyfSycpVvjfrKcIS8Mh5N3hmu/YKo4Iag9g2Kw==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/boom@10.0.1: resolution: {integrity: sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/bounce@3.0.1: resolution: {integrity: sha512-G+/Pp9c1Ha4FDP+3Sy/Xwg2O4Ahaw3lIZFSX+BL4uWi64CmiETuZPxhKDUD4xBMOUZbBlzvO8HjiK8ePnhBadA==} dependencies: '@hapi/boom': 10.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/bourne@3.0.0: resolution: {integrity: sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==} @@ -3794,19 +3794,19 @@ packages: resolution: {integrity: sha512-uPojQRqEL1GRZR4xXPqcLMujQGaEpyVPRyBlD8Pp5rqgIwLhtveF9PkixiKru2THXvuN8mUrLeet5fqxKAAMGg==} dependencies: '@hapi/boom': 10.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/catbox-memory@6.0.1: resolution: {integrity: sha512-sVb+/ZxbZIvaMtJfAbdyY+QJUQg9oKTwamXpEg/5xnfG5WbJLTjvEn4kIGKz9pN3ENNbIL/bIdctmHmqi/AdGA==} dependencies: '@hapi/boom': 10.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/catbox@12.1.1: resolution: {integrity: sha512-hDqYB1J+R0HtZg4iPH3LEnldoaBsar6bYp0EonBmNQ9t5CO+1CqgCul2ZtFveW1ReA5SQuze9GPSU7/aecERhw==} dependencies: '@hapi/boom': 10.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/podium': 5.0.1 '@hapi/validate': 2.0.1 @@ -3836,7 +3836,7 @@ packages: '@hapi/catbox': 12.1.1 '@hapi/catbox-memory': 6.0.1 '@hapi/heavy': 8.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/mimos': 7.0.1 '@hapi/podium': 5.0.1 '@hapi/shot': 6.0.1 @@ -3851,11 +3851,11 @@ packages: resolution: {integrity: sha512-gBD/NANosNCOp6RsYTsjo2vhr5eYA3BEuogk6cxY0QdhllkkTaJFYtTXv46xd6qhBVMbMMqcSdtqey+UQU3//w==} dependencies: '@hapi/boom': 10.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/validate': 2.0.1 - /@hapi/hoek@11.0.2: - resolution: {integrity: sha512-aKmlCO57XFZ26wso4rJsW4oTUnrgTFw2jh3io7CAtO9w4UltBNwRXvXIVzzyfkaaLRo3nluP/19msA8vDUUuKw==} + /@hapi/hoek@11.0.4: + resolution: {integrity: sha512-PnsP5d4q7289pS2T2EgGz147BFJ2Jpb4yrEdkpz2IhgEUzos1S7HTl7ezWh1yfYzYlj89KzLdCRkqsP6SIryeQ==} /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -3867,19 +3867,19 @@ packages: '@hapi/boom': 10.0.1 '@hapi/bourne': 3.0.0 '@hapi/cryptiles': 6.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/mimos@7.0.1: resolution: {integrity: sha512-b79V+BrG0gJ9zcRx1VGcCI6r6GEzzZUgiGEJVoq5gwzuB2Ig9Cax8dUuBauQCFKvl2YWSWyOc8mZ8HDaJOtkew==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 mime-db: 1.52.0 /@hapi/nigel@5.0.1: resolution: {integrity: sha512-uv3dtYuB4IsNaha+tigWmN8mQw/O9Qzl5U26Gm4ZcJVtDdB1AVJOwX3X5wOX+A07qzpEZnOMBAm8jjSqGsU6Nw==} engines: {node: '>=14.0.0'} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/vise': 5.0.1 /@hapi/pez@6.1.0: @@ -3888,27 +3888,27 @@ packages: '@hapi/b64': 6.0.1 '@hapi/boom': 10.0.1 '@hapi/content': 6.0.0 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/nigel': 5.0.1 /@hapi/podium@5.0.1: resolution: {integrity: sha512-eznFTw6rdBhAijXFIlBOMJJd+lXTvqbrBIS4Iu80r2KTVIo4g+7fLy4NKp/8+UnSt5Ox6mJtAlKBU/Sf5080TQ==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/teamwork': 6.0.0 '@hapi/validate': 2.0.1 /@hapi/shot@6.0.1: resolution: {integrity: sha512-s5ynMKZXYoDd3dqPw5YTvOR/vjHvMTxc388+0qL0jZZP1+uwXuUD32o9DuuuLsmTlyXCWi02BJl1pBpwRuUrNA==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/validate': 2.0.1 /@hapi/somever@4.1.1: resolution: {integrity: sha512-lt3QQiDDOVRatS0ionFDNrDIv4eXz58IibQaZQDOg4DqqdNme8oa0iPWcE0+hkq/KTeBCPtEOjDOBKBKwDumVg==} dependencies: '@hapi/bounce': 3.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/statehood@8.1.1: resolution: {integrity: sha512-YbK7PSVUA59NArAW5Np0tKRoIZ5VNYUicOk7uJmWZF6XyH5gGL+k62w77SIJb0AoAJ0QdGQMCQ/WOGL1S3Ydow==} @@ -3917,7 +3917,7 @@ packages: '@hapi/bounce': 3.0.1 '@hapi/bourne': 3.0.0 '@hapi/cryptiles': 6.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/iron': 7.0.1 '@hapi/validate': 2.0.1 @@ -3928,7 +3928,7 @@ packages: '@hapi/bourne': 3.0.0 '@hapi/content': 6.0.0 '@hapi/file': 3.0.0 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/pez': 6.1.0 '@hapi/wreck': 18.0.1 @@ -3944,25 +3944,25 @@ packages: /@hapi/topo@6.0.2: resolution: {integrity: sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/validate@2.0.1: resolution: {integrity: sha512-NZmXRnrSLK8MQ9y/CMqE9WSspgB9xA41/LlYR0k967aSZebWr4yNrpxIbov12ICwKy4APSlWXZga9jN5p6puPA==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/topo': 6.0.2 /@hapi/vise@5.0.1: resolution: {integrity: sha512-XZYWzzRtINQLedPYlIkSkUr7m5Ddwlu99V9elh8CSygXstfv3UnWIXT0QD+wmR0VAG34d2Vx3olqcEhRRoTu9A==} dependencies: - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@hapi/vision@7.0.3: resolution: {integrity: sha512-1UM3Xej7HZQPaxzWkefvMfcuXoF9R8kIiDTl+Pfdv8f5mJwAv0zIB4R/UvNoQP1+JYgQT+QeUDxcGD8QdIUDyg==} dependencies: '@hapi/boom': 10.0.1 '@hapi/bounce': 3.0.1 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 '@hapi/validate': 2.0.1 dev: false @@ -3971,14 +3971,14 @@ packages: dependencies: '@hapi/boom': 10.0.1 '@hapi/bourne': 3.0.0 - '@hapi/hoek': 11.0.2 + '@hapi/hoek': 11.0.4 /@humanwhocodes/config-array@0.11.13: resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 2.0.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -4034,14 +4034,14 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 dev: true - /@jest/core@29.7.0(ts-node@10.9.1): + /@jest/core@29.7.0(ts-node@10.9.2): resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4055,14 +4055,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -4090,7 +4090,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 jest-mock: 29.7.0 dev: true @@ -4117,7 +4117,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.9.3 + '@types/node': 20.10.5 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -4150,7 +4150,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.20 - '@types/node': 20.9.3 + '@types/node': 20.10.5 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -4167,7 +4167,7 @@ packages: slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 - v8-to-istanbul: 9.1.3 + v8-to-istanbul: 9.2.0 transitivePeerDependencies: - supports-color dev: true @@ -4212,7 +4212,7 @@ packages: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.20 babel-plugin-istanbul: 6.1.1 @@ -4238,8 +4238,8 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.9.3 - '@types/yargs': 17.0.31 + '@types/node': 20.10.5 + '@types/yargs': 17.0.32 chalk: 4.1.2 dev: true @@ -4280,22 +4280,22 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@makeomatic/deploy@12.11.1(@swc/core@1.3.99)(typescript@5.3.2): - resolution: {integrity: sha512-wVDwrKGp5VtJyz7Y8VUTVtNa6FyZ6oFIOrEqTyQl0WVrLl/kWcSmm0gQFoEdZC9UeYDOfiazx8N1OmU9E6MKrg==} + /@makeomatic/deploy@12.11.2(@swc/core@1.3.101)(typescript@5.3.3): + resolution: {integrity: sha512-gGsUsZ37NxXY9I2DOV5YcDISbiF6q2O1dx7Jl+0PNpiUdfKx3Bs52rQDNhovOoXUflgj66JdZq0GgC7izZ5wYw==} hasBin: true dependencies: - '@commitlint/cli': 17.8.1(@swc/core@1.3.99) + '@commitlint/cli': 17.8.1(@swc/core@1.3.101) '@fastify/compress': 6.5.0 '@sinclair/typebox': 0.29.6 - '@types/node': 20.9.3 + '@types/node': 20.10.5 bluebird: 3.7.2 chrome-launcher: 0.15.2 chrome-remote-interface: 0.32.2 cross-env: 7.0.3 death: 1.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 execa: 5.1.1 - fastify: 4.24.3 + fastify: 4.25.1 find-up: 5.0.0 get-port: 5.1.1 glob: 10.3.10 @@ -4307,16 +4307,16 @@ packages: lodash.merge: 4.6.2 lodash.set: 4.3.2 npm-path: 2.0.4 - pino: 8.16.2 + pino: 8.17.1 read-pkg: 5.2.0 rimraf: 5.0.5 - semantic-release: 21.0.7(typescript@5.3.2) + semantic-release: 21.0.7(typescript@5.3.3) serialize-error: 8.1.0 shelljs: 0.8.5 split2: 4.2.0 strip-final-newline: 2.0.0 tempy: 1.0.1 - undici: 5.27.2 + undici: 5.28.2 yargs: 17.7.2 transitivePeerDependencies: - '@swc/core' @@ -4365,17 +4365,17 @@ packages: - supports-color dev: false - /@microfleet/amqp-coffee@2.7.0: - resolution: {integrity: sha512-aD4h1pZishyx4wU013kt5VyeZYIG8J1tXNiRJBDIjfpdEoG4VPPpONb+UrhrGm8jdEUh83TBy3w5VHNcTRzLeg==} + /@microfleet/amqp-coffee@2.7.2: + resolution: {integrity: sha512-pW0IjhxNp2TOIYZy+PyWaR5O3pvPSE6XdSbgEZUuFDuB73MiVZ52DhVXUyZqom14QZLAJx0oCRZItnE1rzS5IA==} engines: {node: '>= 18.17'} dependencies: '@microfleet/amqp-codec': 2.5.0 async: 3.2.5 - bl: 6.0.8 + bl: 6.0.9 bson: 6.2.0 bytes: 3.1.2 debug: 4.3.4(supports-color@8.1.1) - fastq: 1.15.0 + fastq: 1.16.0 lodash: 4.17.21 read-pkg: 5.2.0 optionalDependencies: @@ -4388,13 +4388,13 @@ packages: /@microfleet/callback-queue@4.0.2: resolution: {integrity: sha512-BImdxJ6jUXx1UKgZn1as3UVx79M88xdcYUs9yxop/ANbLU4plgxHv6LsC52Ng3klUnkH+T/AUNBEG2bexqZsZQ==} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false - /@microfleet/dlock@15.0.0(ioredis@4.28.5): - resolution: {integrity: sha512-STEDl3nT9A2zjz23Pqtln4hL0caV0/JMLavHghhqDPRweDWbC4HhNLF8Lr/zQWhTkb+pvqzouFPua+uKsvsqPQ==} + /@microfleet/dlock@15.0.1(ioredis@4.28.5): + resolution: {integrity: sha512-ypYcz1FYrlkIj4iGTHL+Uf5ZCyf1/Rw/2tzEIOMdPY8Fqjq0VlfoAwWR9vr8tQLSs3gYZT/CHjNwnE7FGm1SBw==} peerDependencies: ioredis: ~4.x.x dependencies: @@ -4404,7 +4404,7 @@ packages: denque: 2.1.0 ioredis: 4.28.5 lodash: 4.17.21 - pino: 8.16.2 + pino: 8.17.1 read-pkg-up: 7.0.1 serialize-error: 8.1.0 transitivePeerDependencies: @@ -4421,13 +4421,13 @@ packages: uuid: 8.3.2 dev: false - /@microfleet/transport-amqp@17.7.0(common-errors@1.2.0): - resolution: {integrity: sha512-TRgTfUxarDp5bRMNYxdG+uEO+U9Byb7CtzaQ3dXWbT6HQIz1TbLwUNZ/t6nK1L3ie3+PrCnnR3Gi9eOVEFzlLg==} + /@microfleet/transport-amqp@17.7.3(common-errors@1.2.0): + resolution: {integrity: sha512-MDbPNRQjm5K1sN06w6ttkcxGPOggILaaEj3L6TIEOVwV5R5/oX14jpFGvL/93FAHtcXJcIME5RwbRtKugKzd0Q==} engines: {node: '>= 18.17.0'} peerDependencies: common-errors: ~1.x.x dependencies: - '@microfleet/amqp-coffee': 2.7.0 + '@microfleet/amqp-coffee': 2.7.2 '@types/common-errors': 1.0.5 common-errors: 1.2.0 debug: 4.3.4(supports-color@8.1.1) @@ -4438,13 +4438,13 @@ packages: joi: 17.11.0 json-stringify-safe: 5.0.1 lodash: 4.17.21 - mnemonist: 0.39.5 - pino: 8.16.2 + mnemonist: 0.39.6 + pino: 8.17.1 read-pkg: 5.2.0 reusify: 1.0.4 safe-stable-stringify: 2.4.3 sorted-array-functions: 1.3.0 - type-fest: 4.8.2 + type-fest: 4.8.3 transitivePeerDependencies: - supports-color dev: false @@ -4625,7 +4625,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.15.0 + fastq: 1.16.0 dev: true /@octokit/auth-token@2.5.0: @@ -4653,15 +4653,15 @@ packages: - encoding dev: true - /@octokit/core@5.0.1: - resolution: {integrity: sha512-lyeeeZyESFo+ffI801SaBKmCfsvarO+dgV8/0gD8u1d87clbEdWsP5yC+dSj3zLhb2eIf5SJrn6vDz9AheETHw==} + /@octokit/core@5.0.2: + resolution: {integrity: sha512-cZUy1gUvd4vttMic7C0lwPed8IYXWYp8kHIMatyhY8t8n3Cpw2ILczkV5pGMPqef7v0bLo0pOHrEHarsau2Ydg==} engines: {node: '>= 18'} dependencies: '@octokit/auth-token': 4.0.0 '@octokit/graphql': 7.0.2 - '@octokit/request': 8.1.5 + '@octokit/request': 8.1.6 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.3.0 + '@octokit/types': 12.4.0 before-after-hook: 2.2.3 universal-user-agent: 6.0.1 dev: true @@ -4674,12 +4674,11 @@ packages: universal-user-agent: 6.0.1 dev: true - /@octokit/endpoint@9.0.2: - resolution: {integrity: sha512-qhKW8YLIi+Kmc92FQUFGr++DYtkx/1fBv+Thua6baqnjnOsgBYJDCvWZR1YcINuHGOEQt416WOfE+A/oG60NBQ==} + /@octokit/endpoint@9.0.4: + resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 12.3.0 - is-plain-object: 5.0.0 + '@octokit/types': 12.4.0 universal-user-agent: 6.0.1 dev: true @@ -4697,8 +4696,8 @@ packages: resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==} engines: {node: '>= 18'} dependencies: - '@octokit/request': 8.1.5 - '@octokit/types': 12.3.0 + '@octokit/request': 8.1.6 + '@octokit/types': 12.4.0 universal-user-agent: 6.0.1 dev: true @@ -4706,8 +4705,8 @@ packages: resolution: {integrity: sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==} dev: true - /@octokit/openapi-types@19.0.2: - resolution: {integrity: sha512-8li32fUDUeml/ACRp/njCWTsk5t17cfTM1jp9n08pBrqs5cDFJubtjsSnuz56r5Tad6jdEPJld7LxNp9dNcyjQ==} + /@octokit/openapi-types@19.1.0: + resolution: {integrity: sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==} dev: true /@octokit/plugin-paginate-rest@2.21.3(@octokit/core@3.6.0): @@ -4719,14 +4718,14 @@ packages: '@octokit/types': 6.41.0 dev: true - /@octokit/plugin-paginate-rest@9.1.4(@octokit/core@5.0.1): - resolution: {integrity: sha512-MvZx4WvfhBnt7PtH5XE7HORsO7bBk4er1FgRIUr1qJ89NR2I6bWjGyKsxk8z42FPQ34hFQm0Baanh4gzdZR4gQ==} + /@octokit/plugin-paginate-rest@9.1.5(@octokit/core@5.0.2): + resolution: {integrity: sha512-WKTQXxK+bu49qzwv4qKbMMRXej1DU2gq017euWyKVudA6MldaSSQuxtz+vGbhxV4CjxpUxjZu6rM2wfc1FiWVg==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=5' dependencies: - '@octokit/core': 5.0.1 - '@octokit/types': 12.3.0 + '@octokit/core': 5.0.2 + '@octokit/types': 12.4.0 dev: true /@octokit/plugin-request-log@1.0.4(@octokit/core@3.6.0): @@ -4747,26 +4746,26 @@ packages: deprecation: 2.3.1 dev: true - /@octokit/plugin-retry@6.0.1(@octokit/core@5.0.1): + /@octokit/plugin-retry@6.0.1(@octokit/core@5.0.2): resolution: {integrity: sha512-SKs+Tz9oj0g4p28qkZwl/topGcb0k0qPNX/i7vBKmDsjoeqnVfFUquqrE/O9oJY7+oLzdCtkiWSXLpLjvl6uog==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=5' dependencies: - '@octokit/core': 5.0.1 + '@octokit/core': 5.0.2 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.3.0 + '@octokit/types': 12.4.0 bottleneck: 2.19.5 dev: true - /@octokit/plugin-throttling@8.1.2(@octokit/core@5.0.1): - resolution: {integrity: sha512-oFba+ioR6HGb0fgqxMta7Kpk/MdffUTuUxNY856l1nXPvh7Qggp8w4AksRx1SDA8SGd+4cbrpkY4k1J/Xz8nZQ==} + /@octokit/plugin-throttling@8.1.3(@octokit/core@5.0.2): + resolution: {integrity: sha512-pfyqaqpc0EXh5Cn4HX9lWYsZ4gGbjnSmUILeu4u2gnuM50K/wIk9s1Pxt3lVeVwekmITgN/nJdoh43Ka+vye8A==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': ^5.0.0 dependencies: - '@octokit/core': 5.0.1 - '@octokit/types': 12.3.0 + '@octokit/core': 5.0.2 + '@octokit/types': 12.4.0 bottleneck: 2.19.5 dev: true @@ -4782,7 +4781,7 @@ packages: resolution: {integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 12.3.0 + '@octokit/types': 12.4.0 deprecation: 2.3.1 once: 1.4.0 dev: true @@ -4800,14 +4799,13 @@ packages: - encoding dev: true - /@octokit/request@8.1.5: - resolution: {integrity: sha512-zVKbNbX1xUluD9ZR4/tPs1yuYrK9xeh5fGZUXA6u04XGsTvomg0YO8/ZUC0FqAd49hAOEMFPAVUTh+2lBhOhLA==} + /@octokit/request@8.1.6: + resolution: {integrity: sha512-YhPaGml3ncZC1NfXpP3WZ7iliL1ap6tLkAp6MvbK2fTTPytzVUyUesBBogcdMm86uRYO5rHaM1xIWxigWZ17MQ==} engines: {node: '>= 18'} dependencies: - '@octokit/endpoint': 9.0.2 + '@octokit/endpoint': 9.0.4 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.3.0 - is-plain-object: 5.0.0 + '@octokit/types': 12.4.0 universal-user-agent: 6.0.1 dev: true @@ -4822,10 +4820,10 @@ packages: - encoding dev: true - /@octokit/types@12.3.0: - resolution: {integrity: sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==} + /@octokit/types@12.4.0: + resolution: {integrity: sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==} dependencies: - '@octokit/openapi-types': 19.0.2 + '@octokit/openapi-types': 19.1.0 dev: true /@octokit/types@6.41.0: @@ -4900,11 +4898,11 @@ packages: conventional-changelog-angular: 6.0.0 conventional-commits-filter: 3.0.0 conventional-commits-parser: 5.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 import-from: 4.0.0 lodash-es: 4.17.21 micromatch: 4.0.5 - semantic-release: 21.0.7(typescript@5.3.2) + semantic-release: 21.0.7(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true @@ -4914,28 +4912,28 @@ packages: engines: {node: '>=18'} dev: true - /@semantic-release/github@9.2.3(semantic-release@21.0.7): - resolution: {integrity: sha512-FAjXb1F84CVI6IG8fWi+XS9ErYD+s3MHkP03zBa3+GyUrV4kqwYu/WPppIciHxujGFR51SAWPkOY5rnH6ZlrxA==} + /@semantic-release/github@9.2.5(semantic-release@21.0.7): + resolution: {integrity: sha512-XWumFEOHiWllekymZjeVgkQCJ4YnD8020ZspAHYIIBNX8O4d/1ldeU5iNXu6NGkKlOCokyXh13KwVP0UEMm5kw==} engines: {node: '>=18'} peerDependencies: semantic-release: '>=20.1.0' dependencies: - '@octokit/core': 5.0.1 - '@octokit/plugin-paginate-rest': 9.1.4(@octokit/core@5.0.1) - '@octokit/plugin-retry': 6.0.1(@octokit/core@5.0.1) - '@octokit/plugin-throttling': 8.1.2(@octokit/core@5.0.1) + '@octokit/core': 5.0.2 + '@octokit/plugin-paginate-rest': 9.1.5(@octokit/core@5.0.2) + '@octokit/plugin-retry': 6.0.1(@octokit/core@5.0.2) + '@octokit/plugin-throttling': 8.1.3(@octokit/core@5.0.2) '@semantic-release/error': 4.0.0 aggregate-error: 5.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 dir-glob: 3.0.1 globby: 14.0.0 http-proxy-agent: 7.0.0 https-proxy-agent: 7.0.2 issue-parser: 6.0.0 lodash-es: 4.17.21 - mime: 3.0.0 + mime: 4.0.1 p-filter: 3.0.0 - semantic-release: 21.0.7(typescript@5.3.2) + semantic-release: 21.0.7(typescript@5.3.3) url-join: 5.0.0 transitivePeerDependencies: - supports-color @@ -4950,15 +4948,15 @@ packages: '@semantic-release/error': 4.0.0 aggregate-error: 5.0.0 execa: 8.0.1 - fs-extra: 11.1.1 + fs-extra: 11.2.0 lodash-es: 4.17.21 nerf-dart: 1.0.0 normalize-url: 8.0.0 - npm: 9.9.1 + npm: 9.9.2 rc: 1.2.8 read-pkg: 8.1.0 registry-auth-token: 5.0.2 - semantic-release: 21.0.7(typescript@5.3.2) + semantic-release: 21.0.7(typescript@5.3.3) semver: 7.5.4 tempy: 3.1.0 dev: true @@ -4973,56 +4971,56 @@ packages: conventional-changelog-writer: 6.0.1 conventional-commits-filter: 4.0.0 conventional-commits-parser: 5.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 get-stream: 7.0.1 import-from: 4.0.0 into-stream: 7.0.0 lodash-es: 4.17.21 read-pkg-up: 10.1.0 - semantic-release: 21.0.7(typescript@5.3.2) + semantic-release: 21.0.7(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true - /@sentry-internal/tracing@7.81.1: - resolution: {integrity: sha512-E5xm27xrLXL10knH2EWDQsQYh5nb4SxxZzJ3sJwDGG9XGKzBdlp20UUhKqx00wixooVX9uCj3e4Jg8SvNB1hKg==} + /@sentry-internal/tracing@7.88.0: + resolution: {integrity: sha512-xXQdcYhsS+ourzJHjXNjZC9zakuc97udmpgaXRjEP7FjPYclIx+YXwgFBdHM2kzAwZLFOsEce5dr46GVXUDfZw==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.81.1 - '@sentry/types': 7.81.1 - '@sentry/utils': 7.81.1 + '@sentry/core': 7.88.0 + '@sentry/types': 7.88.0 + '@sentry/utils': 7.88.0 dev: true - /@sentry/core@7.81.1: - resolution: {integrity: sha512-tU37yAmckOGCw/moWKSwekSCWWJP15O6luIq+u7wal22hE88F3Vc5Avo8SeF3upnPR+4ejaOFH+BJTr6bgrs6Q==} + /@sentry/core@7.88.0: + resolution: {integrity: sha512-Jzbb7dcwiCO7kI0a1w+32UzWxbEn2OcZWzp55QMEeAh6nZ/5CXhXwpuHi0tW7doPj+cJdmxMTMu9LqMVfdGkzQ==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.81.1 - '@sentry/utils': 7.81.1 + '@sentry/types': 7.88.0 + '@sentry/utils': 7.88.0 dev: true - /@sentry/node@7.81.1: - resolution: {integrity: sha512-bKS3Mb95bar8AUEZSLKQ/RTSfFXo5sCSPNiBr5dDFuVljDFdkLq6NE3svG5bisrbENqfi0bqWsB4GZ7NHRTPbA==} + /@sentry/node@7.88.0: + resolution: {integrity: sha512-X6Xyh7AEitnWqn1CHQrmsUqRn0GKj/6nPE5VC2DLQfHiFH1Fknrt+csFzDchQ/86awXYwuY4Le5ECEH//X/WzQ==} engines: {node: '>=8'} dependencies: - '@sentry-internal/tracing': 7.81.1 - '@sentry/core': 7.81.1 - '@sentry/types': 7.81.1 - '@sentry/utils': 7.81.1 + '@sentry-internal/tracing': 7.88.0 + '@sentry/core': 7.88.0 + '@sentry/types': 7.88.0 + '@sentry/utils': 7.88.0 https-proxy-agent: 5.0.1 transitivePeerDependencies: - supports-color dev: true - /@sentry/types@7.81.1: - resolution: {integrity: sha512-dvJvGyctiaPMIQqa46k56Re5IODWMDxiHJ1UjBs/WYDLrmWFPGrEbyJ8w8CYLhYA+7qqrCyIZmHbWSTRIxstHw==} + /@sentry/types@7.88.0: + resolution: {integrity: sha512-FvwvmX1pWAZKicPj4EpKyho8Wm+C4+r5LiepbbBF8oKwSPJdD2QV1fo/LWxsrzNxWOllFIVIXF5Ed3nPYQWpTw==} engines: {node: '>=8'} - /@sentry/utils@7.81.1: - resolution: {integrity: sha512-gq+MDXIirHKxNZ+c9/lVvCXd6y2zaZANujwlFggRH2u9SRiPaIXVilLpvMm4uJqmqBMEcY81ArujExtHvkbCqg==} + /@sentry/utils@7.88.0: + resolution: {integrity: sha512-ukminfRmdBXTzk49orwJf3Lu3hR60ZRHjE2a4IXwYhyDT6JJgJqgsq1hzGXx0AyFfyS4WhfZ6QUBy7fu3BScZQ==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.81.1 + '@sentry/types': 7.88.0 /@sideway/address@4.1.4: resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==} @@ -5097,44 +5095,44 @@ packages: /@socket.io/component-emitter@3.1.0: resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} - /@swc-node/core@1.10.6(@swc/core@1.3.99): + /@swc-node/core@1.10.6(@swc/core@1.3.101): resolution: {integrity: sha512-lDIi/rPosmKIknWzvs2/Fi9zWRtbkx8OJ9pQaevhsoGzJSal8Pd315k1W5AIrnknfdAB4HqRN12fk6AhqnrEEw==} engines: {node: '>= 10'} peerDependencies: '@swc/core': '>= 1.3' dependencies: - '@swc/core': 1.3.99(@swc/helpers@0.5.3) + '@swc/core': 1.3.101 dev: true - /@swc-node/jest@1.6.8(@swc/core@1.3.99)(typescript@5.3.2): + /@swc-node/jest@1.6.8(@swc/core@1.3.101)(typescript@5.3.3): resolution: {integrity: sha512-Ce9D3vSmTjyb3TnCKWHtzXNMaGxfz0rMUO6r+7yt1eQj4YdVZP6/TWcgwI84j3OMjvUW0gQx0GPWrnNTP1GzWQ==} peerDependencies: '@swc/core': '>= 1.3' typescript: '>= 4.3' dependencies: '@node-rs/xxhash': 1.4.2 - '@swc-node/core': 1.10.6(@swc/core@1.3.99) - '@swc-node/register': 1.6.8(@swc/core@1.3.99)(typescript@5.3.2) - '@swc/core': 1.3.99(@swc/helpers@0.5.3) - typescript: 5.3.2 + '@swc-node/core': 1.10.6(@swc/core@1.3.101) + '@swc-node/register': 1.6.8(@swc/core@1.3.101)(typescript@5.3.3) + '@swc/core': 1.3.101 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@swc-node/register@1.6.8(@swc/core@1.3.99)(typescript@5.3.2): + /@swc-node/register@1.6.8(@swc/core@1.3.101)(typescript@5.3.3): resolution: {integrity: sha512-74ijy7J9CWr1Z88yO+ykXphV29giCrSpANQPQRooE0bObpkTO1g4RzQovIfbIaniBiGDDVsYwDoQ3FIrCE8HcQ==} peerDependencies: '@swc/core': '>= 1.3' typescript: '>= 4.3' dependencies: - '@swc-node/core': 1.10.6(@swc/core@1.3.99) + '@swc-node/core': 1.10.6(@swc/core@1.3.101) '@swc-node/sourcemap-support': 0.3.0 - '@swc/core': 1.3.99(@swc/helpers@0.5.3) + '@swc/core': 1.3.101 colorette: 2.0.20 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 pirates: 4.0.6 tslib: 2.6.2 - typescript: 5.3.2 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true @@ -5146,8 +5144,8 @@ packages: tslib: 2.6.2 dev: true - /@swc/core-darwin-arm64@1.3.99: - resolution: {integrity: sha512-Qj7Jct68q3ZKeuJrjPx7k8SxzWN6PqLh+VFxzA+KwLDpQDPzOlKRZwkIMzuFjLhITO4RHgSnXoDk/Syz0ZeN+Q==} + /@swc/core-darwin-arm64@1.3.101: + resolution: {integrity: sha512-mNFK+uHNPRXSnfTOG34zJOeMl2waM4hF4a2NY7dkMXrPqw9CoJn4MwTXJcyMiSz1/BnNjjTCHF3Yhj0jPxmkzQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -5155,8 +5153,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.3.99: - resolution: {integrity: sha512-wR7m9QVJjgiBu1PSOHy7s66uJPa45Kf9bZExXUL+JAa9OQxt5y+XVzr+n+F045VXQOwdGWplgPnWjgbUUHEVyw==} + /@swc/core-darwin-x64@1.3.101: + resolution: {integrity: sha512-B085j8XOx73Fg15KsHvzYWG262bRweGr3JooO1aW5ec5pYbz5Ew9VS5JKYS03w2UBSxf2maWdbPz2UFAxg0whw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -5164,8 +5162,17 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.99: - resolution: {integrity: sha512-gcGv1l5t0DScEONmw5OhdVmEI/o49HCe9Ik38zzH0NtDkc+PDYaCcXU5rvfZP2qJFaAAr8cua8iJcOunOSLmnA==} + /@swc/core-linux-arm-gnueabihf@1.3.101: + resolution: {integrity: sha512-9xLKRb6zSzRGPqdz52Hy5GuB1lSjmLqa0lST6MTFads3apmx4Vgs8Y5NuGhx/h2I8QM4jXdLbpqQlifpzTlSSw==} + engines: {node: '>=10'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@swc/core-linux-arm64-gnu@1.3.101: + resolution: {integrity: sha512-oE+r1lo7g/vs96Weh2R5l971dt+ZLuhaUX+n3BfDdPxNHfObXgKMjO7E+QS5RbGjv/AwiPCxQmbdCp/xN5ICJA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -5173,15 +5180,15 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.99: - resolution: {integrity: sha512-XL1/eUsTO8BiKsWq9i3iWh7H99iPO61+9HYiWVKhSavknfj4Plbn+XyajDpxsauln5o8t+BRGitymtnAWJM4UQ==} + /@swc/core-linux-arm64-musl@1.3.101: + resolution: {integrity: sha512-OGjYG3H4BMOTnJWJyBIovCez6KiHF30zMIu4+lGJTCrxRI2fAjGLml3PEXj8tC3FMcud7U2WUn6TdG0/te2k6g==} engines: {node: '>=10'} cpu: [arm64] os: [linux] dev: true - /@swc/core-linux-x64-gnu@1.3.99: - resolution: {integrity: sha512-fGrXYE6DbTfGNIGQmBefYxSk3rp/1lgbD0nVg4rl4mfFRQPi7CgGhrrqSuqZ/ezXInUIgoCyvYGWFSwjLXt/Qg==} + /@swc/core-linux-x64-gnu@1.3.101: + resolution: {integrity: sha512-/kBMcoF12PRO/lwa8Z7w4YyiKDcXQEiLvM+S3G9EvkoKYGgkkz4Q6PSNhF5rwg/E3+Hq5/9D2R+6nrkF287ihg==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -5189,15 +5196,15 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.3.99: - resolution: {integrity: sha512-kvgZp/mqf3IJ806gUOL6gN6VU15+DfzM1Zv4Udn8GqgXiUAvbQehrtruid4Snn5pZTLj4PEpSCBbxgxK1jbssA==} + /@swc/core-linux-x64-musl@1.3.101: + resolution: {integrity: sha512-kDN8lm4Eew0u1p+h1l3JzoeGgZPQ05qDE0czngnjmfpsH2sOZxVj1hdiCwS5lArpy7ktaLu5JdRnx70MkUzhXw==} engines: {node: '>=10'} cpu: [x64] os: [linux] dev: true - /@swc/core-win32-arm64-msvc@1.3.99: - resolution: {integrity: sha512-yt8RtZ4W/QgFF+JUemOUQAkVW58cCST7mbfKFZ1v16w3pl3NcWd9OrtppFIXpbjU1rrUX2zp2R7HZZzZ2Zk/aQ==} + /@swc/core-win32-arm64-msvc@1.3.101: + resolution: {integrity: sha512-9Wn8TTLWwJKw63K/S+jjrZb9yoJfJwCE2RV5vPCCWmlMf3U1AXj5XuWOLUX+Rp2sGKau7wZKsvywhheWm+qndQ==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -5205,8 +5212,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.99: - resolution: {integrity: sha512-62p5fWnOJR/rlbmbUIpQEVRconICy5KDScWVuJg1v3GPLBrmacjphyHiJC1mp6dYvvoEWCk/77c/jcQwlXrDXw==} + /@swc/core-win32-ia32-msvc@1.3.101: + resolution: {integrity: sha512-onO5KvICRVlu2xmr4//V2je9O2XgS1SGKpbX206KmmjcJhXN5EYLSxW9qgg+kgV5mip+sKTHTAu7IkzkAtElYA==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -5214,8 +5221,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.99: - resolution: {integrity: sha512-PdppWhkoS45VGdMBxvClVgF1hVjqamtvYd82Gab1i4IV45OSym2KinoDCKE1b6j3LwBLOn2J9fvChGSgGfDCHQ==} + /@swc/core-win32-x64-msvc@1.3.101: + resolution: {integrity: sha512-T3GeJtNQV00YmiVw/88/nxJ/H43CJvFnpvBHCVn17xbahiVUOPOduh3rc9LgAkKiNt/aV8vU3OJR+6PhfMR7UQ==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -5223,8 +5230,33 @@ packages: dev: true optional: true - /@swc/core@1.3.99(@swc/helpers@0.5.3): - resolution: {integrity: sha512-8O996RfuPC4ieb4zbYMfbyCU9k4gSOpyCNnr7qBQ+o7IEmh8JCV6B8wwu+fT/Om/6Lp34KJe1IpJ/24axKS6TQ==} + /@swc/core@1.3.101: + resolution: {integrity: sha512-w5aQ9qYsd/IYmXADAnkXPGDMTqkQalIi+kfFf/MHRKTpaOL7DHjMXwPp/n8hJ0qNjRvchzmPtOqtPBiER50d8A==} + engines: {node: '>=10'} + requiresBuild: true + peerDependencies: + '@swc/helpers': ^0.5.0 + peerDependenciesMeta: + '@swc/helpers': + optional: true + dependencies: + '@swc/counter': 0.1.2 + '@swc/types': 0.1.5 + optionalDependencies: + '@swc/core-darwin-arm64': 1.3.101 + '@swc/core-darwin-x64': 1.3.101 + '@swc/core-linux-arm-gnueabihf': 1.3.101 + '@swc/core-linux-arm64-gnu': 1.3.101 + '@swc/core-linux-arm64-musl': 1.3.101 + '@swc/core-linux-x64-gnu': 1.3.101 + '@swc/core-linux-x64-musl': 1.3.101 + '@swc/core-win32-arm64-msvc': 1.3.101 + '@swc/core-win32-ia32-msvc': 1.3.101 + '@swc/core-win32-x64-msvc': 1.3.101 + dev: true + + /@swc/core@1.3.101(@swc/helpers@0.5.3): + resolution: {integrity: sha512-w5aQ9qYsd/IYmXADAnkXPGDMTqkQalIi+kfFf/MHRKTpaOL7DHjMXwPp/n8hJ0qNjRvchzmPtOqtPBiER50d8A==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -5237,15 +5269,16 @@ packages: '@swc/helpers': 0.5.3 '@swc/types': 0.1.5 optionalDependencies: - '@swc/core-darwin-arm64': 1.3.99 - '@swc/core-darwin-x64': 1.3.99 - '@swc/core-linux-arm64-gnu': 1.3.99 - '@swc/core-linux-arm64-musl': 1.3.99 - '@swc/core-linux-x64-gnu': 1.3.99 - '@swc/core-linux-x64-musl': 1.3.99 - '@swc/core-win32-arm64-msvc': 1.3.99 - '@swc/core-win32-ia32-msvc': 1.3.99 - '@swc/core-win32-x64-msvc': 1.3.99 + '@swc/core-darwin-arm64': 1.3.101 + '@swc/core-darwin-x64': 1.3.101 + '@swc/core-linux-arm-gnueabihf': 1.3.101 + '@swc/core-linux-arm64-gnu': 1.3.101 + '@swc/core-linux-arm64-musl': 1.3.101 + '@swc/core-linux-x64-gnu': 1.3.101 + '@swc/core-linux-x64-musl': 1.3.101 + '@swc/core-win32-arm64-msvc': 1.3.101 + '@swc/core-win32-ia32-msvc': 1.3.101 + '@swc/core-win32-x64-msvc': 1.3.101 dev: true /@swc/counter@0.1.2: @@ -5293,36 +5326,36 @@ packages: /@types/aws4@1.11.6: resolution: {integrity: sha512-5CnVUkHNyLGpD9AnOcK66YyP0qvIh6nhJJoeK8zSl5YKikUcUbdB7SlHevUYVqicgeh6j5AJa1qa/h08dSZHoA==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true - /@types/babel__core@7.20.4: - resolution: {integrity: sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==} + /@types/babel__core@7.20.5: + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 - '@types/babel__generator': 7.6.7 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 + '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.4 dev: true - /@types/babel__generator@7.6.7: - resolution: {integrity: sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==} + /@types/babel__generator@7.6.8: + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 dev: true /@types/babel__traverse@7.20.4: resolution: {integrity: sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true /@types/bluebird-retry@0.11.8: @@ -5339,12 +5372,12 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.9.3 + '@types/node': 20.10.5 /@types/bunyan@1.8.11: resolution: {integrity: sha512-758fRH7umIMk5qt5ELmRMff4mLDlN+xyYzC+dkPTdKwbSkJFvz6xwyScrytPU0QIBbRRwbiE8/BIg8bpajerNQ==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/callsite@1.0.34: @@ -5354,7 +5387,7 @@ packages: /@types/cheerio@0.22.35: resolution: {integrity: sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/common-errors@1.0.5: @@ -5365,22 +5398,22 @@ packages: /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 /@types/consul@0.40.3: resolution: {integrity: sha512-SLGbeLxfKJFO/3qpJTK226v0vVQzofy4g68uADDUElTmMeBPMircp7gS5ob6Ix0QGzo1dnu5oXNt/BldR5OwDQ==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/cookie@0.4.1: resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} dev: false - /@types/cors@2.8.16: - resolution: {integrity: sha512-Trx5or1Nyg1Fq138PCuWqoApzvoSLWzZ25ORBiHMbbUT42g578lH1GT4TwYDbiUOLFuDsCkfLneT2105fsFWGg==} + /@types/cors@2.8.17: + resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: false /@types/debug@4.1.12: @@ -5392,7 +5425,7 @@ packages: /@types/express-serve-static-core@4.17.41: resolution: {integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 '@types/qs': 6.9.10 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -5408,7 +5441,7 @@ packages: /@types/formidable@1.2.8: resolution: {integrity: sha512-6psvrUy5VDYb+yaPJReF1WrRsz+FBwyJutK9Twz1Efa27tm07bARNIkK2B8ZPWq80dXqpKfrxTO96xrtPp+AuA==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/get-value@3.0.5: @@ -5419,20 +5452,20 @@ packages: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/graceful-fs@4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/hapi__vision@5.5.7: resolution: {integrity: sha512-+w9nMJXICXTUS/cP10hURywUCAnt70I/+d27etVg4EuGXqWv3UTtC9VM67BMAtcuGUVWZCaKCX+D4eYig7I2+Q==} dependencies: '@hapi/hapi': 21.3.2 - '@types/node': 20.9.3 + '@types/node': 20.10.5 handlebars: 4.7.8 joi: 17.11.0 dev: true @@ -5443,7 +5476,7 @@ packages: /@types/ioredis@4.28.10: resolution: {integrity: sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/istanbul-lib-coverage@2.0.6: @@ -5465,13 +5498,13 @@ packages: /@types/jaeger-client@3.18.7: resolution: {integrity: sha512-ktEWbcM8faJY5UNEmffnvavjIJ9noNCD7clD9hAZIuQt6QMv0T97kiveH0mbvBNr9SPZXmkidOu/3UWgSy89tQ==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 opentracing: 0.14.7 prom-client: 14.2.0 dev: true - /@types/jest@29.5.9: - resolution: {integrity: sha512-zJeWhqBwVoPm83sP8h1/SVntwWTu5lZbKQGCvBjxQOyEWnKnsaomt2y7SlV4KfwlrHAHHAn00Sh4IAWaIsGOgQ==} + /@types/jest@29.5.11: + resolution: {integrity: sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==} dependencies: expect: 29.7.0 pretty-format: 29.7.0 @@ -5488,7 +5521,7 @@ packages: /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/lodash.merge@4.6.9: @@ -5522,23 +5555,23 @@ packages: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true - /@types/mocha@10.0.5: - resolution: {integrity: sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==} + /@types/mocha@10.0.6: + resolution: {integrity: sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==} dev: true /@types/ms@0.7.34: resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} dev: true + /@types/node@20.10.5: + resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==} + dependencies: + undici-types: 5.26.5 + /@types/node@20.5.1: resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} dev: true - /@types/node@20.9.3: - resolution: {integrity: sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==} - dependencies: - undici-types: 5.26.5 - /@types/normalize-package-data@2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -5552,25 +5585,25 @@ packages: /@types/range-parser@1.2.7: resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - /@types/readable-stream@4.0.8: - resolution: {integrity: sha512-eNuXRT9IAu3eV5MYF5/v5+T7iHhHmDdMw8sTR4aVX0mMFK3V4MDJn9mKjxZXYSIZLtpw/83he3p+KweyIB8nIw==} + /@types/readable-stream@4.0.10: + resolution: {integrity: sha512-AbUKBjcC8SHmImNi4yK2bbjogQlkFSg7shZCcicxPQapniOlajG8GCc39lvXzCWX4lLRRs7DM3VAeSlqmEVZUA==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 safe-buffer: 5.1.2 dev: true /@types/responselike@1.0.3: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true - /@types/restify@8.5.11: - resolution: {integrity: sha512-aMSWmbAKoyKelDQ+J70Vv+ieR6rjvAG0DNyn4XbqO0e69SZJY7ohuqlCzNd7TjgUFY5NcbV0zFyAV7hmxpNLTA==} + /@types/restify@8.5.12: + resolution: {integrity: sha512-tW9y4O/B0gNIhin/88PzLTPgolkzOOrFK0IfgdiiYjGgjXI+PDTwp7QThhQy0p0l5FuNy59NW2PXU3Qx3r5cOQ==} dependencies: '@types/bunyan': 1.8.11 '@types/formidable': 1.2.8 - '@types/node': 20.9.3 + '@types/node': 20.10.5 '@types/spdy': 3.4.9 dev: true @@ -5582,14 +5615,14 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.9.3 + '@types/node': 20.10.5 /@types/serve-static@1.15.5: resolution: {integrity: sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==} dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.9.3 + '@types/node': 20.10.5 /@types/sinon@17.0.2: resolution: {integrity: sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==} @@ -5604,13 +5637,13 @@ packages: /@types/spdy@3.4.9: resolution: {integrity: sha512-ZYGzQrZX6j4GEy9x9+e4bjWOPOiZqFPm/3GnZ9xS0SMJqs+FbNiF6hBzr8EjSF2Z6TFY/PzUWOswUiRcZxW3FQ==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/split2@4.2.3: resolution: {integrity: sha512-59OXIlfUsi2k++H6CHgUQKEb2HKRokUA39HY1i1dS8/AIcqVjtAAFdf8u+HxTWK/4FUHMJQlKSZ4I6irCBJ1Zw==} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 dev: true /@types/stack-utils@2.0.3: @@ -5621,14 +5654,14 @@ packages: resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} dev: true - /@types/yargs@17.0.31: - resolution: {integrity: sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg==} + /@types/yargs@17.0.32: + resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} dependencies: '@types/yargs-parser': 21.0.3 dev: true - /@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.52.0)(typescript@5.3.2): - resolution: {integrity: sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==} + /@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.52.0)(typescript@5.3.3): + resolution: {integrity: sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -5639,25 +5672,25 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.12.0(eslint@8.52.0)(typescript@5.3.2) - '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/type-utils': 6.12.0(eslint@8.52.0)(typescript@5.3.2) - '@typescript-eslint/utils': 6.12.0(eslint@8.52.0)(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.12.0 - debug: 4.3.4(supports-color@8.1.1) + '@typescript-eslint/parser': 6.15.0(eslint@8.52.0)(typescript@5.3.3) + '@typescript-eslint/scope-manager': 6.15.0 + '@typescript-eslint/type-utils': 6.15.0(eslint@8.52.0)(typescript@5.3.3) + '@typescript-eslint/utils': 6.15.0(eslint@8.52.0)(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.15.0 + debug: 4.3.4 eslint: 8.52.0 graphemer: 1.4.0 ignore: 5.3.0 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.2) - typescript: 5.3.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2): - resolution: {integrity: sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==} + /@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -5668,25 +5701,25 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) - '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) - '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.12.0 - debug: 4.3.4(supports-color@8.1.1) - eslint: 8.54.0 + '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/scope-manager': 6.15.0 + '@typescript-eslint/type-utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.15.0 + debug: 4.3.4 + eslint: 8.56.0 graphemer: 1.4.0 ignore: 5.3.0 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.2) - typescript: 5.3.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.12.0(eslint@8.52.0)(typescript@5.3.2): - resolution: {integrity: sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==} + /@typescript-eslint/parser@6.15.0(eslint@8.52.0)(typescript@5.3.3): + resolution: {integrity: sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5695,19 +5728,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.12.0 - debug: 4.3.4(supports-color@8.1.1) + '@typescript-eslint/scope-manager': 6.15.0 + '@typescript-eslint/types': 6.15.0 + '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.15.0 + debug: 4.3.4 eslint: 8.52.0 - typescript: 5.3.2 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.12.0(eslint@8.54.0)(typescript@5.3.2): - resolution: {integrity: sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==} + /@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5716,27 +5749,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.12.0 - debug: 4.3.4(supports-color@8.1.1) - eslint: 8.54.0 - typescript: 5.3.2 + '@typescript-eslint/scope-manager': 6.15.0 + '@typescript-eslint/types': 6.15.0 + '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.15.0 + debug: 4.3.4 + eslint: 8.56.0 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.12.0: - resolution: {integrity: sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==} + /@typescript-eslint/scope-manager@6.15.0: + resolution: {integrity: sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/visitor-keys': 6.12.0 + '@typescript-eslint/types': 6.15.0 + '@typescript-eslint/visitor-keys': 6.15.0 dev: true - /@typescript-eslint/type-utils@6.12.0(eslint@8.52.0)(typescript@5.3.2): - resolution: {integrity: sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==} + /@typescript-eslint/type-utils@6.15.0(eslint@8.52.0)(typescript@5.3.3): + resolution: {integrity: sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5745,18 +5778,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) - '@typescript-eslint/utils': 6.12.0(eslint@8.52.0)(typescript@5.3.2) - debug: 4.3.4(supports-color@8.1.1) + '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) + '@typescript-eslint/utils': 6.15.0(eslint@8.52.0)(typescript@5.3.3) + debug: 4.3.4 eslint: 8.52.0 - ts-api-utils: 1.0.3(typescript@5.3.2) - typescript: 5.3.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.12.0(eslint@8.54.0)(typescript@5.3.2): - resolution: {integrity: sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==} + /@typescript-eslint/type-utils@6.15.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5765,23 +5798,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) - '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) - debug: 4.3.4(supports-color@8.1.1) - eslint: 8.54.0 - ts-api-utils: 1.0.3(typescript@5.3.2) - typescript: 5.3.2 + '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) + '@typescript-eslint/utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) + debug: 4.3.4 + eslint: 8.56.0 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.12.0: - resolution: {integrity: sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==} + /@typescript-eslint/types@6.15.0: + resolution: {integrity: sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2): - resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==} + /@typescript-eslint/typescript-estree@6.15.0(typescript@5.3.3): + resolution: {integrity: sha512-7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -5789,20 +5822,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/visitor-keys': 6.12.0 - debug: 4.3.4(supports-color@8.1.1) + '@typescript-eslint/types': 6.15.0 + '@typescript-eslint/visitor-keys': 6.15.0 + debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.2) - typescript: 5.3.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@6.12.0(eslint@8.52.0)(typescript@5.3.2): - resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==} + /@typescript-eslint/utils@6.15.0(eslint@8.52.0)(typescript@5.3.3): + resolution: {integrity: sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5810,9 +5843,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.6 - '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) + '@typescript-eslint/scope-manager': 6.15.0 + '@typescript-eslint/types': 6.15.0 + '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) eslint: 8.52.0 semver: 7.5.4 transitivePeerDependencies: @@ -5820,30 +5853,30 @@ packages: - typescript dev: true - /@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.3.2): - resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==} + /@typescript-eslint/utils@6.15.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.6 - '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) - eslint: 8.54.0 + '@typescript-eslint/scope-manager': 6.15.0 + '@typescript-eslint/types': 6.15.0 + '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) + eslint: 8.56.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.12.0: - resolution: {integrity: sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==} + /@typescript-eslint/visitor-keys@6.15.0: + resolution: {integrity: sha512-1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.12.0 + '@typescript-eslint/types': 6.15.0 eslint-visitor-keys: 3.4.3 dev: true @@ -5911,8 +5944,8 @@ packages: acorn: 8.11.2 dev: true - /acorn-walk@8.3.0: - resolution: {integrity: sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==} + /acorn-walk@8.3.1: + resolution: {integrity: sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==} engines: {node: '>=0.4.0'} dev: true @@ -5935,7 +5968,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -5943,7 +5976,7 @@ packages: resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} engines: {node: '>= 14'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -6284,14 +6317,14 @@ packages: resolution: {integrity: sha512-TAlMYvOuwGyLK3PfBb5WKBXZmXz2fVCgv23d6zZFdle/q3gPjmxBaeuC0pY0Dzs5PWMSgfqqEZkrye19GlDTgw==} dependencies: archy: 1.0.0 - debug: 4.3.4(supports-color@8.1.1) - fastq: 1.15.0 + debug: 4.3.4 + fastq: 1.16.0 transitivePeerDependencies: - supports-color dev: true - /aws-sdk@2.1500.0: - resolution: {integrity: sha512-e6ISdnxgHbq+QWYYILdSMfTuTJgLSR9PLKEz4RCxaybKIe05z75jYgc2WSPt9++3rQPSdqSc4wYSlwuE0m7jjA==} + /aws-sdk@2.1521.0: + resolution: {integrity: sha512-OOlQ0MFVz54sQESJlJ85HdXTS0sBQdcg5jnwX+rx8C70qSvgDJKesvCYt4ZUQ7tRC4xRSMaJO5tE8xvftdGjtA==} engines: {node: '>= 10.0.0'} dependencies: buffer: 4.9.2 @@ -6319,17 +6352,17 @@ packages: transitivePeerDependencies: - debug - /babel-jest@29.7.0(@babel/core@7.23.3): + /babel-jest@29.7.0(@babel/core@7.23.6): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@jest/transform': 29.7.0 - '@types/babel__core': 7.20.4 + '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.23.3) + babel-preset-jest: 29.6.3(@babel/core@7.23.6) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -6355,8 +6388,8 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.3 - '@types/babel__core': 7.20.4 + '@babel/types': 7.23.6 + '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 dev: true @@ -6368,35 +6401,35 @@ packages: regenerator-runtime: 0.10.5 dev: false - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.3): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.6): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3) - dev: true - - /babel-preset-jest@29.6.3(@babel/core@7.23.3): + '@babel/core': 7.23.6 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.6) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.6) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.6) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.6) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.6) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.6) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.6) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.6) + dev: true + + /babel-preset-jest@29.6.3(@babel/core@7.23.6): resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.3) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.6) dev: true /babel-runtime@6.26.0: @@ -6423,7 +6456,7 @@ packages: dependencies: cache-base: 1.0.1 class-utils: 0.3.6 - component-emitter: 1.3.0 + component-emitter: 1.3.1 define-property: 1.0.0 isobject: 3.0.1 mixin-deep: 1.3.2 @@ -6455,12 +6488,12 @@ packages: readable-stream: 3.6.2 dev: true - /bl@6.0.8: - resolution: {integrity: sha512-HCRq8z0+3vrGCjEKrbnK6blpDZ1xzhfZKCCuyvPC7upGcfXZSmaCumpVao/jC8o1hs/fOqJoCSPMabl+CQTPXg==} + /bl@6.0.9: + resolution: {integrity: sha512-Vh+M9HMfeTST9rkkQ1utRnOeABNcBO3i0dJMFkenCv7JIp76XWx8uQOGpaXyXVyenrLDZsdAHXbf0Cz18Eb0fw==} dependencies: buffer: 6.0.3 inherits: 2.0.4 - readable-stream: 4.4.2 + readable-stream: 4.5.1 dev: false /bluebird-retry@0.11.0(bluebird@3.7.2): @@ -6576,15 +6609,15 @@ packages: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: true - /browserslist@4.22.1: - resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} + /browserslist@4.22.2: + resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001562 - electron-to-chromium: 1.4.584 - node-releases: 2.0.13 - update-browserslist-db: 1.0.13(browserslist@4.22.1) + caniuse-lite: 1.0.30001570 + electron-to-chromium: 1.4.615 + node-releases: 2.0.14 + update-browserslist-db: 1.0.13(browserslist@4.22.2) dev: true /bs-logger@0.2.6: @@ -6659,7 +6692,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: collection-visit: 1.0.0 - component-emitter: 1.3.0 + component-emitter: 1.3.1 get-value: 2.0.6 has-value: 1.0.0 isobject: 3.0.1 @@ -6716,8 +6749,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite@1.0.30001562: - resolution: {integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==} + /caniuse-lite@1.0.30001570: + resolution: {integrity: sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==} dev: true /cardinal@2.1.1: @@ -6733,7 +6766,7 @@ packages: engines: {node: '>=16'} dependencies: '@types/long': 5.0.0 - '@types/node': 20.9.3 + '@types/node': 20.10.5 adm-zip: 0.5.10 long: 5.2.3 dev: false @@ -6840,7 +6873,7 @@ packages: engines: {node: '>=12.13.0'} hasBin: true dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -6920,8 +6953,8 @@ packages: restore-cursor: 3.1.0 dev: true - /cli-spinners@2.9.1: - resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} dev: true @@ -7043,8 +7076,8 @@ packages: dot-prop: 5.3.0 dev: true - /component-emitter@1.3.0: - resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} + /component-emitter@1.3.1: + resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==} dev: false /concat-map@0.0.1: @@ -7372,7 +7405,7 @@ packages: vary: 1.1.2 dev: false - /cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.1)(typescript@5.3.2): + /cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.2)(typescript@5.3.3): resolution: {integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==} engines: {node: '>=v14.21.3'} peerDependencies: @@ -7382,9 +7415,9 @@ packages: typescript: '>=4' dependencies: '@types/node': 20.5.1 - cosmiconfig: 8.3.6(typescript@5.3.2) - ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2) - typescript: 5.3.2 + cosmiconfig: 8.3.6(typescript@5.3.3) + ts-node: 10.9.2(@swc/core@1.3.101)(@types/node@20.10.5)(typescript@5.3.3) + typescript: 5.3.3 dev: true /cosmiconfig@7.0.1: @@ -7398,7 +7431,7 @@ packages: yaml: 1.10.2 dev: true - /cosmiconfig@8.3.6(typescript@5.3.2): + /cosmiconfig@8.3.6(typescript@5.3.3): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -7411,10 +7444,10 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.3.2 + typescript: 5.3.3 dev: true - /create-jest@29.7.0(@types/node@20.9.3)(ts-node@10.9.1): + /create-jest@29.7.0(@types/node@20.10.5)(ts-node@10.9.2): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -7423,7 +7456,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -7480,26 +7513,26 @@ packages: engines: {node: '>= 6'} dev: true - /csv-generate@4.3.0: - resolution: {integrity: sha512-7KdVId/2RgwPIKfWHaHtjBq7I9mgdi8ICzsUyIhP8is6UwpwVGGSC/aPnrZ8/SkgBcCP20lXrdPuP64Irs1VBg==} + /csv-generate@4.3.1: + resolution: {integrity: sha512-7YeeJq+44/I/O5N2sr2qBMcHZXhpfe38eh7DOFxyMtYO+Pir7kIfgFkW5MPksqKqqR6+/wX7UGoZm1Ot11151w==} dev: true - /csv-parse@5.5.2: - resolution: {integrity: sha512-YRVtvdtUNXZCMyK5zd5Wty1W6dNTpGKdqQd4EQ8tl/c6KW1aMBB1Kg1ppky5FONKmEqGJ/8WjLlTNLPne4ioVA==} + /csv-parse@5.5.3: + resolution: {integrity: sha512-v0KW6C0qlZzoGjk6u5tLmVfyZxNgPGXZsWTXshpAgKVGmGXzaVWGdlCFxNx5iuzcXT/oJN1HHM9DZKwtAtYa+A==} dev: true - /csv-stringify@6.4.4: - resolution: {integrity: sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg==} + /csv-stringify@6.4.5: + resolution: {integrity: sha512-SPu1Vnh8U5EnzpNOi1NDBL5jU5Rx7DVHr15DNg9LXDTAbQlAVAmEbVt16wZvEW9Fu9Qt4Ji8kmeCJ2B1+4rFTQ==} dev: true - /csv@6.3.5: - resolution: {integrity: sha512-Y+KTCAUljtq2JaGP42ZL1bymqlU5BkfnFpZhxRczGFDZox2VXhlRHnG5DRshyUrwQzmCdEiLjSqNldCfm1OVCA==} + /csv@6.3.6: + resolution: {integrity: sha512-jsEsX2HhGp7xiwrJu5srQavKsh+HUJcCi78Ar3m4jlmFKRoTkkMy7ZZPP+LnQChmaztW+uj44oyfMb59daAs/Q==} engines: {node: '>= 0.1.90'} dependencies: - csv-generate: 4.3.0 - csv-parse: 5.5.2 - csv-stringify: 6.4.4 - stream-transform: 3.2.10 + csv-generate: 4.3.1 + csv-parse: 5.5.3 + csv-stringify: 6.4.5 + stream-transform: 3.3.0 dev: true /dargs@7.0.0: @@ -7550,6 +7583,17 @@ packages: dependencies: ms: 2.1.3 + /debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + /debug@4.3.4(supports-color@8.1.1): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -7868,8 +7912,8 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: true - /electron-to-chromium@1.4.584: - resolution: {integrity: sha512-rXCtDiXCBtfTfEegkthruCvyWZnr1/FCrUGY/nYQiF+lSZDmwQBDxp0rivZxV8trXb6cbgojhcSTW5xsDcHQ8g==} + /electron-to-chromium@1.4.615: + resolution: {integrity: sha512-/bKPPcgZVUziECqDc+0HkT87+0zhaWSZHNXqF8FLd2lQcptpmUFwoCSWjCdOng9Gdq+afKArPdEg/0ZW461Eng==} dev: true /emittery@0.13.1: @@ -7916,8 +7960,8 @@ packages: engines: {node: '>=10.2.0'} dependencies: '@types/cookie': 0.4.1 - '@types/cors': 2.8.16 - '@types/node': 20.9.3 + '@types/cors': 2.8.17 + '@types/node': 20.10.5 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -7986,7 +8030,7 @@ packages: is-weakref: 1.0.2 object-inspect: 1.13.1 object-keys: 1.1.1 - object.assign: 4.1.4 + object.assign: 4.1.5 regexp.prototype.flags: 1.5.1 safe-array-concat: 1.0.1 safe-regex-test: 1.0.0 @@ -8101,20 +8145,20 @@ packages: dependencies: confusing-browser-globals: 1.0.11 eslint: 8.52.0 - eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.52.0) - object.assign: 4.1.4 + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.15.0)(eslint@8.52.0) + object.assign: 4.1.5 object.entries: 1.1.7 semver: 6.3.1 dev: true - /eslint-config-makeomatic@6.0.0(typescript@5.3.2): + /eslint-config-makeomatic@6.0.0(typescript@5.3.3): resolution: {integrity: sha512-4WR3WDexk39+b779FtDG6P0AnBNmtpm0QaqYIfC4vcW1reN6W2UGb7Ee4f7XUaHlan6yJhmUfJZgSnUaARdr1g==} dependencies: - '@typescript-eslint/eslint-plugin': 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.52.0)(typescript@5.3.2) - '@typescript-eslint/parser': 6.12.0(eslint@8.52.0)(typescript@5.3.2) + '@typescript-eslint/eslint-plugin': 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.52.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.15.0(eslint@8.52.0)(typescript@5.3.3) eslint: 8.52.0 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.0)(eslint@8.52.0) - eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.52.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.15.0)(eslint@8.52.0) eslint-plugin-promise: 6.1.1(eslint@8.52.0) eslint-plugin-unicorn: 49.0.0(eslint@8.52.0) transitivePeerDependencies: @@ -8134,7 +8178,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.12.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -8155,7 +8199,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.12.0(eslint@8.52.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.15.0(eslint@8.52.0)(typescript@5.3.3) debug: 3.2.7 eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 @@ -8163,7 +8207,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.12.0)(eslint-import-resolver-node@0.3.9)(eslint@8.54.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -8184,15 +8228,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@5.3.3) debug: 3.2.7 - eslint: 8.54.0 + eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.52.0): + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.15.0)(eslint@8.52.0): resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} engines: {node: '>=4'} peerDependencies: @@ -8202,7 +8246,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.12.0(eslint@8.52.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.15.0(eslint@8.52.0)(typescript@5.3.3) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -8211,7 +8255,7 @@ packages: doctrine: 2.1.0 eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.12.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -8220,15 +8264,15 @@ packages: object.groupby: 1.0.1 object.values: 1.1.7 semver: 6.3.1 - tsconfig-paths: 3.14.2 + tsconfig-paths: 3.15.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0): - resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0): + resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -8237,16 +8281,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@5.3.3) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.54.0 + eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.12.0)(eslint-import-resolver-node@0.3.9)(eslint@8.54.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -8255,7 +8299,7 @@ packages: object.groupby: 1.0.1 object.values: 1.1.7 semver: 6.3.1 - tsconfig-paths: 3.14.2 + tsconfig-paths: 3.15.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -8294,17 +8338,17 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-unicorn@49.0.0(eslint@8.54.0): + /eslint-plugin-unicorn@49.0.0(eslint@8.56.0): resolution: {integrity: sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==} engines: {node: '>=16'} peerDependencies: eslint: '>=8.52.0' dependencies: '@babel/helper-validator-identifier': 7.22.20 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) ci-info: 3.9.0 clean-regexp: 1.0.0 - eslint: 8.54.0 + eslint: 8.56.0 esquery: 1.5.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 @@ -8337,7 +8381,7 @@ packages: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@eslint-community/regexpp': 4.10.0 - '@eslint/eslintrc': 2.1.3 + '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.52.0 '@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/module-importer': 1.0.1 @@ -8346,7 +8390,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -8358,7 +8402,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.23.0 + globals: 13.24.0 graphemer: 1.4.0 ignore: 5.3.0 imurmurhash: 0.1.4 @@ -8377,15 +8421,15 @@ packages: - supports-color dev: true - /eslint@8.54.0: - resolution: {integrity: sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==} + /eslint@8.56.0: + resolution: {integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) '@eslint-community/regexpp': 4.10.0 - '@eslint/eslintrc': 2.1.3 - '@eslint/js': 8.54.0 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.56.0 '@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -8393,7 +8437,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -8405,7 +8449,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.23.0 + globals: 13.24.0 graphemer: 1.4.0 ignore: 5.3.0 imurmurhash: 0.1.4 @@ -8700,6 +8744,7 @@ packages: /extsprintf@1.4.1: resolution: {integrity: sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==} engines: {'0': node >=0.6.0} + dev: true /fast-content-type-parse@1.1.0: resolution: {integrity: sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==} @@ -8767,8 +8812,8 @@ packages: resolution: {integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==} dev: true - /fastify@4.24.3: - resolution: {integrity: sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg==} + /fastify@4.25.1: + resolution: {integrity: sha512-D8d0rv61TwqoAS7lom2tvIlgVMlx88lLsiwXyWNjA7CU/LC/mx/Gp2WAlC0S/ABq19U+y/aRvYFG5xLUu2aMrg==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.4.1 @@ -8779,19 +8824,19 @@ packages: fast-json-stringify: 5.9.1 find-my-way: 7.7.0 light-my-request: 5.11.0 - pino: 8.16.2 - process-warning: 2.3.0 + pino: 8.17.1 + process-warning: 3.0.0 proxy-addr: 2.0.7 rfdc: 1.3.0 secure-json-parse: 2.7.0 semver: 7.5.4 - toad-cache: 3.3.0 + toad-cache: 3.4.1 transitivePeerDependencies: - supports-color dev: true - /fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + /fastq@1.16.0: + resolution: {integrity: sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==} dependencies: reusify: 1.0.4 @@ -8809,7 +8854,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) get-uv-event-loop-napi-h: 1.0.6 node-addon-api: 3.2.1 - node-gyp-build: 4.7.0 + node-gyp-build: 4.7.1 ref-napi: 3.0.3 ref-struct-di: 1.1.1 transitivePeerDependencies: @@ -9021,8 +9066,8 @@ packages: readable-stream: 2.3.8 dev: true - /fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + /fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11 @@ -9188,7 +9233,7 @@ packages: dependencies: '@tootallnate/once': 1.1.2 data-uri-to-buffer: 3.0.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 file-uri-to-path: 2.0.0 fs-extra: 8.1.0 ftp: 0.3.10 @@ -9330,17 +9375,6 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 5.1.6 - once: 1.4.0 - dev: false - /global-dirs@0.1.1: resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} engines: {node: '>=4'} @@ -9360,8 +9394,8 @@ packages: engines: {node: '>=4'} dev: true - /globals@13.23.0: - resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} + /globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -9381,7 +9415,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.2.4 + ignore: 5.3.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -9549,11 +9583,8 @@ packages: hasBin: true dev: true - /help-me@4.2.0: - resolution: {integrity: sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==} - dependencies: - glob: 8.1.0 - readable-stream: 3.6.2 + /help-me@5.0.0: + resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==} dev: false /hexer@1.5.0: @@ -9593,7 +9624,7 @@ packages: resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} engines: {node: ^16.14.0 || >=18.0.0} dependencies: - lru-cache: 10.0.2 + lru-cache: 10.1.0 dev: true /hpack.js@2.1.6: @@ -9648,7 +9679,7 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -9658,7 +9689,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -9676,7 +9707,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -9685,7 +9716,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -9736,11 +9767,6 @@ packages: /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - /ignore@5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} - engines: {node: '>= 4'} - dev: true - /ignore@5.3.0: resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} engines: {node: '>= 4'} @@ -9880,7 +9906,7 @@ packages: engines: {node: '>=6'} dependencies: cluster-key-slot: 1.1.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 denque: 1.5.1 lodash.defaults: 4.2.0 lodash.flatten: 4.4.0 @@ -10298,8 +10324,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.3 - '@babel/parser': 7.23.3 + '@babel/core': 7.23.6 + '@babel/parser': 7.23.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -10311,8 +10337,8 @@ packages: resolution: {integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.23.3 - '@babel/parser': 7.23.3 + '@babel/core': 7.23.6 + '@babel/parser': 7.23.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.5.4 @@ -10333,7 +10359,7 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -10400,7 +10426,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -10421,7 +10447,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@types/node@20.9.3)(ts-node@10.9.1): + /jest-cli@29.7.0(@types/node@20.10.5)(ts-node@10.9.2): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10431,14 +10457,14 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.7.0(ts-node@10.9.1) + '@jest/core': 29.7.0(ts-node@10.9.2) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + create-jest: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -10449,7 +10475,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@20.9.3)(ts-node@10.9.1): + /jest-config@29.7.0(@types/node@20.10.5)(ts-node@10.9.2): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -10461,11 +10487,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 - babel-jest: 29.7.0(@babel/core@7.23.3) + '@types/node': 20.10.5 + babel-jest: 29.7.0(@babel/core@7.23.6) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -10484,7 +10510,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2) + ts-node: 10.9.2(@swc/core@1.3.101)(@types/node@20.10.5)(typescript@5.3.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -10525,7 +10551,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -10541,7 +10567,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.9.3 + '@types/node': 20.10.5 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -10576,7 +10602,7 @@ packages: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.22.13 + '@babel/code-frame': 7.23.5 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -10592,7 +10618,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 jest-util: 29.7.0 dev: true @@ -10647,7 +10673,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -10678,7 +10704,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -10701,15 +10727,15 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.3 - '@babel/generator': 7.23.3 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) - '@babel/types': 7.23.3 + '@babel/core': 7.23.6 + '@babel/generator': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.6) + '@babel/types': 7.23.6 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.3) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.6) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -10730,7 +10756,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -10755,7 +10781,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.9.3 + '@types/node': 20.10.5 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -10767,13 +10793,13 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.9.3 + '@types/node': 20.10.5 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@29.7.0(@types/node@20.9.3)(ts-node@10.9.1): + /jest@29.7.0(@types/node@20.10.5)(ts-node@10.9.2): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10783,10 +10809,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.7.0(ts-node@10.9.1) + '@jest/core': 29.7.0(ts-node@10.9.2) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + jest-cli: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -10866,8 +10892,8 @@ packages: /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - /json-parse-even-better-errors@3.0.0: - resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} + /json-parse-even-better-errors@3.0.1: + resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true @@ -10973,8 +10999,8 @@ packages: engines: {node: '>=6'} dev: true - /knex@3.0.1(pg@8.11.3): - resolution: {integrity: sha512-ruASxC6xPyDklRdrcDy6a9iqK+R9cGK214aiQa+D9gX2ZnHZKv6o6JC9ZfgxILxVAul4bZ13c3tgOAHSuQ7/9g==} + /knex@3.1.0(pg@8.11.3): + resolution: {integrity: sha512-GLoII6hR0c4ti243gMs5/1Rb3B+AjwMOfjYm97pu0FOQa7JH56hgBxYf5WK2525ceSbBY1cjeZ9yk99GPMB6Kw==} engines: {node: '>=16'} hasBin: true peerDependencies: @@ -11011,7 +11037,7 @@ packages: interpret: 2.2.0 lodash: 4.17.21 pg: 8.11.3 - pg-connection-string: 2.6.1 + pg-connection-string: 2.6.2 rechoir: 0.8.0 resolve-from: 5.0.0 tarn: 3.0.2 @@ -11052,7 +11078,7 @@ packages: resolution: {integrity: sha512-qkFCeloXCOMpmEdZ/MV91P8AT4fjwFXWaAFz3lUeStM8RcoM1ks4J/F8r1b3r6y/H4u3ACEJ1T+Gv5bopj7oDA==} dependencies: cookie: 0.5.0 - process-warning: 2.3.0 + process-warning: 2.3.2 set-cookie-parser: 2.6.0 dev: true @@ -11231,11 +11257,9 @@ packages: engines: {node: '>=8'} dev: true - /lru-cache@10.0.2: - resolution: {integrity: sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==} + /lru-cache@10.1.0: + resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} engines: {node: 14 || >=16.14} - dependencies: - semver: 7.5.4 /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -11443,6 +11467,12 @@ packages: hasBin: true dev: true + /mime@4.0.1: + resolution: {integrity: sha512-5lZ5tyrIfliMXzFtkYyekWbtRXObT9OWa8IwQ5uxTBDHucNNwniRqo0yInflj+iYi5CBa6qxadGzGarDfuEOxA==} + engines: {node: '>=16'} + hasBin: true + dev: true + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} @@ -11484,13 +11514,6 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} - dependencies: - brace-expansion: 2.0.1 - dev: false - /minimatch@9.0.3: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} @@ -11547,8 +11570,8 @@ packages: hasBin: true dev: false - /mnemonist@0.39.5: - resolution: {integrity: sha512-FPUtkhtJ0efmEFGpU14x7jGbTB+s18LrzRL2KgoWz9YvcY3cPomz8tih01GbHwnGk/OmkOKfqd/RAQoc8Lm7DQ==} + /mnemonist@0.39.6: + resolution: {integrity: sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==} dependencies: obliterator: 2.0.4 dev: false @@ -11586,15 +11609,15 @@ packages: engines: {node: '>=0.10.0'} dev: true - /ms-socket.io-adapter-amqp@9.0.1(@microfleet/amqp-coffee@2.7.0)(@microfleet/transport-amqp@17.7.0)(common-errors@1.2.0): + /ms-socket.io-adapter-amqp@9.0.1(@microfleet/amqp-coffee@2.7.2)(@microfleet/transport-amqp@17.7.3)(common-errors@1.2.0): resolution: {integrity: sha512-sGaFwgPpnOZY4O5WhWLD4SKMPKSYTKF6AAFbw8Nf5mLRq1CBm837O6XKPWCR8dcO8wJvHqqamOfL7oGfrfRBlQ==} peerDependencies: '@microfleet/amqp-coffee': '>= 2' '@microfleet/transport-amqp': '>= 17' common-errors: ~1.x.x dependencies: - '@microfleet/amqp-coffee': 2.7.0 - '@microfleet/transport-amqp': 17.7.0(common-errors@1.2.0) + '@microfleet/amqp-coffee': 2.7.2 + '@microfleet/transport-amqp': 17.7.3(common-errors@1.2.0) '@sindresorhus/is': 4.6.0 bluebird: 3.7.2 common-errors: 1.2.0 @@ -11698,8 +11721,8 @@ packages: path-to-regexp: 1.8.0 dev: true - /nock@13.3.8: - resolution: {integrity: sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==} + /nock@13.4.0: + resolution: {integrity: sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==} engines: {node: '>= 10.13'} dependencies: debug: 4.3.4(supports-color@8.1.1) @@ -11736,8 +11759,8 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-gyp-build@4.7.0: - resolution: {integrity: sha512-PbZERfeFdrHQOOXiAKOY0VPbykZy90ndPKk0d+CFDegTKmWp1VgOTz2xACVbr1BjCWxrQp68CXtvNsveFhqDJg==} + /node-gyp-build@4.7.1: + resolution: {integrity: sha512-wTSrZ+8lsRRa3I3H8Xr65dLWSgCvY2l4AOnaeKdPA9TB/WYMPaTcrzf3rXvFoVvjKNVnu0CcWSx54qq9GKRUYg==} hasBin: true requiresBuild: true dev: false @@ -11746,8 +11769,8 @@ packages: /node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} - /node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} dev: true /nopt@5.0.0: @@ -11828,8 +11851,8 @@ packages: path-key: 4.0.0 dev: true - /npm@9.9.1: - resolution: {integrity: sha512-D3YZ1ZTxPGDHLLiFU9q3sVrPfYnn6BaJ1hogm3vdWi8oOmHGtTlPUPXAM0iG22UT0JRkBnMDOh6oUhpbEYgg2A==} + /npm@9.9.2: + resolution: {integrity: sha512-D3tV+W0PzJOlwo8YmO6fNzaB1CrMVYd1V+2TURF6lbCbmZKqMsYgeQfPVvqiM3zbNSJPhFEnmlEXIogH2Vq7PQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dev: true @@ -11959,8 +11982,8 @@ packages: isobject: 3.0.1 dev: false - /object.assign@4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + /object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.5 @@ -12104,7 +12127,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -12244,7 +12267,7 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 get-uri: 3.0.2 http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 @@ -12301,7 +12324,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.13 + '@babel/code-frame': 7.23.5 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -12310,9 +12333,9 @@ packages: resolution: {integrity: sha512-SgOTCX/EZXtZxBE5eJ97P4yGM5n37BwRU+YMsH4vNzFqJV/oWFXXCmwFlgWUM4PrakybVOueJJ6pwHqSVhTFDw==} engines: {node: '>=16'} dependencies: - '@babel/code-frame': 7.22.13 + '@babel/code-frame': 7.23.5 error-ex: 1.3.2 - json-parse-even-better-errors: 3.0.0 + json-parse-even-better-errors: 3.0.1 lines-and-columns: 2.0.4 type-fest: 3.13.1 dev: true @@ -12392,7 +12415,7 @@ packages: resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} engines: {node: '>=16 || 14 >=14.17'} dependencies: - lru-cache: 10.0.2 + lru-cache: 10.1.0 minipass: 7.0.4 /path-to-regexp@0.1.7: @@ -12440,10 +12463,6 @@ packages: dev: false optional: true - /pg-connection-string@2.6.1: - resolution: {integrity: sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==} - dev: false - /pg-connection-string@2.6.2: resolution: {integrity: sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==} dev: false @@ -12531,24 +12550,24 @@ packages: /pino-abstract-transport@1.1.0: resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==} dependencies: - readable-stream: 4.4.2 + readable-stream: 4.5.1 split2: 4.2.0 - /pino-pretty@10.2.3: - resolution: {integrity: sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==} + /pino-pretty@10.3.0: + resolution: {integrity: sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==} hasBin: true dependencies: colorette: 2.0.20 dateformat: 4.6.3 fast-copy: 3.0.1 fast-safe-stringify: 2.1.1 - help-me: 4.2.0 + help-me: 5.0.0 joycon: 3.1.1 minimist: 1.2.8 on-exit-leak-free: 2.1.2 pino-abstract-transport: 1.1.0 pump: 3.0.0 - readable-stream: 4.4.2 + readable-stream: 4.5.1 secure-json-parse: 2.7.0 sonic-boom: 3.7.0 strip-json-comments: 3.1.1 @@ -12557,8 +12576,8 @@ packages: /pino-std-serializers@6.2.2: resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==} - /pino@8.16.2: - resolution: {integrity: sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==} + /pino@8.17.1: + resolution: {integrity: sha512-YoN7/NJgnsJ+fkADZqjhRt96iepWBndQHeClmSBH0sQWCb8zGD74t00SK4eOtKFi/f8TUmQnfmgglEhd2kI1RQ==} hasBin: true dependencies: atomic-sleep: 1.0.0 @@ -12566,7 +12585,7 @@ packages: on-exit-leak-free: 2.1.2 pino-abstract-transport: 1.1.0 pino-std-serializers: 6.2.2 - process-warning: 2.3.0 + process-warning: 2.3.2 quick-format-unescaped: 4.0.4 real-require: 0.2.0 safe-stable-stringify: 2.4.3 @@ -12659,8 +12678,12 @@ packages: /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - /process-warning@2.3.0: - resolution: {integrity: sha512-N6mp1+2jpQr3oCFMz6SeHRGbv6Slb20bRhj4v3xR99HqNToAcOe1MFOp4tytyzOfJn+QtN8Rf7U/h2KAn4kC6g==} + /process-warning@2.3.2: + resolution: {integrity: sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==} + + /process-warning@3.0.0: + resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==} + dev: true /process@0.10.1: resolution: {integrity: sha512-dyIett8dgGIZ/TXKUzeYExt7WA6ldDzys9vTDU/cCA9L17Ypme+KzS+NjQCjpn9xsvi/shbMC+yP/BcFMBz0NA==} @@ -12678,8 +12701,8 @@ packages: tdigest: 0.1.2 dev: true - /prom-client@15.0.0: - resolution: {integrity: sha512-UocpgIrKyA2TKLVZDSfm8rGkL13C19YrQBAiG3xo3aDFWcHedxRxI3z+cIcucoxpSO0h5lff5iv/SXoxyeopeA==} + /prom-client@15.1.0: + resolution: {integrity: sha512-cCD7jLTqyPdjEPBo/Xk4Iu8jxjuZgZJ3e/oET3L+ZwOuap/7Cw3dH/TJSsZKs1TQLZ2IHpIlRAKw82ef06kmMw==} engines: {node: ^16 || ^18 || >=20} dependencies: '@opentelemetry/api': 1.7.0 @@ -12743,7 +12766,7 @@ packages: engines: {node: '>= 8'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 lru-cache: 5.1.1 @@ -12887,7 +12910,7 @@ packages: dependencies: find-up: 6.3.0 read-pkg: 8.1.0 - type-fest: 4.8.2 + type-fest: 4.8.3 dev: true /read-pkg-up@3.0.0: @@ -12931,7 +12954,7 @@ packages: '@types/normalize-package-data': 2.4.4 normalize-package-data: 6.0.0 parse-json: 7.1.1 - type-fest: 4.8.2 + type-fest: 4.8.3 dev: true /readable-stream@1.1.14: @@ -12962,8 +12985,8 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readable-stream@4.4.2: - resolution: {integrity: sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==} + /readable-stream@4.5.1: + resolution: {integrity: sha512-uQjbf34vmf/asGnOHQEw07Q4llgMACQZTWWa4MmICS0IKJoHbLwKCy71H3eR99Dw5iYejc6W+pqZZEeqRtUFAw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: abort-controller: 3.0.0 @@ -13048,7 +13071,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) get-symbol-from-current-process-h: 1.0.2 node-addon-api: 3.2.1 - node-gyp-build: 4.7.0 + node-gyp-build: 4.7.1 transitivePeerDependencies: - supports-color dev: false @@ -13132,7 +13155,7 @@ packages: async-retry: 1.3.3 chalk: 4.1.2 cosmiconfig: 7.0.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 execa: 5.1.1 form-data: 4.0.0 git-url-parse: 11.6.0 @@ -13245,7 +13268,7 @@ packages: hasBin: true dependencies: assert-plus: 1.0.0 - csv: 6.3.5 + csv: 6.3.6 escape-regexp-component: 1.0.2 ewma: 2.0.1 find-my-way: 7.7.0 @@ -13257,7 +13280,7 @@ packages: negotiator: 0.6.3 once: 1.4.0 pidusage: 3.0.2 - pino: 8.16.2 + pino: 8.17.1 qs: 6.11.2 restify-errors: 8.0.2 semver: 7.5.4 @@ -13392,19 +13415,19 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /semantic-release@21.0.7(typescript@5.3.2): + /semantic-release@21.0.7(typescript@5.3.3): resolution: {integrity: sha512-peRDSXN+hF8EFSKzze90ff/EnAmgITHQ/a3SZpRV3479ny0BIZWEJ33uX6/GlOSKdaSxo9hVRDyv2/u2MuF+Bw==} engines: {node: '>=18'} hasBin: true dependencies: '@semantic-release/commit-analyzer': 10.0.4(semantic-release@21.0.7) '@semantic-release/error': 4.0.0 - '@semantic-release/github': 9.2.3(semantic-release@21.0.7) + '@semantic-release/github': 9.2.5(semantic-release@21.0.7) '@semantic-release/npm': 10.0.6(semantic-release@21.0.7) '@semantic-release/release-notes-generator': 11.0.7(semantic-release@21.0.7) aggregate-error: 4.0.1 - cosmiconfig: 8.3.6(typescript@5.3.2) - debug: 4.3.4(supports-color@8.1.1) + cosmiconfig: 8.3.6(typescript@5.3.3) + debug: 4.3.4 env-ci: 9.1.1 execa: 7.2.0 figures: 5.0.0 @@ -13725,7 +13748,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 socks: 2.7.1 transitivePeerDependencies: - supports-color @@ -13936,8 +13959,8 @@ packages: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} dev: true - /stream-transform@3.2.10: - resolution: {integrity: sha512-Yu+x7zcWbWdyB0Td8dFzHt2JEyD6694CNq2lqh1rbuEBVxPtjb/GZ7xDnZcdYiU5E/RtufM54ClSEOzZDeWguA==} + /stream-transform@3.3.0: + resolution: {integrity: sha512-pG1NeDdmErNYKtvTpFayrEueAmL0xVU5wd22V7InGnatl4Ocq3HY7dcXIKj629kXvYQvglCC7CeDIGAlx1RNGA==} dev: true /strict-uri-encode@2.0.0: @@ -14272,8 +14295,8 @@ packages: safe-regex: 1.1.0 dev: false - /toad-cache@3.3.0: - resolution: {integrity: sha512-3oDzcogWGHZdkwrHyvJVpPjA7oNzY6ENOV3PsWJY9XYPZ6INo94Yd47s5may1U+nleBPwDhrRiTPMIvKaa3MQg==} + /toad-cache@3.4.1: + resolution: {integrity: sha512-T0m3MxP3wcqW0LaV3dF1mHBU294sgYSm4FOpa5eEJaYO7PqJZBOjZEQI1y4YaKNnih1FXCEYTWDS9osCoTUefg==} engines: {node: '>=12'} dev: true @@ -14302,16 +14325,16 @@ packages: engines: {node: '>=8'} dev: true - /ts-api-utils@1.0.3(typescript@5.3.2): + /ts-api-utils@1.0.3(typescript@5.3.3): resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.3.2 + typescript: 5.3.3 dev: true - /ts-jest@29.1.1(@babel/core@7.23.3)(jest@29.7.0)(typescript@5.3.2): + /ts-jest@29.1.1(@babel/core@7.23.6)(jest@29.7.0)(typescript@5.3.3): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -14332,21 +14355,21 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.23.6 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.9.3)(ts-node@10.9.1) + jest: 29.7.0(@types/node@20.10.5)(ts-node@10.9.2) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.5.4 - typescript: 5.3.2 + typescript: 5.3.3 yargs-parser: 21.1.1 dev: true - /ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + /ts-node@10.9.2(@swc/core@1.3.101)(@types/node@20.10.5)(typescript@5.3.3): + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -14360,25 +14383,25 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 - '@swc/core': 1.3.99(@swc/helpers@0.5.3) + '@swc/core': 1.3.101 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.9.3 + '@types/node': 20.10.5 acorn: 8.11.2 - acorn-walk: 8.3.0 + acorn-walk: 8.3.1 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.3.2 + typescript: 5.3.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /tsconfig-paths@3.14.2: - resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} + /tsconfig-paths@3.15.0: + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} dependencies: '@types/json5': 0.0.29 json5: 1.0.2 @@ -14466,8 +14489,8 @@ packages: engines: {node: '>=14.16'} dev: true - /type-fest@4.8.2: - resolution: {integrity: sha512-mcvrCjixA5166hSrUoJgGb9gBQN4loMYyj9zxuMs/66ibHNEFd5JXMw37YVDx58L4/QID9jIzdTBB4mDwDJ6KQ==} + /type-fest@4.8.3: + resolution: {integrity: sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==} engines: {node: '>=16'} /type-is@1.6.18: @@ -14526,8 +14549,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript@5.3.2: - resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} + /typescript@5.3.3: + resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -14557,12 +14580,19 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - /undici@5.27.2: - resolution: {integrity: sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==} + /undici@5.28.2: + resolution: {integrity: sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==} engines: {node: '>=14.0'} dependencies: '@fastify/busboy': 2.1.0 + /undici@6.0.1: + resolution: {integrity: sha512-eZFYQLeS9BiXpsU0cuFhCwfeda2MnC48EVmmOz/eCjsTgmyTdaHdVsPSC/kwC2GtW2e0uH0HIPbadf3/bRWSxw==} + engines: {node: '>=18.0'} + dependencies: + '@fastify/busboy': 2.1.0 + dev: true + /unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -14619,13 +14649,13 @@ packages: isobject: 3.0.1 dev: false - /update-browserslist-db@1.0.13(browserslist@4.22.1): + /update-browserslist-db@1.0.13(browserslist@4.22.2): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.22.1 + browserslist: 4.22.2 escalade: 3.1.1 picocolors: 1.0.0 dev: true @@ -14733,8 +14763,8 @@ packages: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true - /v8-to-istanbul@9.1.3: - resolution: {integrity: sha512-9lDD+EVI2fjFsMWXc6dy5JJzBsVTcQ2fVkfBvncZ6xJWG9wtBhOldG+mHkSL0+V1K/xgZz0JDO5UT5hFwHUghg==} + /v8-to-istanbul@9.2.0: + resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} dependencies: '@jridgewell/trace-mapping': 0.3.20 @@ -14765,7 +14795,7 @@ packages: dependencies: assert-plus: 1.0.0 core-util-is: 1.0.2 - extsprintf: 1.4.1 + extsprintf: 1.3.0 /vm2@3.9.19: resolution: {integrity: sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==} @@ -14774,7 +14804,7 @@ packages: hasBin: true dependencies: acorn: 8.11.2 - acorn-walk: 8.3.0 + acorn-walk: 8.3.1 dev: true /walker@1.0.8: From cc9865a1e4bcb07398ca31a7c60f4fa4d65b2381 Mon Sep 17 00:00:00 2001 From: semaphoreci Date: Tue, 19 Dec 2023 03:21:42 +0000 Subject: [PATCH 2/2] chore(release): v19.1.12 -- updated 28 modules [skip ci] @microfleet/utils: 2.2.12 -> 2.2.13 @microfleet/plugin-validator: 2.2.12 -> 2.2.13 @microfleet/plugin-socketio: 2.2.12 -> 2.2.13 @microfleet/plugin-signed-request: 2.2.12 -> 2.2.13 @microfleet/plugin-router: 2.2.12 -> 2.2.13 @microfleet/plugin-router-socketio: 2.2.12 -> 2.2.13 @microfleet/plugin-router-hapi: 2.2.12 -> 2.2.13 @microfleet/plugin-router-amqp: 2.2.12 -> 2.2.13 @microfleet/plugin-redis-sentinel: 2.2.12 -> 2.2.13 @microfleet/plugin-redis-core: 2.2.12 -> 2.2.13 @microfleet/plugin-redis-cluster: 2.2.12 -> 2.2.13 @microfleet/plugin-prometheus: 2.2.12 -> 2.2.13 @microfleet/plugin-opentracing: 2.2.12 -> 2.2.13 @microfleet/plugin-logger: 2.2.12 -> 2.2.13 @microfleet/plugin-knex: 4.2.12 -> 4.2.13 @microfleet/plugin-kafka: 4.2.12 -> 4.2.13 @microfleet/plugin-kafka-types: 3.2.12 -> 3.2.13 @microfleet/plugin-hapi: 2.2.12 -> 2.2.13 @microfleet/plugin-elasticsearch: 2.2.12 -> 2.2.13 @microfleet/plugin-dlock: 2.2.12 -> 2.2.13 @microfleet/plugin-couchdb: 4.2.12 -> 4.2.13 @microfleet/plugin-consul: 4.2.12 -> 4.2.13 @microfleet/plugin-cassandra: 2.2.12 -> 2.2.13 @microfleet/plugin-casl: 2.2.12 -> 2.2.13 @microfleet/plugin-aws-elasticsearch: 3.2.12 -> 3.2.13 @microfleet/plugin-amqp: 2.2.12 -> 2.2.13 @microfleet/core: 19.2.12 -> 19.2.13 @microfleet/core-types: 2.2.12 -> 2.2.13 --- CHANGELOG.md | 252 ++++++++++++++++++ package.json | 2 +- packages/core-types/CHANGELOG.md | 14 + packages/core-types/package.json | 2 +- packages/core/CHANGELOG.md | 14 + packages/core/package.json | 2 +- packages/plugin-amqp/CHANGELOG.md | 14 + packages/plugin-amqp/package.json | 2 +- .../plugin-aws-elasticsearch/CHANGELOG.md | 14 + .../plugin-aws-elasticsearch/package.json | 2 +- packages/plugin-casl/CHANGELOG.md | 14 + packages/plugin-casl/package.json | 2 +- packages/plugin-cassandra/CHANGELOG.md | 14 + packages/plugin-cassandra/package.json | 2 +- packages/plugin-consul/CHANGELOG.md | 14 + packages/plugin-consul/package.json | 2 +- packages/plugin-couchdb/CHANGELOG.md | 14 + packages/plugin-couchdb/package.json | 2 +- packages/plugin-dlock/CHANGELOG.md | 14 + packages/plugin-dlock/package.json | 2 +- packages/plugin-elasticsearch/CHANGELOG.md | 14 + packages/plugin-elasticsearch/package.json | 2 +- packages/plugin-hapi/CHANGELOG.md | 14 + packages/plugin-hapi/package.json | 2 +- packages/plugin-kafka-types/CHANGELOG.md | 14 + packages/plugin-kafka-types/package.json | 2 +- packages/plugin-kafka/CHANGELOG.md | 14 + packages/plugin-kafka/package.json | 2 +- packages/plugin-knex/CHANGELOG.md | 14 + packages/plugin-knex/package.json | 2 +- packages/plugin-logger/CHANGELOG.md | 14 + packages/plugin-logger/package.json | 2 +- packages/plugin-opentracing/CHANGELOG.md | 14 + packages/plugin-opentracing/package.json | 2 +- packages/plugin-prometheus/CHANGELOG.md | 14 + packages/plugin-prometheus/package.json | 2 +- packages/plugin-redis-cluster/CHANGELOG.md | 14 + packages/plugin-redis-cluster/package.json | 2 +- packages/plugin-redis-core/CHANGELOG.md | 14 + packages/plugin-redis-core/package.json | 2 +- packages/plugin-redis-sentinel/CHANGELOG.md | 14 + packages/plugin-redis-sentinel/package.json | 2 +- packages/plugin-router-amqp/CHANGELOG.md | 14 + packages/plugin-router-amqp/package.json | 2 +- packages/plugin-router-hapi/CHANGELOG.md | 14 + packages/plugin-router-hapi/package.json | 2 +- packages/plugin-router-socketio/CHANGELOG.md | 14 + packages/plugin-router-socketio/package.json | 2 +- packages/plugin-router/CHANGELOG.md | 14 + packages/plugin-router/package.json | 2 +- packages/plugin-signed-request/CHANGELOG.md | 14 + packages/plugin-signed-request/package.json | 2 +- packages/plugin-socketio/CHANGELOG.md | 14 + packages/plugin-socketio/package.json | 2 +- packages/plugin-validator/CHANGELOG.md | 14 + packages/plugin-validator/package.json | 2 +- packages/utils/CHANGELOG.md | 14 + packages/utils/package.json | 2 +- 58 files changed, 673 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cf0bf69..171374d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,255 @@ +# @microfleet/utils 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/utils@2.2.12...@microfleet/utils@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-validator 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-validator@2.2.12...@microfleet/plugin-validator@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-socketio 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-socketio@2.2.12...@microfleet/plugin-socketio@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-signed-request 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-signed-request@2.2.12...@microfleet/plugin-signed-request@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-router 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router@2.2.12...@microfleet/plugin-router@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-router-socketio 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-socketio@2.2.12...@microfleet/plugin-router-socketio@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-router-hapi 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-hapi@2.2.12...@microfleet/plugin-router-hapi@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-router-amqp 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-amqp@2.2.12...@microfleet/plugin-router-amqp@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-redis-sentinel 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-sentinel@2.2.12...@microfleet/plugin-redis-sentinel@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-redis-core 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-core@2.2.12...@microfleet/plugin-redis-core@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-redis-cluster 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-cluster@2.2.12...@microfleet/plugin-redis-cluster@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-prometheus 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-prometheus@2.2.12...@microfleet/plugin-prometheus@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-opentracing 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-opentracing@2.2.12...@microfleet/plugin-opentracing@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-logger 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-logger@2.2.12...@microfleet/plugin-logger@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-knex 4.2.13 + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-knex@4.2.12...@microfleet/plugin-knex@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-kafka 4.2.13 + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka@4.2.12...@microfleet/plugin-kafka@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-kafka-types 3.2.13 + +## [3.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka-types@3.2.12...@microfleet/plugin-kafka-types@3.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-hapi 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-hapi@2.2.12...@microfleet/plugin-hapi@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-elasticsearch 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-elasticsearch@2.2.12...@microfleet/plugin-elasticsearch@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-dlock 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-dlock@2.2.12...@microfleet/plugin-dlock@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-couchdb 4.2.13 + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-couchdb@4.2.12...@microfleet/plugin-couchdb@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-consul 4.2.13 + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-consul@4.2.12...@microfleet/plugin-consul@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-cassandra 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-cassandra@2.2.12...@microfleet/plugin-cassandra@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-casl 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-casl@2.2.12...@microfleet/plugin-casl@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-aws-elasticsearch 3.2.13 + +## [3.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-aws-elasticsearch@3.2.12...@microfleet/plugin-aws-elasticsearch@3.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/plugin-amqp 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-amqp@2.2.12...@microfleet/plugin-amqp@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/core 19.2.13 + +## [19.2.13](https://github.com/microfleet/core/compare/@microfleet/core@19.2.12...@microfleet/core@19.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +# @microfleet/core-types 2.2.13 + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/core-types@2.2.12...@microfleet/core-types@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + # @microfleet/utils 2.2.12 ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/utils@2.2.11...@microfleet/utils@2.2.12) (2023-11-21) diff --git a/package.json b/package.json index 41d60e9b6..d3aa9f628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microfleet", - "version": "19.1.11", + "version": "19.1.12", "private": true, "scripts": { "semantic-release": "semantic-release", diff --git a/packages/core-types/CHANGELOG.md b/packages/core-types/CHANGELOG.md index a0e4dd191..e41b94140 100644 --- a/packages/core-types/CHANGELOG.md +++ b/packages/core-types/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/core-types@2.2.12...@microfleet/core-types@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/core-types@2.2.12...@microfleet/core-types@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/core-types@2.2.11...@microfleet/core-types@2.2.12) (2023-11-21) diff --git a/packages/core-types/package.json b/packages/core-types/package.json index 116835d13..33d1ab601 100644 --- a/packages/core-types/package.json +++ b/packages/core-types/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/core-types", - "version": "2.2.12", + "version": "2.2.13", "description": "@microfleet/core Types", "main": "./index.d.ts", "types": "./index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 49a0a3c30..1f4621e5f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ +## [19.2.13](https://github.com/microfleet/core/compare/@microfleet/core@19.2.12...@microfleet/core@19.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [19.2.13](https://github.com/microfleet/core/compare/@microfleet/core@19.2.12...@microfleet/core@19.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [19.2.12](https://github.com/microfleet/core/compare/@microfleet/core@19.2.11...@microfleet/core@19.2.12) (2023-11-21) diff --git a/packages/core/package.json b/packages/core/package.json index 32d2063e3..816ec1de7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "description": "Abstract microservice core", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "19.2.12", + "version": "19.2.13", "scripts": { "lint": "eslint ./src", "clean": "rimraf ./lib *.tsbuildinfo", diff --git a/packages/plugin-amqp/CHANGELOG.md b/packages/plugin-amqp/CHANGELOG.md index 1ce1fed13..ee6ca13e7 100644 --- a/packages/plugin-amqp/CHANGELOG.md +++ b/packages/plugin-amqp/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-amqp@2.2.12...@microfleet/plugin-amqp@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-amqp@2.2.12...@microfleet/plugin-amqp@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-amqp@2.2.11...@microfleet/plugin-amqp@2.2.12) (2023-11-21) diff --git a/packages/plugin-amqp/package.json b/packages/plugin-amqp/package.json index 71a23bfb6..8136c0bc6 100644 --- a/packages/plugin-amqp/package.json +++ b/packages/plugin-amqp/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-amqp", - "version": "2.2.12", + "version": "2.2.13", "description": "AMQP transport adapter", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-aws-elasticsearch/CHANGELOG.md b/packages/plugin-aws-elasticsearch/CHANGELOG.md index 440776ab7..f52da8e25 100644 --- a/packages/plugin-aws-elasticsearch/CHANGELOG.md +++ b/packages/plugin-aws-elasticsearch/CHANGELOG.md @@ -1,5 +1,19 @@ +## [3.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-aws-elasticsearch@3.2.12...@microfleet/plugin-aws-elasticsearch@3.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [3.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-aws-elasticsearch@3.2.12...@microfleet/plugin-aws-elasticsearch@3.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [3.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-aws-elasticsearch@3.2.11...@microfleet/plugin-aws-elasticsearch@3.2.12) (2023-11-21) diff --git a/packages/plugin-aws-elasticsearch/package.json b/packages/plugin-aws-elasticsearch/package.json index aa3882a67..0d0efe20d 100644 --- a/packages/plugin-aws-elasticsearch/package.json +++ b/packages/plugin-aws-elasticsearch/package.json @@ -3,7 +3,7 @@ "description": "Add aws-elasticsearch service support", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "3.2.12", + "version": "3.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-casl/CHANGELOG.md b/packages/plugin-casl/CHANGELOG.md index 0f9ce4b45..04b50b7c8 100644 --- a/packages/plugin-casl/CHANGELOG.md +++ b/packages/plugin-casl/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-casl@2.2.12...@microfleet/plugin-casl@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-casl@2.2.12...@microfleet/plugin-casl@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-casl@2.2.11...@microfleet/plugin-casl@2.2.12) (2023-11-21) diff --git a/packages/plugin-casl/package.json b/packages/plugin-casl/package.json index 90b1c80ad..eae6b3937 100644 --- a/packages/plugin-casl/package.json +++ b/packages/plugin-casl/package.json @@ -3,7 +3,7 @@ "description": "casl rbac/pbac plugin for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "mdep test run", diff --git a/packages/plugin-cassandra/CHANGELOG.md b/packages/plugin-cassandra/CHANGELOG.md index 03642e5c2..2d55d398d 100644 --- a/packages/plugin-cassandra/CHANGELOG.md +++ b/packages/plugin-cassandra/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-cassandra@2.2.12...@microfleet/plugin-cassandra@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-cassandra@2.2.12...@microfleet/plugin-cassandra@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-cassandra@2.2.11...@microfleet/plugin-cassandra@2.2.12) (2023-11-21) diff --git a/packages/plugin-cassandra/package.json b/packages/plugin-cassandra/package.json index 27d57bffe..e66275739 100644 --- a/packages/plugin-cassandra/package.json +++ b/packages/plugin-cassandra/package.json @@ -3,7 +3,7 @@ "description": "cassandra plugin for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-consul/CHANGELOG.md b/packages/plugin-consul/CHANGELOG.md index 562c18e96..86f501b44 100644 --- a/packages/plugin-consul/CHANGELOG.md +++ b/packages/plugin-consul/CHANGELOG.md @@ -1,5 +1,19 @@ +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-consul@4.2.12...@microfleet/plugin-consul@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-consul@4.2.12...@microfleet/plugin-consul@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [4.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-consul@4.2.11...@microfleet/plugin-consul@4.2.12) (2023-11-21) diff --git a/packages/plugin-consul/package.json b/packages/plugin-consul/package.json index adddfcf20..fe7849662 100644 --- a/packages/plugin-consul/package.json +++ b/packages/plugin-consul/package.json @@ -3,7 +3,7 @@ "description": "hashicorp consul adapter", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "4.2.12", + "version": "4.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-couchdb/CHANGELOG.md b/packages/plugin-couchdb/CHANGELOG.md index 6f9fb828f..fd0f7e66a 100644 --- a/packages/plugin-couchdb/CHANGELOG.md +++ b/packages/plugin-couchdb/CHANGELOG.md @@ -1,5 +1,19 @@ +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-couchdb@4.2.12...@microfleet/plugin-couchdb@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-couchdb@4.2.12...@microfleet/plugin-couchdb@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [4.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-couchdb@4.2.11...@microfleet/plugin-couchdb@4.2.12) (2023-11-21) diff --git a/packages/plugin-couchdb/package.json b/packages/plugin-couchdb/package.json index cbec5c78d..ecdb8ba8d 100644 --- a/packages/plugin-couchdb/package.json +++ b/packages/plugin-couchdb/package.json @@ -3,7 +3,7 @@ "description": "couchdb adapter for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "4.2.12", + "version": "4.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-dlock/CHANGELOG.md b/packages/plugin-dlock/CHANGELOG.md index 6a5cd28d1..ff8773f2c 100644 --- a/packages/plugin-dlock/CHANGELOG.md +++ b/packages/plugin-dlock/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-dlock@2.2.12...@microfleet/plugin-dlock@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-dlock@2.2.12...@microfleet/plugin-dlock@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-dlock@2.2.11...@microfleet/plugin-dlock@2.2.12) (2023-11-21) diff --git a/packages/plugin-dlock/package.json b/packages/plugin-dlock/package.json index b4d6e2d5a..3ef16b134 100644 --- a/packages/plugin-dlock/package.json +++ b/packages/plugin-dlock/package.json @@ -3,7 +3,7 @@ "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-elasticsearch/CHANGELOG.md b/packages/plugin-elasticsearch/CHANGELOG.md index 6392975d8..23520c025 100644 --- a/packages/plugin-elasticsearch/CHANGELOG.md +++ b/packages/plugin-elasticsearch/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-elasticsearch@2.2.12...@microfleet/plugin-elasticsearch@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-elasticsearch@2.2.12...@microfleet/plugin-elasticsearch@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-elasticsearch@2.2.11...@microfleet/plugin-elasticsearch@2.2.12) (2023-11-21) diff --git a/packages/plugin-elasticsearch/package.json b/packages/plugin-elasticsearch/package.json index 2415d1c51..259985abc 100644 --- a/packages/plugin-elasticsearch/package.json +++ b/packages/plugin-elasticsearch/package.json @@ -3,7 +3,7 @@ "description": "elasticsearch plugin for microfleet", "main": "./lib/elasticsearch.js", "types": "./lib/elasticsearch.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-hapi/CHANGELOG.md b/packages/plugin-hapi/CHANGELOG.md index d62255772..0756b18f8 100644 --- a/packages/plugin-hapi/CHANGELOG.md +++ b/packages/plugin-hapi/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-hapi@2.2.12...@microfleet/plugin-hapi@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-hapi@2.2.12...@microfleet/plugin-hapi@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-hapi@2.2.11...@microfleet/plugin-hapi@2.2.12) (2023-11-21) diff --git a/packages/plugin-hapi/package.json b/packages/plugin-hapi/package.json index c87fb103d..abd2df17a 100644 --- a/packages/plugin-hapi/package.json +++ b/packages/plugin-hapi/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-hapi", - "version": "2.2.12", + "version": "2.2.13", "description": "hapi", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-kafka-types/CHANGELOG.md b/packages/plugin-kafka-types/CHANGELOG.md index 70f1723fe..f12427daa 100644 --- a/packages/plugin-kafka-types/CHANGELOG.md +++ b/packages/plugin-kafka-types/CHANGELOG.md @@ -1,5 +1,19 @@ +## [3.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka-types@3.2.12...@microfleet/plugin-kafka-types@3.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [3.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka-types@3.2.12...@microfleet/plugin-kafka-types@3.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [3.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka-types@3.2.11...@microfleet/plugin-kafka-types@3.2.12) (2023-11-21) diff --git a/packages/plugin-kafka-types/package.json b/packages/plugin-kafka-types/package.json index 380c332d3..07ff3e9c8 100644 --- a/packages/plugin-kafka-types/package.json +++ b/packages/plugin-kafka-types/package.json @@ -1,7 +1,7 @@ { "name": "@microfleet/plugin-kafka-types", "description": "Types for Apache Kafka adapter for microfleet", - "version": "3.2.12", + "version": "3.2.13", "main": "./index.d.ts", "types": "./index.d.ts", "scripts": { diff --git a/packages/plugin-kafka/CHANGELOG.md b/packages/plugin-kafka/CHANGELOG.md index c8a869a24..2435aad73 100644 --- a/packages/plugin-kafka/CHANGELOG.md +++ b/packages/plugin-kafka/CHANGELOG.md @@ -1,5 +1,19 @@ +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka@4.2.12...@microfleet/plugin-kafka@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka@4.2.12...@microfleet/plugin-kafka@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [4.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-kafka@4.2.11...@microfleet/plugin-kafka@4.2.12) (2023-11-21) diff --git a/packages/plugin-kafka/package.json b/packages/plugin-kafka/package.json index 944f81aa4..380508211 100644 --- a/packages/plugin-kafka/package.json +++ b/packages/plugin-kafka/package.json @@ -1,7 +1,7 @@ { "name": "@microfleet/plugin-kafka", "description": "Apache Kafka adapter for microfleet", - "version": "4.2.12", + "version": "4.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-knex/CHANGELOG.md b/packages/plugin-knex/CHANGELOG.md index 416214847..2d2bf35e7 100644 --- a/packages/plugin-knex/CHANGELOG.md +++ b/packages/plugin-knex/CHANGELOG.md @@ -1,5 +1,19 @@ +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-knex@4.2.12...@microfleet/plugin-knex@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [4.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-knex@4.2.12...@microfleet/plugin-knex@4.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [4.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-knex@4.2.11...@microfleet/plugin-knex@4.2.12) (2023-11-21) diff --git a/packages/plugin-knex/package.json b/packages/plugin-knex/package.json index 30aa56bcb..9ee887da5 100644 --- a/packages/plugin-knex/package.json +++ b/packages/plugin-knex/package.json @@ -3,7 +3,7 @@ "description": "knex - universal *sql adapter for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "4.2.12", + "version": "4.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-logger/CHANGELOG.md b/packages/plugin-logger/CHANGELOG.md index 9db1d88f8..8f5c7ee3c 100644 --- a/packages/plugin-logger/CHANGELOG.md +++ b/packages/plugin-logger/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-logger@2.2.12...@microfleet/plugin-logger@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-logger@2.2.12...@microfleet/plugin-logger@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-logger@2.2.11...@microfleet/plugin-logger@2.2.12) (2023-11-21) diff --git a/packages/plugin-logger/package.json b/packages/plugin-logger/package.json index 57166c737..d502e6111 100644 --- a/packages/plugin-logger/package.json +++ b/packages/plugin-logger/package.json @@ -3,7 +3,7 @@ "description": "logger plugin for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "pretest": "npm run compile", diff --git a/packages/plugin-opentracing/CHANGELOG.md b/packages/plugin-opentracing/CHANGELOG.md index a64006f1d..9285320f8 100644 --- a/packages/plugin-opentracing/CHANGELOG.md +++ b/packages/plugin-opentracing/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-opentracing@2.2.12...@microfleet/plugin-opentracing@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-opentracing@2.2.12...@microfleet/plugin-opentracing@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-opentracing@2.2.11...@microfleet/plugin-opentracing@2.2.12) (2023-11-21) diff --git a/packages/plugin-opentracing/package.json b/packages/plugin-opentracing/package.json index a88ba2405..5ef889edf 100644 --- a/packages/plugin-opentracing/package.json +++ b/packages/plugin-opentracing/package.json @@ -3,7 +3,7 @@ "description": "opentracing plugin for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "true", diff --git a/packages/plugin-prometheus/CHANGELOG.md b/packages/plugin-prometheus/CHANGELOG.md index f35ae7b71..ea8d571ee 100644 --- a/packages/plugin-prometheus/CHANGELOG.md +++ b/packages/plugin-prometheus/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-prometheus@2.2.12...@microfleet/plugin-prometheus@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-prometheus@2.2.12...@microfleet/plugin-prometheus@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-prometheus@2.2.11...@microfleet/plugin-prometheus@2.2.12) (2023-11-21) diff --git a/packages/plugin-prometheus/package.json b/packages/plugin-prometheus/package.json index 79b7e683e..c6807e5f8 100644 --- a/packages/plugin-prometheus/package.json +++ b/packages/plugin-prometheus/package.json @@ -3,7 +3,7 @@ "description": "prometheus plugin for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "mdep test run", diff --git a/packages/plugin-redis-cluster/CHANGELOG.md b/packages/plugin-redis-cluster/CHANGELOG.md index d3d17dd8a..ae3251ae2 100644 --- a/packages/plugin-redis-cluster/CHANGELOG.md +++ b/packages/plugin-redis-cluster/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-cluster@2.2.12...@microfleet/plugin-redis-cluster@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-cluster@2.2.12...@microfleet/plugin-redis-cluster@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-cluster@2.2.11...@microfleet/plugin-redis-cluster@2.2.12) (2023-11-21) diff --git a/packages/plugin-redis-cluster/package.json b/packages/plugin-redis-cluster/package.json index 44fe77566..0ef2132bb 100644 --- a/packages/plugin-redis-cluster/package.json +++ b/packages/plugin-redis-cluster/package.json @@ -3,7 +3,7 @@ "description": "redis cluster plugin for microfleet", "main": "./lib/redis-cluster.js", "types": "./lib/redis-cluster.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/plugin-redis-core/CHANGELOG.md b/packages/plugin-redis-core/CHANGELOG.md index e348df0f0..5847ff369 100644 --- a/packages/plugin-redis-core/CHANGELOG.md +++ b/packages/plugin-redis-core/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-core@2.2.12...@microfleet/plugin-redis-core@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-core@2.2.12...@microfleet/plugin-redis-core@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-core@2.2.11...@microfleet/plugin-redis-core@2.2.12) (2023-11-21) diff --git a/packages/plugin-redis-core/package.json b/packages/plugin-redis-core/package.json index a5c98f9a9..8121ae54d 100644 --- a/packages/plugin-redis-core/package.json +++ b/packages/plugin-redis-core/package.json @@ -3,7 +3,7 @@ "description": "utils for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "clean": "rimraf ./lib *.tsbuildinfo", diff --git a/packages/plugin-redis-sentinel/CHANGELOG.md b/packages/plugin-redis-sentinel/CHANGELOG.md index e2950a489..299849666 100644 --- a/packages/plugin-redis-sentinel/CHANGELOG.md +++ b/packages/plugin-redis-sentinel/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-sentinel@2.2.12...@microfleet/plugin-redis-sentinel@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-sentinel@2.2.12...@microfleet/plugin-redis-sentinel@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-redis-sentinel@2.2.11...@microfleet/plugin-redis-sentinel@2.2.12) (2023-11-21) diff --git a/packages/plugin-redis-sentinel/package.json b/packages/plugin-redis-sentinel/package.json index fb658c674..a72dd675d 100644 --- a/packages/plugin-redis-sentinel/package.json +++ b/packages/plugin-redis-sentinel/package.json @@ -3,7 +3,7 @@ "description": "redis sentinel plugin for microfleet", "main": "./lib/redis-sentinel.js", "types": "./lib/redis-sentinel.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "clean": "rimraf ./lib *.tsbuildinfo", diff --git a/packages/plugin-router-amqp/CHANGELOG.md b/packages/plugin-router-amqp/CHANGELOG.md index ef169e13b..c69893d60 100644 --- a/packages/plugin-router-amqp/CHANGELOG.md +++ b/packages/plugin-router-amqp/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-amqp@2.2.12...@microfleet/plugin-router-amqp@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-amqp@2.2.12...@microfleet/plugin-router-amqp@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-router-amqp@2.2.11...@microfleet/plugin-router-amqp@2.2.12) (2023-11-21) diff --git a/packages/plugin-router-amqp/package.json b/packages/plugin-router-amqp/package.json index 9cf72395e..095fc5462 100644 --- a/packages/plugin-router-amqp/package.json +++ b/packages/plugin-router-amqp/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-router-amqp", - "version": "2.2.12", + "version": "2.2.13", "description": "AMQP transport adapter for router", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-router-hapi/CHANGELOG.md b/packages/plugin-router-hapi/CHANGELOG.md index 2709ad9af..79407e23e 100644 --- a/packages/plugin-router-hapi/CHANGELOG.md +++ b/packages/plugin-router-hapi/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-hapi@2.2.12...@microfleet/plugin-router-hapi@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-hapi@2.2.12...@microfleet/plugin-router-hapi@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-router-hapi@2.2.11...@microfleet/plugin-router-hapi@2.2.12) (2023-11-21) diff --git a/packages/plugin-router-hapi/package.json b/packages/plugin-router-hapi/package.json index acb8fbec9..520450714 100644 --- a/packages/plugin-router-hapi/package.json +++ b/packages/plugin-router-hapi/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-router-hapi", - "version": "2.2.12", + "version": "2.2.13", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-router-socketio/CHANGELOG.md b/packages/plugin-router-socketio/CHANGELOG.md index 7c2c11a69..de624fe06 100644 --- a/packages/plugin-router-socketio/CHANGELOG.md +++ b/packages/plugin-router-socketio/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-socketio@2.2.12...@microfleet/plugin-router-socketio@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router-socketio@2.2.12...@microfleet/plugin-router-socketio@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-router-socketio@2.2.11...@microfleet/plugin-router-socketio@2.2.12) (2023-11-21) diff --git a/packages/plugin-router-socketio/package.json b/packages/plugin-router-socketio/package.json index 12353beec..012db0ddb 100644 --- a/packages/plugin-router-socketio/package.json +++ b/packages/plugin-router-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-router-socketio", - "version": "2.2.12", + "version": "2.2.13", "description": "Socket.io transport adapter for router", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-router/CHANGELOG.md b/packages/plugin-router/CHANGELOG.md index 73dd28767..fbc96ca21 100644 --- a/packages/plugin-router/CHANGELOG.md +++ b/packages/plugin-router/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router@2.2.12...@microfleet/plugin-router@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-router@2.2.12...@microfleet/plugin-router@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-router@2.2.11...@microfleet/plugin-router@2.2.12) (2023-11-21) diff --git a/packages/plugin-router/package.json b/packages/plugin-router/package.json index 3a1826b22..fc431ffe8 100644 --- a/packages/plugin-router/package.json +++ b/packages/plugin-router/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-router", - "version": "2.2.12", + "version": "2.2.13", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-signed-request/CHANGELOG.md b/packages/plugin-signed-request/CHANGELOG.md index 51936ba8a..cc8c71b53 100644 --- a/packages/plugin-signed-request/CHANGELOG.md +++ b/packages/plugin-signed-request/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-signed-request@2.2.12...@microfleet/plugin-signed-request@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-signed-request@2.2.12...@microfleet/plugin-signed-request@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-signed-request@2.2.11...@microfleet/plugin-signed-request@2.2.12) (2023-11-21) diff --git a/packages/plugin-signed-request/package.json b/packages/plugin-signed-request/package.json index 064d4633d..e097edbb8 100644 --- a/packages/plugin-signed-request/package.json +++ b/packages/plugin-signed-request/package.json @@ -3,7 +3,7 @@ "description": "provides http signed request plugin for @microfleet/plugin-hapi and other http servers", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "mdep test run", diff --git a/packages/plugin-socketio/CHANGELOG.md b/packages/plugin-socketio/CHANGELOG.md index 3c81b733c..b6522b006 100644 --- a/packages/plugin-socketio/CHANGELOG.md +++ b/packages/plugin-socketio/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-socketio@2.2.12...@microfleet/plugin-socketio@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-socketio@2.2.12...@microfleet/plugin-socketio@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-socketio@2.2.11...@microfleet/plugin-socketio@2.2.12) (2023-11-21) diff --git a/packages/plugin-socketio/package.json b/packages/plugin-socketio/package.json index 88536a77c..f389650d8 100644 --- a/packages/plugin-socketio/package.json +++ b/packages/plugin-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@microfleet/plugin-socketio", - "version": "2.2.12", + "version": "2.2.13", "description": "socket.io transport adapter", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugin-validator/CHANGELOG.md b/packages/plugin-validator/CHANGELOG.md index 58d94c978..b3563b2c6 100644 --- a/packages/plugin-validator/CHANGELOG.md +++ b/packages/plugin-validator/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-validator@2.2.12...@microfleet/plugin-validator@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/plugin-validator@2.2.12...@microfleet/plugin-validator@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/plugin-validator@2.2.11...@microfleet/plugin-validator@2.2.12) (2023-11-21) diff --git a/packages/plugin-validator/package.json b/packages/plugin-validator/package.json index 6ae434fa5..813d46940 100644 --- a/packages/plugin-validator/package.json +++ b/packages/plugin-validator/package.json @@ -3,7 +3,7 @@ "description": "validator plugin for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "test": "npm run test:e2e", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 310415be2..06035a65d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,19 @@ +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/utils@2.2.12...@microfleet/utils@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + +## [2.2.13](https://github.com/microfleet/core/compare/@microfleet/utils@2.2.12...@microfleet/utils@2.2.13) (2023-12-19) + + +### Bug Fixes + +* update deps ([e6e043b](https://github.com/microfleet/core/commit/e6e043b1c4c59c4e39bcb6ed81f3e57c1434e19a)) + ## [2.2.12](https://github.com/microfleet/core/compare/@microfleet/utils@2.2.11...@microfleet/utils@2.2.12) (2023-11-21) diff --git a/packages/utils/package.json b/packages/utils/package.json index c07ce861a..53b8c042f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -3,7 +3,7 @@ "description": "utils for microfleet", "main": "./lib/index.js", "types": "./lib/index.d.ts", - "version": "2.2.12", + "version": "2.2.13", "scripts": { "lint": "eslint './src/**/*.ts'", "clean": "rimraf ./lib *.tsbuildinfo",