From ff165faedeb15ed1469b9a52305f3b1e219a8074 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Aug 2023 00:25:48 +0000 Subject: [PATCH] fix: upgrade vfile from 4.2.0 to 4.2.1 Snyk has created this PR to upgrade vfile from 4.2.0 to 4.2.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/eui/project/782ac3a8-8bb4-4658-baa9-190d6cb035f1?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55d0d452dcc..50affe90686 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "unist-util-visit": "^2.0.3", "url-parse": "^1.5.10", "uuid": "^8.3.0", - "vfile": "^4.2.0" + "vfile": "^4.2.1" }, "devDependencies": { "@axe-core/puppeteer": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index 24942d4dae5..68c234e2956 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21906,7 +21906,7 @@ vfile@^2.0.0: unist-util-stringify-position "^1.0.0" vfile-message "^1.0.0" -vfile@^4.0.0, vfile@^4.2.0: +vfile@^4.0.0: version "4.2.0" resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.0.tgz#26c78ac92eb70816b01d4565e003b7e65a2a0e01" integrity sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw== @@ -21917,6 +21917,16 @@ vfile@^4.0.0, vfile@^4.2.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" +vfile@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624" + integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA== + dependencies: + "@types/unist" "^2.0.0" + is-buffer "^2.0.0" + unist-util-stringify-position "^2.0.0" + vfile-message "^2.0.0" + vinyl-file@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/vinyl-file/-/vinyl-file-2.0.0.tgz#a7ebf5ffbefda1b7d18d140fcb07b223efb6751a"