Skip to content

Commit dd0b4f2

Browse files
Bump the npm group across 1 directory with 3 updates
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]>
1 parent 9d782b5 commit dd0b4f2

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
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.21.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.21.0",
16+
"globals": "^16.0.0"
1717
},
1818
"ava": {
1919
"timeout": "3m"

yarn.lock

+44-44
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
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.19.2":
18+
version "0.19.2"
19+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
20+
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
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/core@^0.12.0":
27+
version "0.12.0"
28+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
29+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
3030
dependencies:
3131
"@types/json-schema" "^7.0.15"
3232

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==
33+
"@eslint/eslintrc@^3.3.0":
34+
version "3.3.0"
35+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
36+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
3737
dependencies:
3838
ajv "^6.12.4"
3939
debug "^4.3.2"
@@ -45,22 +45,22 @@
4545
minimatch "^3.1.2"
4646
strip-json-comments "^3.1.1"
4747

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==
48+
"@eslint/js@9.21.0", "@eslint/js@^9.21.0":
49+
version "9.21.0"
50+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
51+
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
5252

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==
53+
"@eslint/object-schema@^2.1.6":
54+
version "2.1.6"
55+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
56+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
5757

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==
58+
"@eslint/plugin-kit@^0.2.7":
59+
version "0.2.7"
60+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
61+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
6262
dependencies:
63-
"@eslint/core" "^0.10.0"
63+
"@eslint/core" "^0.12.0"
6464
levn "^0.4.1"
6565

6666
"@humanfs/core@^0.19.1":
@@ -86,10 +86,10 @@
8686
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
8787
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
8888

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==
89+
"@humanwhocodes/retry@^0.4.2":
90+
version "0.4.2"
91+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
92+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
9393

9494
"@mapbox/node-pre-gyp@^1.0.11":
9595
version "1.0.11"
@@ -585,21 +585,21 @@ eslint-visitor-keys@^4.2.0:
585585
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
586586
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
587587

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==
588+
eslint@^9.21.0:
589+
version "9.21.0"
590+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
591+
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
592592
dependencies:
593593
"@eslint-community/eslint-utils" "^4.2.0"
594594
"@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"
595+
"@eslint/config-array" "^0.19.2"
596+
"@eslint/core" "^0.12.0"
597+
"@eslint/eslintrc" "^3.3.0"
598+
"@eslint/js" "9.21.0"
599+
"@eslint/plugin-kit" "^0.2.7"
600600
"@humanfs/node" "^0.16.6"
601601
"@humanwhocodes/module-importer" "^1.0.1"
602-
"@humanwhocodes/retry" "^0.4.1"
602+
"@humanwhocodes/retry" "^0.4.2"
603603
"@types/estree" "^1.0.6"
604604
"@types/json-schema" "^7.0.15"
605605
ajv "^6.12.4"
@@ -826,10 +826,10 @@ globals@^14.0.0:
826826
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
827827
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
828828

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==
829+
globals@^16.0.0:
830+
version "16.0.0"
831+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
832+
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
833833

834834
globby@^14.0.2:
835835
version "14.0.2"

0 commit comments

Comments
 (0)