From beb48bbc0bfda6966a90049a02535b69ef4b5858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:36:02 +0000 Subject: [PATCH] Bump @nasa-gcn/remark-rehype-astro from 1.1.3 to 1.1.4 Bumps [@nasa-gcn/remark-rehype-astro](https://github.com/nasa-gcn/remark-rehype-astro) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/nasa-gcn/remark-rehype-astro/releases) - [Commits](https://github.com/nasa-gcn/remark-rehype-astro/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: "@nasa-gcn/remark-rehype-astro" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",