Merge pull request #673 from h5bp/dependabot/npm_and_yarn/markdown-it-anchor-8.3.0

Bump markdown-it-anchor from 8.1.2 to 8.3.0
This commit is contained in:
Rob Larsen 2021-08-30 15:08:08 -04:00 committed by GitHub
commit 2d623753ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1993,9 +1993,9 @@
}
},
"markdown-it-anchor": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.1.2.tgz",
"integrity": "sha512-9D58TKK4dakqmjcmVuqHoB3ntKBpQJ0Ld38B83aiHJcBD72IZIyPjNtihPA6ayRI5WD33e1W68mArliNLHCprg==",
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.3.0.tgz",
"integrity": "sha512-YXMxKqZDH/MM/sFBZe+JQ/XFa7i8mIWZYkcY7jCGmpNNqcj2iS9Wyxy5devkUoL14NJOUt5IleD99D8StAwkXg==",
"dev": true
},
"maximatch": {

View File

@ -45,7 +45,7 @@
"html-minifier": "^4.0.0",
"luxon": "^2.0.2",
"markdown-it": "^12.1.0",
"markdown-it-anchor": "^8.1.2",
"markdown-it-anchor": "^8.3.0",
"uglify-es": "^3.3.9"
},
"resolutions": {