From c61a42bfd94fbb6c2183566fa0415ec6540c2eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:52:26 +0000 Subject: [PATCH] Bump speechmarkdown-js from 2.3.0 to 2.3.1 Bumps [speechmarkdown-js](https://github.com/speechmarkdown/speechmarkdown-js) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/speechmarkdown/speechmarkdown-js/releases) - [Changelog](https://github.com/speechmarkdown/speechmarkdown-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/speechmarkdown/speechmarkdown-js/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: speechmarkdown-js dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b35dc5e..1e0ebd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@aws-sdk/client-polly": "^3.1015.0", "fs": "^0.0.1-security", "minimist": "^1.2.8", - "speechmarkdown-js": "^2.3.0", + "speechmarkdown-js": "^2.3.1", "tmp": "^0.2.5" }, "devDependencies": { @@ -4964,9 +4964,9 @@ } }, "node_modules/speechmarkdown-js": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/speechmarkdown-js/-/speechmarkdown-js-2.3.0.tgz", - "integrity": "sha512-+zvh/unDMVQJy0TdY4rr3y9GAqmxdgByAH4hkfXIfFbX66rHBETjlGwD85Dg2kaKOWq1koLU7xOcjo7jIoVjZg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/speechmarkdown-js/-/speechmarkdown-js-2.3.1.tgz", + "integrity": "sha512-pXWgi1nWqmH9eHAMR4WuUGWolHvHZpoh/L0YBgXkdMGtVfk7eNB7w+O6Fo4pxDLvSO1zkSu5sdzwtJa6Y3dAmg==", "license": "MIT", "dependencies": { "myna-parser": "^2.5.1", diff --git a/package.json b/package.json index 4d9d89d..aa81e98 100644 --- a/package.json +++ b/package.json @@ -313,7 +313,7 @@ "@aws-sdk/client-polly": "^3.1015.0", "fs": "^0.0.1-security", "minimist": "^1.2.8", - "speechmarkdown-js": "^2.3.0", + "speechmarkdown-js": "^2.3.1", "tmp": "^0.2.5" } }