The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump mdast-util-to-hast from 13.1.0 to 13.2.0 (#1279)

Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.1.0 to 13.2.0.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.1.0...13.2.0)

---
updated-dependencies:
- dependency-name: mdast-util-to-hast
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
5fcba1bf 942c3518

+5 -5
+4 -4
package-lock.json
··· 29 29 "js-yaml": "^4.1.0", 30 30 "lightningcss": "^1.24.1", 31 31 "mdast-util-find-and-replace": "^3.0.1", 32 - "mdast-util-to-hast": "^13.1.0", 32 + "mdast-util-to-hast": "^13.2.0", 33 33 "mdast-util-to-string": "^4.0.0", 34 34 "micromorph": "^0.4.5", 35 35 "preact": "^10.22.1", ··· 3790 3790 } 3791 3791 }, 3792 3792 "node_modules/mdast-util-to-hast": { 3793 - "version": "13.1.0", 3794 - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.1.0.tgz", 3795 - "integrity": "sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==", 3793 + "version": "13.2.0", 3794 + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 3795 + "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 3796 3796 "dependencies": { 3797 3797 "@types/hast": "^3.0.0", 3798 3798 "@types/mdast": "^4.0.0",
+1 -1
package.json
··· 55 55 "js-yaml": "^4.1.0", 56 56 "lightningcss": "^1.24.1", 57 57 "mdast-util-find-and-replace": "^3.0.1", 58 - "mdast-util-to-hast": "^13.1.0", 58 + "mdast-util-to-hast": "^13.2.0", 59 59 "mdast-util-to-string": "^4.0.0", 60 60 "micromorph": "^0.4.5", 61 61 "preact": "^10.22.1",