chore(deps-dev): 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-06 19:53:16 +00:00 committed by GitHub
parent 8cdacbb9e5
commit 3014a5f4b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.3.0", "version": "2.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.3.0", "version": "2.3.1",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
@ -44,7 +44,7 @@
"luxon": "^3.4.4", "luxon": "^3.4.4",
"markdown-it": "^13.0.2", "markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.4.1", "markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3", "markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.37.0", "markdownlint-cli": "^0.37.0",
"marked": "^11.0.0", "marked": "^11.0.0",
"outdent": "^0.8.0", "outdent": "^0.8.0",
@ -7354,9 +7354,9 @@
} }
}, },
"node_modules/markdown-it-footnote": { "node_modules/markdown-it-footnote": {
"version": "3.0.3", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-3.0.3.tgz", "resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz",
"integrity": "sha512-YZMSuCGVZAjzKMn+xqIco9d1cLGxbELHZ9do/TSYVzraooV8ypsppKNmUJ0fVH5ljkCInQAtFpm8Rb3eXSrt5w==", "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==",
"dev": true "dev": true
}, },
"node_modules/markdown-it/node_modules/entities": { "node_modules/markdown-it/node_modules/entities": {

View file

@ -53,7 +53,7 @@
"luxon": "^3.4.4", "luxon": "^3.4.4",
"markdown-it": "^13.0.2", "markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.4.1", "markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3", "markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.37.0", "markdownlint-cli": "^0.37.0",
"marked": "^11.0.0", "marked": "^11.0.0",
"outdent": "^0.8.0", "outdent": "^0.8.0",