Skip to content

Commit c6cd4d2

Browse files
chore: update eslint version specification to allow minor updates
1 parent f7a3a9d commit c6cd4d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/json-bigint": "^1.0.4",
3838
"@types/mocha": "^10.0.10",
3939
"@types/node": "^25.2.1",
40-
"eslint": "10.0.1",
40+
"eslint": "^10.0.1",
4141
"globals": "^17.3.0",
4242
"mocha": "^11.7.5",
4343
"nock": "^11.9.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ eslint-visitor-keys@^5.0.1:
395395
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz"
396396
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
397397

398-
eslint@10.0.1:
398+
eslint@^10.0.1:
399399
version "10.0.1"
400-
resolved "https://registry.npmjs.org/eslint/-/eslint-10.0.1.tgz"
400+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
401401
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
402402
dependencies:
403403
"@eslint-community/eslint-utils" "^4.8.0"

0 commit comments

Comments
 (0)