From be172e6d27e5af35ac1d239b8cd2b7a2b2bf9352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 01:41:51 +0000 Subject: [PATCH] Bump @nasa-gcn/remark-rehype-astro from 1.1.1 to 1.1.2 Bumps [@nasa-gcn/remark-rehype-astro](https://github.com/nasa-gcn/remark-rehype-astro) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/nasa-gcn/remark-rehype-astro/releases) - [Commits](https://github.com/nasa-gcn/remark-rehype-astro/compare/v1.1.1...v1.1.2) --- 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39ac1b5..c94fbb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -909,16 +909,16 @@ } }, "node_modules/@nasa-gcn/remark-rehype-astro": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nasa-gcn/remark-rehype-astro/-/remark-rehype-astro-1.1.1.tgz", - "integrity": "sha512-fAobG+DU7ti0E8ZNX1BEnF8mYQ7m8ifIK52SjyZpo6mFXN0BlHY0gIwWxAR3yREf/WwTz7hYSp8w4xD3fit2Vw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@nasa-gcn/remark-rehype-astro/-/remark-rehype-astro-1.1.2.tgz", + "integrity": "sha512-otkldnWbYwRC7/V/4Ij2eqji594ex0d4TG+DxocOliWuVHi178FOQncqTHTv+CLNInkCXUEWBvccBBydfKM/tg==", "dependencies": { "hast-util-find-and-replace": "^5.0.0", "hastscript": "^8.0.0", "mdast-util-find-and-replace": "^3.0.0" }, "engines": { - "node": ">=16" + "node": ">=18 <22" } }, "node_modules/@nodelib/fs.scandir": {