diff --git a/src/extensions/vscode/package-lock.json b/src/extensions/vscode/package-lock.json index c19ab619..980679c4 100644 --- a/src/extensions/vscode/package-lock.json +++ b/src/extensions/vscode/package-lock.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@eslint/js": "8.57.0", - "@stylistic/eslint-plugin": "2.13.0", + "@stylistic/eslint-plugin": "3.1.0", "@types/eslint__js": "8.42.3", "@types/node": "18.15.0", "@types/vscode": "1.83.0", @@ -897,10 +897,11 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz", - "integrity": "sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz", + "integrity": "sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", diff --git a/src/extensions/vscode/package.json b/src/extensions/vscode/package.json index b4eec91b..54296d08 100644 --- a/src/extensions/vscode/package.json +++ b/src/extensions/vscode/package.json @@ -222,7 +222,7 @@ }, "devDependencies": { "@eslint/js": "8.57.0", - "@stylistic/eslint-plugin": "2.13.0", + "@stylistic/eslint-plugin": "3.1.0", "@types/eslint__js": "8.42.3", "@types/node": "18.15.0", "@types/vscode": "1.83.0",