Merge pull request #261 from cdransf/dependabot/npm_and_yarn/markdown-it-footnote-4.0.0

chore(deps-dev): bump markdown-it-footnote from 3.0.3 to 4.0.0
This commit is contained in:
Cory Dransfeldt 2023-12-06 12:54:00 -08:00 committed by GitHub
commit 1ebfc72534
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",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "2.3.0",
"version": "2.3.1",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
@ -44,7 +44,7 @@
"luxon": "^3.4.4",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.37.0",
"marked": "^11.0.0",
"outdent": "^0.8.0",
@ -7354,9 +7354,9 @@
}
},
"node_modules/markdown-it-footnote": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-3.0.3.tgz",
"integrity": "sha512-YZMSuCGVZAjzKMn+xqIco9d1cLGxbELHZ9do/TSYVzraooV8ypsppKNmUJ0fVH5ljkCInQAtFpm8Rb3eXSrt5w==",
"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": {

View file

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