From a51b55839f2fc8fce73cf600bfb20c71f3a107be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 08:15:59 +0000 Subject: [PATCH] Bump markdown-it-github-alerts from 0.3.1 to 1.0.0 Bumps [markdown-it-github-alerts](https://github.com/antfu/markdown-it-github-alerts) from 0.3.1 to 1.0.0. - [Release notes](https://github.com/antfu/markdown-it-github-alerts/releases) - [Commits](https://github.com/antfu/markdown-it-github-alerts/compare/v0.3.1...v1.0.0) --- updated-dependencies: - dependency-name: markdown-it-github-alerts dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8b5637..05835c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "js-yaml": "^4.1.0", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", - "markdown-it-github-alerts": "~0.3.2", + "markdown-it-github-alerts": "~1.0.0", "string-strip-html": "~8.5.0" } }, @@ -1645,9 +1645,9 @@ } }, "node_modules/markdown-it-github-alerts": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/markdown-it-github-alerts/-/markdown-it-github-alerts-0.3.2.tgz", - "integrity": "sha512-WKHmbrNDQ3jdixBJPeTXquMy0KjTr1qhwPDjPozTsO9i+UyfhHmV9gQXE/enpIwrzf7qKk+w4s69CX3jM2t1tA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-github-alerts/-/markdown-it-github-alerts-1.0.0.tgz", + "integrity": "sha512-RU3cbB/ewujrDpYNdyabvp4CscZ5J/3D71NWbJW+JSA0nplfutIXDMCwtGWlMLwzgBDAYkFMvYGkigq8nWOVdA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/package.json b/package.json index ca5b386..8878356 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "js-yaml": "^4.1.0", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", - "markdown-it-github-alerts": "~0.3.2", + "markdown-it-github-alerts": "~1.0.0", "string-strip-html": "~8.5.0" } }