Skip to content

Commit 88a6773

Browse files
authored
Merge pull request #230 from devmehq/renovate-all-minor-patch
2 parents 5bd7f97 + a192c6c commit 88a6773

File tree

2 files changed

+96
-89
lines changed

2 files changed

+96
-89
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@types/cheerio": "0.22.35",
5050
"@types/jest": "^29.5.12",
5151
"@types/node": "20.12.5",
52-
"@typescript-eslint/eslint-plugin": "7.5.0",
53-
"@typescript-eslint/parser": "7.5.0",
52+
"@typescript-eslint/eslint-plugin": "7.6.0",
53+
"@typescript-eslint/parser": "7.6.0",
5454
"axios": "1.6.8",
5555
"eslint": "8.57.0",
5656
"eslint-config-prettier": "9.1.0",

yarn.lock

+94-87
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
dependencies:
317317
eslint-visitor-keys "^3.3.0"
318318

319-
"@eslint-community/regexpp@^4.5.1":
319+
"@eslint-community/regexpp@^4.10.0":
320320
version "4.10.0"
321321
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
322322
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -729,7 +729,7 @@
729729
expect "^29.0.0"
730730
pretty-format "^29.0.0"
731731

732-
"@types/json-schema@^7.0.12":
732+
"@types/json-schema@^7.0.15":
733733
version "7.0.15"
734734
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
735735
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -748,10 +748,10 @@
748748
dependencies:
749749
undici-types "~5.26.4"
750750

751-
"@types/semver@^7.5.0":
752-
version "7.5.6"
753-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
754-
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
751+
"@types/semver@^7.5.8":
752+
version "7.5.8"
753+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
754+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
755755

756756
"@types/stack-utils@^2.0.0":
757757
version "2.0.3"
@@ -770,91 +770,91 @@
770770
dependencies:
771771
"@types/yargs-parser" "*"
772772

773-
"@typescript-eslint/eslint-plugin@7.5.0":
774-
version "7.5.0"
775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a"
776-
integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==
773+
"@typescript-eslint/eslint-plugin@7.6.0":
774+
version "7.6.0"
775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.6.0.tgz#1f5df5cda490a0bcb6fbdd3382e19f1241024242"
776+
integrity sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==
777777
dependencies:
778-
"@eslint-community/regexpp" "^4.5.1"
779-
"@typescript-eslint/scope-manager" "7.5.0"
780-
"@typescript-eslint/type-utils" "7.5.0"
781-
"@typescript-eslint/utils" "7.5.0"
782-
"@typescript-eslint/visitor-keys" "7.5.0"
778+
"@eslint-community/regexpp" "^4.10.0"
779+
"@typescript-eslint/scope-manager" "7.6.0"
780+
"@typescript-eslint/type-utils" "7.6.0"
781+
"@typescript-eslint/utils" "7.6.0"
782+
"@typescript-eslint/visitor-keys" "7.6.0"
783783
debug "^4.3.4"
784784
graphemer "^1.4.0"
785-
ignore "^5.2.4"
785+
ignore "^5.3.1"
786786
natural-compare "^1.4.0"
787-
semver "^7.5.4"
788-
ts-api-utils "^1.0.1"
789-
790-
"@typescript-eslint/parser@7.5.0":
791-
version "7.5.0"
792-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed"
793-
integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==
794-
dependencies:
795-
"@typescript-eslint/scope-manager" "7.5.0"
796-
"@typescript-eslint/types" "7.5.0"
797-
"@typescript-eslint/typescript-estree" "7.5.0"
798-
"@typescript-eslint/visitor-keys" "7.5.0"
787+
semver "^7.6.0"
788+
ts-api-utils "^1.3.0"
789+
790+
"@typescript-eslint/parser@7.6.0":
791+
version "7.6.0"
792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.6.0.tgz#0aca5de3045d68b36e88903d15addaf13d040a95"
793+
integrity sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==
794+
dependencies:
795+
"@typescript-eslint/scope-manager" "7.6.0"
796+
"@typescript-eslint/types" "7.6.0"
797+
"@typescript-eslint/typescript-estree" "7.6.0"
798+
"@typescript-eslint/visitor-keys" "7.6.0"
799799
debug "^4.3.4"
800800

801-
"@typescript-eslint/scope-manager@7.5.0":
802-
version "7.5.0"
803-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
804-
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
801+
"@typescript-eslint/scope-manager@7.6.0":
802+
version "7.6.0"
803+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz#1e9972f654210bd7500b31feadb61a233f5b5e9d"
804+
integrity sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==
805805
dependencies:
806-
"@typescript-eslint/types" "7.5.0"
807-
"@typescript-eslint/visitor-keys" "7.5.0"
806+
"@typescript-eslint/types" "7.6.0"
807+
"@typescript-eslint/visitor-keys" "7.6.0"
808808

809-
"@typescript-eslint/type-utils@7.5.0":
810-
version "7.5.0"
811-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
812-
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
809+
"@typescript-eslint/type-utils@7.6.0":
810+
version "7.6.0"
811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.6.0.tgz#644f75075f379827d25fe0713e252ccd4e4a428c"
812+
integrity sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==
813813
dependencies:
814-
"@typescript-eslint/typescript-estree" "7.5.0"
815-
"@typescript-eslint/utils" "7.5.0"
814+
"@typescript-eslint/typescript-estree" "7.6.0"
815+
"@typescript-eslint/utils" "7.6.0"
816816
debug "^4.3.4"
817-
ts-api-utils "^1.0.1"
817+
ts-api-utils "^1.3.0"
818818

