Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-11-11 17:45:19 +00:00
parent 7f7df4b3fa
commit fe6283ba12
326 changed files with 1151 additions and 1864 deletions

10
node_modules/@eslint/js/package.json generated vendored
View file

@ -1,13 +1,17 @@
{
"name": "@eslint/js",
"version": "9.13.0",
"version": "9.14.0",
"description": "ESLint JavaScript language implementation",
"main": "./src/index.js",
"scripts": {},
"types": "./types/index.d.ts",
"scripts": {
"test:types": "tsc -p tests/types/tsconfig.json"
},
"files": [
"LICENSE",
"README.md",
"src"
"src",
"types"
],
"publishConfig": {
"access": "public"