0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 03:07:54 +01:00
nodejs/tools/eslint/package.json
dependabot[bot] 59c7c55aad
tools: bump the eslint group in /tools/eslint with 7 updates
Bumps the eslint group in /tools/eslint with 7 updates:

| Package | From | To |
| --- | --- | --- |
| `@babel/core` | `7.24.9` | `7.25.2` |
| `@babel/eslint-parser` | `7.25.0` | `7.25.1` |
| `@babel/plugin-syntax-import-attributes` | `7.24.7` | `7.25.6` |
| `@stylistic/eslint-plugin-js` | `2.4.0` | `2.7.2` |
| `eslint` | `9.8.0` | `9.9.1` |
| `eslint-plugin-jsdoc` | `48.8.3` | `50.2.2` |
| `globals` | `15.8.0` | `15.9.0` |

Signed-off-by: dependabot[bot] <support@github.com>
PR-URL: https://github.com/nodejs/node/pull/54821
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-09-19 02:00:25 +02:00

21 lines
528 B
JSON

{
"name": "eslint-tools",
"version": "0.0.0",
"private": true,
"overrides": {
"caniuse-lite": "1.0.30001636",
"electron-to-chromium": "1.4.806"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@stylistic/eslint-plugin-js": "^2.7.2",
"eslint": "^9.9.1",
"eslint-formatter-tap": "^8.40.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-markdown": "^5.1.0",
"globals": "^15.9.0"
}
}