From db70af430aeed424ac16e232bdfff4954c5a327e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:14:05 +0000 Subject: [PATCH] chore(deps): update nrwl monorepo to v19.8.13 --- package.json | 18 +- yarn.lock | 547 +++++++++++++++++++++++++++------------------------ 2 files changed, 301 insertions(+), 264 deletions(-) diff --git a/package.json b/package.json index 9574c99b..38aaee20 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@ "@graphql-codegen/typescript": "4.0.8", "@graphql-codegen/typescript-resolvers": "4.4.0", "@graphql-tools/merge": "9.0.4", - "@nx/devkit": "19.5.6", - "@nx/eslint": "19.5.6", - "@nx/eslint-plugin": "19.5.6", - "@nx/jest": "19.5.6", - "@nx/js": "19.5.6", - "@nx/node": "19.5.6", - "@nx/plugin": "19.5.6", - "@nx/workspace": "19.5.6", + "@nx/devkit": "19.8.13", + "@nx/eslint": "19.8.13", + "@nx/eslint-plugin": "19.8.13", + "@nx/jest": "19.8.13", + "@nx/js": "19.8.13", + "@nx/node": "19.8.13", + "@nx/plugin": "19.8.13", + "@nx/workspace": "19.8.13", "@swc-node/register": "1.9.2", "@swc/core": "1.5.7", "@swc/helpers": "0.5.12", @@ -45,7 +45,7 @@ "jest-environment-node": "^29.4.3", "jsonc-eslint-parser": "^2.1.0", "micromatch": "4.0.5", - "nx": "19.5.6", + "nx": "19.8.13", "prettier": "^2.6.2", "rimraf": "5.0.0", "ts-jest": "29.1.0", diff --git a/yarn.lock b/yarn.lock index 781d61ec..82645d33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1564,6 +1564,11 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== +"@eslint/compat@^1.1.1": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.3.tgz#9c9bb9dfc8502be84427237f15b005b6b8d60757" + integrity sha512-wlZhwlDFxkxIZ571aH0FoK4h4Vwx7P3HJx62Gp8hTc10bfpwT2x0nULuAHmQSJBOWPgPeVf+9YtnD4j50zVHmA== + "@eslint/eslintrc@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" @@ -1693,18 +1698,6 @@ lodash "~4.17.0" tslib "~2.6.0" -"@graphql-codegen/plugin-helpers@5.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c": - version "5.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c.tgz#ad80fc455e3375a35c810ac0457b89d59ca136fb" - integrity sha512-I8WggYz7X6JVQ+FkAu1aiehzmfe+pktS8UMaLXIRN51RZxdoWxAKhK4VYEoHrKSxP5bYCm13D6lseUaW/WzcBA== - dependencies: - "@graphql-tools/utils" "^10.0.0" - change-case-all "1.0.15" - common-tags "1.8.2" - import-from "4.0.0" - lodash "~4.17.0" - tslib "~2.6.0" - "@graphql-codegen/plugin-helpers@^5.0.3": version "5.0.3" resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz#7027b9d911d7cb594663590fcf5d63e9cf7ec2ff" @@ -1769,18 +1762,6 @@ auto-bind "~4.0.0" tslib "~2.6.0" -"@graphql-codegen/typescript-resolvers@4.3.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c": - version "4.3.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-4.3.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c.tgz#d610375caa11a63684ba2400094a975aa360c542" - integrity sha512-MVecGWFfK1zOQkyC8ndXB7VArbVl+gAFK7zGjCfFJzaDC8TEIy5IWqYBIhLa+N6s04OCynhgMsgYFvP9sVnnxQ== - dependencies: - "@graphql-codegen/plugin-helpers" "5.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - "@graphql-codegen/typescript" "4.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - "@graphql-codegen/visitor-plugin-common" "5.4.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - "@graphql-tools/utils" "^10.0.0" - auto-bind "~4.0.0" - tslib "~2.6.0" - "@graphql-codegen/typescript-resolvers@4.4.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-4.4.0.tgz#397f6cf730147ea6b239efc8341f781828906426" @@ -1793,6 +1774,18 @@ auto-bind "~4.0.0" tslib "~2.6.0" +"@graphql-codegen/typescript-resolvers@^4.4.0": + version "4.4.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-4.4.1.tgz#71dada476d1b24d58f621ea67b9a03491c722529" + integrity sha512-xN/co3NofnHxpOzu5qi2Lc55C0hQZi6jJeV5mn+EnESKZBedGK0yPlaIpsUvieC6DGzGdLFA74wuSgWYULb3LA== + dependencies: + "@graphql-codegen/plugin-helpers" "^5.1.0" + "@graphql-codegen/typescript" "^4.1.2" + "@graphql-codegen/visitor-plugin-common" "5.6.0" + "@graphql-tools/utils" "^10.0.0" + auto-bind "~4.0.0" + tslib "~2.6.0" + "@graphql-codegen/typescript@4.0.8", "@graphql-codegen/typescript@^4.0.8": version "4.0.8" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.8.tgz#ff0d5a0a86a002ac356e23e26b7079c6087e8ec5" @@ -1804,17 +1797,6 @@ auto-bind "~4.0.0" tslib "~2.6.0" -"@graphql-codegen/typescript@4.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c": - version "4.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c.tgz#f538ede3a4bc44d91733380a6cde197db7bf0fd6" - integrity sha512-cERmXAAd/QGhXs5mzcTNRh9RIaQWz4jI44YANIQ94iEbysE5oOTFEAui2ZMsQka2WGUbv6oX34orbgWvO/Rgxw== - dependencies: - "@graphql-codegen/plugin-helpers" "5.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - "@graphql-codegen/schema-ast" "^4.0.2" - "@graphql-codegen/visitor-plugin-common" "5.4.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - auto-bind "~4.0.0" - tslib "~2.6.0" - "@graphql-codegen/typescript@^4.0.7": version "4.0.7" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.7.tgz#32f0f0916ed2ef7efbc233d14af07057aafdeea8" @@ -1837,6 +1819,17 @@ auto-bind "~4.0.0" tslib "~2.6.0" +"@graphql-codegen/typescript@^4.1.2": + version "4.1.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.1.2.tgz#c57d7e8f87b689deec516bd8021a347a98f4e4db" + integrity sha512-GhPgfxgWEkBrvKR2y77OThus3K8B6U3ESo68l7+sHH1XiL2WapK5DdClViblJWKQerJRjfJu8tcaxQ8Wpk6Ogw== + dependencies: + "@graphql-codegen/plugin-helpers" "^5.1.0" + "@graphql-codegen/schema-ast" "^4.0.2" + "@graphql-codegen/visitor-plugin-common" "5.6.0" + auto-bind "~4.0.0" + tslib "~2.6.0" + "@graphql-codegen/visitor-plugin-common@5.2.0": version "5.2.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.2.0.tgz#8c48c0a62575d5f302678aae3994a50e9ac72cd0" @@ -1869,12 +1862,12 @@ parse-filepath "^1.0.2" tslib "~2.6.0" -"@graphql-codegen/visitor-plugin-common@5.4.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c": - version "5.4.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.4.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c.tgz#30b6e56f7a82893580cb059159d43aa6d464d3cc" - integrity sha512-lx2hg776TjlFjfx5FGe4TXM323lnmw+mEflMZq0Xy2U7mEaG/nd9Oqbn2ln/awU1JHbPOWKgo8H4eXMXSl2WUg== +"@graphql-codegen/visitor-plugin-common@5.5.0": + version "5.5.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.5.0.tgz#be78d089a7c833412b7c7934b43b473828886d53" + integrity sha512-FSkxe/o4qKbpK+ipIT/jxZLYH0+3+XdIrJWsKlCW9wwJMF9mEJLJtzZNcxHSjz7+Eny6SUElAT2dqZ5XByxkog== dependencies: - "@graphql-codegen/plugin-helpers" "5.1.0-alpha-20240825133857-587899fa7a3e2a93691aa808cffc232c189c850c" + "@graphql-codegen/plugin-helpers" "^5.1.0" "@graphql-tools/optimize" "^2.0.0" "@graphql-tools/relay-operation-optimizer" "^7.0.0" "@graphql-tools/utils" "^10.0.0" @@ -1885,10 +1878,10 @@ parse-filepath "^1.0.2" tslib "~2.6.0" -"@graphql-codegen/visitor-plugin-common@5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.5.0.tgz#be78d089a7c833412b7c7934b43b473828886d53" - integrity sha512-FSkxe/o4qKbpK+ipIT/jxZLYH0+3+XdIrJWsKlCW9wwJMF9mEJLJtzZNcxHSjz7+Eny6SUElAT2dqZ5XByxkog== +"@graphql-codegen/visitor-plugin-common@5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.6.0.tgz#755395422761ad84192b7e6d98688ee9e9a57598" + integrity sha512-PowcVPJbUqMC9xTJ/ZRX1p/fsdMZREc+69CM1YY+AlFng2lL0zsdBskFJSRoviQk2Ch9IPhKGyHxlJCy9X22tg== dependencies: "@graphql-codegen/plugin-helpers" "^5.1.0" "@graphql-tools/optimize" "^2.0.0" @@ -2539,62 +2532,62 @@ dependencies: "@nx/devkit" "17.3.2" -"@nrwl/devkit@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-19.5.6.tgz#2848b97116ce40af02d0bb3b468e79a3f628eadc" - integrity sha512-H7LGlwAktfL2GR4scwCfehuppmzcHJJt4C2PpiGEsfA74MKBw2/VGX15b29Mf36XbGS+Bx9vjvooZEt5HPCusw== +"@nrwl/devkit@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-19.8.13.tgz#181f305315bbce7806d0ed1d991bf3d898beba47" + integrity sha512-M7QhASAczxZWgVbHPdG5XLJ3Xg/frNNC3Op5BxThe3L4dBblFWpAAAgqxhwVLxbkgxdsfp+HDFnFzHRfAp1DCQ== dependencies: - "@nx/devkit" "19.5.6" + "@nx/devkit" "19.8.13" -"@nrwl/eslint-plugin-nx@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.5.6.tgz#396bae3d8c665a6ed8e8fe3be046fd1de2559f51" - integrity sha512-pHIJHXOVJRC+wBI9zK0RnwKAh7NC9TKCdIm5KsYNFHTLswUxHnxzmP86hKTVcZO7o10NeYzBWD7QAQvqYgIQoA== +"@nrwl/eslint-plugin-nx@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.13.tgz#0777124b6aa2c76b95feaeefb8a1ec60de9136dd" + integrity sha512-U9iDSGN0dkJq/vM1jCTrZk/n68wGoyzo9rWpdBCJd33IIE6PofiEoqVls6u9t586PI38jWDE1/agCbFCPEYDvw== dependencies: - "@nx/eslint-plugin" "19.5.6" + "@nx/eslint-plugin" "19.8.13" -"@nrwl/jest@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-19.5.6.tgz#3ffe40893a4b02180710d460fda49b9a24e20a7e" - integrity sha512-/redyU+er4f0xjLgWttdyOZw0yOozGzwDuUWYu0vR9SCmKXyhQf3kUHw6yR3/qOLiN32VbzAmiq67NvGhoRgFw== +"@nrwl/jest@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-19.8.13.tgz#42ce793c648443e63e519931e761ee6aef34e7a8" + integrity sha512-JDi0WFhhyRA8PQv3p0Dz0ASetAzIR8SL4v4ho2Q3zZxGuCz7wqmWopSvKorJYKUWQ/YYUlGG+3TTl2pVZ4K15A== dependencies: - "@nx/jest" "19.5.6" + "@nx/jest" "19.8.13" -"@nrwl/js@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-19.5.6.tgz#6f22908f7d0f2a9372c455869c256a82a6f9fe8e" - integrity sha512-mfTBvon1v/Ts1Crvv25raXGxpQe3cgPTNCP+D5SG6Vpe/vbLOYiBi90UhHIKXKZOQ73RRx+Wojgn+Zv5pDo13A== +"@nrwl/js@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-19.8.13.tgz#ab4e04e4623499675f163253f36f7456467b06d9" + integrity sha512-K7siaowQaE1glvdEdeV0pz2l9GPEKhBwgRopMBARq4xCd/rd8aq7Bi9srx6yt4aVsuzRkSY2GdiFf3p4TtzVIg== dependencies: - "@nx/js" "19.5.6" + "@nx/js" "19.8.13" -"@nrwl/node@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/node/-/node-19.5.6.tgz#a63bbd768ff8b988fb21d21ac2e4efdbb68e2cea" - integrity sha512-eiQqeHNtR40cdD0WX33ZUwom3Malt7C7zq+iU5DTLlbeC6ciZGz9pYkeNZ6JJZOEPEUGM5O+7gtWUb+Ig7ZyMQ== +"@nrwl/node@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/node/-/node-19.8.13.tgz#a790084f5aaed85a5c561ea46322bf78924dcb1c" + integrity sha512-bXcVPcDZP66hQr4coRa+7Q5ly9mz6VQ1GVO0+57baEYLIZ/LBvhCd772SbE3cQCpznYIbQrk1OQyBWxB3EnmZA== dependencies: - "@nx/node" "19.5.6" + "@nx/node" "19.8.13" -"@nrwl/nx-plugin@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/nx-plugin/-/nx-plugin-19.5.6.tgz#e87a29296be9bb9ef358a47b8cef359d62cec803" - integrity sha512-GGEmE2iEgYQEIYroJQO5ICwhFAaKmdRunZBeSEQdkpG2QSKEGsg/sl7VG+QgukO5mLk0VULKF7niRdr2foVdiw== +"@nrwl/nx-plugin@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/nx-plugin/-/nx-plugin-19.8.13.tgz#288a9ecde020c1fde2fade9de6659f31118ac929" + integrity sha512-9bTJe5FbtZt98MZPwQXFpQsyoOFBLdh17QPI/H+uaiA9ZB7fbRaTiFUF4iS7zC6C/fMJY3uIRXNv+JFiU16nNw== dependencies: - "@nx/plugin" "19.5.6" + "@nx/plugin" "19.8.13" -"@nrwl/tao@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-19.5.6.tgz#a8686e9ecfa3e19716dd566dd4c84a8d9628f2e8" - integrity sha512-p1bxEjW32bIHAiTp+PVdJpa2V9En2s9FigepHXyvmT2Aipisz96CKiDjexhPTjOZHUKtqA9FgmOIuVl3sBME3g== +"@nrwl/tao@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-19.8.13.tgz#9e524a926cf0063e44f2dbecc3f2122608a4b5c1" + integrity sha512-IhVvo6GMyR1AjDETZxEL29ox75ARiXx8ao5tBxZKgQgGM1vpkkkYQkKJEP6jFYPBKYA7rEYnSkXi1tBrhwBbGQ== dependencies: - nx "19.5.6" + nx "19.8.13" tslib "^2.3.0" -"@nrwl/workspace@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-19.5.6.tgz#6f7e629f975cb6136d488052004eea908b9ef4b6" - integrity sha512-k0Pria840szB3dIDCXOMbD4jbnaLCeGRYthE5duG5nPxTCbeMMu7pU1t0sv9IgpQZ/JrHeWliknWgaTlIguPug== +"@nrwl/workspace@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-19.8.13.tgz#b526c72d196028e4c56a9a40fd052e0122c31e55" + integrity sha512-NT9bnVx4GR1H7NyO7b043G2PeEa+9LKrZvjpHCop1nxuOeFiFv48Y/o6Msl2oFDFF4/sAo5XcqgEv6PE2EoncA== dependencies: - "@nx/workspace" "19.5.6" + "@nx/workspace" "19.8.13" "@nx/devkit@17.3.2", "@nx/devkit@^17.0.0": version "17.3.2" @@ -2610,12 +2603,12 @@ tslib "^2.3.0" yargs-parser "21.1.1" -"@nx/devkit@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/devkit/-/devkit-19.5.6.tgz#7151970f1e0616c338442bf4478be9343ee854c5" - integrity sha512-zSToXLkhbAOQmqVTgUNHdLO0uOZz/iGwqEK4tuAhU5hhqTcpN1TZUI9BlINvtFJBLvbNroGrnIh0gTq9CPzVHw== +"@nx/devkit@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/devkit/-/devkit-19.8.13.tgz#43bae7080ac5d1a915214fb199c2f2238a7d3c3c" + integrity sha512-CoLDFhKGHmark+ZHBXauZLcFynA0JFg5e2+SPNWBZgmsba/KY2ffd7V6P7IGbG8sGgZLZtZliiaRpHVk7cge9g== dependencies: - "@nrwl/devkit" "19.5.6" + "@nrwl/devkit" "19.8.13" ejs "^3.1.7" enquirer "~2.3.6" ignore "^5.0.4" @@ -2625,44 +2618,46 @@ tslib "^2.3.0" yargs-parser "21.1.1" -"@nx/eslint-plugin@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/eslint-plugin/-/eslint-plugin-19.5.6.tgz#485a2239dcec27a19312bf024079821c75dab529" - integrity sha512-5yZJbAoS35blBvY1riAxzemBGJJJW36FVm304ccPyJXvXA7Wa7yMbtwuVagJ9E7w4fodmCcWOAvrCDUTSakBug== - dependencies: - "@nrwl/eslint-plugin-nx" "19.5.6" - "@nx/devkit" "19.5.6" - "@nx/js" "19.5.6" - "@typescript-eslint/type-utils" "^7.16.0" - "@typescript-eslint/utils" "^7.16.0" +"@nx/eslint-plugin@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/eslint-plugin/-/eslint-plugin-19.8.13.tgz#8fbcdb642f43facfc1a6e7f5eff62d007483e570" + integrity sha512-VzsfySQ4nIXSOERNdAKFbSllDI8x8RdDDxcqG6WTpQrkb4fzg2yWZqkyeIluurdiciP4658+czH7LNHGZMuWHw== + dependencies: + "@eslint/compat" "^1.1.1" + "@nrwl/eslint-plugin-nx" "19.8.13" + "@nx/devkit" "19.8.13" + "@nx/js" "19.8.13" + "@typescript-eslint/type-utils" "^8.0.0" + "@typescript-eslint/utils" "^8.0.0" chalk "^4.1.0" confusing-browser-globals "^1.0.9" + globals "^15.9.0" jsonc-eslint-parser "^2.1.0" semver "^7.5.3" tslib "^2.3.0" -"@nx/eslint@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/eslint/-/eslint-19.5.6.tgz#0594fa2727495f5753d549f6a7af3066786e34db" - integrity sha512-WLUo4f+ndMVWZ5QqqZiZNCmbLCqEqPBopvGWJg6uUJyrm5HiFsks+1nRp7BxFzj0SwmdmSRzQFvMgorw7lAgCQ== +"@nx/eslint@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/eslint/-/eslint-19.8.13.tgz#8ef49d2735f42516a865598437a56adecadd5858" + integrity sha512-t0iI921sw1wHhrIitDMLYhMD+RjRSQtdJc1ksbdXDSdUW1TpZ3q1KMHg3vJLKZFNHQAsxR4/Iqwj1WwqaF5Dfw== dependencies: - "@nx/devkit" "19.5.6" - "@nx/js" "19.5.6" - "@nx/linter" "19.5.6" + "@nx/devkit" "19.8.13" + "@nx/js" "19.8.13" + "@nx/linter" "19.8.13" semver "^7.5.3" tslib "^2.3.0" typescript "~5.4.2" -"@nx/jest@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/jest/-/jest-19.5.6.tgz#4814b1ca24c3f03c43d8c3d0ee33c9aab16d1500" - integrity sha512-UkGEl7iAt3MEz+BB4Xp3u641LrMeOytTcbljjyYtR84YtJaYgc8CFmornnw8KVqfavQS+v/nrv8lMbbYQHkWpQ== +"@nx/jest@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/jest/-/jest-19.8.13.tgz#0c8abd82cfff32268ce6292e3d9a01cc6285fb5f" + integrity sha512-LV3Ranbm79O+Hxs4KyHzmX70TELBwip7LA70ZSAMCA4h03PYuCixq3Q5CNXPJaFTDiPewx+wIl2Ntzu04E8niA== dependencies: "@jest/reporters" "^29.4.1" "@jest/test-result" "^29.4.1" - "@nrwl/jest" "19.5.6" - "@nx/devkit" "19.5.6" - "@nx/js" "19.5.6" + "@nrwl/jest" "19.8.13" + "@nx/devkit" "19.8.13" + "@nx/js" "19.8.13" "@phenomnomnominal/tsquery" "~5.0.1" chalk "^4.1.0" identity-obj-proxy "3.0.0" @@ -2671,13 +2666,14 @@ jest-util "^29.4.1" minimatch "9.0.3" resolve.exports "1.1.0" + semver "^7.5.3" tslib "^2.3.0" yargs-parser "21.1.1" -"@nx/js@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/js/-/js-19.5.6.tgz#a8c31f9dde9ade66e56f16f68e66f8440c0644ea" - integrity sha512-NNf6Zh4Z8k3dmkXkCUYrReH9ZpdAhvUQjwrWUHtmc5MnWTsQL12a01MwbMi4ReMzDLDjffDXjJFxYmbNYKaRzw== +"@nx/js@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/js/-/js-19.8.13.tgz#afc19329917b6a023754399115a10445e6108562" + integrity sha512-8xQRKp8dBQp/2TPn35tbzAgDk7qqBIfqy0780G4x8TmgI41Iu6oUqYe4tvZRxWnLKwFnjPCG30bTJ4Ak0w+B+A== dependencies: "@babel/core" "^7.23.2" "@babel/plugin-proposal-decorators" "^7.22.7" @@ -2686,19 +2682,20 @@ "@babel/preset-env" "^7.23.2" "@babel/preset-typescript" "^7.22.5" "@babel/runtime" "^7.22.6" - "@nrwl/js" "19.5.6" - "@nx/devkit" "19.5.6" - "@nx/workspace" "19.5.6" + "@nrwl/js" "19.8.13" + "@nx/devkit" "19.8.13" + "@nx/workspace" "19.8.13" babel-plugin-const-enum "^1.0.1" babel-plugin-macros "^2.8.0" babel-plugin-transform-typescript-metadata "^0.3.1" chalk "^4.1.0" columnify "^1.6.0" detect-port "^1.5.1" + enquirer "~2.3.6" fast-glob "3.2.7" - fs-extra "^11.1.0" ignore "^5.0.4" js-tokens "^4.0.0" + jsonc-parser "3.2.0" minimatch "9.0.3" npm-package-arg "11.0.1" npm-run-path "^4.0.1" @@ -2709,98 +2706,97 @@ tsconfig-paths "^4.1.2" tslib "^2.3.0" -"@nx/linter@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/linter/-/linter-19.5.6.tgz#838338cab69788dc5edb83592a83ce9ed33dd34c" - integrity sha512-OS0DZ1TDTvWaZe7ijLT6jkQZCCBg4OseFmP2Y6bqE/oRdyoRv95gCT2MGmyJQXkLoX5j9DMfc4nYXS0VHFYqdg== +"@nx/linter@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/linter/-/linter-19.8.13.tgz#be0c01ff45764dca8ea7acace18f451da13b31a5" + integrity sha512-byplBa+OTrSdqC02Ii1B4XVVWkPnP6Jk84Dn0zt7eOYbUGUhMMRjY1p9cLpSPdSaXq5h8BlR/1QzHarQAK7+8A== dependencies: - "@nx/eslint" "19.5.6" + "@nx/eslint" "19.8.13" -"@nx/node@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/node/-/node-19.5.6.tgz#116441b37eece5232adbe5ab17a4066db294fb34" - integrity sha512-nWWoZCdomYOo0JmJMiP1UWlAnCdrvqLxXgWS6MNbQTT0rhJSn6em5S9N4TuHA7+aCDInvzNEL8YcVTm1xCbtug== +"@nx/node@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/node/-/node-19.8.13.tgz#e9d34fb7b4989ebc2db054de51f3159b9eceb2c9" + integrity sha512-3aQgi02/V4buvKlVLM2OnI/WJtCqmuG11cLv92gcJ1GE4esWhYshaE1bu56/tyKeGfOyOJKwdlG86SE6o2zQ5g== dependencies: - "@nrwl/node" "19.5.6" - "@nx/devkit" "19.5.6" - "@nx/eslint" "19.5.6" - "@nx/jest" "19.5.6" - "@nx/js" "19.5.6" + "@nrwl/node" "19.8.13" + "@nx/devkit" "19.8.13" + "@nx/eslint" "19.8.13" + "@nx/jest" "19.8.13" + "@nx/js" "19.8.13" tslib "^2.3.0" -"@nx/nx-darwin-arm64@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.5.6.tgz#5a96c205ed824d26ddeac1f6adf4d063c7a00db2" - integrity sha512-evEpUq571PQkhaLBR7ul5iqE2l97QS7Q37/rxoBuwJzyQ/QKHfNu5t032bR3KLyEOrv7golT10jMeoQlNeF7eQ== - -"@nx/nx-darwin-x64@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-19.5.6.tgz#0e5673ef3abd05842c055db2e8d327ff36b16a01" - integrity sha512-o1tu0dOW7TZ80VN9N11FQL/3gHd1+t6NqtEmRClN0/sAh2MZyiBdbXv7UeN5HoKE7HAusiVFIxK3c1lxOvFtsQ== - -"@nx/nx-freebsd-x64@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.5.6.tgz#37fbb110e2603cd118e22316088d188891c740b8" - integrity sha512-IUL0ROGpLUol9cuVJ7VeUvaB/ptxg7DOjMef1+LJeOgxl/SFNa0bj0kKpA/AQwujz6cLI7Ei7xLTVQOboNh1DA== - -"@nx/nx-linux-arm-gnueabihf@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.5.6.tgz#6fca2426aa3d129261985495e42c86535bf32c02" - integrity sha512-TGf1+cpWg5QiPEGW5kgxa1fVNyASMuqu+LvQ9CKhNYNz5EPD15yr/k6C0tOjgSXro3wi8TikTeG0Ln2hpmn6pw== - -"@nx/nx-linux-arm64-gnu@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.5.6.tgz#b7cde8991c7209ebdb6f830c1a4a91fba03941d7" - integrity sha512-4hZI5NmnBEAzr3NV/BtlPjbSVffLWGGCJ5tB/JB/NpW/vMtzOPCZ4RvsHuJMPprqHcXOdUnBgZFEcLbEMUXz0A== - -"@nx/nx-linux-arm64-musl@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.5.6.tgz#293d62c652548825ff0b8f8cddc191a051cee68f" - integrity sha512-n0oIBblMN+nlcBUbrFUkRSyzKZVR+G1lzdZ3PuHVwLC664hkbijEBAdF2E321yRfv5ohQVY0UIYDZVFN2XhFUg== - -"@nx/nx-linux-x64-gnu@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.5.6.tgz#01d0990ce270b8a8594edac993d69a51822da0ef" - integrity sha512-IuoNo1bDHyJEeHom/n2m4+AA+UQ+Rlryvt9+bTdADclSFjmBLYCgbJwQRy7q9+vQk2mpQm0pQJv4d3XKCpDH+g== - -"@nx/nx-linux-x64-musl@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.5.6.tgz#16d3a722f427d9becada7e99be6d912900a50789" - integrity sha512-FXtB8m/CSRkXLtDOAGfImO9OCUDIwYBssnvCVqX6PyPTBaVWo/GvX1O9WRbXSqSVIaJJTPn1aY/p6vptlGbDFw== - -"@nx/nx-win32-arm64-msvc@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.5.6.tgz#40cf8bd1a52d4f265542dfcacc122cdc2fc04363" - integrity sha512-aIDU84rjvxoqyUDIdN4VwS91Yec8bAtXOxjOFlF2acY2tXh0RjzmM+mkEP44nVAzFy0V1/cjzBKb6643FsEqdA== - -"@nx/nx-win32-x64-msvc@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.5.6.tgz#d6011aa6aede4a660b1fdff31fcee9ef9dea217a" - integrity sha512-zWB/2TjhNYKHbuPh++5hYitno3EpSFXrPND0I0VLec27WW7voRY9XQFFznA3omForU4FfmVhITcKCqzIb3EtpA== - -"@nx/plugin@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/plugin/-/plugin-19.5.6.tgz#9b266241f70294f16c823653d6bfd5e7c291f5a4" - integrity sha512-2es5qj8/YarRyctkcRhFdmwRgyHJMfGd/WBOaAsA88c8gqwB9nwRQcSAUmuHkyr4jVwo7xSLCZT4WvRRiZv1Pg== - dependencies: - "@nrwl/nx-plugin" "19.5.6" - "@nx/devkit" "19.5.6" - "@nx/eslint" "19.5.6" - "@nx/jest" "19.5.6" - "@nx/js" "19.5.6" - fs-extra "^11.1.0" +"@nx/nx-darwin-arm64@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.13.tgz#9ea548ed87990b52fde28f499ecc1787c8dc1234" + integrity sha512-3kfEkIxqug7q3vsGvqtR4Nz5TYF2T02BXtuD0ML9xbGDfbksNrRp2c0xjPbnyvJtOdgmtx0wcguwUrm+S3uiHw== + +"@nx/nx-darwin-x64@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.13.tgz#458e6ce6db8bce23929aed049508c5c02c7f1335" + integrity sha512-BXiegV6ZV/9ma31R1Kgh8CBglr3C96aBcssOSX6w91bUO08XfirLLMPQ8BpRc9AF/IGt3Y1gYRLOdHcibi36QQ== + +"@nx/nx-freebsd-x64@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.13.tgz#d7049b96c8cf5034bf4ce4355ca6604c9f19550e" + integrity sha512-UUfMQyn59pl0gHV8iqn+dYPPlM0jC5SzTN0wsK83h5fzvi87iAAgnDlf9uwElj4Sjadg+gqAWi2foT9nxX+Tfg== + +"@nx/nx-linux-arm-gnueabihf@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.13.tgz#6aac3b4da0a2ea13f656ccdce8b67a2019495dae" + integrity sha512-vXae2CHBInpWXdLrI/4HFQXoilOvUiQr7/b859V4tf6Zgg9GRIraxvTMR5TBH7xv9cPzEK9845gx46BQTiik/A== + +"@nx/nx-linux-arm64-gnu@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.13.tgz#191218b296869de34638ca9a60436a61cc59ac83" + integrity sha512-c86YY7oe/8jo1eOKe0x6zvLn9yERL+Pc2WnkGfvcIb48NGNfUbxuzgPss6ywCg4zNN1LCenmVvU0/NFV9b/YwQ== + +"@nx/nx-linux-arm64-musl@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.13.tgz#ecd00dabdaa498e7aaa350b860deda83f98ccaa5" + integrity sha512-VQSY5nhtUc6bfTAl1jYPuB0CdwppSee84wxT1QtXxmPzg/6QCat7ulesZOES6UQzXVSsIKInJH4KKWQ0mFwM+A== + +"@nx/nx-linux-x64-gnu@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.13.tgz#f35c799e6ae02820bc29564c69600c358ec2cf8c" + integrity sha512-w8F7yGuUOA+VDIf5K05e4tIExKEIuhPNS/qTea+iagdWnnnmqEm+EJpiXrf9L6TSMUxu2GgDI03DVuBck7oUgw== + +"@nx/nx-linux-x64-musl@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.13.tgz#84f7d2bb01239c7a34f8ed65eb7dbfb51cd5c419" + integrity sha512-PcZXN2acZ/KJLAnmVt1++qucOVamXXl4/tjVVhXD6X5mCRtyGBcO+JL7/pcaIRGuut50yEY/QHxWVA+n7Ii2Yg== + +"@nx/nx-win32-arm64-msvc@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.13.tgz#d409862ea76f0649eaed92fb0be0c6d0d4948457" + integrity sha512-WAtlfBggfW0MTbsaBhTyfnm1Iap+auAKpEusiFoSIhXp5Xqnvs+Zfdz8Ep3Ilc0BKIhyfyaWABJaU7QhRjYGKg== + +"@nx/nx-win32-x64-msvc@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.13.tgz#ed1db1ad9b29e9b6ffd2c3a65f3c658630f9575e" + integrity sha512-CLWmTRUYl7EtIu22d9Y9qpMdPOVPdh4BFmYpCa5Q+E0pk9Edd+EcQYMR0pgz8KDgbOBmRFGCr7CETVOAeTKzCw== + +"@nx/plugin@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/plugin/-/plugin-19.8.13.tgz#66d7d25e27307c8a89434c0299851f0cafab7fd5" + integrity sha512-46G4QqKO7TMiT9UXR7czcmY2mmGZ/rqHHh5pG9t8LqRu34JnWjRiI7qTUXoop81lYK+9z7kUKZSWXfbOeVGbpg== + dependencies: + "@nrwl/nx-plugin" "19.8.13" + "@nx/devkit" "19.8.13" + "@nx/eslint" "19.8.13" + "@nx/jest" "19.8.13" + "@nx/js" "19.8.13" tslib "^2.3.0" -"@nx/workspace@19.5.6": - version "19.5.6" - resolved "https://registry.yarnpkg.com/@nx/workspace/-/workspace-19.5.6.tgz#a2f4c393f81c3532d247cc0800ff931cbcb08ae1" - integrity sha512-VkyHzSPI+++kLgftE6HA/jXcbn3zZwDYjhsrmSqwutj8BTuKhxs1YIL2gkzYVoTytF1wpWl3nk5MzqMGclptjA== +"@nx/workspace@19.8.13": + version "19.8.13" + resolved "https://registry.yarnpkg.com/@nx/workspace/-/workspace-19.8.13.tgz#a153505d71a54e83daeb4f38fe83cae16a9b99bf" + integrity sha512-sC6z7hDwFy8+g9EWOVgPlczqHkctQn/QVrwOtaxqGRfzAOvNoKE3qC24Lgk39vYZEnMERtR4D/4hYnb4KWicFw== dependencies: - "@nrwl/workspace" "19.5.6" - "@nx/devkit" "19.5.6" + "@nrwl/workspace" "19.8.13" + "@nx/devkit" "19.8.13" chalk "^4.1.0" enquirer "~2.3.6" - nx "19.5.6" + nx "19.8.13" tslib "^2.3.0" yargs-parser "21.1.1" @@ -3217,7 +3213,15 @@ "@typescript-eslint/types" "7.18.0" "@typescript-eslint/visitor-keys" "7.18.0" -"@typescript-eslint/type-utils@7.18.0", "@typescript-eslint/type-utils@^7.16.0": +"@typescript-eslint/scope-manager@8.16.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905" + integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg== + dependencies: + "@typescript-eslint/types" "8.16.0" + "@typescript-eslint/visitor-keys" "8.16.0" + +"@typescript-eslint/type-utils@7.18.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== @@ -3227,11 +3231,26 @@ debug "^4.3.4" ts-api-utils "^1.3.0" +"@typescript-eslint/type-utils@^8.0.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740" + integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg== + dependencies: + "@typescript-eslint/typescript-estree" "8.16.0" + "@typescript-eslint/utils" "8.16.0" + debug "^4.3.4" + ts-api-utils "^1.3.0" + "@typescript-eslint/types@7.18.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== +"@typescript-eslint/types@8.16.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737" + integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ== + "@typescript-eslint/typescript-estree@7.18.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" @@ -3246,7 +3265,21 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/utils@7.18.0", "@typescript-eslint/utils@^7.16.0": +"@typescript-eslint/typescript-estree@8.16.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c" + integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw== + dependencies: + "@typescript-eslint/types" "8.16.0" + "@typescript-eslint/visitor-keys" "8.16.0" + debug "^4.3.4" + fast-glob "^3.3.2" + is-glob "^4.0.3" + minimatch "^9.0.4" + semver "^7.6.0" + ts-api-utils "^1.3.0" + +"@typescript-eslint/utils@7.18.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== @@ -3256,6 +3289,16 @@ "@typescript-eslint/types" "7.18.0" "@typescript-eslint/typescript-estree" "7.18.0" +"@typescript-eslint/utils@8.16.0", "@typescript-eslint/utils@^8.0.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3" + integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" + "@typescript-eslint/scope-manager" "8.16.0" + "@typescript-eslint/types" "8.16.0" + "@typescript-eslint/typescript-estree" "8.16.0" + "@typescript-eslint/visitor-keys@7.18.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" @@ -3264,6 +3307,14 @@ "@typescript-eslint/types" "7.18.0" eslint-visitor-keys "^3.4.3" +"@typescript-eslint/visitor-keys@8.16.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705" + integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ== + dependencies: + "@typescript-eslint/types" "8.16.0" + eslint-visitor-keys "^4.2.0" + "@ungap/structured-clone@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" @@ -3559,10 +3610,10 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@^1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85" - integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw== +axios@^1.7.4: + version "1.7.8" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e" + integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0" @@ -4638,6 +4689,11 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== +eslint-visitor-keys@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== + eslint@8.57.0: version "8.57.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" @@ -4977,15 +5033,6 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -fs-extra@^11.1.0: - version "11.2.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" - integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - fs-extra@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" @@ -5123,6 +5170,11 @@ globals@^13.19.0: dependencies: type-fest "^0.20.2" +globals@^15.9.0: + version "15.12.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5" + integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ== + globalthis@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf" @@ -6273,15 +6325,6 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -jsonfile@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" - integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - dependencies: - universalify "^2.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - keyv@^4.5.3: version "4.5.4" resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" @@ -6317,16 +6360,16 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" +lines-and-columns@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b" + integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w== + lines-and-columns@^1.1.6: version "1.2.4" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lines-and-columns@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.4.tgz#d00318855905d2660d8c0822e3f5a4715855fc42" - integrity sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A== - listr2@^4.0.5: version "4.0.5" resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.5.tgz#9dcc50221583e8b4c71c43f9c7dfd0ef546b75d5" @@ -6723,17 +6766,17 @@ nwsapi@^2.2.2: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30" integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ== -nx@19.5.6: - version "19.5.6" - resolved "https://registry.yarnpkg.com/nx/-/nx-19.5.6.tgz#5dd004590e9b78e672f72f2d0aa28fd8f4543f53" - integrity sha512-qjP17aa5ViXSpo0bDgJ7O3b8EY/0+PbX7ZIKvG1g6qasohtfM1y4Sx2bbSow0zCKU0+r1LnR53Q0lyX4OOgtUg== +nx@19.8.13: + version "19.8.13" + resolved "https://registry.yarnpkg.com/nx/-/nx-19.8.13.tgz#67bb0dc4a5fc5f0c543997d354dd43f5df22ceb5" + integrity sha512-qAoL/Qpc+1l/5UshAXyB8m27yCY0Tzol/udJhc1kD7Dt6yg8Ngxgi1ZtTmJn6yaLDOsW+oteatQPMtqsk8Lkdg== dependencies: "@napi-rs/wasm-runtime" "0.2.4" - "@nrwl/tao" "19.5.6" + "@nrwl/tao" "19.8.13" "@yarnpkg/lockfile" "^1.1.0" "@yarnpkg/parsers" "3.0.0-rc.46" "@zkochan/js-yaml" "0.0.7" - axios "^1.7.2" + axios "^1.7.4" chalk "^4.1.0" cli-cursor "3.1.0" cli-spinners "2.6.1" @@ -6744,11 +6787,10 @@ nx@19.5.6: figures "3.2.0" flat "^5.0.2" front-matter "^4.0.2" - fs-extra "^11.1.0" ignore "^5.0.4" jest-diff "^29.4.1" jsonc-parser "3.2.0" - lines-and-columns "~2.0.3" + lines-and-columns "2.0.3" minimatch "9.0.3" node-machine-id "1.1.12" npm-run-path "^4.0.1" @@ -6764,16 +6806,16 @@ nx@19.5.6: yargs "^17.6.2" yargs-parser "21.1.1" optionalDependencies: - "@nx/nx-darwin-arm64" "19.5.6" - "@nx/nx-darwin-x64" "19.5.6" - "@nx/nx-freebsd-x64" "19.5.6" - "@nx/nx-linux-arm-gnueabihf" "19.5.6" - "@nx/nx-linux-arm64-gnu" "19.5.6" - "@nx/nx-linux-arm64-musl" "19.5.6" - "@nx/nx-linux-x64-gnu" "19.5.6" - "@nx/nx-linux-x64-musl" "19.5.6" - "@nx/nx-win32-arm64-msvc" "19.5.6" - "@nx/nx-win32-x64-msvc" "19.5.6" + "@nx/nx-darwin-arm64" "19.8.13" + "@nx/nx-darwin-x64" "19.8.13" + "@nx/nx-freebsd-x64" "19.8.13" + "@nx/nx-linux-arm-gnueabihf" "19.8.13" + "@nx/nx-linux-arm64-gnu" "19.8.13" + "@nx/nx-linux-arm64-musl" "19.8.13" + "@nx/nx-linux-x64-gnu" "19.8.13" + "@nx/nx-linux-x64-musl" "19.8.13" + "@nx/nx-win32-arm64-msvc" "19.8.13" + "@nx/nx-win32-x64-msvc" "19.8.13" object-assign@^4.1.0: version "4.1.1" @@ -8201,11 +8243,6 @@ universalify@^0.2.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== -universalify@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" - integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== - unixify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unixify/-/unixify-1.0.0.tgz#3a641c8c2ffbce4da683a5c70f03a462940c2090"