From cbb99bb2361016848573c203c47194b2b040ba52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:08:40 +0000 Subject: [PATCH] build(deps-dev): Bump @types/markdown-it from 14.0.0 to 14.0.1 Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 14.0.0 to 14.0.1. - [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] --- 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 70399bb..7609720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@types/markdown-it": "^14.0.0", + "@types/markdown-it": "^14.0.1", "@types/punycode": "^2.1.4", "@types/requirejs": "^2.1.37", "@types/spark-md5": "^3.0.4", @@ -64,9 +64,9 @@ "license": "MIT" }, "node_modules/@types/markdown-it": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.0.0.tgz", - "integrity": "sha512-2rStaAqMaLQNfo9mg2HNlley75jUTAkZKqlk3pxDSgaFk44zd+CAVpczpoh6/RtOzfUtwpEyD6lsHWUfKbVSDg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.0.1.tgz", + "integrity": "sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==", "dev": true, "dependencies": { "@types/linkify-it": "*", @@ -1836,9 +1836,9 @@ "dev": true }, "@types/markdown-it": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.0.0.tgz", - "integrity": "sha512-2rStaAqMaLQNfo9mg2HNlley75jUTAkZKqlk3pxDSgaFk44zd+CAVpczpoh6/RtOzfUtwpEyD6lsHWUfKbVSDg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.0.1.tgz", + "integrity": "sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==", "dev": true, "requires": { "@types/linkify-it": "*", diff --git a/package.json b/package.json index 9f2a0b0..d851c14 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build": "tsc" }, "devDependencies": { - "@types/markdown-it": "^14.0.0", + "@types/markdown-it": "^14.0.1", "@types/punycode": "^2.1.4", "@types/requirejs": "^2.1.37", "@types/spark-md5": "^3.0.4",