Update dependency happy-dom to v15 [SECURITY] (v7.0/forgejo) (#5853)

Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2024-11-08 09:44:46 +00:00 committed by forgejo-renovate-action
parent 2148397813
commit a2d5560782
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View file

@ -84,7 +84,7 @@
"eslint-plugin-vue": "9.24.0", "eslint-plugin-vue": "9.24.0",
"eslint-plugin-vue-scoped-css": "2.8.0", "eslint-plugin-vue-scoped-css": "2.8.0",
"eslint-plugin-wc": "2.0.4", "eslint-plugin-wc": "2.0.4",
"happy-dom": "14.3.10", "happy-dom": "15.10.2",
"markdownlint-cli": "0.39.0", "markdownlint-cli": "0.39.0",
"postcss-html": "1.6.0", "postcss-html": "1.6.0",
"stylelint": "16.3.0", "stylelint": "16.3.0",
@ -6564,17 +6564,18 @@
} }
}, },
"node_modules/happy-dom": { "node_modules/happy-dom": {
"version": "14.3.10", "version": "15.10.2",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.3.10.tgz", "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.2.tgz",
"integrity": "sha512-Rh5li9vA9MF9Gkg85CbFABKTa3uoSAByILRNGb92u/vswDd561gBg2p1UW1ZauvDWWwRxPcbACK5zv3BR+gHnQ==", "integrity": "sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"entities": "^4.5.0", "entities": "^4.5.0",
"webidl-conversions": "^7.0.0", "webidl-conversions": "^7.0.0",
"whatwg-mimetype": "^3.0.0" "whatwg-mimetype": "^3.0.0"
}, },
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=18.0.0"
} }
}, },
"node_modules/has-bigints": { "node_modules/has-bigints": {

View file

@ -83,7 +83,7 @@
"eslint-plugin-vue": "9.24.0", "eslint-plugin-vue": "9.24.0",
"eslint-plugin-vue-scoped-css": "2.8.0", "eslint-plugin-vue-scoped-css": "2.8.0",
"eslint-plugin-wc": "2.0.4", "eslint-plugin-wc": "2.0.4",
"happy-dom": "14.3.10", "happy-dom": "15.10.2",
"markdownlint-cli": "0.39.0", "markdownlint-cli": "0.39.0",
"postcss-html": "1.6.0", "postcss-html": "1.6.0",
"stylelint": "16.3.0", "stylelint": "16.3.0",