From b8a7c1aaae439f9793ad7381961effbe2652245c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:50:09 +0000 Subject: [PATCH] Update dependency markdownlint-cli2 to v0.12.1 --- package-lock.json | 32 +++++++++++++------------------- package.json | 2 +- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a573a21..fd6fdafb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jellyfin-roku", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jellyfin-roku", - "version": "2.0.1", + "version": "2.0.2", "hasInstallScript": true, "license": "GPL-2.0", "dependencies": { @@ -21,7 +21,7 @@ "clean-jsdoc-theme": "4.2.17", "jsdoc": "4.0.2", "jshint": "2.13.6", - "markdownlint-cli2": "0.12.0", + "markdownlint-cli2": "0.12.1", "rimraf": "5.0.5", "roku-deploy": "3.11.1", "roku-log-bsc-plugin": "0.8.1", @@ -3004,16 +3004,16 @@ } }, "node_modules/markdownlint-cli2": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.12.0.tgz", - "integrity": "sha512-5nddNaPY1WC7BE1mkF8fiEkRDW8XbODwqYBPL3eyvFh7tLk74no+P8JRbCjghF7ozahCW5pF0TZ3ZS30m9H1Eg==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.12.1.tgz", + "integrity": "sha512-RcK+l5FjJEyrU3REhrThiEUXNK89dLYNJCYbvOUKypxqIGfkcgpz8g08EKqhrmUbYfYoLC5nEYQy53NhJSEtfQ==", "dev": true, "dependencies": { "globby": "14.0.0", + "jsonc-parser": "3.2.0", "markdownlint": "0.33.0", "markdownlint-cli2-formatter-default": "0.0.4", "micromatch": "4.0.5", - "strip-json-comments": "5.0.1", "yaml": "2.3.4" }, "bin": { @@ -3055,6 +3055,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/markdownlint-cli2/node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true + }, "node_modules/markdownlint-cli2/node_modules/path-type": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", @@ -3067,18 +3073,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/markdownlint-cli2/node_modules/strip-json-comments": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", - "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==", - "dev": true, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/markdownlint-micromark": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.8.tgz", diff --git a/package.json b/package.json index 3d2e00b8..4e91c61a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "clean-jsdoc-theme": "4.2.17", "jsdoc": "4.0.2", "jshint": "2.13.6", - "markdownlint-cli2": "0.12.0", + "markdownlint-cli2": "0.12.1", "rimraf": "5.0.5", "roku-deploy": "3.11.1", "roku-log-bsc-plugin": "0.8.1",