Skip to content

Commit 7e61a23

Browse files
Bump the npm group across 1 directory with 3 updates (#118)
Bumps the npm group with 3 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [globals](https://github.com/sindresorhus/globals). Updates `@eslint/js` from 9.18.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js) Updates `eslint` from 9.18.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.21.0) Updates `globals` from 15.14.0 to 16.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v16.0.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b17e5e commit 7e61a23

File tree

2 files changed

+65
-52
lines changed

2 files changed

+65
-52
lines changed

bindings/node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@eslint/js": "^9.18.0",
12+
"@eslint/js": "^9.24.0",
1313
"@napi-rs/cli": "^2.18.4",
1414
"ava": "^6.2.0",
15-
"eslint": "^9.18.0",
16-
"globals": "^15.14.0"
15+
"eslint": "^9.24.0",
16+
"globals": "^16.0.0"
1717
},
1818
"ava": {
1919
"timeout": "3m"

yarn.lock

+62-49
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,38 @@
1414
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1515
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
1616

17-
"@eslint/config-array@^0.19.0":
18-
version "0.19.0"
19-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.0.tgz#3251a528998de914d59bb21ba4c11767cf1b3519"
20-
integrity sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==
17+
"@eslint/config-array@^0.20.0":
18+
version "0.20.0"
19+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
20+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
2121
dependencies:
22-
"@eslint/object-schema" "^2.1.4"
22+
"@eslint/object-schema" "^2.1.6"
2323
debug "^4.3.1"
2424
minimatch "^3.1.2"
2525

26-
"@eslint/core@^0.10.0":
27-
version "0.10.0"
28-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
29-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
26+
"@eslint/config-helpers@^0.2.0":
27+
version "0.2.1"
28+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.1.tgz#26042c028d1beee5ce2235a7929b91c52651646d"
29+
integrity sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==
30+
31+
"@eslint/core@^0.12.0":
32+
version "0.12.0"
33+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
34+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
3035
dependencies:
3136
"@types/json-schema" "^7.0.15"
3237

33-
"@eslint/eslintrc@^3.2.0":
34-
version "3.2.0"
35-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
36-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
38+
"@eslint/core@^0.13.0":
39+
version "0.13.0"
40+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
41+
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
42+
dependencies:
43+
"@types/json-schema" "^7.0.15"
44+
45+
"@eslint/eslintrc@^3.3.1":
46+
version "3.3.1"
47+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
48+
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
3749
dependencies:
3850
ajv "^6.12.4"
3951
debug "^4.3.2"
@@ -45,22 +57,22 @@
4557
minimatch "^3.1.2"
4658
strip-json-comments "^3.1.1"
4759

48-
"@eslint/js@9.18.0", "@eslint/js@^9.18.0":
49-
version "9.18.0"
50-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
51-
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
60+
"@eslint/js@9.24.0", "@eslint/js@^9.24.0":
61+
version "9.24.0"
62+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
63+
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
5264

53-
"@eslint/object-schema@^2.1.4":
54-
version "2.1.4"
55-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
56-
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
65+
"@eslint/object-schema@^2.1.6":
66+
version "2.1.6"
67+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
68+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
5769

58-
"@eslint/plugin-kit@^0.2.5":
59-
version "0.2.5"
60-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
61-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
70+
"@eslint/plugin-kit@^0.2.7":
71+
version "0.2.8"
72+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
73+
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
6274
dependencies:
63-
"@eslint/core" "^0.10.0"
75+
"@eslint/core" "^0.13.0"
6476
levn "^0.4.1"
6577

6678
"@humanfs/core@^0.19.1":
@@ -86,10 +98,10 @@
8698
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
8799
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
88100

89-
"@humanwhocodes/retry@^0.4.1":
90-
version "0.4.1"
91-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
92-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
101+
"@humanwhocodes/retry@^0.4.2":
102+
version "0.4.2"
103+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
104+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
93105

94106
"@mapbox/node-pre-gyp@^1.0.11":
95107
version "1.0.11"
@@ -567,10 +579,10 @@ escape-string-regexp@^5.0.0:
567579
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
568580
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
569581

570-
eslint-scope@^8.2.0:
571-
version "8.2.0"
572-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
573-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
582+
eslint-scope@^8.3.0:
583+
version "8.3.0"
584+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
585+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
574586
dependencies:
575587
esrecurse "^4.3.0"
576588
estraverse "^5.2.0"
@@ -585,29 +597,30 @@ eslint-visitor-keys@^4.2.0:
585597
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
586598
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
587599

588-
eslint@^9.18.0:
589-
version "9.18.0"
590-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.18.0.tgz#c95b24de1183e865de19f607fda6518b54827850"
591-
integrity sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==
600+
eslint@^9.24.0:
601+
version "9.24.0"
602+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
603+
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
592604
dependencies:
593605
"@eslint-community/eslint-utils" "^4.2.0"
594606
"@eslint-community/regexpp" "^4.12.1"
595-
"@eslint/config-array" "^0.19.0"
596-
"@eslint/core" "^0.10.0"
597-
"@eslint/eslintrc" "^3.2.0"
598-
"@eslint/js" "9.18.0"
599-
"@eslint/plugin-kit" "^0.2.5"
607+
"@eslint/config-array" "^0.20.0"
608+
"@eslint/config-helpers" "^0.2.0"
609+
"@eslint/core" "^0.12.0"
610+
"@eslint/eslintrc" "^3.3.1"
611+
"@eslint/js" "9.24.0"
612+
"@eslint/plugin-kit" "^0.2.7"
600613
"@humanfs/node" "^0.16.6"
601614
"@humanwhocodes/module-importer" "^1.0.1"
602-
"@humanwhocodes/retry" "^0.4.1"
615+
"@humanwhocodes/retry" "^0.4.2"
603616
"@types/estree" "^1.0.6"
604617
"@types/json-schema" "^7.0.15"
605618
ajv "^6.12.4"
606619
chalk "^4.0.0"
607620
cross-spawn "^7.0.6"
608621
debug "^4.3.2"
609622
escape-string-regexp "^4.0.0"
610-
eslint-scope "^8.2.0"
623+
eslint-scope "^8.3.0"
611624
eslint-visitor-keys "^4.2.0"
612625
espree "^10.3.0"
613626
esquery "^1.5.0"
@@ -826,10 +839,10 @@ globals@^14.0.0:
826839
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
827840
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
828841

829-
globals@^15.14.0:
830-
version "15.14.0"
831-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
832-
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
842+
globals@^16.0.0:
843+
version "16.0.0"
844+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
845+
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
833846

834847
globby@^14.0.2:
835848
version "14.0.2"

0 commit comments

Comments
 (0)