Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 22f9556

Browse files
Merge pull request #34 from FreeTubeApp/dependabot/npm_and_yarn/eslint-8.43.0
build(deps-dev): bump eslint from 8.42.0 to 8.43.0
2 parents d9220ed + 9b0280c commit 22f9556

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
@@ -46,7 +46,7 @@
4646
"add-dist-header": "^1.0.0",
4747
"clean-jsdoc-theme": "^4.2.9",
4848
"concurrently": "^8.2.0",
49-
"eslint": "^8.42.0",
49+
"eslint": "^8.43.0",
5050
"eslint-config-videojs": "^6.0.0",
5151
"eslint-plugin-import": "^2.26.0",
5252
"eslint-plugin-jsdoc": "^46.2.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,10 +1023,10 @@
10231023
minimatch "^3.1.2"
10241024
strip-json-comments "^3.1.1"
10251025

1026-
"@eslint/js@8.42.0":
1027-
version "8.42.0"
1028-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1029-
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
1026+
"@eslint/js@8.43.0":
1027+
version "8.43.0"
1028+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.43.0.tgz#559ca3d9ddbd6bf907ad524320a0d14b85586af0"
1029+
integrity sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==
10301030

10311031
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
10321032
version "1.1.3"
@@ -2210,15 +2210,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
22102210
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
22112211
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
22122212

2213-
eslint@^8.42.0:
2214-
version "8.42.0"
2215-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
2216-
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
2213+
eslint@^8.43.0:
2214+
version "8.43.0"
2215+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094"
2216+
integrity sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==
22172217
dependencies:
22182218
"@eslint-community/eslint-utils" "^4.2.0"
22192219
"@eslint-community/regexpp" "^4.4.0"
22202220
"@eslint/eslintrc" "^2.0.3"
2221-
"@eslint/js" "8.42.0"
2221+
"@eslint/js" "8.43.0"
22222222
"@humanwhocodes/config-array" "^0.11.10"
22232223
"@humanwhocodes/module-importer" "^1.0.1"
22242224
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)