diff --git a/bravegpt/package-lock.json b/bravegpt/package-lock.json index 22d655031..3fe0a3aba 100644 --- a/bravegpt/package-lock.json +++ b/bravegpt/package-lock.json @@ -8,7 +8,7 @@ "devDependencies": { "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", - "@stylistic/eslint-plugin-js": "^2.13.0", + "@stylistic/eslint-plugin-js": "^3.0.0", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-regexp": "^2.7.0", @@ -245,10 +245,11 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.13.0.tgz", - "integrity": "sha512-GPPDK4+fcbsQD58a3abbng2Dx+jBoxM5cnYjBM4T24WFZRZdlNSKvR19TxP8CPevzMOodQ9QVzNeqWvMXzfJRA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.0.0.tgz", + "integrity": "sha512-GAAeTmhxk+lUz2rgQvoaYOlhe9G8vYlgN8D81QdA6fJCJdfcKTr7lAlToGCPLB/0iJtT4JXGuJoNJBiu6EOgcw==", "dev": true, + "license": "MIT", "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" diff --git a/bravegpt/package.json b/bravegpt/package.json index 7e6bcf3e5..eb8ec6459 100644 --- a/bravegpt/package.json +++ b/bravegpt/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", - "@stylistic/eslint-plugin-js": "^2.13.0", + "@stylistic/eslint-plugin-js": "^3.0.0", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-regexp": "^2.7.0",