From bd4af783dc8736e1f3c864125fe9c0f59c5ff100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:34:25 +0000 Subject: [PATCH] build(deps-dev): bump md-insert from 1.0.1 to 2.0.0 Bumps [md-insert](https://github.com/goto-bus-stop/md-insert) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/goto-bus-stop/md-insert/releases) - [Changelog](https://github.com/goto-bus-stop/md-insert/blob/default/CHANGELOG.md) - [Commits](https://github.com/goto-bus-stop/md-insert/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: md-insert dependency-type: direct:development 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 179c7b3..b3b28ff 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.5", "expect": "^1.20.2", - "md-insert": "^1.0.1", + "md-insert": "^2.0.0", "min-react-env": "^1.0.1", "mocha": "^10.0.0", "prop-types-table": "^1.0.0",