From 6d13bd9903323ea6b8a91e97baf67df38d29caad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:28:19 +0000 Subject: [PATCH] chore(deps): update dependency fluid-lint-all to v1.2.13 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 106 ++++++++++++---------------------------------- 1 file changed, 26 insertions(+), 80 deletions(-) diff --git a/package-lock.json b/package-lock.json index 480de04..cde45e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4824,9 +4824,9 @@ } }, "node_modules/fluid-lint-all": { - "version": "1.2.12", - "resolved": "https://registry.npmjs.org/fluid-lint-all/-/fluid-lint-all-1.2.12.tgz", - "integrity": "sha512-RQsNRMWDNbvw5jIo93EiHQuhQ8/XMVEJ3ddSNs7ApNRthog++pebqa/EgiSJPdiS5PVY7OqdqzUIlK+B9MRvpA==", + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fluid-lint-all/-/fluid-lint-all-1.2.13.tgz", + "integrity": "sha512-pT6VmVwJ3DX+A+HtpXZi+128lpHZei0wfyWfOKoTdowbMnODqrQn20lX9TH0/COGUuBj4hIpx+yFwBSHzR+MGw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -4843,7 +4843,7 @@ "json5": "2.2.3", "lintspaces": "0.10.2", "markdownlint": "0.27.0", - "markdownlint-config-fluid": "0.1.4", + "markdownlint-config-fluid": "0.1.8", "minimatch": "7.4.2", "minimist": "1.2.8", "stylelint": "13.13.1", @@ -7316,100 +7316,46 @@ } }, "node_modules/markdownlint-config-fluid": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/markdownlint-config-fluid/-/markdownlint-config-fluid-0.1.4.tgz", - "integrity": "sha512-WjQE9l8WE33kVzv+vNWrvNuHQcdFhnw1W1muoIF6T7mhIlpftYyScaYNsCbUhegxEVYAEzaWePnbyGHlK2PQXg==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/markdownlint-config-fluid/-/markdownlint-config-fluid-0.1.8.tgz", + "integrity": "sha512-PPkh/5Khy59shn6v2/f9BDW6q6xfhaD/SBu2wLGrU03HAMabKLi3fzVFqmrZ1k9OFVAQA5Neyk2cmiEEnRoO6Q==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "infusion": "3.0.0-dev.20210312T233557Z.0b016a6dc.FLUID-6580", - "markdownlint": "0.21.1" + "infusion": "4.7.1", + "markdownlint": "0.36.1" } }, - "node_modules/markdownlint-config-fluid/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/markdownlint-config-fluid/node_modules/markdownlint": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz", + "integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==", "dev": true, "license": "MIT", "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/markdownlint-config-fluid/node_modules/entities": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", - "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/markdownlint-config-fluid/node_modules/infusion": { - "version": "3.0.0-dev.20210312T233557Z.0b016a6dc.FLUID-6580", - "resolved": "https://registry.npmjs.org/infusion/-/infusion-3.0.0-dev.20210312T233557Z.0b016a6dc.FLUID-6580.tgz", - "integrity": "sha512-TTwK+cHM5y/Oz13ueySZHN6Tb3CqkH5wA4hrdFxu3PdIKwPrQzoyAEz8tDcogebMFwAl3yHVwayTO8vJeITq4A==", - "dev": true, - "license": "(BSD-3-Clause OR ECL-2.0)", - "dependencies": { - "fluid-resolve": "1.3.0" + "markdown-it": "14.1.0", + "markdownlint-micromark": "0.1.12" }, "engines": { - "node": ">=12" - } - }, - "node_modules/markdownlint-config-fluid/node_modules/linkify-it": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", - "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "uc.micro": "^1.0.1" - } - }, - "node_modules/markdownlint-config-fluid/node_modules/markdown-it": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-11.0.0.tgz", - "integrity": "sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "entities": "~2.0.0", - "linkify-it": "^3.0.1", - "mdurl": "^1.0.1", - "uc.micro": "^1.0.5" + "node": ">=18" }, - "bin": { - "markdown-it": "bin/markdown-it.js" + "funding": { + "url": "https://github.com/sponsors/DavidAnson" } }, - "node_modules/markdownlint-config-fluid/node_modules/markdownlint": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.21.1.tgz", - "integrity": "sha512-8kc88w5dyEzlmOWIElp8J17qBgzouOQfJ0LhCcpBFrwgyYK6JTKvILsk4FCEkiNqHkTxwxopT2RS2DYb/10qqg==", + "node_modules/markdownlint-micromark": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz", + "integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==", "dev": true, "license": "MIT", - "dependencies": { - "markdown-it": "11.0.0" - }, "engines": { - "node": ">=10" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/DavidAnson" } }, - "node_modules/markdownlint-config-fluid/node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", - "dev": true, - "license": "MIT" - }, - "node_modules/markdownlint-config-fluid/node_modules/uc.micro": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", - "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==", - "dev": true, - "license": "MIT" - }, "node_modules/markdownlint/node_modules/entities": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",