mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 13:45:19 +00:00
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:
parent
2148397813
commit
a2d5560782
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -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": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue