From 72227229a0be3e98fcb89ee0c4eb3b8b239b2930 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Nov 2021 20:27:55 +0000 Subject: [PATCH] Update dependency to-vfile to v7.2.2 --- package.json | 2 +- yarn.lock | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 59b6ec3a..5092d4c5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sirv-cli": "1.0.12", "stylelint": "13.13.1", "svelte": "3.40.2", - "to-vfile": "7.2.0", + "to-vfile": "7.2.2", "tslib": "2.3.0", "typescript": "4.3.5", "unified": "10.0.1" diff --git a/yarn.lock b/yarn.lock index dd68118a..2a17e300 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7839,13 +7839,13 @@ to-regex@^3.0.1, to-regex@^3.0.2: regex-not "^1.0.2" safe-regex "^1.1.0" -to-vfile@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/to-vfile/-/to-vfile-7.2.0.tgz#4d69eb1530e968256d569802e4983d353ee270d1" - integrity sha512-PQuvzMp0J/TLV9mb0/DDe0xv6RapPIIK3HfJBaVyGX5wpbhYIy1HB2KvcNZyVGCIQMvJJoqQBumGJc80d13FdA== +to-vfile@7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/to-vfile/-/to-vfile-7.2.2.tgz#5976568397ef664bc8df210676d082478822afbf" + integrity sha512-7WL+coet3qyaYb5vrVrfLtOUHgNv9E1D5SIsyVKmHKcgZefy77WMQRk7FByqGKNInoHOlY6xkTGymo29AwjUKg== dependencies: is-buffer "^2.0.0" - vfile "^5.0.0" + vfile "^5.1.0" to-vfile@^6.0.0: version "6.1.0" @@ -8400,9 +8400,15 @@ vfile@^5.0.0: unist-util-stringify-position "^3.0.0" vfile-message "^3.0.0" -"vscode-textmate@git+https://github.com/octref/vscode-textmate.git": - version "4.0.1" - resolved "git+https://github.com/octref/vscode-textmate.git#e65aabe2227febda7beaad31dd0fca1228c5ddf3" +vfile@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.2.0.tgz#a32a646ff9251c274dbe8675644a39031025b369" + integrity sha512-ftCpb6pU8Jrzcqku8zE6N3Gi4/RkDhRwEXSWudzZzA2eEOn/cBpsfk9aulCUR+j1raRSAykYQap9u6j6rhUaCA== + dependencies: + "@types/unist" "^2.0.0" + is-buffer "^2.0.0" + unist-util-stringify-position "^3.0.0" + vfile-message "^3.0.0" "vscode-textmate@https://github.com/octref/vscode-textmate": version "4.0.1"