From abdf5a988a7cbc738b728646d55fbfe1974f45fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 18:35:48 +0100 Subject: [PATCH] Bump showdown from 2.0.0 to 2.0.1 (#981) Bumps [showdown](https://github.com/showdownjs/showdown) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/showdownjs/showdown/releases) - [Changelog](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/showdownjs/showdown/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: showdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e628a3e..9bba185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "fs-extra": "10.0.1", "node-fetch": "3.2.1", "rimraf": "3.0.2", - "showdown": "^2.0.0" + "showdown": "^2.0.1" } }, "node_modules/ansi-regex": { @@ -478,9 +478,9 @@ } }, "node_modules/showdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.0.tgz", - "integrity": "sha512-Gz0wkh/EBFbEH+Nb85nyRSrcRvPecgt8c6fk/ICaOQ2dVsWCvZU5jfViPtBIyLXVYooICO0WTl7vLsoPaIH09w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.1.tgz", + "integrity": "sha512-03JpT+yiQbYJynAkzCPJFZKbGHf4q9nly+oDcD32oiyc00wNII+cd8EuXFYwYWXroUIoSgxPYuts9YPQfGIkIw==", "dependencies": { "yargs": "^17.2.1" }, @@ -915,9 +915,9 @@ } }, "showdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.0.tgz", - "integrity": "sha512-Gz0wkh/EBFbEH+Nb85nyRSrcRvPecgt8c6fk/ICaOQ2dVsWCvZU5jfViPtBIyLXVYooICO0WTl7vLsoPaIH09w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.1.tgz", + "integrity": "sha512-03JpT+yiQbYJynAkzCPJFZKbGHf4q9nly+oDcD32oiyc00wNII+cd8EuXFYwYWXroUIoSgxPYuts9YPQfGIkIw==", "requires": { "yargs": "^17.2.1" } diff --git a/package.json b/package.json index e7a3523..189381a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "fs-extra": "10.0.1", "node-fetch": "3.2.1", "rimraf": "3.0.2", - "showdown": "^2.0.0" + "showdown": "^2.0.1" } }