diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-23 09:20:55 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-23 09:20:55 +0900 |
| commit | fdeee5dd059990a9be6da9a86d1ac04caef25992 (patch) | |
| tree | fb4d36d75c55560e0817279fa0c28a872648c754 /package.json | |
| parent | fix(backend): fix i/signin-history response (diff) | |
| download | misskey-fdeee5dd059990a9be6da9a86d1ac04caef25992.tar.gz misskey-fdeee5dd059990a9be6da9a86d1ac04caef25992.tar.bz2 misskey-fdeee5dd059990a9be6da9a86d1ac04caef25992.zip | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bf9d30f579..627d80d90c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "6.8.0", "cross-env": "7.0.3", "cypress": "13.3.2", - "eslint": "8.51.0", + "eslint": "8.52.0", "start-server-and-test": "2.0.1" }, "optionalDependencies": { |