diff --git a/package-lock.json b/package-lock.json index 9ad0c999087..3d74f0afad3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "remark-lint": "^9.1.2", "remark-lint-fenced-code-flag": "^3.1.2", "remark-lint-no-shell-dollars": "^3.1.2", - "remark-stringify": "^10.0.2", + "remark-stringify": "^10.0.3", "textlint": "^13.3.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", @@ -3563,9 +3563,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==", "dev": true, "dependencies": { "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index b7bc0b6d4ea..bdadae146ac 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "remark-lint": "^9.1.2", "remark-lint-fenced-code-flag": "^3.1.2", "remark-lint-no-shell-dollars": "^3.1.2", - "remark-stringify": "^10.0.2", + "remark-stringify": "^10.0.3", "textlint": "^13.3.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1",