Skip to content

Commit

Permalink
fix: upgrade vfile from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Aug 28, 2023
1 parent e8f67e7 commit ff165fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand All @@ -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"
Expand Down

0 comments on commit ff165fa

Please sign in to comment.