diff --git a/package-lock.json b/package-lock.json index dd2d7d521db..f395cce5d4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17244,10 +17244,11 @@ } }, "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==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" }, @@ -24723,7 +24724,7 @@ "@web/dev-server-esbuild": "^1.0.4", "jsdom": "^26.0.0", "lit": "^3.3.0", - "markdown-it-github-alerts": "^0.3.1", + "markdown-it-github-alerts": "^1.0.0", "markdown-it-github-headings": "^2.0.1", "rollup-plugin-import-assert": "^3.0.1", "wireit": "^0.15.0-pre.2" diff --git a/packages/website/package.json b/packages/website/package.json index 167e5730801..2a0258d2220 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -134,7 +134,7 @@ "@web/dev-server-esbuild": "^1.0.4", "jsdom": "^26.0.0", "lit": "^3.3.0", - "markdown-it-github-alerts": "^0.3.1", + "markdown-it-github-alerts": "^1.0.0", "markdown-it-github-headings": "^2.0.1", "rollup-plugin-import-assert": "^3.0.1", "wireit": "^0.15.0-pre.2"