diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 79c455a..5ee3e76 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.4", "globals": "^17.11.0", - "happy-dom": "^20.11.13", + "happy-dom": "^20.14.0", "vite": "^8.2.2", "vitest": "^4.1.11" } @@ -1988,9 +1988,9 @@ } }, "node_modules/happy-dom": { - "version": "20.11.13", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.13.tgz", - "integrity": "sha512-UUGd67JqTs0BaH4UbTaq8jCxdtNoYjvbmZM5iwgQKK60tLad0p2uPc48WcVTj1MxlIP43z48WahJcViKbxnprQ==", + "version": "20.14.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.14.0.tgz", + "integrity": "sha512-4bRh1KzRvKDnFNTlLhzT1RZTpkKhQbQDl9j+7GXszWsvuspYdo29k6OHRf4PwiM6oLb8r/pMWeYiJjkfod5AvQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 59bbdf9..41a5993 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.4", "globals": "^17.11.0", - "happy-dom": "^20.11.13", + "happy-dom": "^20.14.0", "vite": "^8.2.2", "vitest": "^4.1.11" },