Skip to content

Commit fff8b17

Browse files
authored
Merge pull request #168 from phpugmrn/dependabot/npm_and_yarn/html-react-parser-5.2.5
Bump html-react-parser from 5.2.4 to 5.2.5
2 parents 625f903 + 9f7acb7 commit fff8b17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "^19.0",
2424
"clsx": "^2.1.1",
2525
"formik": "^2.4.6",
26-
"html-react-parser": "^5.2.4",
26+
"html-react-parser": "^5.2.5",
2727
"prism-react-renderer": "^1.3.5",
2828
"react": "^19.0",
2929
"react-confetti-explosion": "^2.1.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5144,10 +5144,10 @@ hpack.js@^2.1.6:
51445144
readable-stream "^2.0.1"
51455145
wbuf "^1.1.0"
51465146

5147-
html-dom-parser@5.1.0:
5148-
version "5.1.0"
5149-
resolved "https://registry.yarnpkg.com/html-dom-parser/-/html-dom-parser-5.1.0.tgz#b5896b01c604a6aa5e9376b581fb20b45e5c3c9d"
5150-
integrity sha512-d06vEzAhorKFrgtW4zsG4EgwUUdkOWp2hXtWdM/Fwpx0k6YT/IL6qneK2AH/UOf/sKtWQEdcoGK0PZ0veNDs/A==
5147+
html-dom-parser@5.1.1:
5148+
version "5.1.1"
5149+
resolved "https://registry.yarnpkg.com/html-dom-parser/-/html-dom-parser-5.1.1.tgz#9efb2cfa055f6a71de1bb2f07c5b019db5004f9e"
5150+
integrity sha512-+o4Y4Z0CLuyemeccvGN4bAO20aauB2N9tFEAep5x4OW34kV4PTarBHm6RL02afYt2BMKcr0D2Agep8S3nJPIBg==
51515151
dependencies:
51525152
domhandler "5.0.3"
51535153
htmlparser2 "10.0.0"
@@ -5188,13 +5188,13 @@ html-minifier-terser@^7.2.0:
51885188
relateurl "^0.2.7"
51895189
terser "^5.15.1"
51905190

5191-
html-react-parser@^5.2.4:
5192-
version "5.2.4"
5193-
resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-5.2.4.tgz#de085ac79210c15da247530643ff458961031551"
5194-
integrity sha512-qh3meye/n5TBOkUR+q3O8UsL9X2pEhb8/JWKBFySkofosHyfBwwTW78ES5CGHPlzPBh3EA5i7zaDmlqUfQEyqQ==
5191+
html-react-parser@^5.2.5:
5192+
version "5.2.5"
5193+
resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-5.2.5.tgz#4a0d62c129d5d5c63cc49f986c946552d737190c"
5194+
integrity sha512-bRPdv8KTqG9CEQPMNGksDqmbiRfVQeOidry8pVetdh/1jQ1Edx4KX5m0lWvDD89Pt4CqTYjK1BLz6NoNVxN/Uw==
51955195
dependencies:
51965196
domhandler "5.0.3"
5197-
html-dom-parser "5.1.0"
5197+
html-dom-parser "5.1.1"
51985198
react-property "2.0.2"
51995199
style-to-js "1.1.16"
52005200

0 commit comments

Comments
 (0)