Bump html-react-parser from 1.4.12 to 1.4.14 (#598)

Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 1.4.12 to 1.4.14.
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/remarkablemark/html-react-parser/compare/v1.4.12...v1.4.14)

---
updated-dependencies:
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-04 21:30:58 +05:30 committed by GitHub
parent e998438135
commit 63ab96b71b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View file

@ -20,7 +20,7 @@
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"flux": "^4.0.3", "flux": "^4.0.3",
"formik": "^2.2.9", "formik": "^2.2.9",
"html-react-parser": "^1.4.12", "html-react-parser": "^1.4.14",
"katex": "^0.15.6", "katex": "^0.15.6",
"linkifyjs": "^2.1.9", "linkifyjs": "^2.1.9",
"matrix-js-sdk": "^17.2.0", "matrix-js-sdk": "^17.2.0",
@ -79,8 +79,8 @@
"webpack-merge": "^5.7.3" "webpack-merge": "^5.7.3"
}, },
"engines": { "engines": {
"node": ">=14.6.0", "node": ">=14.15.0 <=17.9.0",
"npm": ">=6.14.11" "npm": ">=6.14.8 <=8.5.5"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -7335,14 +7335,14 @@
} }
}, },
"node_modules/html-react-parser": { "node_modules/html-react-parser": {
"version": "1.4.12", "version": "1.4.14",
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-1.4.12.tgz", "resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-1.4.14.tgz",
"integrity": "sha512-nqYQzr4uXh67G9ejAG7djupTHmQvSTgjY83zbXLRfKHJ0F06751jXx6WKSFARDdXxCngo2/7H4Rwtfeowql4gQ==", "integrity": "sha512-pxhNWGie8Y+DGDpSh8cTa0k3g8PsDcwlfolA+XxYo1AGDeB6e2rdlyv4ptU9bOTiZ2i3fID+6kyqs86MN0FYZQ==",
"dependencies": { "dependencies": {
"domhandler": "4.3.1", "domhandler": "4.3.1",
"html-dom-parser": "1.2.0", "html-dom-parser": "1.2.0",
"react-property": "2.0.0", "react-property": "2.0.0",
"style-to-js": "1.1.0" "style-to-js": "1.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"react": "0.14 || 15 || 16 || 17 || 18" "react": "0.14 || 15 || 16 || 17 || 18"
@ -12690,9 +12690,9 @@
} }
}, },
"node_modules/style-to-js": { "node_modules/style-to-js": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.0.tgz", "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.1.tgz",
"integrity": "sha512-1OqefPDxGrlMwcbfpsTVRyzwdhr4W0uxYQzeA2F1CBc8WG04udg2+ybRnvh3XYL4TdHQrCahLtax2jc8xaE6rA==", "integrity": "sha512-RJ18Z9t2B02sYhZtfWKQq5uplVctgvjTfLWT7+Eb1zjUjIrWzX5SdlkwLGQozrqarTmEzJJ/YmdNJCUNI47elg==",
"dependencies": { "dependencies": {
"style-to-object": "0.3.0" "style-to-object": "0.3.0"
} }
@ -19638,14 +19638,14 @@
} }
}, },
"html-react-parser": { "html-react-parser": {
"version": "1.4.12", "version": "1.4.14",
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-1.4.12.tgz", "resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-1.4.14.tgz",
"integrity": "sha512-nqYQzr4uXh67G9ejAG7djupTHmQvSTgjY83zbXLRfKHJ0F06751jXx6WKSFARDdXxCngo2/7H4Rwtfeowql4gQ==", "integrity": "sha512-pxhNWGie8Y+DGDpSh8cTa0k3g8PsDcwlfolA+XxYo1AGDeB6e2rdlyv4ptU9bOTiZ2i3fID+6kyqs86MN0FYZQ==",
"requires": { "requires": {
"domhandler": "4.3.1", "domhandler": "4.3.1",
"html-dom-parser": "1.2.0", "html-dom-parser": "1.2.0",
"react-property": "2.0.0", "react-property": "2.0.0",
"style-to-js": "1.1.0" "style-to-js": "1.1.1"
} }
}, },
"html-webpack-plugin": { "html-webpack-plugin": {
@ -23568,9 +23568,9 @@
"requires": {} "requires": {}
}, },
"style-to-js": { "style-to-js": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.0.tgz", "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.1.tgz",
"integrity": "sha512-1OqefPDxGrlMwcbfpsTVRyzwdhr4W0uxYQzeA2F1CBc8WG04udg2+ybRnvh3XYL4TdHQrCahLtax2jc8xaE6rA==", "integrity": "sha512-RJ18Z9t2B02sYhZtfWKQq5uplVctgvjTfLWT7+Eb1zjUjIrWzX5SdlkwLGQozrqarTmEzJJ/YmdNJCUNI47elg==",
"requires": { "requires": {
"style-to-object": "0.3.0" "style-to-object": "0.3.0"
} }

View file

@ -26,7 +26,7 @@
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"flux": "^4.0.3", "flux": "^4.0.3",
"formik": "^2.2.9", "formik": "^2.2.9",
"html-react-parser": "^1.4.12", "html-react-parser": "^1.4.14",
"katex": "^0.15.6", "katex": "^0.15.6",
"linkifyjs": "^2.1.9", "linkifyjs": "^2.1.9",
"matrix-js-sdk": "^17.2.0", "matrix-js-sdk": "^17.2.0",