From 52d81b8dc6f698df983acefa3599a50bfe43f884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 22:56:52 +0000 Subject: [PATCH] chore(deps): bump rehype-react from 5.0.1 to 6.2.0 Bumps [rehype-react](https://github.com/rehypejs/rehype-react) from 5.0.1 to 6.2.0. - [Release notes](https://github.com/rehypejs/rehype-react/releases) - [Commits](https://github.com/rehypejs/rehype-react/compare/5.0.1...6.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7010aa91..592c7e83b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22915,19 +22915,20 @@ } }, "rehype-react": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-5.0.1.tgz", - "integrity": "sha512-vv/uqHROopaPimIw6Ip4Mx5+YySLClC7pSFJSW3QkwVYvguqbm5N+Cu4yJgt6nvDmOsP66GnQtDlU+tI6bhigQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-6.2.0.tgz", + "integrity": "sha512-XpR3p8ejdJ5CSEKqAfASIrkD+KaHLy0JOqXu9zM32tvkr1cUeM7AeidF6Q8eQ/wtMvcJb+h/L4QRwg1eFwBggQ==", "requires": { "@mapbox/hast-util-table-cell-style": "^0.1.3", - "hast-to-hyperscript": "^8.0.0" + "hast-to-hyperscript": "^9.0.0" }, "dependencies": { "hast-to-hyperscript": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.1.1.tgz", - "integrity": "sha512-IsVTowDrvX4n+Nt+zP0VLQmh/ddVtnFSLUv1gb/706ovL2VgFdnE5ior2fDHSp1Bc0E5GidF2ax+PMjd+TW7gA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", + "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", "requires": { + "@types/unist": "^2.0.3", "comma-separated-tokens": "^1.0.0", "property-information": "^5.3.0", "space-separated-tokens": "^1.0.0", @@ -22945,9 +22946,9 @@ } }, "unist-util-is": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", - "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.4.tgz", + "integrity": "sha512-3dF39j/u423v4BBQrk1AQ2Ve1FxY5W3JKwXxVFzBODQ6WEvccguhgp802qQLKSnxPODE6WuRZtV+ohlUg4meBA==" } } }, diff --git a/package.json b/package.json index 26b4858f0..4c4114df6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "mdast-util-toc": "^5.1.0", "prop-types": "^15.7.2", "rehype-raw": "^4.0.1", - "rehype-react": "^5.0.0", + "rehype-react": "^6.2.0", "rehype-sanitize": "^3.0.1", "rehype-stringify": "^6.0.0", "remark-breaks": "^1.0.0",