diff --git a/package-lock.json b/package-lock.json index 68bd6b0..044fcfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.4.0", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.2", "husky": "^9.1.7", "lint-staged": "^16.1.6", "prettier": "^3.6.2", @@ -3269,9 +3269,9 @@ "license": "MIT" }, "node_modules/happy-dom": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz", - "integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.2.tgz", + "integrity": "sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e909c5..4ebe82b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.4.0", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.2", "husky": "^9.1.7", "lint-staged": "^16.1.6", "prettier": "^3.6.2",