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