Skip to content

Commit 37d4115

Browse files
chore(deps): update all non-major dependencies to v8.24.1 (#2559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 668397d commit 37d4115

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@types/jest": "29.5.14",
4242
"@types/node": "22.13.4",
4343
"@types/ramda": "0.30.2",
44-
"@typescript-eslint/eslint-plugin": "8.24.0",
45-
"@typescript-eslint/parser": "8.24.0",
44+
"@typescript-eslint/eslint-plugin": "8.24.1",
45+
"@typescript-eslint/parser": "8.24.1",
4646
"apollo-server": "3.13.0",
4747
"apollo-server-express": "3.13.0",
4848
"apollo-datasource-rest": "3.7.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -5674,47 +5674,47 @@
56745674
dependencies:
56755675
"@types/yargs-parser" "*"
56765676

5677-
"@typescript-eslint/[email protected].0":
5678-
version "8.24.0"
5679-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
5680-
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
5677+
"@typescript-eslint/[email protected].1":
5678+
version "8.24.1"
5679+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
5680+
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
56815681
dependencies:
56825682
"@eslint-community/regexpp" "^4.10.0"
5683-
"@typescript-eslint/scope-manager" "8.24.0"
5684-
"@typescript-eslint/type-utils" "8.24.0"
5685-
"@typescript-eslint/utils" "8.24.0"
5686-
"@typescript-eslint/visitor-keys" "8.24.0"
5683+
"@typescript-eslint/scope-manager" "8.24.1"
5684+
"@typescript-eslint/type-utils" "8.24.1"
5685+
"@typescript-eslint/utils" "8.24.1"
5686+
"@typescript-eslint/visitor-keys" "8.24.1"
56875687
graphemer "^1.4.0"
56885688
ignore "^5.3.1"
56895689
natural-compare "^1.4.0"
56905690
ts-api-utils "^2.0.1"
56915691

5692-
"@typescript-eslint/[email protected].0":
5693-
version "8.24.0"
5694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
5695-
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
5692+
"@typescript-eslint/[email protected].1":
5693+
version "8.24.1"
5694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
5695+
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
56965696
dependencies:
5697-
"@typescript-eslint/scope-manager" "8.24.0"
5698-
"@typescript-eslint/types" "8.24.0"
5699-
"@typescript-eslint/typescript-estree" "8.24.0"
5700-
"@typescript-eslint/visitor-keys" "8.24.0"
5697+
"@typescript-eslint/scope-manager" "8.24.1"
5698+
"@typescript-eslint/types" "8.24.1"
5699+
"@typescript-eslint/typescript-estree" "8.24.1"
5700+
"@typescript-eslint/visitor-keys" "8.24.1"
57015701
debug "^4.3.4"
57025702

5703-
"@typescript-eslint/[email protected].0":
5704-
version "8.24.0"
5705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
5706-
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
5703+
"@typescript-eslint/[email protected].1":
5704+
version "8.24.1"
5705+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
5706+
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
57075707
dependencies:
5708-
"@typescript-eslint/types" "8.24.0"
5709-
"@typescript-eslint/visitor-keys" "8.24.0"
5708+
"@typescript-eslint/types" "8.24.1"
5709+
"@typescript-eslint/visitor-keys" "8.24.1"
57105710

5711-
"@typescript-eslint/[email protected].0":
5712-
version "8.24.0"
5713-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
5714-
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
5711+
"@typescript-eslint/[email protected].1":
5712+
version "8.24.1"
5713+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
5714+
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
57155715
dependencies:
5716-
"@typescript-eslint/typescript-estree" "8.24.0"
5717-
"@typescript-eslint/utils" "8.24.0"
5716+
"@typescript-eslint/typescript-estree" "8.24.1"
5717+
"@typescript-eslint/utils" "8.24.1"
57185718
debug "^4.3.4"
57195719
ts-api-utils "^2.0.1"
57205720

@@ -5723,18 +5723,18 @@
57235723
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
57245724
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
57255725

5726-
"@typescript-eslint/[email protected].0":
5727-
version "8.24.0"
5728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
5729-
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
5726+
"@typescript-eslint/[email protected].1":
5727+
version "8.24.1"
5728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
5729+
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
57305730

5731-
"@typescript-eslint/[email protected].0":
5732-
version "8.24.0"
5733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
5734-
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
5731+
"@typescript-eslint/[email protected].1":
5732+
version "8.24.1"
5733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
5734+
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
57355735
dependencies:
5736-
"@typescript-eslint/types" "8.24.0"
5737-
"@typescript-eslint/visitor-keys" "8.24.0"
5736+
"@typescript-eslint/types" "8.24.1"
5737+
"@typescript-eslint/visitor-keys" "8.24.1"
57385738
debug "^4.3.4"
57395739
fast-glob "^3.3.2"
57405740
is-glob "^4.0.3"
@@ -5755,15 +5755,15 @@
57555755
semver "^7.3.7"
57565756
tsutils "^3.21.0"
57575757

5758-
"@typescript-eslint/[email protected].0":
5759-
version "8.24.0"
5760-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
5761-
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
5758+
"@typescript-eslint/[email protected].1":
5759+
version "8.24.1"
5760+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
5761+
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
57625762
dependencies:
57635763
"@eslint-community/eslint-utils" "^4.4.0"
5764-
"@typescript-eslint/scope-manager" "8.24.0"
5765-
"@typescript-eslint/types" "8.24.0"
5766-
"@typescript-eslint/typescript-estree" "8.24.0"
5764+
"@typescript-eslint/scope-manager" "8.24.1"
5765+
"@typescript-eslint/types" "8.24.1"
5766+
"@typescript-eslint/typescript-estree" "8.24.1"
57675767

57685768
"@typescript-eslint/[email protected]":
57695769
version "5.62.0"
@@ -5773,12 +5773,12 @@
57735773
"@typescript-eslint/types" "5.62.0"
57745774
eslint-visitor-keys "^3.3.0"
57755775

5776-
"@typescript-eslint/[email protected].0":
5777-
version "8.24.0"
5778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
5779-
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
5776+
"@typescript-eslint/[email protected].1":
5777+
version "8.24.1"
5778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
5779+
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
57805780
dependencies:
5781-
"@typescript-eslint/types" "8.24.0"
5781+
"@typescript-eslint/types" "8.24.1"
57825782
eslint-visitor-keys "^4.2.0"
57835783

57845784
"@typescript/vfs@^1.6.0":

0 commit comments

Comments
 (0)