diff --git a/package-lock.json b/package-lock.json index 59f90c1e..18c855aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4581,9 +4581,9 @@ } }, "@types/hast": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.2.tgz", - "integrity": "sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", + "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", "requires": { "@types/unist": "*" } @@ -21546,9 +21546,9 @@ } }, "rehype-react": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-7.0.0.tgz", - "integrity": "sha512-x24M2jkvhDd9otFiHpAP2yt+zLLPAxgvSvhPaXCwHG2UfKT8LTOgfZN/5qcauQLaqsCDgcdTgUKQTbc1jFpfBA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-7.0.1.tgz", + "integrity": "sha512-H1Dha9uGt2ThGEpWT3p1lOUpvvihhXoa0FfANfkAfKJVQH1E4dXGwaJTdYcNGaZUXl9eU9enbGLo6iW6VUPrlA==", "requires": { "@mapbox/hast-util-table-cell-style": "^0.2.0", "@types/hast": "^2.0.0", @@ -21642,9 +21642,9 @@ } }, "vfile": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.0.2.tgz", - "integrity": "sha512-5cV+K7tX83MT3bievROc+7AvHv0GXDB0zqbrTjbOe+HRbkzvY4EP+wS3IR77kUBCoWFMdG9py18t0sesPtQ1Rw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.1.0.tgz", + "integrity": "sha512-4o7/DJjEaFPYSh0ckv5kcYkJTHQgCKdL8ozMM1jLAxO9ox95IzveDPXCZp08HamdWq8JXTkClDvfAKaeLQeKtg==", "requires": { "@types/unist": "^2.0.0", "is-buffer": "^2.0.0", diff --git a/package.json b/package.json index 5bddd04f..ac13f150 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "react-scrollspy": "^3.4.3", - "rehype-react": "^7.0.0", + "rehype-react": "^7.0.1", "remark": "^13.0.0", "remark-github-plugin": "^1.4.0", "remark-react": "^8.0.0",