diff --git a/package-lock.json b/package-lock.json index 5a4e6d27f..7e3566b4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@architect/functions": "^5.3.4", "@nasa-gcn/architect-functions-search": "^1.0.1", "@nasa-gcn/dynamodb-autoincrement": "^2.2.1", - "@nasa-gcn/remark-rehype-astro": "^1.1.3", + "@nasa-gcn/remark-rehype-astro": "^1.1.4", "@nasa-gcn/remix-seo": "^2.0.1", "@nasa-gcn/schema": "^4.2.0", "@octokit/rest": "^21.0.2", @@ -14556,16 +14556,16 @@ } }, "node_modules/@nasa-gcn/remark-rehype-astro": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@nasa-gcn/remark-rehype-astro/-/remark-rehype-astro-1.1.3.tgz", - "integrity": "sha512-hDF/AdMXFu3E5K62A7K07VQWpvF078IZicD+YPccu8HDE8bOtB2Dyztjlsjd4hKGwPeJMj55F0GyERR+IyAXzA==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@nasa-gcn/remark-rehype-astro/-/remark-rehype-astro-1.1.4.tgz", + "integrity": "sha512-yZr/ZAqPh8qMxUZ4toUKc1+gDxE6cC6mp3BlbtxorzqraGTUW++Xwx6AV+GTlXgABRUbz9geZADpK9YYRnAI2Q==", "dependencies": { "hast-util-find-and-replace": "^5.0.0", "hastscript": "^8.0.0", "mdast-util-find-and-replace": "^3.0.0" }, "engines": { - "node": ">=18 <22" + "node": ">=18" } }, "node_modules/@nasa-gcn/remark-rehype-astro/node_modules/@types/unist": { diff --git a/package.json b/package.json index 369cc5712..ec7e747b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@architect/functions": "^5.3.4", "@nasa-gcn/architect-functions-search": "^1.0.1", "@nasa-gcn/dynamodb-autoincrement": "^2.2.1", - "@nasa-gcn/remark-rehype-astro": "^1.1.3", + "@nasa-gcn/remark-rehype-astro": "^1.1.4", "@nasa-gcn/remix-seo": "^2.0.1", "@nasa-gcn/schema": "^4.2.0", "@octokit/rest": "^21.0.2",