diff --git a/package-lock.json b/package-lock.json index 7dfcf1c320..0c9a5e6fc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "remark-lint-checkbox-character-style": "^4.1.2", "remark-lint-checkbox-content-indent": "^4.1.2", "remark-lint-code": "^2.0.0", - "remark-lint-code-block-style": "^3.1.0", + "remark-lint-code-block-style": "^3.1.2", "remark-lint-definition-case": "^3.1.2", "remark-lint-definition-spacing": "^3.1.2", "remark-lint-fenced-code-flag": "^3.1.2", @@ -4252,9 +4252,9 @@ } }, "node_modules/remark-lint-code-block-style": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/remark-lint-code-block-style/-/remark-lint-code-block-style-3.1.0.tgz", - "integrity": "sha512-Hv4YQ8ueLGpjItla4CkcOkcfGj+nlquqylDgCm1/xKnW+Ke2a4qVTMVJrP9Krp4FWmXgktJLDHjhRH+pzhDXLg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/remark-lint-code-block-style/-/remark-lint-code-block-style-3.1.2.tgz", + "integrity": "sha512-3wsWmzzdyEsB9sOzBOf46TSkwwVKXN2JpTEQb6feN0Tl6Vg75F7T9MHqMz7aqk/56bOXSxUzdpXDscGBhziLRA==", "dev": true, "dependencies": { "@types/mdast": "^3.0.0", @@ -9825,9 +9825,9 @@ } }, "remark-lint-code-block-style": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/remark-lint-code-block-style/-/remark-lint-code-block-style-3.1.0.tgz", - "integrity": "sha512-Hv4YQ8ueLGpjItla4CkcOkcfGj+nlquqylDgCm1/xKnW+Ke2a4qVTMVJrP9Krp4FWmXgktJLDHjhRH+pzhDXLg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/remark-lint-code-block-style/-/remark-lint-code-block-style-3.1.2.tgz", + "integrity": "sha512-3wsWmzzdyEsB9sOzBOf46TSkwwVKXN2JpTEQb6feN0Tl6Vg75F7T9MHqMz7aqk/56bOXSxUzdpXDscGBhziLRA==", "dev": true, "requires": { "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index e653f4e559..c965ad0ae3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "remark-lint-checkbox-character-style": "^4.1.2", "remark-lint-checkbox-content-indent": "^4.1.2", "remark-lint-code": "^2.0.0", - "remark-lint-code-block-style": "^3.1.0", + "remark-lint-code-block-style": "^3.1.2", "remark-lint-definition-case": "^3.1.2", "remark-lint-definition-spacing": "^3.1.2", "remark-lint-fenced-code-flag": "^3.1.2",