Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Update dependency html-react-parser to v5.2.0 #2047

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"final-form": "4.20.10",
"final-form-arrays": "3.1.0",
"history": "5.3.0",
"html-react-parser": "5.1.19",
"html-react-parser": "5.2.0",
"html-to-image": "1.11.11",
"http-proxy-middleware": "3.0.3",
"js-file-download": "0.4.12",
Expand Down
14 changes: 7 additions & 7 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6636,21 +6636,21 @@ __metadata:
languageName: node
linkType: hard

"html-react-parser@npm:5.1.19":
version: 5.1.19
resolution: "html-react-parser@npm:5.1.19"
"html-react-parser@npm:5.2.0":
version: 5.2.0
resolution: "html-react-parser@npm:5.2.0"
dependencies:
domhandler: "npm:5.0.3"
html-dom-parser: "npm:5.0.11"
react-property: "npm:2.0.2"
style-to-js: "npm:1.1.16"
peerDependencies:
"@types/react": 0.14 || 15 || 16 || 17 || 18
react: 0.14 || 15 || 16 || 17 || 18
"@types/react": 0.14 || 15 || 16 || 17 || 18 || 19
react: 0.14 || 15 || 16 || 17 || 18 || 19
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/e1eeea0c40d7a4e96a77e6f79128978795af3f8f961653729bf0cc5de4e0bf377a6b576932988755285d1b0c6c6e748dbbddaa1d7cbd0dcd937fc163be4b56be
checksum: 10c0/7c70ce8c5557a32c944a6408ef058f47369923e7d618c6713b7c3f2b90ace39bcdae52e6728119383c3ee582969e779189a4f3ea0116f2451f87f446ef476553
languageName: node
linkType: hard

Expand Down Expand Up @@ -8973,7 +8973,7 @@ __metadata:
fs-extra: "npm:11.2.0"
globals: "npm:15.12.0"
history: "npm:5.3.0"
html-react-parser: "npm:5.1.19"
html-react-parser: "npm:5.2.0"
html-to-image: "npm:1.11.11"
http-proxy-middleware: "npm:3.0.3"
js-file-download: "npm:0.4.12"
Expand Down
Loading