From 0d0f50bc6594da8e35c552dde73eb478c8094a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:05:05 +0000 Subject: [PATCH] Bump @a2ui/markdown-it from 0.0.3 to 0.0.4 in /client/web Bumps [@a2ui/markdown-it](https://github.com/google/A2UI/tree/HEAD/renderers/markdown/markdown-it) from 0.0.3 to 0.0.4. - [Changelog](https://github.com/google/A2UI/blob/main/renderers/markdown/markdown-it/CHANGELOG.md) - [Commits](https://github.com/google/A2UI/commits/HEAD/renderers/markdown/markdown-it) --- updated-dependencies: - dependency-name: "@a2ui/markdown-it" dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/web/package-lock.json | 14 +++++--------- client/web/package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/client/web/package-lock.json b/client/web/package-lock.json index 2f352b3..6924599 100644 --- a/client/web/package-lock.json +++ b/client/web/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@a2a-js/sdk": "^0.3.8", "@a2ui/lit": "^0.9.3", - "@a2ui/markdown-it": "^0.0.3", + "@a2ui/markdown-it": "^0.0.4", "@lit-labs/signals": "^0.1.3", "@lit/context": "^1.1.4", "lit": "^3.3.1", @@ -91,11 +91,10 @@ } }, "node_modules/@a2ui/markdown-it": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@a2ui/markdown-it/-/markdown-it-0.0.3.tgz", - "integrity": "sha512-ni/aK2oeBcjEESTO+XE+CidDb0N4aOzYL14XSYBAdAH2E7jmsbuUyHEKf4FQyYK0f8AA0C5thkZ09qPV2C3ikA==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@a2ui/markdown-it/-/markdown-it-0.0.4.tgz", + "integrity": "sha512-uaYNywdiHDH4i//pHpyckFnApvOshiUNT2Xl8awceNjL1XAX/gqtki9GRUJQ26RE7id2+aPNgOy1W6mXNBxriQ==", "license": "Apache-2.0", - "peer": true, "dependencies": { "dompurify": "^3.3.1", "markdown-it": "^14.1.0" @@ -109,7 +108,6 @@ "resolved": "https://registry.npmjs.org/@a2ui/web_core/-/web_core-0.9.2.tgz", "integrity": "sha512-EOfhLOF7tnpPmNq4y116k3gxWdrXQW8h3dhKF0pC++21zLZnCSLSHl6zgQFG+kPeVAZb64t+sQiRXlnyS8+RBg==", "license": "Apache-2.0", - "peer": true, "dependencies": { "@preact/signals-core": "^1.13.0", "date-fns": "^4.1.0", @@ -1123,8 +1121,7 @@ "version": "0.2.2", "resolved": "https://registry.npmjs.org/signal-polyfill/-/signal-polyfill-0.2.2.tgz", "integrity": "sha512-p63Y4Er5/eMQ9RHg0M0Y64NlsQKpiu6MDdhBXpyywRuWiPywhJTpKJ1iB5K2hJEbFZ0BnDS7ZkJ+0AfTuL37Rg==", - "license": "Apache-2.0", - "peer": true + "license": "Apache-2.0" }, "node_modules/signal-utils": { "version": "0.21.1", @@ -1328,7 +1325,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/client/web/package.json b/client/web/package.json index 81c4c16..4f24895 100644 --- a/client/web/package.json +++ b/client/web/package.json @@ -74,7 +74,7 @@ "dependencies": { "@a2a-js/sdk": "^0.3.8", "@a2ui/lit": "^0.9.3", - "@a2ui/markdown-it": "^0.0.3", + "@a2ui/markdown-it": "^0.0.4", "@lit-labs/signals": "^0.1.3", "@lit/context": "^1.1.4", "lit": "^3.3.1",