From e4bbd303110aca13b9aefc554836a42f5335dc49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 14:19:58 +0000 Subject: [PATCH] fix: upgrade remark-stringify from 10.0.2 to 10.0.3 Snyk has created this PR to upgrade remark-stringify from 10.0.2 to 10.0.3. See this package in npm: https://www.npmjs.com/package/remark-stringify See this project in Snyk: https://app.snyk.io/org/micreates813/project/10279b92-257c-4157-a097-5b151943b527?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 950ec32c2aa936..ef222a86b14313 100644 --- a/tools/lint-md/package-lock.json +++ b/tools/lint-md/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "remark-parse": "^10.0.1", "remark-preset-lint-node": "^3.3.1", - "remark-stringify": "^10.0.2", + "remark-stringify": "^10.0.3", "to-vfile": "^7.2.3", "unified": "^10.1.2", "vfile-reporter": "^7.0.4" @@ -2182,9 +2182,9 @@ } }, "node_modules/remark-stringify": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz", - "integrity": "sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.3.tgz", + "integrity": "sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==", "dependencies": { "@types/mdast": "^3.0.0", "mdast-util-to-markdown": "^1.0.0", @@ -4170,9 +4170,9 @@ } }, "remark-stringify": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz", - "integrity": "sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.3.tgz", + "integrity": "sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==", "requires": { "@types/mdast": "^3.0.0", "mdast-util-to-markdown": "^1.0.0", diff --git a/tools/lint-md/package.json b/tools/lint-md/package.json index 650284472a43d1..adf759c4d881b5 100644 --- a/tools/lint-md/package.json +++ b/tools/lint-md/package.json @@ -8,7 +8,7 @@ "dependencies": { "remark-parse": "^10.0.1", "remark-preset-lint-node": "^3.3.1", - "remark-stringify": "^10.0.2", + "remark-stringify": "^10.0.3", "to-vfile": "^7.2.3", "unified": "^10.1.2", "vfile-reporter": "^7.0.4"