Skip to content

Commit 8c32b20

Browse files
committed
fix(deps): update eslint txo packages
1 parent 2e50d27 commit 8c32b20

File tree

2 files changed

+31
-25
lines changed

2 files changed

+31
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@typescript-eslint/eslint-plugin": "^6.8.0",
4242
"@typescript-eslint/parser": "^6.8.0",
4343
"commitizen": "^4.3.0",
44-
"eslint": "^8.51.0",
44+
"eslint": "^8.52.0",
4545
"eslint-formatter-pretty": "^5.0.0",
4646
"eslint-plugin-eslint-comments": "^3.2.0",
4747
"eslint-plugin-import": "^2.28.1",
48-
"eslint-plugin-jest": "^27.4.2",
48+
"eslint-plugin-jest": "^27.4.3",
4949
"eslint-plugin-jsx-a11y": "^6.7.1",
5050
"eslint-plugin-n": "^16.2.0",
5151
"eslint-plugin-promise": "^6.1.1",

yarn.lock

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -592,22 +592,22 @@
592592
minimatch "^3.1.2"
593593
strip-json-comments "^3.1.1"
594594

595-
"@eslint/js@8.51.0":
596-
version "8.51.0"
597-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
598-
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
595+
"@eslint/js@8.52.0":
596+
version "8.52.0"
597+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
598+
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
599599

600600
"@gar/promisify@^1.1.3":
601601
version "1.1.3"
602602
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
603603
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
604604

605-
"@humanwhocodes/config-array@^0.11.11":
606-
version "0.11.11"
607-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
608-
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
605+
"@humanwhocodes/config-array@^0.11.13":
606+
version "0.11.13"
607+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
608+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
609609
dependencies:
610-
"@humanwhocodes/object-schema" "^1.2.1"
610+
"@humanwhocodes/object-schema" "^2.0.1"
611611
debug "^4.1.1"
612612
minimatch "^3.0.5"
613613

@@ -616,10 +616,10 @@
616616
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
617617
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
618618

619-
"@humanwhocodes/object-schema@^1.2.1":
620-
version "1.2.1"
621-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
622-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
619+
"@humanwhocodes/object-schema@^2.0.1":
620+
version "2.0.1"
621+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
622+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
623623

624624
"@isaacs/cliui@^8.0.2":
625625
version "8.0.2"
@@ -1800,6 +1800,11 @@
18001800
"@typescript-eslint/types" "6.8.0"
18011801
eslint-visitor-keys "^3.4.1"
18021802

1803+
"@ungap/structured-clone@^1.2.0":
1804+
version "1.2.0"
1805+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1806+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1807+
18031808
JSONStream@^1.3.5:
18041809
version "1.3.5"
18051810
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3480,10 +3485,10 @@ eslint-plugin-import@^2.28.1:
34803485
semver "^6.3.1"
34813486
tsconfig-paths "^3.14.2"
34823487

3483-
eslint-plugin-jest@^27.4.2:
3484-
version "27.4.2"
3485-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed"
3486-
integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg==
3488+
eslint-plugin-jest@^27.4.3:
3489+
version "27.4.3"
3490+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz#7b2330a9e1819b66d06e66b45dfa8e8ef0c23f79"
3491+
integrity sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==
34873492
dependencies:
34883493
"@typescript-eslint/utils" "^5.10.0"
34893494

@@ -3604,18 +3609,19 @@ eslint-visitor-keys@^3.4.3:
36043609
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
36053610
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
36063611

3607-
eslint@^8.51.0:
3608-
version "8.51.0"
3609-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
3610-
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
3612+
eslint@^8.52.0:
3613+
version "8.52.0"
3614+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc"
3615+
integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==
36113616
dependencies:
36123617
"@eslint-community/eslint-utils" "^4.2.0"
36133618
"@eslint-community/regexpp" "^4.6.1"
36143619
"@eslint/eslintrc" "^2.1.2"
3615-
"@eslint/js" "8.51.0"
3616-
"@humanwhocodes/config-array" "^0.11.11"
3620+
"@eslint/js" "8.52.0"
3621+
"@humanwhocodes/config-array" "^0.11.13"
36173622
"@humanwhocodes/module-importer" "^1.0.1"
36183623
"@nodelib/fs.walk" "^1.2.8"
3624+
"@ungap/structured-clone" "^1.2.0"
36193625
ajv "^6.12.4"
36203626
chalk "^4.0.0"
36213627
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)