From b3f3da72b8d27dd470a3ceaf86416da667ee1ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:11:59 +0000 Subject: [PATCH] Bump mdast-util-to-string from 3.1.0 to 4.0.0 Bumps [mdast-util-to-string](https://github.com/syntax-tree/mdast-util-to-string) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/syntax-tree/mdast-util-to-string/releases) - [Commits](https://github.com/syntax-tree/mdast-util-to-string/compare/3.1.0...4.0.0) --- updated-dependencies: - dependency-name: mdast-util-to-string dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a54bd80a9f8e..64708dd55784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "mdast-util-from-markdown": "^1.2.0", "mdast-util-to-hast": "^12.3.0", "mdast-util-to-markdown": "1.5.0", - "mdast-util-to-string": "^3.1.0", + "mdast-util-to-string": "^4.0.0", "morgan": "^1.10.0", "msgpack5rpc": "^1.1.0", "next": "12.2.4", @@ -13522,6 +13522,18 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", + "dependencies": { + "@types/mdast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-gfm": { "version": "2.0.0", "license": "MIT", @@ -13652,14 +13664,38 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", + "dependencies": { + "@types/mdast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-to-string": { - "version": "3.1.0", - "license": "MIT", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", + "dependencies": { + "@types/mdast": "^4.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-to-string/node_modules/@types/mdast": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.0.tgz", + "integrity": "sha512-YLeG8CujC9adtj/kuDzq1N4tCDYKoZ5l/bnjq8d74+t/3q/tHquJOJKUQXJrLCflOHpKjXgcI/a929gpmLOEng==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/mdurl": { "version": "1.0.1", "dev": true, diff --git a/package.json b/package.json index 8ed3d0eb40c1..98f104631c44 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "mdast-util-from-markdown": "^1.2.0", "mdast-util-to-hast": "^12.3.0", "mdast-util-to-markdown": "1.5.0", - "mdast-util-to-string": "^3.1.0", + "mdast-util-to-string": "^4.0.0", "morgan": "^1.10.0", "msgpack5rpc": "^1.1.0", "next": "12.2.4",