Skip to content

Commit 1d1e43f

Browse files
fix(deps): update all non-major dependencies (#2530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 482499a commit 1d1e43f

File tree

2 files changed

+63
-68
lines changed

2 files changed

+63
-68
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.10.7",
4343
"@types/ramda": "0.30.2",
44-
"@typescript-eslint/eslint-plugin": "8.20.0",
45-
"@typescript-eslint/parser": "8.20.0",
44+
"@typescript-eslint/eslint-plugin": "8.21.0",
45+
"@typescript-eslint/parser": "8.21.0",
4646
"apollo-server": "3.13.0",
4747
"apollo-server-express": "3.13.0",
4848
"apollo-datasource-rest": "3.7.0",

yarn.lock

Lines changed: 61 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,10 +2205,10 @@
22052205
dataloader "^2.2.3"
22062206
tslib "^2.8.1"
22072207

2208-
"@graphql-tools/delegate@^10.2.9":
2209-
version "10.2.9"
2210-
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.2.9.tgz#0e30669280677a7dbafd4ce52164ab146816c60b"
2211-
integrity sha512-JlD/IdC26tyqopYvgXo48XwlDnpYPVs523dq5tg/u8kxJe3PtBmEUoE6EQ4CEMk0mB/r5ck+ZXTHt/wiOCWKhw==
2208+
"@graphql-tools/delegate@^10.2.10":
2209+
version "10.2.10"
2210+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.2.10.tgz#fa73d260b9a49fbb7980ef683adfe22d8e017cbc"
2211+
integrity sha512-+p5F0+2I0Yk8FG6EwwOjKKWRA6hFRnZekj8zUFLu5Be4s2TMt/E+KJSaL+hayyXwEqQJT8CZHmOExPPqEMzZhw==
22122212
dependencies:
22132213
"@graphql-tools/batch-execute" "^9.0.11"
22142214
"@graphql-tools/executor" "^1.3.10"
@@ -2332,11 +2332,11 @@
23322332
tslib "^2.4.0"
23332333

23342334
"@graphql-tools/wrap@^10.0.0":
2335-
version "10.0.27"
2336-
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.27.tgz#e5807ba40cbbeede91aa383d021f9bc81eba1089"
2337-
integrity sha512-UikYBknzYgJKhzIXrzA58EO8IZ+jlX/iPmfUactK6aypc7iKCJzGD31Ha8rDI9GiHPn1F8PUAB4cTlGJ1qRh3w==
2335+
version "10.0.28"
2336+
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.28.tgz#8dd16bbb9f98d0fa3e3c47a86ccc0cff2cbe3fc5"
2337+
integrity sha512-QkoQTybeBfji2Na67jgdJNDKKgLgH2cAMfxCDTbNpzksah0u/b4LD5RebZTXZ8FAsbFUMRbDGh7aL1Th+dbffg==
23382338
dependencies:
2339-
"@graphql-tools/delegate" "^10.2.9"
2339+
"@graphql-tools/delegate" "^10.2.10"
23402340
"@graphql-tools/schema" "^10.0.11"
23412341
"@graphql-tools/utils" "^10.7.0"
23422342
tslib "^2.8.1"
@@ -5147,47 +5147,47 @@
51475147
dependencies:
51485148
"@types/yargs-parser" "*"
51495149

5150-
"@typescript-eslint/eslint-plugin@8.20.0":
5151-
version "8.20.0"
5152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
5153-
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
5150+
"@typescript-eslint/eslint-plugin@8.21.0":
5151+
version "8.21.0"
5152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
5153+
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
51545154
dependencies:
51555155
"@eslint-community/regexpp" "^4.10.0"
5156-
"@typescript-eslint/scope-manager" "8.20.0"
5157-
"@typescript-eslint/type-utils" "8.20.0"
5158-
"@typescript-eslint/utils" "8.20.0"
5159-
"@typescript-eslint/visitor-keys" "8.20.0"
5156+
"@typescript-eslint/scope-manager" "8.21.0"
5157+
"@typescript-eslint/type-utils" "8.21.0"
5158+
"@typescript-eslint/utils" "8.21.0"
5159+
"@typescript-eslint/visitor-keys" "8.21.0"
51605160
graphemer "^1.4.0"
51615161
ignore "^5.3.1"
51625162
natural-compare "^1.4.0"
51635163
ts-api-utils "^2.0.0"
51645164

5165-
"@typescript-eslint/parser@8.20.0":
5166-
version "8.20.0"
5167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
5168-
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
5165+
"@typescript-eslint/parser@8.21.0":
5166+
version "8.21.0"
5167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
5168+
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
51695169
dependencies:
5170-
"@typescript-eslint/scope-manager" "8.20.0"
5171-
"@typescript-eslint/types" "8.20.0"
5172-
"@typescript-eslint/typescript-estree" "8.20.0"
5173-
"@typescript-eslint/visitor-keys" "8.20.0"
5170+
"@typescript-eslint/scope-manager" "8.21.0"
5171+
"@typescript-eslint/types" "8.21.0"
5172+
"@typescript-eslint/typescript-estree" "8.21.0"
5173+
"@typescript-eslint/visitor-keys" "8.21.0"
51745174
debug "^4.3.4"
51755175

5176-
"@typescript-eslint/scope-manager@8.20.0":
5177-
version "8.20.0"
5178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
5179-
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
5176+
"@typescript-eslint/scope-manager@8.21.0":
5177+
version "8.21.0"
5178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
5179+
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
51805180
dependencies:
5181-
"@typescript-eslint/types" "8.20.0"
5182-
"@typescript-eslint/visitor-keys" "8.20.0"
5181+
"@typescript-eslint/types" "8.21.0"
5182+
"@typescript-eslint/visitor-keys" "8.21.0"
51835183

5184-
"@typescript-eslint/type-utils@8.20.0":
5185-
version "8.20.0"
5186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
5187-
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
5184+
"@typescript-eslint/type-utils@8.21.0":
5185+
version "8.21.0"
5186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
5187+
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
51885188
dependencies:
5189-
"@typescript-eslint/typescript-estree" "8.20.0"
5190-
"@typescript-eslint/utils" "8.20.0"
5189+
"@typescript-eslint/typescript-estree" "8.21.0"
5190+
"@typescript-eslint/utils" "8.21.0"
51915191
debug "^4.3.4"
51925192
ts-api-utils "^2.0.0"
51935193

@@ -5196,18 +5196,18 @@
51965196
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
51975197
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
51985198

5199-
"@typescript-eslint/types@8.20.0":
5200-
version "8.20.0"
5201-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
5202-
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
5199+
"@typescript-eslint/types@8.21.0":
5200+
version "8.21.0"
5201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
5202+
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
52035203

5204-
"@typescript-eslint/typescript-estree@8.20.0":
5205-
version "8.20.0"
5206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
5207-
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
5204+
"@typescript-eslint/typescript-estree@8.21.0":
5205+
version "8.21.0"
5206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
5207+
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
52085208
dependencies:
5209-
"@typescript-eslint/types" "8.20.0"
5210-
"@typescript-eslint/visitor-keys" "8.20.0"
5209+
"@typescript-eslint/types" "8.21.0"
5210+
"@typescript-eslint/visitor-keys" "8.21.0"
52115211
debug "^4.3.4"
52125212
fast-glob "^3.3.2"
52135213
is-glob "^4.0.3"
@@ -5228,15 +5228,15 @@
52285228
semver "^7.3.7"
52295229
tsutils "^3.21.0"
52305230

5231-
"@typescript-eslint/utils@8.20.0":
5232-
version "8.20.0"
5233-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
5234-
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
5231+
"@typescript-eslint/utils@8.21.0":
5232+
version "8.21.0"
5233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
5234+
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
52355235
dependencies:
52365236
"@eslint-community/eslint-utils" "^4.4.0"
5237-
"@typescript-eslint/scope-manager" "8.20.0"
5238-
"@typescript-eslint/types" "8.20.0"
5239-
"@typescript-eslint/typescript-estree" "8.20.0"
5237+
"@typescript-eslint/scope-manager" "8.21.0"
5238+
"@typescript-eslint/types" "8.21.0"
5239+
"@typescript-eslint/typescript-estree" "8.21.0"
52405240

52415241
"@typescript-eslint/[email protected]":
52425242
version "5.62.0"
@@ -5246,12 +5246,12 @@
52465246
"@typescript-eslint/types" "5.62.0"
52475247
eslint-visitor-keys "^3.3.0"
52485248

5249-
"@typescript-eslint/visitor-keys@8.20.0":
5250-
version "8.20.0"
5251-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
5252-
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
5249+
"@typescript-eslint/visitor-keys@8.21.0":
5250+
version "8.21.0"
5251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
5252+
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
52535253
dependencies:
5254-
"@typescript-eslint/types" "8.20.0"
5254+
"@typescript-eslint/types" "8.21.0"
52555255
eslint-visitor-keys "^4.2.0"
52565256

52575257
"@typescript/vfs@^1.6.0":
@@ -13081,7 +13081,7 @@ postcss-values-parser@^6.0.2:
1308113081
is-url-superb "^4.0.0"
1308213082
quote-unquote "^1.0.0"
1308313083

13084-
[email protected], postcss@^8.4.23:
13084+
1308513085
version "8.4.31"
1308613086
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
1308713087
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
@@ -13090,7 +13090,7 @@ [email protected], postcss@^8.4.23:
1309013090
picocolors "^1.0.0"
1309113091
source-map-js "^1.0.2"
1309213092

13093-
postcss@^8.4.47:
13093+
postcss@^8.4.23, postcss@^8.4.47:
1309413094
version "8.5.1"
1309513095
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
1309613096
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
@@ -16007,16 +16007,11 @@ yaml@^1.10.2, yaml@^1.7.2:
1600716007
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1600816008
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1600916009

16010-
yaml@^2.2.2, yaml@^2.3.2, yaml@^2.4.1, yaml@~2.6.1:
16010+
yaml@^2.2.2, yaml@^2.3.2, yaml@^2.3.4, yaml@^2.4.1, yaml@~2.6.1:
1601116011
version "2.6.1"
1601216012
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
1601316013
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==
1601416014

16015-
yaml@^2.3.4:
16016-
version "2.7.0"
16017-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
16018-
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
16019-
1602016015
yargs-parser@^18.1.1:
1602116016
version "18.1.3"
1602216017
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"

0 commit comments

Comments
 (0)