diff --git a/package-lock.json b/package-lock.json index c2a5db9..ed9f8ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "html-validator": "^6.0.1", "inline-source": "^8.0.3", "standard": "^17.1.2", - "stylelint": "^16.13.2", + "stylelint": "^16.14.1", "stylelint-config-standard": "^37.0.0" } }, @@ -4330,9 +4330,9 @@ } }, "node_modules/stylelint": { - "version": "16.13.2", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", - "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", + "version": "16.14.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz", + "integrity": "sha512-oqCL7AC3786oTax35T/nuLL8p2C3k/8rHKAooezrPGRvUX0wX+qqs5kMWh5YYT4PHQgVDobHT4tw55WgpYG6Sw==", "funding": [ { "type": "opencollective", @@ -4343,6 +4343,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", @@ -4362,7 +4363,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^7.0.1", + "ignore": "^7.0.3", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", @@ -4371,7 +4372,7 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-resolve-nested-selector": "^0.1.6", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.0.0", diff --git a/package.json b/package.json index 12bff61..c834fc3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "html-validator": "^6.0.1", "inline-source": "^8.0.3", "standard": "^17.1.2", - "stylelint": "^16.13.2", + "stylelint": "^16.14.1", "stylelint-config-standard": "^37.0.0" } }