mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
build(deps): bump rehype from 12.0.0 to 12.0.1 in /src
Bumps [rehype](https://github.com/rehypejs/rehype) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/rehypejs/rehype/releases) - [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md) - [Commits](https://github.com/rehypejs/rehype/compare/12.0.0...12.0.1) --- updated-dependencies: - dependency-name: rehype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5d3c34aecb
commit
2b6cd36770
2 changed files with 10 additions and 10 deletions
18
src/package-lock.json
generated
18
src/package-lock.json
generated
|
@ -7766,9 +7766,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"rehype": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/rehype/-/rehype-12.0.0.tgz",
|
||||
"integrity": "sha512-gZcttmf9R5IYHb8AlI1rlmWqXS1yX0rSB/S5ZGJs8atfYZy2DobvH3Ic/gSzB+HL/+oOHPtBguw1TprfhxXBgQ==",
|
||||
"version": "12.0.1",
|
||||
"resolved": "https://registry.npmjs.org/rehype/-/rehype-12.0.1.tgz",
|
||||
"integrity": "sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==",
|
||||
"requires": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"rehype-parse": "^8.0.0",
|
||||
|
@ -7790,9 +7790,9 @@
|
|||
}
|
||||
},
|
||||
"rehype-parse": {
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.3.tgz",
|
||||
"integrity": "sha512-RGw0CVt+0S6KdvpE8bbP2Db9WXclQcIX7A0ufM3QFqAhTo/ddJMQrrI2j3cijlRPZlGK8R3pRgC8U5HyV76IDw==",
|
||||
"version": "8.0.4",
|
||||
"resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz",
|
||||
"integrity": "sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==",
|
||||
"requires": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"hast-util-from-parse5": "^7.0.0",
|
||||
|
@ -7801,9 +7801,9 @@
|
|||
}
|
||||
},
|
||||
"rehype-stringify": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.2.tgz",
|
||||
"integrity": "sha512-BuVA6lAEYtOpXO2xuHLohAzz8UNoQAxAqYRqh4QEEtU39Co+P1JBZhw6wXA9hMWp+JLcmrxWH8+UKcNSr443Fw==",
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.3.tgz",
|
||||
"integrity": "sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==",
|
||||
"requires": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"hast-util-to-html": "^8.0.0",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"openapi-backend": "^5.1.1",
|
||||
"proxy-addr": "^2.0.7",
|
||||
"rate-limiter-flexible": "^2.3.6",
|
||||
"rehype": "^12.0.0",
|
||||
"rehype": "^12.0.1",
|
||||
"rehype-minify-whitespace": "^5.0.0",
|
||||
"request": "2.88.2",
|
||||
"resolve": "1.22.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue