From fe731d13792b0af775552d6354c9e3b7ee0042a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 04:21:57 +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: remark-stringify See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/e3413da5-ac9e-47b4-8cfd-4817aa6569cd?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/lint-md/package-lock.json | 15 ++++++++------- tools/lint-md/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/tools/lint-md/package-lock.json b/tools/lint-md/package-lock.json index 61137685dfcd0f..5d02fa28df984c 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.3" @@ -2162,9 +2162,10 @@ } }, "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==", + "license": "MIT", "dependencies": { "@types/mdast": "^3.0.0", "mdast-util-to-markdown": "^1.0.0", @@ -4146,9 +4147,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 80dbd335b3e48f..40f873c506b178 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.3"