1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00

Bump rehype-react from 7.0.0 to 7.0.1 (#745)

Bumps [rehype-react](https://github.com/rehypejs/rehype-react) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/rehypejs/rehype-react/releases)
- [Commits](https://github.com/rehypejs/rehype-react/compare/7.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: rehype-react
  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] 2021-09-01 20:16:12 +02:00 committed by GitHub
parent 22c0254115
commit 33ce139df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -4581,9 +4581,9 @@
} }
}, },
"@types/hast": { "@types/hast": {
"version": "2.3.2", "version": "2.3.4",
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.2.tgz", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz",
"integrity": "sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow==", "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==",
"requires": { "requires": {
"@types/unist": "*" "@types/unist": "*"
} }
@ -21546,9 +21546,9 @@
} }
}, },
"rehype-react": { "rehype-react": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-7.0.0.tgz", "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-7.0.1.tgz",
"integrity": "sha512-x24M2jkvhDd9otFiHpAP2yt+zLLPAxgvSvhPaXCwHG2UfKT8LTOgfZN/5qcauQLaqsCDgcdTgUKQTbc1jFpfBA==", "integrity": "sha512-H1Dha9uGt2ThGEpWT3p1lOUpvvihhXoa0FfANfkAfKJVQH1E4dXGwaJTdYcNGaZUXl9eU9enbGLo6iW6VUPrlA==",
"requires": { "requires": {
"@mapbox/hast-util-table-cell-style": "^0.2.0", "@mapbox/hast-util-table-cell-style": "^0.2.0",
"@types/hast": "^2.0.0", "@types/hast": "^2.0.0",
@ -21642,9 +21642,9 @@
} }
}, },
"vfile": { "vfile": {
"version": "5.0.2", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-5.0.2.tgz", "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.1.0.tgz",
"integrity": "sha512-5cV+K7tX83MT3bievROc+7AvHv0GXDB0zqbrTjbOe+HRbkzvY4EP+wS3IR77kUBCoWFMdG9py18t0sesPtQ1Rw==", "integrity": "sha512-4o7/DJjEaFPYSh0ckv5kcYkJTHQgCKdL8ozMM1jLAxO9ox95IzveDPXCZp08HamdWq8JXTkClDvfAKaeLQeKtg==",
"requires": { "requires": {
"@types/unist": "^2.0.0", "@types/unist": "^2.0.0",
"is-buffer": "^2.0.0", "is-buffer": "^2.0.0",

View File

@ -52,7 +52,7 @@
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-scrollspy": "^3.4.3", "react-scrollspy": "^3.4.3",
"rehype-react": "^7.0.0", "rehype-react": "^7.0.1",
"remark": "^13.0.0", "remark": "^13.0.0",
"remark-github-plugin": "^1.4.0", "remark-github-plugin": "^1.4.0",
"remark-react": "^8.0.0", "remark-react": "^8.0.0",