819-
"@typescript-eslint/types@7.5.0":
820-
version "7.5.0"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
822-
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
819+
"@typescript-eslint/types@7.6.0":
820+
version "7.6.0"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38"
822+
integrity sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==
823823

824-
"@typescript-eslint/typescript-estree@7.5.0":
825-
version "7.5.0"
826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
827-
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
824+
"@typescript-eslint/typescript-estree@7.6.0":
825+
version "7.6.0"
826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz#112a3775563799fd3f011890ac8322f80830ac17"
827+
integrity sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==
828828
dependencies:
829-
"@typescript-eslint/types" "7.5.0"
830-
"@typescript-eslint/visitor-keys" "7.5.0"
829+
"@typescript-eslint/types" "7.6.0"
830+
"@typescript-eslint/visitor-keys" "7.6.0"
831831
debug "^4.3.4"
832832
globby "^11.1.0"
833833
is-glob "^4.0.3"
834-
minimatch "9.0.3"
835-
semver "^7.5.4"
836-
ts-api-utils "^1.0.1"
834+
minimatch "^9.0.4"
835+
semver "^7.6.0"
836+
ts-api-utils "^1.3.0"
837837

838-
"@typescript-eslint/utils@7.5.0":
839-
version "7.5.0"
840-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
841-
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
838+
"@typescript-eslint/utils@7.6.0":
839+
version "7.6.0"
840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.6.0.tgz#e400d782280b6f724c8a1204269d984c79202282"
841+
integrity sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==
842842
dependencies:
843843
"@eslint-community/eslint-utils" "^4.4.0"
844-
"@types/json-schema" "^7.0.12"
845-
"@types/semver" "^7.5.0"
846-
"@typescript-eslint/scope-manager" "7.5.0"
847-
"@typescript-eslint/types" "7.5.0"
848-
"@typescript-eslint/typescript-estree" "7.5.0"
849-
semver "^7.5.4"
850-
851-
"@typescript-eslint/visitor-keys@7.5.0":
852-
version "7.5.0"
853-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
854-
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
855-
dependencies:
856-
"@typescript-eslint/types" "7.5.0"
857-
eslint-visitor-keys "^3.4.1"
844+
"@types/json-schema" "^7.0.15"
845+
"@types/semver" "^7.5.8"
846+
"@typescript-eslint/scope-manager" "7.6.0"
847+
"@typescript-eslint/types" "7.6.0"
848+
"@typescript-eslint/typescript-estree" "7.6.0"
849+
semver "^7.6.0"
850+
851+
"@typescript-eslint/visitor-keys@7.6.0":
852+
version "7.6.0"
853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz#d1ce13145844379021e1f9bd102c1d78946f4e76"
854+
integrity sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==
855+
dependencies:
856+
"@typescript-eslint/types" "7.6.0"
857+
eslint-visitor-keys "^3.4.3"
858858

859859
"@ungap/structured-clone@^1.2.0":
860860
version "1.2.0"
@@ -1900,10 +1900,10 @@ ignore@^5.2.0:
19001900
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
19011901
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
19021902

1903-
ignore@^5.2.4:
1904-
version "5.3.0"
1905-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
1906-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
1903+
ignore@^5.3.1:
1904+
version "5.3.1"
1905+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1906+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
19071907

19081908
import-fresh@^3.2.1:
19091909
version "3.3.0"
@@ -2630,20 +2630,20 @@ mimic-fn@^4.0.0:
26302630
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
26312631
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
26322632

2633-
2634-
version "9.0.3"
2635-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2636-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2637-
dependencies:
2638-
brace-expansion "^2.0.1"
2639-
26402633
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26412634
version "3.1.2"
26422635
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
26432636
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
26442637
dependencies:
26452638
brace-expansion "^1.1.7"
26462639

2640+
minimatch@^9.0.4:
2641+
version "9.0.4"
2642+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2643+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2644+
dependencies:
2645+
brace-expansion "^2.0.1"
2646+
26472647
26482648
version "2.1.2"
26492649
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -2989,6 +2989,13 @@ semver@^7.5.3, semver@^7.5.4:
29892989
dependencies:
29902990
lru-cache "^6.0.0"
29912991

2992+
semver@^7.6.0:
2993+
version "7.6.0"
2994+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
2995+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
2996+
dependencies:
2997+
lru-cache "^6.0.0"
2998+
29922999
shebang-command@^2.0.0:
29933000
version "2.0.0"
29943001
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -3197,10 +3204,10 @@ to-regex-range@^5.0.1:
31973204
dependencies:
31983205
is-number "^7.0.0"
31993206

3200-
ts-api-utils@^1.0.1:
3201-
version "1.0.3"
3202-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
3203-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
3207+
ts-api-utils@^1.3.0:
3208+
version "1.3.0"
3209+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3210+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
32043211

32053212
ts-jest@^29.1.2:
32063213
version "29.1.2"

0 commit comments

Comments
 (0)