From 99afb1dc08617cf179efc29290ce61c6ce217854 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:18:36 +0000 Subject: [PATCH] Release 16.13.1 (#480) Co-authored-by: jeddy3 <808227+jeddy3@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a29b4ad..936c6f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "remark-cli": "^12.0.1", "remark-gfm": "^4.0.0", "remark-github-admonitions-to-directives": "^2.1.0", - "stylelint": "https://github.com/stylelint/stylelint/tarball/16.13.0", + "stylelint": "https://github.com/stylelint/stylelint/tarball/16.13.1", "stylelint-config-standard": "^36.0.1", "unist-util-visit": "^5.0.0" }, @@ -21385,9 +21385,9 @@ } }, "node_modules/stylelint": { - "version": "16.13.0", - "resolved": "https://github.com/stylelint/stylelint/tarball/16.13.0", - "integrity": "sha512-B1T2dbYfO3idsybYLXbtkao4SRjX4FVX9Qsvj/rlgTnhOP+g4S+SqPZyNGr/cd1juz16dnFXPmcAAahfzqAvKg==", + "version": "16.13.1", + "resolved": "https://github.com/stylelint/stylelint/tarball/16.13.1", + "integrity": "sha512-dLv4cbdvlcW4mi+agvSQ3encGrVfa8GPYaI4ggKdWkzPVB+MWq5bd0X0wLsGECKk9r+sUDXao2Xt0njV5r6mSA==", "dev": true, "funding": [ { @@ -21419,7 +21419,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^7.0.0", + "ignore": "^7.0.1", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", @@ -21592,9 +21592,9 @@ } }, "node_modules/stylelint/node_modules/ignore": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz", - "integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.1.tgz", + "integrity": "sha512-D1gVletsbVOoiXF963rgZnfobGAbq7Lb+dz3fcBmlOmZg6hHkpbycLqL8PLNB8f4GVv6dOVYwhPL/r7hwiH0Fw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 709c661..3a30f25 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "remark-cli": "^12.0.1", "remark-gfm": "^4.0.0", "remark-github-admonitions-to-directives": "^2.1.0", - "stylelint": "https://github.com/stylelint/stylelint/tarball/16.13.0", + "stylelint": "https://github.com/stylelint/stylelint/tarball/16.13.1", "stylelint-config-standard": "^36.0.1", "unist-util-visit": "^5.0.0" },