diff --git a/package-lock.json b/package-lock.json index ad194a89..db334089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,7 @@ "remark": "^14.0.0", "remark-breaks": "^3.0.0", "remark-gfm": "^3.0.0", - "remark-rehype": "^10.1.0", + "remark-rehype": "^10.1.0 || ^11.0.0", "turndown": "^7.1.0", "unified": "^10.1.0", "unist-util-is": "^5.2.0", @@ -8627,9 +8627,9 @@ } }, "node_modules/@types/hast": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.5.tgz", - "integrity": "sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.6.tgz", + "integrity": "sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg==", "dependencies": { "@types/unist": "^2" } @@ -34874,9 +34874,9 @@ } }, "@types/hast": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.5.tgz", - "integrity": "sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.6.tgz", + "integrity": "sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg==", "requires": { "@types/unist": "^2" } diff --git a/package.json b/package.json index d74419c7..60ad57c5 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "remark": "^14.0.0", "remark-breaks": "^3.0.0", "remark-gfm": "^3.0.0", - "remark-rehype": "^10.1.0", + "remark-rehype": "^10.1.0 || ^11.0.0", "turndown": "^7.1.0", "unified": "^10.1.0", "unist-util-is": "^5.2.0",