From 7fe9225c6d7ba24cfabefb34c59570c84c5017c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Aug 2022 21:24:03 +0000 Subject: [PATCH] fix: upgrade to-vfile from 7.2.2 to 7.2.3 Snyk has created this PR to upgrade to-vfile from 7.2.2 to 7.2.3. See this package in npm: https://www.npmjs.com/package/to-vfile See this project in Snyk: https://app.snyk.io/org/violethaze74/project/fc5f0287-4ff3-4b70-99b7-6c6588f4b80b?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/lint-md/package-lock.json | 14 +++++++------- tools/lint-md/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/lint-md/package-lock.json b/tools/lint-md/package-lock.json index 9ad160adc50df4..9ff7f8588c91c8 100644 --- a/tools/lint-md/package-lock.json +++ b/tools/lint-md/package-lock.json @@ -11,7 +11,7 @@ "remark-parse": "^10.0.1", "remark-preset-lint-node": "^3.3.0", "remark-stringify": "^10.0.2", - "to-vfile": "^7.2.2", + "to-vfile": "^7.2.3", "unified": "^10.1.1", "vfile-reporter": "^7.0.3" }, @@ -2316,9 +2316,9 @@ } }, "node_modules/to-vfile": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.2.tgz", - "integrity": "sha512-7WL+coet3qyaYb5vrVrfLtOUHgNv9E1D5SIsyVKmHKcgZefy77WMQRk7FByqGKNInoHOlY6xkTGymo29AwjUKg==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.3.tgz", + "integrity": "sha512-QO0A9aE6Z/YkmQadJ0syxpmNXtcQiu0qAtCKYKD5cS3EfgfFTAXfgLX6AOaBrSfWSek5nfsMf3gBZ9KGVFcLuw==", "dependencies": { "is-buffer": "^2.0.0", "vfile": "^5.1.0" @@ -4235,9 +4235,9 @@ "integrity": "sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==" }, "to-vfile": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.2.tgz", - "integrity": "sha512-7WL+coet3qyaYb5vrVrfLtOUHgNv9E1D5SIsyVKmHKcgZefy77WMQRk7FByqGKNInoHOlY6xkTGymo29AwjUKg==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.3.tgz", + "integrity": "sha512-QO0A9aE6Z/YkmQadJ0syxpmNXtcQiu0qAtCKYKD5cS3EfgfFTAXfgLX6AOaBrSfWSek5nfsMf3gBZ9KGVFcLuw==", "requires": { "is-buffer": "^2.0.0", "vfile": "^5.1.0" diff --git a/tools/lint-md/package.json b/tools/lint-md/package.json index a89fc42e9d60bb..313a6daf90b2e9 100644 --- a/tools/lint-md/package.json +++ b/tools/lint-md/package.json @@ -9,7 +9,7 @@ "remark-parse": "^10.0.1", "remark-preset-lint-node": "^3.3.0", "remark-stringify": "^10.0.2", - "to-vfile": "^7.2.2", + "to-vfile": "^7.2.3", "unified": "^10.1.1", "vfile-reporter": "^7.0.3" },