mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(deps): update dependency htmlparser2 to v9.1.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
b87a978f25
commit
315d43f209
4 changed files with 10 additions and 10 deletions
|
@ -57,7 +57,7 @@
|
|||
"diff": "5.1.0",
|
||||
"express-session": "1.18.0",
|
||||
"file-type": "16.5.4",
|
||||
"htmlparser2": "9.0.0",
|
||||
"htmlparser2": "9.1.0",
|
||||
"joi": "17.11.1",
|
||||
"ldapauth-fork": "5.0.5",
|
||||
"markdown-it": "13.0.2",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"firacode": "6.2.0",
|
||||
"flowchart.js": "1.18.0",
|
||||
"highlight.js": "11.9.0",
|
||||
"htmlparser2": "9.0.0",
|
||||
"htmlparser2": "9.1.0",
|
||||
"i18next": "23.8.2",
|
||||
"i18next-browser-languagedetector": "7.2.0",
|
||||
"i18next-resources-to-backend": "1.2.0",
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"dependencies": {
|
||||
"domelementtype": "2.3.0",
|
||||
"domhandler": "5.0.3",
|
||||
"htmlparser2": "9.0.0"
|
||||
"htmlparser2": "9.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.0"
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -2425,7 +2425,7 @@ __metadata:
|
|||
eslint-plugin-prettier: "npm:5.1.3"
|
||||
express-session: "npm:1.18.0"
|
||||
file-type: "npm:16.5.4"
|
||||
htmlparser2: "npm:9.0.0"
|
||||
htmlparser2: "npm:9.1.0"
|
||||
http-proxy-middleware: "npm:2.0.6"
|
||||
jest: "npm:29.7.0"
|
||||
joi: "npm:17.11.1"
|
||||
|
@ -2585,7 +2585,7 @@ __metadata:
|
|||
firacode: "npm:6.2.0"
|
||||
flowchart.js: "npm:1.18.0"
|
||||
highlight.js: "npm:11.9.0"
|
||||
htmlparser2: "npm:9.0.0"
|
||||
htmlparser2: "npm:9.1.0"
|
||||
i18next: "npm:23.8.2"
|
||||
i18next-browser-languagedetector: "npm:7.2.0"
|
||||
i18next-resources-to-backend: "npm:1.2.0"
|
||||
|
@ -2659,7 +2659,7 @@ __metadata:
|
|||
eslint-config-prettier: "npm:9.1.0"
|
||||
eslint-plugin-jest: "npm:27.6.3"
|
||||
eslint-plugin-prettier: "npm:5.1.3"
|
||||
htmlparser2: "npm:9.0.0"
|
||||
htmlparser2: "npm:9.1.0"
|
||||
jest: "npm:29.7.0"
|
||||
prettier: "npm:3.2.5"
|
||||
react: "npm:18.2.0"
|
||||
|
@ -11098,15 +11098,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"htmlparser2@npm:9.0.0":
|
||||
version: 9.0.0
|
||||
resolution: "htmlparser2@npm:9.0.0"
|
||||
"htmlparser2@npm:9.1.0":
|
||||
version: 9.1.0
|
||||
resolution: "htmlparser2@npm:9.1.0"
|
||||
dependencies:
|
||||
domelementtype: "npm:^2.3.0"
|
||||
domhandler: "npm:^5.0.3"
|
||||
domutils: "npm:^3.1.0"
|
||||
entities: "npm:^4.5.0"
|
||||
checksum: 100d24059a267068c6e73b4df7b123936ad39c86203c42c43935a84965be566a4162402355ba48889c8b7a42b55f8843e673ee2b5d21f0fd67c08f074d921068
|
||||
checksum: 394f6323efc265bbc791d8c0d96bfe95984e0407565248521ab92e2dc7668e5ceeca7bc6ed18d408b9ee3b25032c5743368a4280d280332d782821d5d467ad8f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in a new issue