diff --git a/package-lock.json b/package-lock.json index 8009b72f..6f32d7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-unicorn": "^63.0.0", "express": "^5.2.1", "globals": "^17.4.0", - "happy-dom": "^20.8.4", + "happy-dom": "^20.8.9", "lint-staged": "^16.4.0", "prettier": "^3.8.1", "simple-git-hooks": "^2.13.1" @@ -1448,9 +1448,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1465,9 +1462,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1482,9 +1476,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1499,9 +1490,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1516,9 +1504,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1533,9 +1518,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1550,9 +1532,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1567,9 +1546,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4590,9 +4566,9 @@ } }, "node_modules/happy-dom": { - "version": "20.8.4", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.4.tgz", - "integrity": "sha512-GKhjq4OQCYB4VLFBzv8mmccUadwlAusOZOI7hC1D9xDIT5HhzkJK17c4el2f6R6C715P9xB4uiMxeKUa2nHMwQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.9.tgz", + "integrity": "sha512-Tz23LR9T9jOGVZm2x1EPdXqwA37G/owYMxRwU0E4miurAtFsPMQ1d2Jc2okUaSjZqAFz2oEn3FLXC5a0a+siyA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bab915a2..97e536ba 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-unicorn": "^63.0.0", "express": "^5.2.1", "globals": "^17.4.0", - "happy-dom": "^20.8.4", + "happy-dom": "^20.8.9", "lint-staged": "^16.4.0", "prettier": "^3.8.1", "simple-git-hooks": "^2.13.1"