The Trans Directory
0
fork

Configure Feed

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

chore(deps): bump vfile from 6.0.1 to 6.0.2 (#1299)

Bumps [vfile](https://github.com/vfile/vfile) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/vfile/vfile/releases)
- [Changelog](https://github.com/vfile/vfile/blob/main/changelog.md)
- [Commits](https://github.com/vfile/vfile/compare/6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: vfile
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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
740172ac 34fde07c

+5 -5
+4 -4
package-lock.json
··· 61 61 "toml": "^3.0.0", 62 62 "unified": "^11.0.4", 63 63 "unist-util-visit": "^5.0.0", 64 - "vfile": "^6.0.1", 64 + "vfile": "^6.0.2", 65 65 "workerpool": "^9.1.2", 66 66 "ws": "^8.18.0", 67 67 "yargs": "^17.7.2" ··· 6377 6377 } 6378 6378 }, 6379 6379 "node_modules/vfile": { 6380 - "version": "6.0.1", 6381 - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 6382 - "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 6380 + "version": "6.0.2", 6381 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.2.tgz", 6382 + "integrity": "sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==", 6383 6383 "dependencies": { 6384 6384 "@types/unist": "^3.0.0", 6385 6385 "unist-util-stringify-position": "^4.0.0",
+1 -1
package.json
··· 87 87 "toml": "^3.0.0", 88 88 "unified": "^11.0.4", 89 89 "unist-util-visit": "^5.0.0", 90 - "vfile": "^6.0.1", 90 + "vfile": "^6.0.2", 91 91 "workerpool": "^9.1.2", 92 92 "ws": "^8.18.0", 93 93 "yargs": "^17.7.2"