From 7c33a9d6cce9caf9622ef2584b32a4dc991b5018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:43:51 -0800 Subject: [PATCH] Bump markdown-it-footnote from 3.0.3 to 4.0.0 (#902) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c3bdaa8b5..5300ec802 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 b13bfb578..771cd31c3 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",