diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 9fa094e049..aa67b006db 100644 --- a/package.json +++ b/package.json @@ -48,16 +48,16 @@ "execa": "8.0.1", "cssnano": "6.0.1", "js-yaml": "4.1.0", - "postcss": "8.4.31", + "postcss": "8.4.32", "terser": "5.24.0", "typescript": "5.3.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "cross-env": "7.0.3", "cypress": "13.6.0", - "eslint": "8.54.0", + "eslint": "8.55.0", "start-server-and-test": "2.0.3", "ncp": "2.0.0" }, |