1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

Bump remark-html from 15.0.1 to 15.0.2 (#1088)

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

---
updated-dependencies:
- dependency-name: remark-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2023-02-20 10:55:23 +00:00 committed by GitHub
parent e1eb814146
commit e1f779d32e
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

@ -21,7 +21,7 @@
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-html": "^15.0.2",
"vcf": "^2.1.1"
},
"devDependencies": {
@ -11984,9 +11984,9 @@
}
},
"node_modules/remark-html": {
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/remark-html/-/remark-html-15.0.1.tgz",
"integrity": "sha512-7ta5UPRqj8nP0GhGMYUAghZ/DRno7dgq7alcW90A7+9pgJsXzGJlFgwF8HOP1b1tMgT3WwbeANN+CaTimMfyNQ==",
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/remark-html/-/remark-html-15.0.2.tgz",
"integrity": "sha512-/CIOI7wzHJzsh48AiuIyIe1clxVkUtreul73zcCXLub0FmnevQE0UMFDQm7NUx8/3rl/4zCshlMfqBdWScQthw==",
"dependencies": {
"@types/mdast": "^3.0.0",
"hast-util-sanitize": "^4.0.0",

View File

@ -36,7 +36,7 @@
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-html": "^15.0.2",
"vcf": "^2.1.1"
},
"devDependencies": {