|
|
@@ -41,7 +41,7 @@
|
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
|
"prettier-plugin-sql": "^0.18.1",
|
|
|
- "stylelint": "^16.8.1",
|
|
|
+ "stylelint": "^16.8.2",
|
|
|
"stylelint-config-standard": "^36.0.1",
|
|
|
"vitepress": "^1.3.2",
|
|
|
"vitest": "^2.0.5",
|
|
|
@@ -453,77 +453,10 @@
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@csstools/css-parser-algorithms": {
|
|
|
- "version": "2.7.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz",
|
|
|
- "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==",
|
|
|
- "dev": true,
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/csstools"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/csstools"
|
|
|
- }
|
|
|
- ],
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": "^14 || ^16 || >=18"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "@csstools/css-tokenizer": "^2.4.1"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/@csstools/css-tokenizer": {
|
|
|
- "version": "2.4.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz",
|
|
|
- "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==",
|
|
|
- "dev": true,
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/csstools"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/csstools"
|
|
|
- }
|
|
|
- ],
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": "^14 || ^16 || >=18"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/@csstools/media-query-list-parser": {
|
|
|
- "version": "2.1.13",
|
|
|
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz",
|
|
|
- "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==",
|
|
|
- "dev": true,
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/csstools"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/csstools"
|
|
|
- }
|
|
|
- ],
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": "^14 || ^16 || >=18"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "@csstools/css-parser-algorithms": "^2.7.1",
|
|
|
- "@csstools/css-tokenizer": "^2.4.1"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/@csstools/selector-specificity": {
|
|
|
- "version": "3.1.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz",
|
|
|
- "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==",
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==",
|
|
|
"dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -537,10 +470,10 @@
|
|
|
],
|
|
|
"license": "MIT-0",
|
|
|
"engines": {
|
|
|
- "node": "^14 || ^16 || >=18"
|
|
|
+ "node": ">=18"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "postcss-selector-parser": "^6.0.13"
|
|
|
+ "postcss-selector-parser": "^6.1.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@docsearch/css": {
|
|
|
@@ -4388,10 +4321,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/ignore": {
|
|
|
- "version": "5.3.1",
|
|
|
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
|
|
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
|
|
+ "version": "5.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
|
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">= 4"
|
|
|
}
|
|
|
@@ -6321,9 +6255,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/postcss": {
|
|
|
- "version": "8.4.40",
|
|
|
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz",
|
|
|
- "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==",
|
|
|
+ "version": "8.4.41",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
|
|
|
+ "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "opencollective",
|
|
|
@@ -6349,9 +6283,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/postcss-resolve-nested-selector": {
|
|
|
- "version": "0.1.4",
|
|
|
- "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.4.tgz",
|
|
|
- "integrity": "sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==",
|
|
|
+ "version": "0.1.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz",
|
|
|
+ "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
@@ -6382,9 +6316,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/postcss-selector-parser": {
|
|
|
- "version": "6.1.1",
|
|
|
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz",
|
|
|
- "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==",
|
|
|
+ "version": "6.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
|
|
|
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
@@ -7279,9 +7213,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stylelint": {
|
|
|
- "version": "16.8.1",
|
|
|
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.1.tgz",
|
|
|
- "integrity": "sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==",
|
|
|
+ "version": "16.8.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.2.tgz",
|
|
|
+ "integrity": "sha512-fInKATippQhcSm7AB+T32GpI+626yohrg33GkFT/5jzliUw5qhlwZq2UQQwgl3HsHrf09oeARi0ZwgY/UWEv9A==",
|
|
|
"dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -7295,10 +7229,10 @@
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@csstools/css-parser-algorithms": "^2.7.1",
|
|
|
- "@csstools/css-tokenizer": "^2.4.1",
|
|
|
- "@csstools/media-query-list-parser": "^2.1.13",
|
|
|
- "@csstools/selector-specificity": "^3.1.1",
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.0",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.0",
|
|
|
+ "@csstools/media-query-list-parser": "^3.0.0",
|
|
|
+ "@csstools/selector-specificity": "^4.0.0",
|
|
|
"@dual-bundle/import-meta-resolve": "^4.1.0",
|
|
|
"balanced-match": "^2.0.0",
|
|
|
"colord": "^2.9.3",
|
|
|
@@ -7313,7 +7247,7 @@
|
|
|
"globby": "^11.1.0",
|
|
|
"globjoin": "^0.1.4",
|
|
|
"html-tags": "^3.3.1",
|
|
|
- "ignore": "^5.3.1",
|
|
|
+ "ignore": "^5.3.2",
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
"is-plain-object": "^5.0.0",
|
|
|
"known-css-properties": "^0.34.0",
|
|
|
@@ -7322,10 +7256,10 @@
|
|
|
"micromatch": "^4.0.7",
|
|
|
"normalize-path": "^3.0.0",
|
|
|
"picocolors": "^1.0.1",
|
|
|
- "postcss": "^8.4.40",
|
|
|
- "postcss-resolve-nested-selector": "^0.1.4",
|
|
|
+ "postcss": "^8.4.41",
|
|
|
+ "postcss-resolve-nested-selector": "^0.1.6",
|
|
|
"postcss-safe-parser": "^7.0.0",
|
|
|
- "postcss-selector-parser": "^6.1.1",
|
|
|
+ "postcss-selector-parser": "^6.1.2",
|
|
|
"postcss-value-parser": "^4.2.0",
|
|
|
"resolve-from": "^5.0.0",
|
|
|
"string-width": "^4.2.3",
|
|
|
@@ -7391,6 +7325,73 @@
|
|
|
"stylelint": "^16.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/stylelint/node_modules/@csstools/css-parser-algorithms": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-tokenizer": "^3.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/stylelint/node_modules/@csstools/css-tokenizer": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/stylelint/node_modules/@csstools/media-query-list-parser": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.1",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/stylelint/node_modules/balanced-match": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
|