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