diff --git a/package-lock.json b/package-lock.json index 1531424454..e80de10204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "react-dom": "^18.3.1", "remark-gfm": "^4.0.0", "storybook": "^8.4.5", - "stylelint": "^16.11.0", + "stylelint": "^16.12.0", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-standard": "^36.0.1", @@ -37613,9 +37613,9 @@ } }, "node_modules/stylelint": { - "version": "16.11.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.11.0.tgz", - "integrity": "sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==", + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.12.0.tgz", + "integrity": "sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==", "funding": [ { "type": "opencollective", @@ -37626,7 +37626,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", @@ -37664,7 +37663,7 @@ "string-width": "^4.2.3", "supports-hyperlinks": "^3.1.0", "svg-tags": "^1.0.0", - "table": "^6.8.2", + "table": "^6.9.0", "write-file-atomic": "^5.0.1" }, "bin": { diff --git a/package.json b/package.json index 4d7ce007e0..402b9b1f54 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-dom": "^18.3.1", "remark-gfm": "^4.0.0", "storybook": "^8.4.5", - "stylelint": "^16.11.0", + "stylelint": "^16.12.0", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-standard": "^36.0.1",