diff --git a/package-lock.json b/package-lock.json index 6f3decf..f3294d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "devDependencies": { "@biomejs/biome": "^2.5.14", "@playwright/test": "^1.63.0", - "@types/node": "^24.13.5", + "@types/node": "^24.13.6", "happy-dom": "^20.14.5", "jsdom": "^30.1.0", "playwright": "^1.62.1", "png-to-ico": "^3.0.2", "sharp": "^0.35.4", - "tsx": "^4.23.13", + "tsx": "^4.23.15", "typescript": "^7.0.2", "vite": "^8.3.0", "vite-plugin-pwa": "^1.3.0", @@ -3972,9 +3972,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.13.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.5.tgz", - "integrity": "sha512-TXyindR+lBr22aJIdMQzCFHPHR6cR4js838mRDCSz5hOKWZvZwsXSSiXDmjRj4iJmgl+sR9O+1mkoVBSMadNug==", + "version": "24.13.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.6.tgz", + "integrity": "sha512-SGrw/h3KPFshy3OE6ZL53LMBG5vGQQ8/gIpiqz/kRZhPJ7HgwCEs8LBuNtWLa8dvGZVpSF7+Bf+c11HUrCb/yg==", "dev": true, "license": "MIT", "dependencies": { @@ -8047,9 +8047,9 @@ "optional": true }, "node_modules/tsx": { - "version": "4.23.13", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.13.tgz", - "integrity": "sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==", + "version": "4.23.15", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.15.tgz", + "integrity": "sha512-Yiex1Ovn8z2xPpOWckIiysV1SSyRMY9BkLF++q0yKiDxCqRhosKfMg3janKkiLBwZ5c/YryloKwGZcrEmtwxKw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a3a227a..5cd1f1a 100644 --- a/package.json +++ b/package.json @@ -45,13 +45,13 @@ "devDependencies": { "@biomejs/biome": "^2.5.14", "@playwright/test": "^1.63.0", - "@types/node": "^24.13.5", + "@types/node": "^24.13.6", "happy-dom": "^20.14.5", "jsdom": "^30.1.0", "playwright": "^1.62.1", "png-to-ico": "^3.0.2", "sharp": "^0.35.4", - "tsx": "^4.23.13", + "tsx": "^4.23.15", "typescript": "^7.0.2", "vite": "^8.3.0", "vite-plugin-pwa": "^1.3.0",