Skip to content

Commit ab76f52

Browse files
chore(deps): update all non-major dependencies (#1043)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d9e1cf6 commit ab76f52

File tree

3 files changed

+60
-60
lines changed

3 files changed

+60
-60
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@swc/jest": "0.2.20",
3232
"@types/dedent": "0.7.0",
3333
"@types/jest": "27.4.1",
34-
"@types/node": "16.11.28",
35-
"@typescript-eslint/eslint-plugin": "5.20.0",
36-
"@typescript-eslint/parser": "5.20.0",
34+
"@types/node": "16.11.29",
35+
"@typescript-eslint/eslint-plugin": "5.21.0",
36+
"@typescript-eslint/parser": "5.21.0",
3737
"bob-the-bundler": "1.6.2",
3838
"dedent": "0.7.0",
3939
"enquirer": "2.3.6",
@@ -57,7 +57,7 @@
5757
"typescript": "4.6.3"
5858
},
5959
"resolutions": {
60-
"graphql": "16.3.0"
60+
"graphql": "16.4.0"
6161
},
6262
"lint-staged": {
6363
"**/*": [

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/eslint": "8.4.1",
5151
"@types/graphql-depth-limit": "1.1.3",
5252
"@types/lodash.lowercase": "4.3.7",
53-
"graphql": "16.3.0"
53+
"graphql": "16.4.0"
5454
},
5555
"peerDependencies": {
5656
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"

yarn.lock

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,10 +1883,10 @@
18831883
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
18841884
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
18851885

1886-
"@types/node@*", "@types/[email protected].28":
1887-
version "16.11.28"
1888-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.28.tgz#4c16c266882b1cbd268719ea6c7c8ff3c60aae39"
1889-
integrity sha512-l/y1ZZpWqevemVQmk0Q1TPohlJTul7u9ysq3bw6xlRDO8z+98JBI6gp4JS0OK8YkWUdYxnJU35H4vOzuiOFIag==
1886+
"@types/node@*", "@types/[email protected].29":
1887+
version "16.11.29"
1888+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.29.tgz#2422b0bf46afb2568dc71df903afa36f56bab8ea"
1889+
integrity sha512-9dDdonLyPJQJ/kdOlDxAah+bTI+u2ccF3k62FErhquDuggoCX6piWez7j7o6yNE+rP2IRcZVQ6Tw4N0P38+rWA==
18901890

18911891
"@types/node@^12.7.1":
18921892
version "12.20.19"
@@ -1951,84 +1951,84 @@
19511951
dependencies:
19521952
"@types/yargs-parser" "*"
19531953

1954-
"@typescript-eslint/eslint-plugin@5.20.0":
1955-
version "5.20.0"
1956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.20.0.tgz#022531a639640ff3faafaf251d1ce00a2ef000a1"
1957-
integrity sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==
1954+
"@typescript-eslint/eslint-plugin@5.21.0":
1955+
version "5.21.0"
1956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.21.0.tgz#bfc22e0191e6404ab1192973b3b4ea0461c1e878"
1957+
integrity sha512-fTU85q8v5ZLpoZEyn/u1S2qrFOhi33Edo2CZ0+q1gDaWWm0JuPh3bgOyU8lM0edIEYgKLDkPFiZX2MOupgjlyg==
19581958
dependencies:
1959-
"@typescript-eslint/scope-manager" "5.20.0"
1960-
"@typescript-eslint/type-utils" "5.20.0"
1961-
"@typescript-eslint/utils" "5.20.0"
1959+
"@typescript-eslint/scope-manager" "5.21.0"
1960+
"@typescript-eslint/type-utils" "5.21.0"
1961+
"@typescript-eslint/utils" "5.21.0"
19621962
debug "^4.3.2"
19631963
functional-red-black-tree "^1.0.1"
19641964
ignore "^5.1.8"
19651965
regexpp "^3.2.0"
19661966
semver "^7.3.5"
19671967
tsutils "^3.21.0"
19681968

1969-
"@typescript-eslint/parser@5.20.0":
1970-
version "5.20.0"
1971-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.20.0.tgz#4991c4ee0344315c2afc2a62f156565f689c8d0b"
1972-
integrity sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==
1969+
"@typescript-eslint/parser@5.21.0":
1970+
version "5.21.0"
1971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.21.0.tgz#6cb72673dbf3e1905b9c432175a3c86cdaf2071f"
1972+
integrity sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==
19731973
dependencies:
1974-
"@typescript-eslint/scope-manager" "5.20.0"
1975-
"@typescript-eslint/types" "5.20.0"
1976-
"@typescript-eslint/typescript-estree" "5.20.0"
1974+
"@typescript-eslint/scope-manager" "5.21.0"
1975+
"@typescript-eslint/types" "5.21.0"
1976+
"@typescript-eslint/typescript-estree" "5.21.0"
19771977
debug "^4.3.2"
19781978

1979-
"@typescript-eslint/scope-manager@5.20.0":
1980-
version "5.20.0"
1981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.20.0.tgz#79c7fb8598d2942e45b3c881ced95319818c7980"
1982-
integrity sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==
1979+
"@typescript-eslint/scope-manager@5.21.0":
1980+
version "5.21.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.21.0.tgz#a4b7ed1618f09f95e3d17d1c0ff7a341dac7862e"
1982+
integrity sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==
19831983
dependencies:
1984-
"@typescript-eslint/types" "5.20.0"
1985-
"@typescript-eslint/visitor-keys" "5.20.0"
1984+
"@typescript-eslint/types" "5.21.0"
1985+
"@typescript-eslint/visitor-keys" "5.21.0"
19861986

1987-
"@typescript-eslint/type-utils@5.20.0":
1988-
version "5.20.0"
1989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.20.0.tgz#151c21cbe9a378a34685735036e5ddfc00223be3"
1990-
integrity sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==
1987+
"@typescript-eslint/type-utils@5.21.0":
1988+
version "5.21.0"
1989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.21.0.tgz#ff89668786ad596d904c21b215e5285da1b6262e"
1990+
integrity sha512-MxmLZj0tkGlkcZCSE17ORaHl8Th3JQwBzyXL/uvC6sNmu128LsgjTX0NIzy+wdH2J7Pd02GN8FaoudJntFvSOw==
19911991
dependencies:
1992-
"@typescript-eslint/utils" "5.20.0"
1992+
"@typescript-eslint/utils" "5.21.0"
19931993
debug "^4.3.2"
19941994
tsutils "^3.21.0"
19951995

1996-
"@typescript-eslint/types@5.20.0":
1997-
version "5.20.0"
1998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.20.0.tgz#fa39c3c2aa786568302318f1cb51fcf64258c20c"
1999-
integrity sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==
1996+
"@typescript-eslint/types@5.21.0":
1997+
version "5.21.0"
1998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.21.0.tgz#8cdb9253c0dfce3f2ab655b9d36c03f72e684017"
1999+
integrity sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==
20002000

2001-
"@typescript-eslint/typescript-estree@5.20.0":
2002-
version "5.20.0"
2003-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.20.0.tgz#ab73686ab18c8781bbf249c9459a55dc9417d6b0"
2004-
integrity sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==
2001+
"@typescript-eslint/typescript-estree@5.21.0":
2002+
version "5.21.0"
2003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.21.0.tgz#9f0c233e28be2540eaed3df050f0d54fb5aa52de"
2004+
integrity sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==
20052005
dependencies:
2006-
"@typescript-eslint/types" "5.20.0"
2007-
"@typescript-eslint/visitor-keys" "5.20.0"
2006+
"@typescript-eslint/types" "5.21.0"
2007+
"@typescript-eslint/visitor-keys" "5.21.0"
20082008
debug "^4.3.2"
20092009
globby "^11.0.4"
20102010
is-glob "^4.0.3"
20112011
semver "^7.3.5"
20122012
tsutils "^3.21.0"
20132013

2014-
"@typescript-eslint/utils@5.20.0":
2015-
version "5.20.0"
2016-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.20.0.tgz#b8e959ed11eca1b2d5414e12417fd94cae3517a5"
2017-
integrity sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==
2014+
"@typescript-eslint/utils@5.21.0":
2015+
version "5.21.0"
2016+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.21.0.tgz#51d7886a6f0575e23706e5548c7e87bce42d7c18"
2017+
integrity sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==
20182018
dependencies:
20192019
"@types/json-schema" "^7.0.9"
2020-
"@typescript-eslint/scope-manager" "5.20.0"
2021-
"@typescript-eslint/types" "5.20.0"
2022-
"@typescript-eslint/typescript-estree" "5.20.0"
2020+
"@typescript-eslint/scope-manager" "5.21.0"
2021+
"@typescript-eslint/types" "5.21.0"
2022+
"@typescript-eslint/typescript-estree" "5.21.0"
20232023
eslint-scope "^5.1.1"
20242024
eslint-utils "^3.0.0"
20252025

2026-
"@typescript-eslint/visitor-keys@5.20.0":
2027-
version "5.20.0"
2028-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.20.0.tgz#70236b5c6b67fbaf8b2f58bf3414b76c1e826c2a"
2029-
integrity sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==
2026+
"@typescript-eslint/visitor-keys@5.21.0":
2027+
version "5.21.0"
2028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.21.0.tgz#453fb3662409abaf2f8b1f65d515699c888dd8ae"
2029+
integrity sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==
20302030
dependencies:
2031-
"@typescript-eslint/types" "5.20.0"
2031+
"@typescript-eslint/types" "5.21.0"
20322032
eslint-visitor-keys "^3.0.0"
20332033

20342034
@@ -3846,10 +3846,10 @@ graphql-ws@^5.4.1:
38463846
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
38473847
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
38483848

3849-
[email protected], graphql@16.3.0, graphql@^14.5.3:
3850-
version "16.3.0"
3851-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05"
3852-
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==
3849+
[email protected], graphql@16.4.0, graphql@^14.5.3:
3850+
version "16.4.0"
3851+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.4.0.tgz#bb10b1b4683045dedcb67000eb4ad134a36c59e6"
3852+
integrity sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==
38533853

38543854
hard-rejection@^2.1.0:
38553855
version "2.1.0"

0 commit comments

Comments
 (0)