Missed this dependency

This commit is contained in:
Jocelyn Badgley (Twipped) 2021-03-25 14:05:42 -07:00
parent d121de5309
commit 78d2d711bc
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated

@ -8975,6 +8975,12 @@
"integrity": "sha512-UtYFAkce16mJlixXUMXUf14ZmOWK2YHLGKUpkZUn98w3qP8nVhb7k5sCBZmVHGMq3SpYtrxQ5XOdHQHRuLR40Q==",
"dev": true
},
"markdown-it-link-attributes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-3.0.0.tgz",
"integrity": "sha512-B34ySxVeo6MuEGSPCWyIYryuXINOvngNZL87Mp7YYfKIf6DcD837+lXA8mo6EBbauKsnGz22ZH0zsbOiQRWTNg==",
"dev": true
},
"matchdep": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",

@ -69,6 +69,7 @@
"make-fetch-happen": "~8.0.14",
"markdown-it": "~12.0.4",
"markdown-it-anchor": "~7.0.2",
"markdown-it-link-attributes": "~3.0.0",
"memoizepromise": "~2.0.0",
"minimist": "~1.2.5",
"morgan": "~1.10.0",