From 1fecdb8206bfa23727bdde00f5cf2e3f95d123a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:32:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20update=20no?= =?UTF-8?q?n-major=20dev=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/package.json | 4 +- example/yarn.lock | 16 ++-- package.json | 10 +- yarn.lock | 211 ++++++++++++++++++++++--------------------- 4 files changed, 123 insertions(+), 118 deletions(-) diff --git a/example/package.json b/example/package.json index c1afb7c..c3e3bac 100644 --- a/example/package.json +++ b/example/package.json @@ -20,8 +20,8 @@ "routing-controllers": "^0.11.3" }, "devDependencies": { - "@types/node": "^26.1.2", - "tsx": "^4.23.4", + "@types/node": "^26.4.0", + "tsx": "^4.23.13", "typescript": "^6.0.3" } } diff --git a/example/yarn.lock b/example/yarn.lock index 163ac52..fdc46f4 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -231,10 +231,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@types/node@^26.1.2": - version "26.1.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-26.1.2.tgz#da79708f1f9c6294f4cdec8f455a3032b028808a" - integrity sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg== +"@types/node@^26.4.0": + version "26.4.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-26.4.0.tgz#4c4ca071c42241fe602741d02999f16b4e64c468" + integrity sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ== dependencies: undici-types "~8.3.0" @@ -1697,10 +1697,10 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -tsx@^4.23.4: - version "4.23.4" - resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.23.4.tgz#7e0b074f7f8105c19d389a54bac47eb1db02cf03" - integrity sha512-ZiUQ8oT/KzN51mJUWPqARYqwFLFJZtGZipRkw1ynHMr9vy3eU77m5yfF3Gzm6meEg/beW+lUu3fHYgskTN2oVQ== +tsx@^4.23.13: + version "4.23.13" + resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.23.13.tgz#393b8dd813d49e25aed7b1d7cbac6930da49ec08" + integrity sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw== dependencies: esbuild "~0.28.0" optionalDependencies: diff --git a/package.json b/package.json index 850b995..7477cdf 100644 --- a/package.json +++ b/package.json @@ -261,20 +261,20 @@ "node-dependency-injection": "3.8.0" }, "devDependencies": { - "@haskou/eslint-config": "^0.2.1", + "@haskou/eslint-config": "^0.2.2", "@types/amqplib": "^0.10.8", "@types/express": "^5.0.6", "@types/fs-extra": "^11.0.4", - "@types/node": "^26.1.2", + "@types/node": "^26.4.0", "@types/ws": "^8.18.1", "amqplib": "^2.0.1", "c8": "^11.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.15.1", "cors": "^2.8.6", - "eslint": "^10.8.0", + "eslint": "^10.9.1", "express": "5.2.1", - "mongodb": "^7.5.0", + "mongodb": "^7.6.0", "node-cron": "^4.6.0", "prettier": "^3.9.6", "reflect-metadata": "^0.2.2", @@ -284,7 +284,7 @@ "typescript": "^6.0.3", "vitepress": "^1.6.4", "winston": "3.19.0", - "ws": "^8.21.1" + "ws": "^8.21.3" }, "peerDependencies": { "amqplib": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index ee4ddb9..9a6dff3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -537,20 +537,20 @@ resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-3.0.0.tgz#f11fdf7dda62fe8e336fa7c6642d9041f30356d7" integrity sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w== -"@haskou/eslint-config@^0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@haskou/eslint-config/-/eslint-config-0.2.1.tgz#6ed03b50fbcc13c6217094ff490dafda75cc77c2" - integrity sha512-h+PqOrA5fmOzaODIqIV3w8Ax+7MMEcKUPxTh6UkV9tvzUf9e/G+CfGrd4o6AIXVrsESvaDMM42BSwNeh7+BDAA== +"@haskou/eslint-config@^0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@haskou/eslint-config/-/eslint-config-0.2.2.tgz#4d2f19d2e055ccb5e977be0a750a8e49f7eb0639" + integrity sha512-45EB/hWr6azWNE5qWETJyh3XUu6QEA8Mvnygwrj8APbQsMfVAUixyUKGyOXcDCiiloMwafRudtsHG8gnJAiiMA== dependencies: "@eslint/js" "^10.0.1" - "@typescript-eslint/eslint-plugin" "^8.62.0" - "@typescript-eslint/parser" "^8.62.0" + "@typescript-eslint/eslint-plugin" "^8.65.0" + "@typescript-eslint/parser" "^8.65.0" eslint-config-prettier "^10.1.8" - eslint-plugin-perfectionist "^5.9.0" + eslint-plugin-perfectionist "^5.10.0" eslint-plugin-prettier "^5.5.6" - eslint-plugin-sonarjs "^4.0.3" + eslint-plugin-sonarjs "^4.2.0" eslint-plugin-unused-imports "^4.4.1" - globals "^17.7.0" + globals "^17.9.0" "@haskou/flow@2.0.1": version "2.0.1" @@ -1064,10 +1064,10 @@ dependencies: undici-types "~8.3.0" -"@types/node@^26.1.2": - version "26.1.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-26.1.2.tgz#da79708f1f9c6294f4cdec8f455a3032b028808a" - integrity sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg== +"@types/node@^26.4.0": + version "26.4.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-26.4.0.tgz#4c4ca071c42241fe602741d02999f16b4e64c468" + integrity sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ== dependencies: undici-types "~8.3.0" @@ -1135,61 +1135,61 @@ dependencies: "@types/node" "*" -"@typescript-eslint/eslint-plugin@^8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.0.tgz#ef482aab65b9b2c0abf92d36d670a0d270bcef4c" - integrity sha512-o+mpz7EYiMzXoySXiKmzlabIvTVqUuK5yLrAedRPRDA0IpPFMUV1IXt6OqljIxX/kumN6EjUYp41Hqelh6p/Dw== +"@typescript-eslint/eslint-plugin@^8.65.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.68.0.tgz#a8fbdb1cf49aafaf16071b646daad890151bd149" + integrity sha512-WASHDpCm6qO5jj9g1a+8NiW5+GCkAyLReR56/4VruYmNgfUmqpxOfZ2Yfb8xGfJPWv5Qi6LSD8sXdces3vbp/Q== dependencies: "@eslint-community/regexpp" "^4.12.2" - "@typescript-eslint/scope-manager" "8.62.0" - "@typescript-eslint/type-utils" "8.62.0" - "@typescript-eslint/utils" "8.62.0" - "@typescript-eslint/visitor-keys" "8.62.0" + "@typescript-eslint/scope-manager" "8.68.0" + "@typescript-eslint/type-utils" "8.68.0" + "@typescript-eslint/utils" "8.68.0" + "@typescript-eslint/visitor-keys" "8.68.0" ignore "^7.0.5" natural-compare "^1.4.0" ts-api-utils "^2.5.0" -"@typescript-eslint/parser@^8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.62.0.tgz#8533094fb44427f50b82813c6d3876782f20dc3e" - integrity sha512-dzHeT2gySzZtLDsuqxU9AkYgIsQoHAHtRBpOqM+Ofzx1Bwrd2RcCjQJ+6iQbsHOIR6NS33bF2W1k3blN1zLDrA== +"@typescript-eslint/parser@^8.65.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.68.0.tgz#61de31481354c50457bc9621a7ed746779f09ee7" + integrity sha512-fHq2VC1kpyYfvEcbiMjOpySY4WS7voEp89yAThrHRX5sm9j2lzYppCb2umFMEed4fWcyeLjHxrz0mpjNBaBxMQ== dependencies: - "@typescript-eslint/scope-manager" "8.62.0" - "@typescript-eslint/types" "8.62.0" - "@typescript-eslint/typescript-estree" "8.62.0" - "@typescript-eslint/visitor-keys" "8.62.0" + "@typescript-eslint/scope-manager" "8.68.0" + "@typescript-eslint/types" "8.68.0" + "@typescript-eslint/typescript-estree" "8.68.0" + "@typescript-eslint/visitor-keys" "8.68.0" debug "^4.4.3" -"@typescript-eslint/project-service@8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.0.tgz#ab74c1abb4959fb4c3ba7d7edc6554ee245db990" - integrity sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ== +"@typescript-eslint/project-service@8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.68.0.tgz#ea4b2869f59165c420cd7a4bbebc38039794e8cc" + integrity sha512-5GQtWZCXFcFYux955pvoS02WLc49pXNlvIxocKjS0clvwo3in1RdlzVKyiqQH9vE5AKWFLTaUgeQkOrTS+0Qxw== dependencies: - "@typescript-eslint/tsconfig-utils" "^8.62.0" - "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/tsconfig-utils" "^8.68.0" + "@typescript-eslint/types" "^8.68.0" debug "^4.4.3" -"@typescript-eslint/scope-manager@8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz#a7a7b428d32444bc9a4fe16f24a78fc124283fd4" - integrity sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA== +"@typescript-eslint/scope-manager@8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.68.0.tgz#e5a13a1159497faeab4e48279bf07576045b1499" + integrity sha512-T5eXpcaJNg8bhjHJ8Rjp68Vq/QBteYtTKY8TZqVNPaUbuz0f6jI9t6aDkylwvalpAB9XTTFeFOjrjXAZ3YvmVA== dependencies: - "@typescript-eslint/types" "8.62.0" - "@typescript-eslint/visitor-keys" "8.62.0" + "@typescript-eslint/types" "8.68.0" + "@typescript-eslint/visitor-keys" "8.68.0" -"@typescript-eslint/tsconfig-utils@8.62.0", "@typescript-eslint/tsconfig-utils@^8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.0.tgz#9440a673581c6d9de308c4d5803dd52ed5d71729" - integrity sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g== +"@typescript-eslint/tsconfig-utils@8.68.0", "@typescript-eslint/tsconfig-utils@^8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.68.0.tgz#594d7a3c5952055b3c431fc563ca7fd1defcce18" + integrity sha512-F7zrGQfiJHojPwi8vhxZQC1tWtJzvL74cK/nqri2lk8YUXvYaYwl263xOJ69jDWPUk1hmcdoayFwk9lX09npVw== -"@typescript-eslint/type-utils@8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.0.tgz#6f64d813ed9f340d796baed40cdab86b8e9a491a" - integrity sha512-+g5O3j0w2ldzC86Pv6fvbO/xhAonbJFIdf/MKQ1d30gndlsVzUOE83ldfSE15Qrl9fhFjK6AovHs5Wpp6vx86w== +"@typescript-eslint/type-utils@8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.68.0.tgz#8f3e838dbd740909db27053857468cd037b00220" + integrity sha512-X77zqoY1EjeWGs/0JNxeaMfp5C5lIz4Tw8y66F1Ne8Faq6g424sBNYM6xBAqElfGZPLpWS+CZAp0DXyKDzWiHg== dependencies: - "@typescript-eslint/types" "8.62.0" - "@typescript-eslint/typescript-estree" "8.62.0" - "@typescript-eslint/utils" "8.62.0" + "@typescript-eslint/types" "8.68.0" + "@typescript-eslint/typescript-estree" "8.68.0" + "@typescript-eslint/utils" "8.68.0" debug "^4.4.3" ts-api-utils "^2.5.0" @@ -1198,20 +1198,20 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== -"@typescript-eslint/types@8.62.0", "@typescript-eslint/types@^8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.0.tgz#601427c10203d9f0f34f0b3e474df735eb12b593" - integrity sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg== +"@typescript-eslint/types@8.68.0", "@typescript-eslint/types@^8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.68.0.tgz#3f9d4e62fbe5728f09403cdc7b4d58af842ac1af" + integrity sha512-9RnpsGJjrAllCMefGVVsImJM24YurhC0Q1h4UbvivtvOqXmR/vEJge2OoE++z9m6hyg8T1Q8t5SNT6tHSbrxcg== -"@typescript-eslint/typescript-estree@8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.0.tgz#b96b55d02e26aa09434421c3fa678e525ca09a4c" - integrity sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A== +"@typescript-eslint/typescript-estree@8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.68.0.tgz#bf4165029825138ac27231a3ff02923ecd977f38" + integrity sha512-OKKsD0tYmoNiU5PW2zehO1yO56jYOm1ShYlxon/Z0SJNidAkdVg86eg9ruRuoXf8xfnuWZGbwDsStkoXbZtIIA== dependencies: - "@typescript-eslint/project-service" "8.62.0" - "@typescript-eslint/tsconfig-utils" "8.62.0" - "@typescript-eslint/types" "8.62.0" - "@typescript-eslint/visitor-keys" "8.62.0" + "@typescript-eslint/project-service" "8.68.0" + "@typescript-eslint/tsconfig-utils" "8.68.0" + "@typescript-eslint/types" "8.68.0" + "@typescript-eslint/visitor-keys" "8.68.0" debug "^4.4.3" minimatch "^10.2.2" semver "^7.7.3" @@ -1231,15 +1231,15 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@8.62.0", "@typescript-eslint/utils@^8.61.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.0.tgz#b5228524ca1ee51af40e156c82d425dec3e01cfe" - integrity sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g== +"@typescript-eslint/utils@8.68.0", "@typescript-eslint/utils@^8.65.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.68.0.tgz#00547f2c8de8aca2a3c21752a9711f73206fd36d" + integrity sha512-PB5gJMMOg0Q5P1tsgWtEAqQacJXq0qEqRHDX/YJ4FaTMLfZPpHB3gjl2EJuiZyPABxmj4ZQYiY9m1bdAJ5y7tQ== dependencies: "@eslint-community/eslint-utils" "^4.9.1" - "@typescript-eslint/scope-manager" "8.62.0" - "@typescript-eslint/types" "8.62.0" - "@typescript-eslint/typescript-estree" "8.62.0" + "@typescript-eslint/scope-manager" "8.68.0" + "@typescript-eslint/types" "8.68.0" + "@typescript-eslint/typescript-estree" "8.68.0" "@typescript-eslint/visitor-keys@5.62.0": version "5.62.0" @@ -1249,12 +1249,12 @@ "@typescript-eslint/types" "5.62.0" eslint-visitor-keys "^3.3.0" -"@typescript-eslint/visitor-keys@8.62.0": - version "8.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz#b6daab190bf8f18612f5b86323469a12288c6b31" - integrity sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ== +"@typescript-eslint/visitor-keys@8.68.0": + version "8.68.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.68.0.tgz#78db3c9bb258a0309d9e2b1b617127c3a8fb1f54" + integrity sha512-YR65gGdGvTUAWLldC3xLOvOzamdGzB4A5/N8rehEaHs3Zvoe39BhgY+u0SPch1OvrVTfLcc55wsSgK2NcnTS/A== dependencies: - "@typescript-eslint/types" "8.62.0" + "@typescript-eslint/types" "8.68.0" eslint-visitor-keys "^5.0.0" "@ungap/structured-clone@^1.0.0": @@ -2145,12 +2145,12 @@ eslint-config-prettier@^10.1.8: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97" integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== -eslint-plugin-perfectionist@^5.9.0: - version "5.9.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-5.9.1.tgz#5f9584fa2d65dcc94ff4f68043ef7cfe3df36ff3" - integrity sha512-30mHLNfEhzwaq5cquyWgnzrNXvT8AzwIwyeH5aj4U5ajhHSF2uiO6i09xpMDLv7koaZVTjLsvYF4m3gK/15tyA== +eslint-plugin-perfectionist@^5.10.0: + version "5.10.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-5.10.1.tgz#3fb3401fe97eae57aa1194a1fd824ff95becb497" + integrity sha512-Kprsp9Us0GqAesYaAIzUViw57xYp5WBqzXrcE0Mtww++E5fexWXYBipMuuD7yvyH4vvpBH0+oJ+OMAmZ0oYXkw== dependencies: - "@typescript-eslint/utils" "^8.61.0" + "@typescript-eslint/utils" "^8.65.0" natural-orderby "^5.0.0" eslint-plugin-prettier@^5.5.6: @@ -2161,23 +2161,23 @@ eslint-plugin-prettier@^5.5.6: prettier-linter-helpers "^1.0.1" synckit "^0.11.13" -eslint-plugin-sonarjs@^4.0.3: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-4.1.0.tgz#61879e5a8536a5e53b5240187cc113a683f7105e" - integrity sha512-rh+FlVz0yfd2RNIb6WqSkuGh0addX/Qi5scwQ5FphXDFrM6fZKcxP1+attJ78yUKcyYfiu6MTaISPpAFPzqRJw== +eslint-plugin-sonarjs@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-4.2.0.tgz#34fb67be392c3f49875ce5405e02d62f2f860304" + integrity sha512-bqADfuNtTL7VK6RU29eoiFTtaaBKIpVPuX3bOl+rBpWSBa0zIBVZlqZNZQjfP6s4iXkAJokv5IsD8OsACkwApg== dependencies: "@eslint-community/regexpp" "^4.12.2" builtin-modules "^3.3.0" bytes "^3.1.2" functional-red-black-tree "^1.0.1" - globals "^17.6.0" + globals "^17.7.0" jsx-ast-utils-x "^0.1.0" lodash.merge "^4.6.2" minimatch "^10.2.5" scslre "^0.3.0" - semver "^7.8.4" + semver "^7.8.5" ts-api-utils "^2.5.0" - typescript ">=5" + typescript ">=5 <6.1.0" yaml "^2.9.0" eslint-plugin-unused-imports@^4.4.1: @@ -2205,10 +2205,10 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be" integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA== -eslint@^10.8.0: - version "10.8.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.8.0.tgz#e6d19907a3f090a53a022261ba34c5ff6d04908b" - integrity sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ== +eslint@^10.9.1: + version "10.9.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.9.1.tgz#409da5c41a5536d5a849f8555a18ca7ef1eb963b" + integrity sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A== dependencies: "@eslint-community/eslint-utils" "^4.8.0" "@eslint-community/regexpp" "^4.12.2" @@ -2629,11 +2629,16 @@ glob@^13.0.6: minipass "^7.1.3" path-scurry "^2.0.2" -globals@^17.6.0, globals@^17.7.0: +globals@^17.7.0: version "17.7.0" resolved "https://registry.yarnpkg.com/globals/-/globals-17.7.0.tgz#553d55090b4dde8209ec2da42580d6e7e7d8b10d" integrity sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg== +globals@^17.9.0: + version "17.11.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-17.11.0.tgz#d643485bb30220d7751e511cf4f68c73d3870d87" + integrity sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw== + globby@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" @@ -3215,10 +3220,10 @@ mongodb-connection-string-url@^7.0.1: "@types/whatwg-url" "^13.0.0" whatwg-url "^14.1.0" -mongodb@^7.5.0: - version "7.5.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-7.5.0.tgz#f87d212b394a05e610ee1c3a0b886bea55ab3c13" - integrity sha512-5FnrEDLnvp6ycUOGLNLLU33BfCx2qmp2mJjGPDwKLruYsVzXVSK5fsGpoDXvsXJwBfBsD7ebMRdawbDxC2814g== +mongodb@^7.6.0: + version "7.6.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-7.6.0.tgz#183daf2b1094fc68ceadaadfcb3a3c0654b829d1" + integrity sha512-WbZ6OCjYw2c53LOjfkQa+reXr7kIiOVpXXglnASFuiMtif0BvsMwHe3ClJHLm1/r7wJFwaasfFtD6iYIktB01g== dependencies: "@mongodb-js/saslprep" "^1.4.11" bson "^7.2.0" @@ -3727,7 +3732,7 @@ scslre@^0.3.0: refa "^0.12.0" regexp-ast-analysis "^0.7.0" -semver@^7.3.7, semver@^7.5.3, semver@^7.7.3, semver@^7.8.4: +semver@^7.3.7, semver@^7.5.3, semver@^7.7.3, semver@^7.8.5: version "7.8.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.5.tgz#39b646037dd50c14fb451e7e4cac58ed8b863f69" integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA== @@ -4176,7 +4181,7 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@>=5, typescript@^6.0.3: +"typescript@>=5 <6.1.0", typescript@^6.0.3: version "6.0.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== @@ -4428,10 +4433,10 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@^8.21.1: - version "8.21.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.1.tgz#045650cd4b1207809e7547146223c3814a9af586" - integrity sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw== +ws@^8.21.3: + version "8.21.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.3.tgz#660b4faddb6a3e575c86e078126919961f4de4fc" + integrity sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw== xml-naming@^0.1.0: version "0.1.0"