diff --git a/package-lock.json b/package-lock.json index b7ad0a48..02c90158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "preact": "^10.26.9", "preact-render-to-string": "^6.5.13", "reading-time": "^1.5.0", - "recma-jsx": "^1.0.0", + "recma-jsx": "^1.0.1", "rehype-raw": "^7.0.0", "rehype-recma": "^1.0.0", "rehype-stringify": "^10.0.1", @@ -7429,9 +7429,9 @@ "license": "MIT" }, "node_modules/recma-jsx": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz", - "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz", + "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==", "license": "MIT", "dependencies": { "acorn-jsx": "^5.0.0", @@ -7443,6 +7443,9 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" + }, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/recma-parse": { diff --git a/package.json b/package.json index b445de53..c163d700 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "preact": "^10.26.9", "preact-render-to-string": "^6.5.13", "reading-time": "^1.5.0", - "recma-jsx": "^1.0.0", + "recma-jsx": "^1.0.1", "rehype-raw": "^7.0.0", "rehype-recma": "^1.0.0", "rehype-stringify": "^10.0.1",