From e09878828c5028cee18c947ed35465669696598a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:18:01 +0000 Subject: [PATCH] Bump markdown-it-footnote from 3.0.3 to 4.0.0 Bumps [markdown-it-footnote](https://github.com/markdown-it/markdown-it-footnote) from 3.0.3 to 4.0.0. - [Changelog](https://github.com/markdown-it/markdown-it-footnote/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it-footnote/compare/3.0.3...4.0.0) --- updated-dependencies: - dependency-name: markdown-it-footnote dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b653ef833..79f13e721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", "markdown-it-deflist": "^2.1.0", - "markdown-it-footnote": "^3.0.3", + "markdown-it-footnote": "^4.0.0", "netlify-plugin-11ty": "^1.4.0", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", @@ -7305,9 +7305,10 @@ "license": "MIT" }, "node_modules/markdown-it-footnote": { - "version": "3.0.3", - "dev": true, - "license": "MIT" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz", + "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==", + "dev": true }, "node_modules/markdown-it/node_modules/entities": { "version": "3.0.1", @@ -15322,7 +15323,9 @@ "dev": true }, "markdown-it-footnote": { - "version": "3.0.3", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz", + "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==", "dev": true }, "mathml-tag-names": { diff --git a/package.json b/package.json index 22e401790..d615a2661 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", "markdown-it-deflist": "^2.1.0", - "markdown-it-footnote": "^3.0.3", + "markdown-it-footnote": "^4.0.0", "netlify-plugin-11ty": "^1.4.0", "npm-run-all": "^4.1.5", "prettier": "^3.0.3",