diff --git a/package-lock.json b/package-lock.json index fb0898264..4142475a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "jsdom": "21.1.2", "lerna": "6.6.2", "lint-staged": "13.2.3", - "markdown-it": "13.0.1", + "markdown-it": "13.0.2", "minimist": "1.2.8", "prettier": "2.8.8", "react": "17.0.2", @@ -15852,9 +15852,9 @@ } }, "node_modules/markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dependencies": { "argparse": "^2.0.1", "entities": "~3.0.1", @@ -21894,7 +21894,7 @@ "dependencies": { "@atjson/offset-annotations": "file:../offset-annotations", "entities": "~3.0.1", - "markdown-it": "13.0.1" + "markdown-it": "13.0.2" }, "peerDependencies": { "@atjson/document": ">= 0.29.0 < 1" @@ -22067,7 +22067,7 @@ "requires": { "@atjson/offset-annotations": "file:../offset-annotations", "entities": "~3.0.1", - "markdown-it": "13.0.1" + "markdown-it": "13.0.2" }, "dependencies": { "entities": { @@ -33877,9 +33877,9 @@ "dev": true }, "markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "requires": { "argparse": "^2.0.1", "entities": "~3.0.1", diff --git a/package.json b/package.json index 36b93ab03..d9f66309c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jsdom": "21.1.2", "lerna": "6.6.2", "lint-staged": "13.2.3", - "markdown-it": "13.0.1", + "markdown-it": "13.0.2", "minimist": "1.2.8", "prettier": "2.8.8", "react": "17.0.2", diff --git a/packages/@atjson/source-commonmark/package.json b/packages/@atjson/source-commonmark/package.json index 7801f4b68..30e2c6501 100644 --- a/packages/@atjson/source-commonmark/package.json +++ b/packages/@atjson/source-commonmark/package.json @@ -12,7 +12,7 @@ "dependencies": { "@atjson/offset-annotations": "file:../offset-annotations", "entities": "~3.0.1", - "markdown-it": "13.0.1" + "markdown-it": "13.0.2" }, "peerDependencies": { "@atjson/document": ">= 0.29.0 < 1"