diff --git a/caster-front/package-lock.json b/caster-front/package-lock.json index b666e9a5..348c5d50 100644 --- a/caster-front/package-lock.json +++ b/caster-front/package-lock.json @@ -13,7 +13,7 @@ "@urql/vue": "^1.0.4", "element-plus": "^2.3.5", "graphql": "^16.6.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "pinia": "^2.1.6", "sass": "^1.62.0", "subscriptions-transport-ws": "^0.11.0", @@ -26,7 +26,7 @@ "@graphql-codegen/typescript-vue-urql": "^2.3.6", "@rushstack/eslint-patch": "^1.2.0", "@types/jsdom": "^20.0.1", - "@types/markdown-it": "^12.2.3", + "@types/markdown-it": "^13.0.2", "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", @@ -3181,9 +3181,9 @@ } }, "node_modules/@types/markdown-it": { - "version": "12.2.3", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz", - "integrity": "sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==", "dev": true, "dependencies": { "@types/linkify-it": "*", @@ -7804,9 +7804,9 @@ "dev": true }, "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", diff --git a/caster-front/package.json b/caster-front/package.json index e1439c88..51550236 100644 --- a/caster-front/package.json +++ b/caster-front/package.json @@ -21,7 +21,7 @@ "@urql/vue": "^1.0.4", "element-plus": "^2.3.5", "graphql": "^16.6.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "pinia": "^2.1.6", "sass": "^1.62.0", "subscriptions-transport-ws": "^0.11.0", @@ -34,7 +34,7 @@ "@graphql-codegen/typescript-vue-urql": "^2.3.6", "@rushstack/eslint-patch": "^1.2.0", "@types/jsdom": "^20.0.1", - "@types/markdown-it": "^12.2.3", + "@types/markdown-it": "^13.0.2", "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6",