chore(deps-dev): Bump @markedjs/html-differ from 3.0.3 to 3.0.4 (#1830)

Bumps [@markedjs/html-differ](https://github.com/markedjs/html-differ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/markedjs/html-differ/releases)
- [Changelog](https://github.com/markedjs/html-differ/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markedjs/html-differ/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-16 00:11:17 -06:00 committed by GitHub
parent eb974f230f
commit e6515cac7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1045,14 +1045,14 @@
}
},
"@markedjs/html-differ": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@markedjs/html-differ/-/html-differ-3.0.3.tgz",
"integrity": "sha512-kQF0YHAOiYCQwJiI0ZcU6IlG3Uv3GVvPEZgyOYhKF9CeOaycw+ue350EBxvDk8qAzYIKZ2Fziqe5gHR3QD3GTQ==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@markedjs/html-differ/-/html-differ-3.0.4.tgz",
"integrity": "sha512-lmcvZSe2LNHMrNSbbo7X4z7Ndhi4lJabmzXb4MhF/OFYQNbJBt07TvXpjS9n4Wn0gDBnyylwhkaeSDhslH723Q==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"coa": "^2.0.2",
"diff": "^4.0.2",
"diff": "^5.0.0",
"parse5-sax-parser": "^6.0.1"
},
"dependencies": {
@ -2151,9 +2151,9 @@
"dev": true
},
"diff": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
"integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
"dev": true
},
"dir-glob": {

View File

@ -35,7 +35,7 @@
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@markedjs/html-differ": "^3.0.3",
"@markedjs/html-differ": "^3.0.4",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.2",