diff --git a/package.json b/package.json
index 67ec13ac0c1d6dccd39a18d093228925f7c6aee7..3f3c6e764914be15c82976e6eb0d237b4be82b93 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "playwright",
-  "version": "1.1.0",
-  "description": "",
-  "main": "index.js",
+  "version": "1.2.0",
+  "description": "Testumgebung für Playwright",
+  "main": "",
   "scripts": {
     "ui": "npx playwright test --ui",
     "last": "npx playwright show-report",
@@ -11,13 +11,13 @@
   "author": "Jens Grochtdreis",
   "license": "ISC",
   "devDependencies": {
-    "@playwright/test": "^1.41.0",
-    "lighthouse": "^11.4.0",
-    "playwright": "^1.41.0",
+    "@playwright/test": "^1.42.1",
+    "lighthouse": "^11.6.0",
+    "playwright": "^1.42.1",
     "rimraf": "^5.0.5"
   },
   "dependencies": {
-    "@axe-core/playwright": "^4.8.3",
+    "@axe-core/playwright": "^4.8.5",
     "expect-axe-playwright": "^4.0.1",
     "playwright-lighthouse": "^4.0.0"
   }