From 16165861ed79703db5d78a6bc05514d187816e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:01:21 -0500 Subject: [PATCH] meta: bump vfile from 6.0.1 to 6.0.2 (#6970) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/site/package.json | 2 +- package-lock.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index 3cc0354811df1..a28669088dcba 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -85,7 +85,7 @@ "tailwindcss": "^3.4.3", "typescript": "~5.5.3", "unist-util-visit": "~5.0.0", - "vfile": "~6.0.1", + "vfile": "~6.0.2", "vfile-matter": "~5.0.0" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 5801d0ad0f60a..9c049120162e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "tailwindcss": "^3.4.3", "typescript": "~5.5.3", "unist-util-visit": "~5.0.0", - "vfile": "~6.0.1", + "vfile": "~6.0.2", "vfile-matter": "~5.0.0" }, "devDependencies": { @@ -32083,10 +32083,9 @@ } }, "node_modules/vfile": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", - "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", - "license": "MIT", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.2.tgz", + "integrity": "sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==", "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0",