From 992f44f82247e4fde37156d7142181854792067a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:12:13 +0000 Subject: [PATCH] Bump markdown-it and @types/markdown-it in /caster-front Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it). These dependencies needed to be updated together. Updates `markdown-it` from 13.0.1 to 13.0.2 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2) Updates `@types/markdown-it` from 12.2.3 to 13.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/markdown-it" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- caster-front/package-lock.json | 16 ++++++++-------- caster-front/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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",