|
@@ -39,7 +39,7 @@
|
|
|
"rollup": "^4.32.0",
|
|
|
"rtlcss": "^4.3.0",
|
|
|
"sass": "^1.78.0",
|
|
|
- "stylelint": "^16.12.0",
|
|
|
+ "stylelint": "^16.14.1",
|
|
|
"stylelint-config-twbs-bootstrap": "^15.1.0",
|
|
|
"terser": "^5.37.0",
|
|
|
"tslib": "^2.8.1",
|
|
@@ -1482,6 +1482,16 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@keyv/serialize": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "buffer": "^6.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@mdx-js/mdx": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz",
|
|
@@ -3090,6 +3100,27 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/base64-js": {
|
|
|
+ "version": "1.5.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
|
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/binary-extensions": {
|
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
@@ -3241,6 +3272,31 @@
|
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/buffer": {
|
|
|
+ "version": "6.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
|
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "base64-js": "^1.3.1",
|
|
|
+ "ieee754": "^1.2.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/buffer-from": {
|
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
@@ -3362,6 +3418,27 @@
|
|
|
"node": ">= 0.8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/cacheable": {
|
|
|
+ "version": "1.8.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.8.tgz",
|
|
|
+ "integrity": "sha512-OE1/jlarWxROUIpd0qGBSKFLkNsotY8pt4GeiVErUYh/NUeTNrT+SBksUgllQv4m6a0W/VZsLuiHb88maavqEw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "hookified": "^1.7.0",
|
|
|
+ "keyv": "^5.2.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cacheable/node_modules/keyv": {
|
|
|
+ "version": "5.2.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz",
|
|
|
+ "integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@keyv/serialize": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/call-bind": {
|
|
|
"version": "1.0.7",
|
|
|
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
|
|
@@ -4075,24 +4152,19 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/css-tree": {
|
|
|
- "version": "3.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.0.1.tgz",
|
|
|
- "integrity": "sha512-8Fxxv+tGhORlshCdCwnNJytvlvq46sOLSYEx2ZIGurahWvMucSRnyjPA3AmrMq4VPRYbHVpWj5VkiVasrM2H4Q==",
|
|
|
+ "version": "3.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
|
|
|
+ "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "mdn-data": "2.12.1",
|
|
|
+ "mdn-data": "2.12.2",
|
|
|
"source-map-js": "^1.0.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/css-tree/node_modules/mdn-data": {
|
|
|
- "version": "2.12.1",
|
|
|
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.1.tgz",
|
|
|
- "integrity": "sha512-rsfnCbOHjqrhWxwt5/wtSLzpoKTzW7OXdT5lLOIH1OTYhWu9rRJveGq0sKvDZODABH7RX+uoR+DYcpFnq4Tf6Q==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"node_modules/cssesc": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
@@ -5514,10 +5586,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/flatted": {
|
|
|
- "version": "3.3.1",
|
|
|
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
|
|
|
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
|
|
|
- "dev": true
|
|
|
+ "version": "3.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz",
|
|
|
+ "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
},
|
|
|
"node_modules/flattie": {
|
|
|
"version": "1.1.1",
|
|
@@ -6275,6 +6348,13 @@
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/hookified": {
|
|
|
+ "version": "1.7.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.7.0.tgz",
|
|
|
+ "integrity": "sha512-XQdMjqC1AyeOzfs+17cnIk7Wdfu1hh2JtcyNfBf5u9jHrT3iZUlGHxLTntFBuk5lwkqJ6l3+daeQdHK5yByHVA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/hosted-git-info": {
|
|
|
"version": "2.8.9",
|
|
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
|
|
@@ -6318,6 +6398,27 @@
|
|
|
"dev": true,
|
|
|
"license": "BSD-2-Clause"
|
|
|
},
|
|
|
+ "node_modules/ieee754": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "BSD-3-Clause"
|
|
|
+ },
|
|
|
"node_modules/ignore": {
|
|
|
"version": "5.3.2",
|
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
@@ -8424,9 +8525,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/nanoid": {
|
|
|
- "version": "3.3.7",
|
|
|
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
|
+ "version": "3.3.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
|
|
|
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
|
|
|
"dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
@@ -8434,6 +8535,7 @@
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
}
|
|
|
],
|
|
|
+ "license": "MIT",
|
|
|
"bin": {
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
},
|
|
@@ -9211,9 +9313,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/postcss": {
|
|
|
- "version": "8.4.49",
|
|
|
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
|
|
|
- "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
|
|
|
+ "version": "8.5.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
|
|
|
+ "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
|
|
|
"dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
@@ -9229,8 +9331,9 @@
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
}
|
|
|
],
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "nanoid": "^3.3.7",
|
|
|
+ "nanoid": "^3.3.8",
|
|
|
"picocolors": "^1.1.1",
|
|
|
"source-map-js": "^1.2.1"
|
|
|
},
|
|
@@ -11047,9 +11150,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stylelint": {
|
|
|
- "version": "16.12.0",
|
|
|
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.12.0.tgz",
|
|
|
- "integrity": "sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==",
|
|
|
+ "version": "16.14.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz",
|
|
|
+ "integrity": "sha512-oqCL7AC3786oTax35T/nuLL8p2C3k/8rHKAooezrPGRvUX0wX+qqs5kMWh5YYT4PHQgVDobHT4tw55WgpYG6Sw==",
|
|
|
"dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
@@ -11061,6 +11164,7 @@
|
|
|
"url": "https://github.com/sponsors/stylelint"
|
|
|
}
|
|
|
],
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
"@csstools/css-tokenizer": "^3.0.3",
|
|
@@ -11071,16 +11175,16 @@
|
|
|
"colord": "^2.9.3",
|
|
|
"cosmiconfig": "^9.0.0",
|
|
|
"css-functions-list": "^3.2.3",
|
|
|
- "css-tree": "^3.0.1",
|
|
|
+ "css-tree": "^3.1.0",
|
|
|
"debug": "^4.3.7",
|
|
|
- "fast-glob": "^3.3.2",
|
|
|
+ "fast-glob": "^3.3.3",
|
|
|
"fastest-levenshtein": "^1.0.16",
|
|
|
- "file-entry-cache": "^9.1.0",
|
|
|
+ "file-entry-cache": "^10.0.5",
|
|
|
"global-modules": "^2.0.0",
|
|
|
"globby": "^11.1.0",
|
|
|
"globjoin": "^0.1.4",
|
|
|
"html-tags": "^3.3.1",
|
|
|
- "ignore": "^6.0.2",
|
|
|
+ "ignore": "^7.0.3",
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
"is-plain-object": "^5.0.0",
|
|
|
"known-css-properties": "^0.35.0",
|
|
@@ -11089,7 +11193,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",
|
|
@@ -11357,35 +11461,33 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/stylelint/node_modules/file-entry-cache": {
|
|
|
- "version": "9.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.1.0.tgz",
|
|
|
- "integrity": "sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==",
|
|
|
+ "version": "10.0.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.6.tgz",
|
|
|
+ "integrity": "sha512-0wvv16mVo9nN0Md3k7DMjgAPKG/TY4F/gYMBVb/wMThFRJvzrpaqBFqF6km9wf8QfYTN+mNg5aeaBLfy8k35uA==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "flat-cache": "^5.0.0"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=18"
|
|
|
+ "flat-cache": "^6.1.6"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stylelint/node_modules/flat-cache": {
|
|
|
- "version": "5.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz",
|
|
|
- "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==",
|
|
|
+ "version": "6.1.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.6.tgz",
|
|
|
+ "integrity": "sha512-F+CKgSwp0pzLx67u+Zy1aCueVWFAHWbXepvXlZ+bWVTaASbm5SyCnSJ80Fp1ePEmS57wU+Bf6cx6525qtMZ4lQ==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "flatted": "^3.3.1",
|
|
|
- "keyv": "^4.5.4"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=18"
|
|
|
+ "cacheable": "^1.8.8",
|
|
|
+ "flatted": "^3.3.2",
|
|
|
+ "hookified": "^1.7.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stylelint/node_modules/ignore": {
|
|
|
- "version": "6.0.2",
|
|
|
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz",
|
|
|
- "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==",
|
|
|
+ "version": "7.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
|
|
|
+ "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">= 4"
|
|
|
}
|