From d64dd28e5f7fd0b27c71db9409128103ce4c2a5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 17:14:06 +0000 Subject: [PATCH] chore(deps): update dependency markdown-it-link-attributes to v4.0.1 --- 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 cbacc5fc..93068f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "chokidar-cli": "3.0.0", "cross-env": "7.0.3", "make-dir-cli": "3.0.0", - "markdown-it-link-attributes": "4.0.0", + "markdown-it-link-attributes": "4.0.1", "prettier": "2.5.1", "rollup": "2.66.1", "rollup-plugin-commonjs": "^10.1.0", @@ -4584,9 +4584,9 @@ } }, "node_modules/markdown-it-link-attributes": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.0.tgz", - "integrity": "sha512-ssjxSLlLfQBkX6BvAx1rCPrx7ZoK91llQQvS3P7KXvlbnVD34OUkfXwWecN7su/7mrI/HOW0RI5szdJOIqYC3w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.1.tgz", + "integrity": "sha512-pg5OK0jPLg62H4k7M9mRJLT61gUp9nvG0XveKYHMOOluASo9OEF13WlXrpAp2aj35LbedAy3QOCgQCw0tkLKAQ==", "dev": true }, "node_modules/maximatch": { @@ -11109,9 +11109,9 @@ } }, "markdown-it-link-attributes": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.0.tgz", - "integrity": "sha512-ssjxSLlLfQBkX6BvAx1rCPrx7ZoK91llQQvS3P7KXvlbnVD34OUkfXwWecN7su/7mrI/HOW0RI5szdJOIqYC3w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.1.tgz", + "integrity": "sha512-pg5OK0jPLg62H4k7M9mRJLT61gUp9nvG0XveKYHMOOluASo9OEF13WlXrpAp2aj35LbedAy3QOCgQCw0tkLKAQ==", "dev": true }, "maximatch": { diff --git a/package.json b/package.json index d4d1e077..fab7068d 100755 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "chokidar-cli": "3.0.0", "cross-env": "7.0.3", "make-dir-cli": "3.0.0", - "markdown-it-link-attributes": "4.0.0", + "markdown-it-link-attributes": "4.0.1", "prettier": "2.5.1", "rollup": "2.66.1", "rollup-plugin-commonjs": "^10.1.0",