From 5d930f108c47370a7957b9997d1df53c48722273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:21:52 +0000 Subject: [PATCH] chore(deps): bump micromark-util-normalize-identifier Bumps [micromark-util-normalize-identifier](https://github.com/micromark/micromark) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/micromark/micromark/releases) - [Commits](https://github.com/micromark/micromark/compare/micromark-util-normalize-identifier@2.0.0...micromark-build@2.0.1) --- updated-dependencies: - dependency-name: micromark-util-normalize-identifier dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e871ee9e..930878f89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13763,7 +13763,9 @@ ] }, "node_modules/micromark-util-normalize-identifier": { - "version": "2.0.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", + "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", "funding": [ { "type": "GitHub Sponsors", @@ -13774,7 +13776,6 @@ "url": "https://opencollective.com/unified" } ], - "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0" }