From 18ef97b49e36b2fb7f0d9dc4515a22ca4cda5b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:58:34 -0800 Subject: [PATCH] Bump @types/markdown-it from 13.0.5 to 13.0.7 (#920) Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 13.0.5 to 13.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it) --- updated-dependencies: - dependency-name: "@types/markdown-it" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 732809448..b9ccd4604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/jquery": "^3.5.29", "@types/jqueryui": "^1.12.21", "@types/lodash": "^4.14.202", - "@types/markdown-it": "^13.0.5", + "@types/markdown-it": "^13.0.7", "@types/markdown-it-attrs": "^4.1.3", "@types/markdown-it-footnote": "^3.0.3", "@types/node": "^16", @@ -3114,9 +3114,9 @@ "dev": true }, "node_modules/@types/markdown-it": { - "version": "13.0.5", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.5.tgz", - "integrity": "sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==", + "version": "13.0.7", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.7.tgz", + "integrity": "sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==", "dev": true, "dependencies": { "@types/linkify-it": "*", @@ -12820,9 +12820,9 @@ "dev": true }, "@types/markdown-it": { - "version": "13.0.5", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.5.tgz", - "integrity": "sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==", + "version": "13.0.7", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.7.tgz", + "integrity": "sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==", "dev": true, "requires": { "@types/linkify-it": "*", diff --git a/package.json b/package.json index 5bffd3537..e4dc6b6ea 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/jquery": "^3.5.29", "@types/jqueryui": "^1.12.21", "@types/lodash": "^4.14.202", - "@types/markdown-it": "^13.0.5", + "@types/markdown-it": "^13.0.7", "@types/markdown-it-attrs": "^4.1.3", "@types/markdown-it-footnote": "^3.0.3", "@types/node": "^16",