mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 08:04:21 +00:00
Merge pull request 'Update dependency happy-dom to v15 (forgejo)' (#5099) from renovate/forgejo-happy-dom-15.x into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5099 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
commit
696cbde942
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -85,7 +85,7 @@
|
|||
"eslint-plugin-vue": "9.27.0",
|
||||
"eslint-plugin-vue-scoped-css": "2.8.1",
|
||||
"eslint-plugin-wc": "2.1.0",
|
||||
"happy-dom": "14.12.3",
|
||||
"happy-dom": "15.0.0",
|
||||
"license-checker-rseidelsohn": "4.3.0",
|
||||
"markdownlint-cli": "0.41.0",
|
||||
"postcss-html": "1.7.0",
|
||||
|
@ -9931,9 +9931,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/happy-dom": {
|
||||
"version": "14.12.3",
|
||||
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.3.tgz",
|
||||
"integrity": "sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.0.0.tgz",
|
||||
"integrity": "sha512-DsvANUcxxY20iCo3Yllm7dqwzPVPduGfVFxa7mONwMBLczFeQgkN0LpDir1kIY322JMh+hrcPV3aGLyHCESDlA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -9942,7 +9942,7 @@
|
|||
"whatwg-mimetype": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/has-bigints": {
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"eslint-plugin-vue": "9.27.0",
|
||||
"eslint-plugin-vue-scoped-css": "2.8.1",
|
||||
"eslint-plugin-wc": "2.1.0",
|
||||
"happy-dom": "14.12.3",
|
||||
"happy-dom": "15.0.0",
|
||||
"license-checker-rseidelsohn": "4.3.0",
|
||||
"markdownlint-cli": "0.41.0",
|
||||
"postcss-html": "1.7.0",
|
||||
|
|
Loading…
Reference in a new issue