From 9c4be3f1dcff8a2641ebc6d0175d0bf4e8d071c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:42:25 +0000 Subject: [PATCH] chore(deps): Bump remark-cli from 11.0.0 to 12.0.0 Bumps [remark-cli](https://github.com/remarkjs/remark) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark/compare/remark-cli@11.0.0...remark-cli@12.0.0) --- updated-dependencies: - dependency-name: remark-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4d65b1..e63a9bd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/template/v1.0.0/schema.json=./json-schema/schema.json" }, "dependencies": { - "remark-cli": "^11.0.0", + "remark-cli": "^12.0.0", "remark-gfm": "^3.0.1", "remark-lint": "^9.1.2", "remark-lint-no-html": "^3.1.2",