Skip to content

Commit 8e607a6

Browse files
Bump html-react-parser from 5.1.15 to 5.1.16
Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 5.1.15 to 5.1.16. - [Release notes](https://github.com/remarkablemark/html-react-parser/releases) - [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md) - [Commits](remarkablemark/html-react-parser@v5.1.15...v5.1.16) --- 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>
1 parent 51ae817 commit 8e607a6

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@mdx-js/react": "^3.0.1",
2121
"clsx": "^2.1.1",
2222
"formik": "^2.4.6",
23-
"html-react-parser": "^5.1.15",
23+
"html-react-parser": "^5.1.16",
2424
"prism-react-renderer": "^1.3.5",
2525
"react": "^18.3",
2626
"react-confetti-explosion": "^2.1.2",

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4616,15 +4616,15 @@ html-minifier-terser@^7.2.0:
46164616
relateurl "^0.2.7"
46174617
terser "^5.15.1"
46184618

4619-
html-react-parser@^5.1.15:
4620-
version "5.1.15"
4621-
resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-5.1.15.tgz#f3121f31434ba5a84d06c8849e2e6fe0f64eed20"
4622-
integrity sha512-LRwSTseAZtdtzYbBaN0a+pJ48x4qmwPzQC5tvwAp9IvuNf7afxtTHLpCPYCsVjRKRUqhXvfjTaKJJrhctxkHJA==
4619+
html-react-parser@^5.1.16:
4620+
version "5.1.16"
4621+
resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-5.1.16.tgz#935fcc3421430a99892148c1c69f28fdcdfc2a95"
4622+
integrity sha512-OtVPEQRwa4eelyMbHmUfMSw5VwJsVGSVsfa8I+M8xuV87n91cF3PHpvT/z0Frf1uG34atqh3dxgjaGIsmqVsRA==
46234623
dependencies:
46244624
domhandler "5.0.3"
46254625
html-dom-parser "5.0.10"
46264626
react-property "2.0.2"
4627-
style-to-js "1.1.13"
4627+
style-to-js "1.1.14"
46284628

46294629
html-tags@^3.3.1:
46304630
version "3.3.1"
@@ -8009,17 +8009,17 @@ strnum@^1.0.5:
80098009
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
80108010
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
80118011

8012-
style-to-js@1.1.13:
8013-
version "1.1.13"
8014-
resolved "https://registry.yarnpkg.com/style-to-js/-/style-to-js-1.1.13.tgz#8d17f2560a9cc9515b94834aaeb2305887d7ced5"
8015-
integrity sha512-+43kvxwjrW9n5gFR40Rv98A0/Mcjew7Lt+p5Nnw1KGR9SZf/ZaKqmMwl9Enj9EnYNcJ5VzuCjejC5KZzvH2lOA==
8012+
style-to-js@1.1.14:
8013+
version "1.1.14"
8014+
resolved "https://registry.yarnpkg.com/style-to-js/-/style-to-js-1.1.14.tgz#9980ba413839697300a1c30797cdd4c5ac43dce8"
8015+
integrity sha512-+FGNddHGLPY4NOPneEEdFj8dIy+oV4mHGrPZpB38P+YXrCAG9mp70dbcsAWnM8BFZULkJRvMqD0CXRjZLOYJFA==
80168016
dependencies:
8017-
style-to-object "1.0.6"
8017+
style-to-object "1.0.7"
80188018

8019-
style-to-object@1.0.6, style-to-object@^1.0.0:
8020-
version "1.0.6"
8021-
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.6.tgz#0c28aed8be1813d166c60d962719b2907c26547b"
8022-
integrity sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==
8019+
style-to-object@1.0.7:
8020+
version "1.0.7"
8021+
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.7.tgz#8604fb6018ac3db83e97207a4f85f579068f661c"
8022+
integrity sha512-uSjr59G5u6fbxUfKbb8GcqMGT3Xs9v5IbPkjb0S16GyOeBLAzSRK0CixBv5YrYvzO6TDLzIS6QCn78tkqWngPw==
80238023
dependencies:
80248024
inline-style-parser "0.2.3"
80258025

@@ -8030,6 +8030,13 @@ style-to-object@^0.4.0:
80308030
dependencies:
80318031
inline-style-parser "0.1.1"
80328032

8033+
style-to-object@^1.0.0:
8034+
version "1.0.6"
8035+
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.6.tgz#0c28aed8be1813d166c60d962719b2907c26547b"
8036+
integrity sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==
8037+
dependencies:
8038+
inline-style-parser "0.2.3"
8039+
80338040
stylehacks@^6.1.1:
80348041
version "6.1.1"
80358042
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-6.1.1.tgz#543f91c10d17d00a440430362d419f79c25545a6"

0 commit comments

Comments
 (0)