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" } }