From ccb5b022f6e0fb6a1a62a4eafc90745436b7d835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:44:01 -0500 Subject: [PATCH] fix(deps): update dependency vfile-message to v3.1.4 (#502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index b13acd91..c4086aae 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -157,7 +157,7 @@ "uuid": "9.0.0", "validate-color": "2.2.4", "vfile": "5.3.6", - "vfile-message": "3.1.3", + "vfile-message": "3.1.4", "vfile-statistics": "2.0.1", "what-input": "5.2.12", "what-the-diff": "0.6.0", diff --git a/yarn.lock b/yarn.lock index ba285e11..2def2245 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18352,10 +18352,10 @@ vfile-matter@^3.0.1: is-buffer "^2.0.0" js-yaml "^4.0.0" -vfile-message@3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.3.tgz#1360c27a99234bebf7bddbbbca67807115e6b0dd" - integrity sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA== +vfile-message@3.1.4, vfile-message@^3.0.0: + version "3.1.4" + resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.4.tgz#15a50816ae7d7c2d1fa87090a7f9f96612b59dea" + integrity sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw== dependencies: "@types/unist" "^2.0.0" unist-util-stringify-position "^3.0.0" @@ -18368,14 +18368,6 @@ vfile-message@^2.0.0: "@types/unist" "^2.0.0" unist-util-stringify-position "^2.0.0" -vfile-message@^3.0.0: - version "3.1.4" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.4.tgz#15a50816ae7d7c2d1fa87090a7f9f96612b59dea" - integrity sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw== - dependencies: - "@types/unist" "^2.0.0" - unist-util-stringify-position "^3.0.0" - vfile-statistics@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/vfile-statistics/-/vfile-statistics-2.0.1.tgz#2e1adae1cd3a45c1ed4f2a24bd103c3d71e4bce3"