1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-17 09:53:22 +02:00

Bump remark-html from 11.0.1 to 11.0.2

Bumps [remark-html](https://github.com/remarkjs/remark-html) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/remarkjs/remark-html/releases)
- [Commits](https://github.com/remarkjs/remark-html/compare/11.0.1...11.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 05:32:16 +00:00 committed by GitHub
parent fb4f0f316a
commit 06a651ca49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -20404,13 +20404,13 @@
"integrity": "sha512-X9Ncj4cj3/CIvLI2Z9IobHtVi8FVdUrdJkCNaL9kdX8ohfsi18DXHsCVd/A7ssARBdccdDb5ODnt62WuEWaM/g=="
},
"remark-html": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/remark-html/-/remark-html-11.0.1.tgz",
"integrity": "sha512-bz7tSu9kDbaRNaiqQWrgXITkqJsZXoc2fjau+ms7WA4vflDoB+xMdY0QfNhUpGgmAv4SdDD1m+3BxWRHLizmiQ==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/remark-html/-/remark-html-11.0.2.tgz",
"integrity": "sha512-U7qPKZq6Aai+UTpH5YrblLvqvdSUCRA4YmZYRTtbtknm/WUGmNUI0dvThbSuTNSf6TtC8btmbbScWi1wtUIxnw==",
"requires": {
"hast-util-sanitize": "^2.0.0",
"hast-util-to-html": "^7.0.0",
"mdast-util-to-hast": "^8.0.0",
"mdast-util-to-hast": "^8.2.0",
"xtend": "^4.0.1"
}
},

View File

@ -50,7 +50,7 @@
"react-pose": "^4.0.10",
"remark": "^12.0.0",
"remark-breaks": "^1.0.5",
"remark-html": "^11.0.0",
"remark-html": "^11.0.2",
"remark-parse": "^8.0.2",
"remark-react": "^7.0.0",
"shortid": "^2.2.15",