diff options
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index 4dc6bd1bd61..829de89d694 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -67,8 +67,8 @@ "@types/react-modal": "3.13.1", "@types/react-virtualized": "9.21.21", "@types/valid-url": "1.0.3", - "@typescript-eslint/eslint-plugin": "5.49.0", - "@typescript-eslint/parser": "5.49.0", + "@typescript-eslint/eslint-plugin": "5.57.0", + "@typescript-eslint/parser": "5.57.0", "autoprefixer": "10.4.13", "chalk": "4.1.2", "chokidar": "3.5.3", @@ -77,17 +77,17 @@ "enzyme-adapter-react-16": "1.15.7", "enzyme-to-json": "3.6.2", "esbuild": "0.17.4", - "eslint": "8.32.0", - "eslint-config-sonarqube": "2.1.1", + "eslint": "8.37.0", + "eslint-config-sonarqube": "2.1.2", "eslint-plugin-import": "2.27.5", "eslint-plugin-jest": "27.2.1", "eslint-plugin-jest-dom": "4.0.3", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-local-rules": "1.3.2", "eslint-plugin-promise": "6.1.1", - "eslint-plugin-react": "7.32.1", + "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-testing-library": "5.9.1", + "eslint-plugin-testing-library": "5.10.2", "fs-extra": "11.1.0", "http-proxy": "1.18.1", "jest": "29.3.1", |