From 3630123618b30f1ebd6d7e5516d384db88e6fac7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Mar 2024 20:18:35 +0000 Subject: [PATCH] fix: upgrade remark-preset-lint-node from 3.3.0 to 3.4.0 Snyk has created this PR to upgrade remark-preset-lint-node from 3.3.0 to 3.4.0. See this package in npm: https://www.npmjs.com/package/remark-preset-lint-node See this project in Snyk: https://app.snyk.io/org/08epouu1/project/72e21caf-a0d5-4ac0-9973-58c488d34d2c?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/lint-md/package-lock.json | 150 ++++++++++++++++---------------- tools/lint-md/package.json | 2 +- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/tools/lint-md/package-lock.json b/tools/lint-md/package-lock.json index fc2b33304d0f33..16a9b290086a2e 100644 --- a/tools/lint-md/package-lock.json +++ b/tools/lint-md/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "remark-parse": "^10.0.1", - "remark-preset-lint-node": "^3.3.0", + "remark-preset-lint-node": "^3.4.0", "remark-stringify": "^10.0.2", "to-vfile": "^7.2.2", "unified": "^10.1.1", @@ -2084,44 +2084,44 @@ } }, "node_modules/remark-preset-lint-node": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-3.3.0.tgz", - "integrity": "sha512-JPjXould+7VTpwj+YJHSoPiGwKLpmLAZJRveU/dT7mCDOdSSORe/SGo9fJDm6owUReg50b5AG2AY8nlReytHcA==", - "dependencies": { - "js-yaml": "^4.0.0", - "remark-gfm": "^3.0.0", - "remark-lint-blockquote-indentation": "^3.0.0", - "remark-lint-checkbox-character-style": "^4.0.0", - "remark-lint-checkbox-content-indent": "^4.0.0", - "remark-lint-code-block-style": "^3.0.0", - "remark-lint-definition-spacing": "^3.0.0", - "remark-lint-fenced-code-flag": "^3.0.0", - "remark-lint-fenced-code-marker": "^3.0.0", - "remark-lint-file-extension": "^2.0.0", - "remark-lint-final-definition": "^3.0.0", - "remark-lint-first-heading-level": "^3.0.0", - "remark-lint-heading-style": "^3.0.0", - "remark-lint-list-item-indent": "^3.0.0", - "remark-lint-maximum-line-length": "^3.0.0", - "remark-lint-no-consecutive-blank-lines": "^4.0.0", - "remark-lint-no-file-name-articles": "^2.0.0", - "remark-lint-no-file-name-consecutive-dashes": "^2.0.0", - "remark-lint-no-file-name-outer-dashes": "^2.0.0", - "remark-lint-no-heading-indent": "^4.0.0", - "remark-lint-no-multiple-toplevel-headings": "^3.0.0", - "remark-lint-no-shell-dollars": "^3.0.0", - "remark-lint-no-table-indentation": "^4.0.0", - "remark-lint-no-tabs": "^3.0.0", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-3.4.0.tgz", + "integrity": "sha512-8y2zZMwME1f7WGJSTAJGpAH6QRCQUV0Q3d8w3ecGoK/veRWX1gNpsRB3TH4JLDFF3v3zEOL7bs9Sexq47mT+MQ==", + "dependencies": { + "js-yaml": "^4.1.0", + "remark-gfm": "^3.0.1", + "remark-lint-blockquote-indentation": "^3.1.1", + "remark-lint-checkbox-character-style": "^4.1.1", + "remark-lint-checkbox-content-indent": "^4.1.1", + "remark-lint-code-block-style": "^3.1.0", + "remark-lint-definition-spacing": "^3.1.1", + "remark-lint-fenced-code-flag": "^3.1.1", + "remark-lint-fenced-code-marker": "^3.1.1", + "remark-lint-file-extension": "^2.1.1", + "remark-lint-final-definition": "^3.1.1", + "remark-lint-first-heading-level": "^3.1.1", + "remark-lint-heading-style": "^3.1.1", + "remark-lint-list-item-indent": "^3.1.1", + "remark-lint-maximum-line-length": "^3.1.2", + "remark-lint-no-consecutive-blank-lines": "^4.1.2", + "remark-lint-no-file-name-articles": "^2.1.1", + "remark-lint-no-file-name-consecutive-dashes": "^2.1.1", + "remark-lint-no-file-name-outer-dashes": "^2.1.1", + "remark-lint-no-heading-indent": "^4.1.1", + "remark-lint-no-multiple-toplevel-headings": "^3.1.1", + "remark-lint-no-shell-dollars": "^3.1.1", + "remark-lint-no-table-indentation": "^4.1.1", + "remark-lint-no-tabs": "^3.1.1", "remark-lint-no-trailing-spaces": "^2.0.1", - "remark-lint-prohibited-strings": "^3.0.0", - "remark-lint-rule-style": "^3.0.0", - "remark-lint-strong-marker": "^3.0.0", - "remark-lint-table-cell-padding": "^4.0.0", - "remark-lint-table-pipes": "^4.0.0", - "remark-lint-unordered-list-marker-style": "^3.0.0", - "remark-preset-lint-recommended": "^6.1.1", - "semver": "^7.3.2", - "unified-lint-rule": "^2.0.0", + "remark-lint-prohibited-strings": "^3.1.0", + "remark-lint-rule-style": "^3.1.1", + "remark-lint-strong-marker": "^3.1.1", + "remark-lint-table-cell-padding": "^4.1.2", + "remark-lint-table-pipes": "^4.1.1", + "remark-lint-unordered-list-marker-style": "^3.1.1", + "remark-preset-lint-recommended": "^6.1.2", + "semver": "^7.3.5", + "unified-lint-rule": "^2.1.1", "unist-util-visit": "^4.1.0" }, "engines": { @@ -4057,44 +4057,44 @@ } }, "remark-preset-lint-node": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-3.3.0.tgz", - "integrity": "sha512-JPjXould+7VTpwj+YJHSoPiGwKLpmLAZJRveU/dT7mCDOdSSORe/SGo9fJDm6owUReg50b5AG2AY8nlReytHcA==", - "requires": { - "js-yaml": "^4.0.0", - "remark-gfm": "^3.0.0", - "remark-lint-blockquote-indentation": "^3.0.0", - "remark-lint-checkbox-character-style": "^4.0.0", - "remark-lint-checkbox-content-indent": "^4.0.0", - "remark-lint-code-block-style": "^3.0.0", - "remark-lint-definition-spacing": "^3.0.0", - "remark-lint-fenced-code-flag": "^3.0.0", - "remark-lint-fenced-code-marker": "^3.0.0", - "remark-lint-file-extension": "^2.0.0", - "remark-lint-final-definition": "^3.0.0", - "remark-lint-first-heading-level": "^3.0.0", - "remark-lint-heading-style": "^3.0.0", - "remark-lint-list-item-indent": "^3.0.0", - "remark-lint-maximum-line-length": "^3.0.0", - "remark-lint-no-consecutive-blank-lines": "^4.0.0", - "remark-lint-no-file-name-articles": "^2.0.0", - "remark-lint-no-file-name-consecutive-dashes": "^2.0.0", - "remark-lint-no-file-name-outer-dashes": "^2.0.0", - "remark-lint-no-heading-indent": "^4.0.0", - "remark-lint-no-multiple-toplevel-headings": "^3.0.0", - "remark-lint-no-shell-dollars": "^3.0.0", - "remark-lint-no-table-indentation": "^4.0.0", - "remark-lint-no-tabs": "^3.0.0", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-3.4.0.tgz", + "integrity": "sha512-8y2zZMwME1f7WGJSTAJGpAH6QRCQUV0Q3d8w3ecGoK/veRWX1gNpsRB3TH4JLDFF3v3zEOL7bs9Sexq47mT+MQ==", + "requires": { + "js-yaml": "^4.1.0", + "remark-gfm": "^3.0.1", + "remark-lint-blockquote-indentation": "^3.1.1", + "remark-lint-checkbox-character-style": "^4.1.1", + "remark-lint-checkbox-content-indent": "^4.1.1", + "remark-lint-code-block-style": "^3.1.0", + "remark-lint-definition-spacing": "^3.1.1", + "remark-lint-fenced-code-flag": "^3.1.1", + "remark-lint-fenced-code-marker": "^3.1.1", + "remark-lint-file-extension": "^2.1.1", + "remark-lint-final-definition": "^3.1.1", + "remark-lint-first-heading-level": "^3.1.1", + "remark-lint-heading-style": "^3.1.1", + "remark-lint-list-item-indent": "^3.1.1", + "remark-lint-maximum-line-length": "^3.1.2", + "remark-lint-no-consecutive-blank-lines": "^4.1.2", + "remark-lint-no-file-name-articles": "^2.1.1", + "remark-lint-no-file-name-consecutive-dashes": "^2.1.1", + "remark-lint-no-file-name-outer-dashes": "^2.1.1", + "remark-lint-no-heading-indent": "^4.1.1", + "remark-lint-no-multiple-toplevel-headings": "^3.1.1", + "remark-lint-no-shell-dollars": "^3.1.1", + "remark-lint-no-table-indentation": "^4.1.1", + "remark-lint-no-tabs": "^3.1.1", "remark-lint-no-trailing-spaces": "^2.0.1", - "remark-lint-prohibited-strings": "^3.0.0", - "remark-lint-rule-style": "^3.0.0", - "remark-lint-strong-marker": "^3.0.0", - "remark-lint-table-cell-padding": "^4.0.0", - "remark-lint-table-pipes": "^4.0.0", - "remark-lint-unordered-list-marker-style": "^3.0.0", - "remark-preset-lint-recommended": "^6.1.1", - "semver": "^7.3.2", - "unified-lint-rule": "^2.0.0", + "remark-lint-prohibited-strings": "^3.1.0", + "remark-lint-rule-style": "^3.1.1", + "remark-lint-strong-marker": "^3.1.1", + "remark-lint-table-cell-padding": "^4.1.2", + "remark-lint-table-pipes": "^4.1.1", + "remark-lint-unordered-list-marker-style": "^3.1.1", + "remark-preset-lint-recommended": "^6.1.2", + "semver": "^7.3.5", + "unified-lint-rule": "^2.1.1", "unist-util-visit": "^4.1.0" } }, diff --git a/tools/lint-md/package.json b/tools/lint-md/package.json index 78c728ac4be828..445d3e3b512b4f 100644 --- a/tools/lint-md/package.json +++ b/tools/lint-md/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "remark-parse": "^10.0.1", - "remark-preset-lint-node": "^3.3.0", + "remark-preset-lint-node": "^3.4.0", "remark-stringify": "^10.0.2", "to-vfile": "^7.2.2", "unified": "^10.1.1",