Skip to content

Commit 3a50fa5

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v10.0.2
1 parent b787e5f commit 3a50fa5

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
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "20.4.2",
5151
"@commitlint/config-angular": "20.4.2",
52-
"eslint": "10.0.1",
52+
"eslint": "10.0.2",
5353
"eslint-config-airbnb-base": "15.0.0",
5454
"eslint-plugin-import": "2.32.0",
5555
"husky": "9.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ acorn@^8.16.0:
310310
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
311311
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
312312

313-
ajv@^6.12.4:
314-
version "6.12.6"
315-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
316-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
313+
ajv@^6.14.0:
314+
version "6.14.0"
315+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
316+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
317317
dependencies:
318318
fast-deep-equal "^3.1.1"
319319
fast-json-stable-stringify "^2.0.0"
@@ -1366,10 +1366,10 @@ eslint-visitor-keys@^5.0.1:
13661366
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
13671367
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
13681368

1369-
eslint@10.0.1:
1370-
version "10.0.1"
1371-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
1372-
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
1369+
eslint@10.0.2:
1370+
version "10.0.2"
1371+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
1372+
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
13731373
dependencies:
13741374
"@eslint-community/eslint-utils" "^4.8.0"
13751375
"@eslint-community/regexpp" "^4.12.2"
@@ -1381,7 +1381,7 @@ eslint@10.0.1:
13811381
"@humanwhocodes/module-importer" "^1.0.1"
13821382
"@humanwhocodes/retry" "^0.4.2"
13831383
"@types/estree" "^1.0.6"
1384-
ajv "^6.12.4"
1384+
ajv "^6.14.0"
13851385
cross-spawn "^7.0.6"
13861386
debug "^4.3.2"
13871387
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)