Skip to content

Commit 6f82820

Browse files
fix(deps): update all dependencies
1 parent ad0bc77 commit 6f82820

File tree

4 files changed

+62
-61
lines changed

4 files changed

+62
-61
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
42+
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
4343
with:
4444
languages: ${{ matrix.language }}
4545
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
56+
uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -66,4 +66,4 @@ jobs:
6666
# ./location_of_script_within_repo/buildscript.sh
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
69+
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828
- name: Setup Node.JS ${{ matrix.node }}
29-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
29+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
3030
with:
3131
node-version: ${{ matrix.node }}
3232
cache: 'yarn'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/rgraphql/rgraphql v1.2.0
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/urfave/cli v1.22.14
13+
github.com/urfave/cli/v2 v2.26.0
1314
google.golang.org/protobuf v1.32.0
1415
)
1516

@@ -20,7 +21,6 @@ require (
2021
github.com/graphql-go/graphql v0.8.1 // indirect
2122
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
2223
github.com/russross/blackfriday/v2 v2.1.0 // indirect
23-
github.com/urfave/cli/v2 v2.26.0 // indirect
2424
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
2525
golang.org/x/mod v0.14.0 // indirect
2626
golang.org/x/sys v0.14.0 // indirect

yarn.lock

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,15 +2532,15 @@
25322532
tsutils "^3.21.0"
25332533

25342534
"@typescript-eslint/eslint-plugin@^6.15.0":
2535-
version "6.15.0"
2536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.15.0.tgz#b0b3e15fa8c3e67ed4386b765cc0ba98ad3a303b"
2537-
integrity sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg==
2535+
version "6.16.0"
2536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
2537+
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
25382538
dependencies:
25392539
"@eslint-community/regexpp" "^4.5.1"
2540-
"@typescript-eslint/scope-manager" "6.15.0"
2541-
"@typescript-eslint/type-utils" "6.15.0"
2542-
"@typescript-eslint/utils" "6.15.0"
2543-
"@typescript-eslint/visitor-keys" "6.15.0"
2540+
"@typescript-eslint/scope-manager" "6.16.0"
2541+
"@typescript-eslint/type-utils" "6.16.0"
2542+
"@typescript-eslint/utils" "6.16.0"
2543+
"@typescript-eslint/visitor-keys" "6.16.0"
25442544
debug "^4.3.4"
25452545
graphemer "^1.4.0"
25462546
ignore "^5.2.4"
@@ -2566,14 +2566,14 @@
25662566
debug "^4.3.4"
25672567

25682568
"@typescript-eslint/parser@^6.15.0":
2569-
version "6.15.0"
2570-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.15.0.tgz#1af69741cfa314a13c1434d0bdd5a0c3096699d7"
2571-
integrity sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==
2572-
dependencies:
2573-
"@typescript-eslint/scope-manager" "6.15.0"
2574-
"@typescript-eslint/types" "6.15.0"
2575-
"@typescript-eslint/typescript-estree" "6.15.0"
2576-
"@typescript-eslint/visitor-keys" "6.15.0"
2569+
version "6.16.0"
2570+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
2571+
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
2572+
dependencies:
2573+
"@typescript-eslint/scope-manager" "6.16.0"
2574+
"@typescript-eslint/types" "6.16.0"
2575+
"@typescript-eslint/typescript-estree" "6.16.0"
2576+
"@typescript-eslint/visitor-keys" "6.16.0"
25772577
debug "^4.3.4"
25782578

25792579
"@typescript-eslint/[email protected]":
@@ -2584,13 +2584,13 @@
25842584
"@typescript-eslint/types" "5.62.0"
25852585
"@typescript-eslint/visitor-keys" "5.62.0"
25862586

2587-
"@typescript-eslint/scope-manager@6.15.0":
2588-
version "6.15.0"
2589-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.15.0.tgz#40e5214a3e9e048aca55ce33381bc61b6b51c32a"
2590-
integrity sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg==
2587+
"@typescript-eslint/scope-manager@6.16.0":
2588+
version "6.16.0"
2589+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
2590+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
25912591
dependencies:
2592-
"@typescript-eslint/types" "6.15.0"
2593-
"@typescript-eslint/visitor-keys" "6.15.0"
2592+
"@typescript-eslint/types" "6.16.0"
2593+
"@typescript-eslint/visitor-keys" "6.16.0"
25942594

25952595
"@typescript-eslint/[email protected]":
25962596
version "5.62.0"
@@ -2602,13 +2602,13 @@
26022602
debug "^4.3.4"
26032603
tsutils "^3.21.0"
26042604

2605-
"@typescript-eslint/type-utils@6.15.0":
2606-
version "6.15.0"
2607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.15.0.tgz#c22261bd00566821a300d08f4632533a8f9bed01"
2608-
integrity sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ==
2605+
"@typescript-eslint/type-utils@6.16.0":
2606+
version "6.16.0"
2607+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
2608+
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
26092609
dependencies:
2610-
"@typescript-eslint/typescript-estree" "6.15.0"
2611-
"@typescript-eslint/utils" "6.15.0"
2610+
"@typescript-eslint/typescript-estree" "6.16.0"
2611+
"@typescript-eslint/utils" "6.16.0"
26122612
debug "^4.3.4"
26132613
ts-api-utils "^1.0.1"
26142614

@@ -2617,10 +2617,10 @@
26172617
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
26182618
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
26192619

2620-
"@typescript-eslint/types@6.15.0":
2621-
version "6.15.0"
2622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5"
2623-
integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==
2620+
"@typescript-eslint/types@6.16.0":
2621+
version "6.16.0"
2622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
2623+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
26242624

26252625
"@typescript-eslint/[email protected]":
26262626
version "5.62.0"
@@ -2635,16 +2635,17 @@
26352635
semver "^7.3.7"
26362636
tsutils "^3.21.0"
26372637

2638-
"@typescript-eslint/typescript-estree@6.15.0":
2639-
version "6.15.0"
2640-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.15.0.tgz#2f8a513df1ce5e6e1ba8e5c6aa52f392ae023fc5"
2641-
integrity sha512-7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew==
2638+
"@typescript-eslint/typescript-estree@6.16.0":
2639+
version "6.16.0"
2640+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
2641+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
26422642
dependencies:
2643-
"@typescript-eslint/types" "6.15.0"
2644-
"@typescript-eslint/visitor-keys" "6.15.0"
2643+
"@typescript-eslint/types" "6.16.0"
2644+
"@typescript-eslint/visitor-keys" "6.16.0"
26452645
debug "^4.3.4"
26462646
globby "^11.1.0"
26472647
is-glob "^4.0.3"
2648+
minimatch "9.0.3"
26482649
semver "^7.5.4"
26492650
ts-api-utils "^1.0.1"
26502651

@@ -2662,17 +2663,17 @@
26622663
eslint-scope "^5.1.1"
26632664
semver "^7.3.7"
26642665

2665-
"@typescript-eslint/utils@6.15.0":
2666-
version "6.15.0"
2667-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.15.0.tgz#f80dbb79f3b0f569077a8711dd44186a8933fa4c"
2668-
integrity sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw==
2666+
"@typescript-eslint/utils@6.16.0":
2667+
version "6.16.0"
2668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
2669+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
26692670
dependencies:
26702671
"@eslint-community/eslint-utils" "^4.4.0"
26712672
"@types/json-schema" "^7.0.12"
26722673
"@types/semver" "^7.5.0"
2673-
"@typescript-eslint/scope-manager" "6.15.0"
2674-
"@typescript-eslint/types" "6.15.0"
2675-
"@typescript-eslint/typescript-estree" "6.15.0"
2674+
"@typescript-eslint/scope-manager" "6.16.0"
2675+
"@typescript-eslint/types" "6.16.0"
2676+
"@typescript-eslint/typescript-estree" "6.16.0"
26762677
semver "^7.5.4"
26772678

26782679
"@typescript-eslint/[email protected]":
@@ -2683,12 +2684,12 @@
26832684
"@typescript-eslint/types" "5.62.0"
26842685
eslint-visitor-keys "^3.3.0"
26852686

2686-
"@typescript-eslint/visitor-keys@6.15.0":
2687-
version "6.15.0"
2688-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.15.0.tgz#5baf97a7bfeec6f4894d400437055155a46b2330"
2689-
integrity sha512-1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w==
2687+
"@typescript-eslint/visitor-keys@6.16.0":
2688+
version "6.16.0"
2689+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
2690+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
26902691
dependencies:
2691-
"@typescript-eslint/types" "6.15.0"
2692+
"@typescript-eslint/types" "6.16.0"
26922693
eslint-visitor-keys "^3.4.1"
26932694

26942695
"@ungap/structured-clone@^1.2.0":
@@ -7497,6 +7498,13 @@ minimalistic-assert@^1.0.0:
74977498
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
74987499
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
74997500

7501+
[email protected], minimatch@^9.0.1:
7502+
version "9.0.3"
7503+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
7504+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
7505+
dependencies:
7506+
brace-expansion "^2.0.1"
7507+
75007508
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
75017509
version "3.1.2"
75027510
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7518,13 +7526,6 @@ minimatch@^7.4.6:
75187526
dependencies:
75197527
brace-expansion "^2.0.1"
75207528

7521-
minimatch@^9.0.1:
7522-
version "9.0.3"
7523-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
7524-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
7525-
dependencies:
7526-
brace-expansion "^2.0.1"
7527-
75287529
minimist@^1.2.0, minimist@^1.2.6:
75297530
version "1.2.8"
75307531
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)