diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-23 08:58:02 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-23 08:58:02 +0900 |
| commit | b0e3bc1f03c96cdcd41b477c6753c72fd4919ec3 (patch) | |
| tree | 296b77536cb2dec985164dce1971342e10320369 /package.json | |
| parent | fix(server): add missing vary header (diff) | |
| download | sharkey-b0e3bc1f03c96cdcd41b477c6753c72fd4919ec3.tar.gz sharkey-b0e3bc1f03c96cdcd41b477c6753c72fd4919ec3.tar.bz2 sharkey-b0e3bc1f03c96cdcd41b477c6753c72fd4919ec3.zip | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 18ee47ab43..5e32d6ce3a 100644 --- a/package.json +++ b/package.json @@ -53,10 +53,10 @@ "devDependencies": { "@types/gulp": "4.0.10", "@types/gulp-rename": "2.0.1", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@typescript-eslint/eslint-plugin": "5.47.0", + "@typescript-eslint/parser": "5.47.0", "cross-env": "7.0.3", - "cypress": "12.1.0", + "cypress": "12.2.0", "eslint": "^8.30.0", "start-server-and-test": "1.15.2", "typescript": "4.9.4" |