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",