Skip to content

Commit 3ca2617

Browse files
committed
chore(deps): update dependency eslint to v8.43.0
1 parent 8ddc105 commit 3ca2617

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/supertest": "2.0.12",
3333
"@typescript-eslint/eslint-plugin": "5.59.11",
3434
"@typescript-eslint/parser": "5.59.11",
35-
"eslint": "8.42.0",
35+
"eslint": "8.43.0",
3636
"eslint-config-prettier": "8.8.0",
3737
"eslint-plugin-import": "2.27.5",
3838
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@
370370
minimatch "^3.1.2"
371371
strip-json-comments "^3.1.1"
372372

373-
"@eslint/js@8.42.0":
374-
version "8.42.0"
375-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
376-
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
373+
"@eslint/js@8.43.0":
374+
version "8.43.0"
375+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.43.0.tgz#559ca3d9ddbd6bf907ad524320a0d14b85586af0"
376+
integrity sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==
377377

378378
"@gar/promisify@^1.0.1":
379379
version "1.1.2"
@@ -4658,15 +4658,15 @@ eslint-visitor-keys@^3.4.1:
46584658
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
46594659
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
46604660

4661-
eslint@8.42.0:
4662-
version "8.42.0"
4663-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
4664-
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
4661+
eslint@8.43.0:
4662+
version "8.43.0"
4663+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094"
4664+
integrity sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==
46654665
dependencies:
46664666
"@eslint-community/eslint-utils" "^4.2.0"
46674667
"@eslint-community/regexpp" "^4.4.0"
46684668
"@eslint/eslintrc" "^2.0.3"
4669-
"@eslint/js" "8.42.0"
4669+
"@eslint/js" "8.43.0"
46704670
"@humanwhocodes/config-array" "^0.11.10"
46714671
"@humanwhocodes/module-importer" "^1.0.1"
46724672
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)