Skip to content

Commit b51ba09

Browse files
chore(dev-deps): bump eslint from 9.39.3 to 9.39.4 (#180)
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.3 to 9.39.4. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v9.39.4) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7acf94e commit b51ba09

2 files changed

Lines changed: 18 additions & 40 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/mocha": "^9.0.0",
3030
"@types/node": "^16.18.126",
3131
"chai": "^4",
32-
"eslint": "^9.39.3",
32+
"eslint": "^9.39.4",
3333
"eslint-config-oclif": "^6.0.148",
3434
"eslint-config-prettier": "^10.1.8",
3535
"mocha": "^9",

yarn.lock

Lines changed: 17 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@
9292
dependencies:
9393
"@eslint/core" "^0.17.0"
9494

95-
"@eslint/config-array@^0.21.1":
96-
version "0.21.1"
97-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
98-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
95+
"@eslint/config-array@^0.21.2":
96+
version "0.21.2"
97+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
98+
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
9999
dependencies:
100100
"@eslint/object-schema" "^2.1.7"
101101
debug "^4.3.1"
102-
minimatch "^3.1.2"
102+
minimatch "^3.1.5"
103103

104104
"@eslint/config-helpers@^0.4.2":
105105
version "0.4.2"
@@ -146,7 +146,7 @@
146146
"@eslint/css-tree" "^3.6.1"
147147
"@eslint/plugin-kit" "^0.3.1"
148148

149-
"@eslint/eslintrc@^3.3.1", "@eslint/eslintrc@^3.3.5":
149+
"@eslint/eslintrc@^3.3.5":
150150
version "3.3.5"
151151
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
152152
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
@@ -161,12 +161,7 @@
161161
minimatch "^3.1.5"
162162
strip-json-comments "^3.1.1"
163163

164-
"@eslint/js@9.39.3":
165-
version "9.39.3"
166-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
167-
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
168-
169-
"@eslint/js@^9.39.4":
164+
"@eslint/js@9.39.4", "@eslint/js@^9.39.4":
170165
version "9.39.4"
171166
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
172167
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
@@ -1450,16 +1445,6 @@ aggregate-error@^3.0.0:
14501445
clean-stack "^2.0.0"
14511446
indent-string "^4.0.0"
14521447

1453-
ajv@^6.12.4:
1454-
version "6.12.6"
1455-
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
1456-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
1457-
dependencies:
1458-
fast-deep-equal "^3.1.1"
1459-
fast-json-stable-stringify "^2.0.0"
1460-
json-schema-traverse "^0.4.1"
1461-
uri-js "^4.2.2"
1462-
14631448
ajv@^6.14.0:
14641449
version "6.14.0"
14651450
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
@@ -3195,24 +3180,24 @@ eslint-visitor-keys@^5.0.0:
31953180
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
31963181
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
31973182

3198-
eslint@^9.39.3:
3199-
version "9.39.3"
3200-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
3201-
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
3183+
eslint@^9.39.4:
3184+
version "9.39.4"
3185+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
3186+
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
32023187
dependencies:
32033188
"@eslint-community/eslint-utils" "^4.8.0"
32043189
"@eslint-community/regexpp" "^4.12.1"
3205-
"@eslint/config-array" "^0.21.1"
3190+
"@eslint/config-array" "^0.21.2"
32063191
"@eslint/config-helpers" "^0.4.2"
32073192
"@eslint/core" "^0.17.0"
3208-
"@eslint/eslintrc" "^3.3.1"
3209-
"@eslint/js" "9.39.3"
3193+
"@eslint/eslintrc" "^3.3.5"
3194+
"@eslint/js" "9.39.4"
32103195
"@eslint/plugin-kit" "^0.4.1"
32113196
"@humanfs/node" "^0.16.6"
32123197
"@humanwhocodes/module-importer" "^1.0.1"
32133198
"@humanwhocodes/retry" "^0.4.2"
32143199
"@types/estree" "^1.0.6"
3215-
ajv "^6.12.4"
3200+
ajv "^6.14.0"
32163201
chalk "^4.0.0"
32173202
cross-spawn "^7.0.6"
32183203
debug "^4.3.2"
@@ -3231,7 +3216,7 @@ eslint@^9.39.3:
32313216
is-glob "^4.0.0"
32323217
json-stable-stringify-without-jsonify "^1.0.1"
32333218
lodash.merge "^4.6.2"
3234-
minimatch "^3.1.2"
3219+
minimatch "^3.1.5"
32353220
natural-compare "^1.4.0"
32363221
optionator "^0.9.3"
32373222

@@ -5250,14 +5235,7 @@ minimatch@^10.2.2:
52505235
dependencies:
52515236
brace-expansion "^5.0.2"
52525237

5253-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
5254-
version "3.1.2"
5255-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
5256-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
5257-
dependencies:
5258-
brace-expansion "^1.1.7"
5259-
5260-
minimatch@^3.1.5:
5238+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.5:
52615239
version "3.1.5"
52625240
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
52635241
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==

0 commit comments

Comments
 (0)