mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update dependency css-minimizer-webpack-plugin to v5 (main) (#19942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
407c2140e6
commit
576bdc2dd7
@ -24,7 +24,7 @@
|
||||
"@nuxt/kit": "3.3.2",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"css-loader": "^6.7.3",
|
||||
"css-minimizer-webpack-plugin": "^4.2.2",
|
||||
"css-minimizer-webpack-plugin": "^5.0.0",
|
||||
"cssnano": "^6.0.0",
|
||||
"esbuild-loader": "^3.0.1",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
|
432
pnpm-lock.yaml
432
pnpm-lock.yaml
@ -910,8 +910,8 @@ importers:
|
||||
specifier: ^6.7.3
|
||||
version: 6.7.3(webpack@5.76.3)
|
||||
css-minimizer-webpack-plugin:
|
||||
specifier: ^4.2.2
|
||||
version: 4.2.2(webpack@5.76.3)
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0(webpack@5.76.3)
|
||||
cssnano:
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0(postcss@8.4.21)
|
||||
@ -4358,8 +4358,8 @@ packages:
|
||||
webpack: 5.76.3
|
||||
dev: false
|
||||
|
||||
/css-minimizer-webpack-plugin@4.2.2(webpack@5.76.3):
|
||||
resolution: {integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==}
|
||||
/css-minimizer-webpack-plugin@5.0.0(webpack@5.76.3):
|
||||
resolution: {integrity: sha512-1wZ/PYvg+ZKwi5FX6YrvbB31jMAdurS+CmRQLwWCVSlfzJC85l/a6RVICqUHFa+jXyhilfnCyjafzJGbmz5tcA==}
|
||||
engines: {node: '>= 14.15.0'}
|
||||
peerDependencies:
|
||||
'@parcel/css': '*'
|
||||
@ -4383,7 +4383,7 @@ packages:
|
||||
lightningcss:
|
||||
optional: true
|
||||
dependencies:
|
||||
cssnano: 5.1.15(postcss@8.4.21)
|
||||
cssnano: 6.0.0(postcss@8.4.21)
|
||||
jest-worker: 29.5.0
|
||||
postcss: 8.4.21
|
||||
schema-utils: 4.0.0
|
||||
@ -4401,16 +4401,6 @@ packages:
|
||||
nth-check: 1.0.2
|
||||
dev: true
|
||||
|
||||
/css-select@4.3.0:
|
||||
resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
|
||||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
css-what: 6.1.0
|
||||
domhandler: 4.3.1
|
||||
domutils: 2.8.0
|
||||
nth-check: 2.1.1
|
||||
dev: false
|
||||
|
||||
/css-select@5.1.0:
|
||||
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
|
||||
dependencies:
|
||||
@ -4420,14 +4410,6 @@ packages:
|
||||
domutils: 3.0.1
|
||||
nth-check: 2.1.1
|
||||
|
||||
/css-tree@1.1.3:
|
||||
resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==}
|
||||
engines: {node: '>=8.0.0'}
|
||||
dependencies:
|
||||
mdn-data: 2.0.14
|
||||
source-map: 0.6.1
|
||||
dev: false
|
||||
|
||||
/css-tree@2.2.1:
|
||||
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
|
||||
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
|
||||
@ -4455,44 +4437,6 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
hasBin: true
|
||||
|
||||
/cssnano-preset-default@5.2.14(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
css-declaration-sorter: 6.3.1(postcss@8.4.21)
|
||||
cssnano-utils: 3.1.0(postcss@8.4.21)
|
||||
postcss: 8.4.21
|
||||
postcss-calc: 8.2.4(postcss@8.4.21)
|
||||
postcss-colormin: 5.3.1(postcss@8.4.21)
|
||||
postcss-convert-values: 5.1.3(postcss@8.4.21)
|
||||
postcss-discard-comments: 5.1.2(postcss@8.4.21)
|
||||
postcss-discard-duplicates: 5.1.0(postcss@8.4.21)
|
||||
postcss-discard-empty: 5.1.1(postcss@8.4.21)
|
||||
postcss-discard-overridden: 5.1.0(postcss@8.4.21)
|
||||
postcss-merge-longhand: 5.1.7(postcss@8.4.21)
|
||||
postcss-merge-rules: 5.1.4(postcss@8.4.21)
|
||||
postcss-minify-font-values: 5.1.0(postcss@8.4.21)
|
||||
postcss-minify-gradients: 5.1.1(postcss@8.4.21)
|
||||
postcss-minify-params: 5.1.4(postcss@8.4.21)
|
||||
postcss-minify-selectors: 5.2.1(postcss@8.4.21)
|
||||
postcss-normalize-charset: 5.1.0(postcss@8.4.21)
|
||||
postcss-normalize-display-values: 5.1.0(postcss@8.4.21)
|
||||
postcss-normalize-positions: 5.1.1(postcss@8.4.21)
|
||||
postcss-normalize-repeat-style: 5.1.1(postcss@8.4.21)
|
||||
postcss-normalize-string: 5.1.0(postcss@8.4.21)
|
||||
postcss-normalize-timing-functions: 5.1.0(postcss@8.4.21)
|
||||
postcss-normalize-unicode: 5.1.1(postcss@8.4.21)
|
||||
postcss-normalize-url: 5.1.0(postcss@8.4.21)
|
||||
postcss-normalize-whitespace: 5.1.1(postcss@8.4.21)
|
||||
postcss-ordered-values: 5.1.3(postcss@8.4.21)
|
||||
postcss-reduce-initial: 5.1.2(postcss@8.4.21)
|
||||
postcss-reduce-transforms: 5.1.0(postcss@8.4.21)
|
||||
postcss-svgo: 5.1.0(postcss@8.4.21)
|
||||
postcss-unique-selectors: 5.1.1(postcss@8.4.21)
|
||||
dev: false
|
||||
|
||||
/cssnano-preset-default@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-BDxlaFzObRDXUiCCBQUNQcI+f1/aX2mgoNtXGjV6PG64POcHoDUoX+LgMWw+Q4609QhxwkcSnS65YFs42RA6qQ==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -4530,15 +4474,6 @@ packages:
|
||||
postcss-svgo: 6.0.0(postcss@8.4.21)
|
||||
postcss-unique-selectors: 6.0.0(postcss@8.4.21)
|
||||
|
||||
/cssnano-utils@3.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/cssnano-utils@4.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -4547,18 +4482,6 @@ packages:
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
|
||||
/cssnano@5.1.15(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
cssnano-preset-default: 5.2.14(postcss@8.4.21)
|
||||
lilconfig: 2.1.0
|
||||
postcss: 8.4.21
|
||||
yaml: 1.10.2
|
||||
dev: false
|
||||
|
||||
/cssnano@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-RGlcbzGhzEBCHuQe3k+Udyj5M00z0pm9S+VurHXFEOXxH+y0sVrJH2sMzoyz2d8N1EScazg+DVvmgyx0lurwwA==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -4569,13 +4492,6 @@ packages:
|
||||
lilconfig: 2.1.0
|
||||
postcss: 8.4.21
|
||||
|
||||
/csso@4.2.0:
|
||||
resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==}
|
||||
engines: {node: '>=8.0.0'}
|
||||
dependencies:
|
||||
css-tree: 1.1.3
|
||||
dev: false
|
||||
|
||||
/csso@5.0.5:
|
||||
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
|
||||
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
|
||||
@ -4738,14 +4654,6 @@ packages:
|
||||
entities: 1.1.2
|
||||
dev: true
|
||||
|
||||
/dom-serializer@1.4.1:
|
||||
resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
|
||||
dependencies:
|
||||
domelementtype: 2.3.0
|
||||
domhandler: 4.3.1
|
||||
entities: 2.2.0
|
||||
dev: false
|
||||
|
||||
/dom-serializer@2.0.0:
|
||||
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
||||
dependencies:
|
||||
@ -4766,13 +4674,6 @@ packages:
|
||||
domelementtype: 1.3.1
|
||||
dev: true
|
||||
|
||||
/domhandler@4.3.1:
|
||||
resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
|
||||
engines: {node: '>= 4'}
|
||||
dependencies:
|
||||
domelementtype: 2.3.0
|
||||
dev: false
|
||||
|
||||
/domhandler@5.0.3:
|
||||
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
||||
engines: {node: '>= 4'}
|
||||
@ -4793,14 +4694,6 @@ packages:
|
||||
domelementtype: 1.3.1
|
||||
dev: true
|
||||
|
||||
/domutils@2.8.0:
|
||||
resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
|
||||
dependencies:
|
||||
dom-serializer: 1.4.1
|
||||
domelementtype: 2.3.0
|
||||
domhandler: 4.3.1
|
||||
dev: false
|
||||
|
||||
/domutils@3.0.1:
|
||||
resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==}
|
||||
dependencies:
|
||||
@ -4877,10 +4770,6 @@ packages:
|
||||
resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==}
|
||||
dev: true
|
||||
|
||||
/entities@2.2.0:
|
||||
resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
|
||||
dev: false
|
||||
|
||||
/entities@3.0.1:
|
||||
resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==}
|
||||
engines: {node: '>=0.12'}
|
||||
@ -7005,10 +6894,6 @@ packages:
|
||||
markdown-it: 13.0.1
|
||||
dev: true
|
||||
|
||||
/mdn-data@2.0.14:
|
||||
resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
|
||||
dev: false
|
||||
|
||||
/mdn-data@2.0.28:
|
||||
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
|
||||
|
||||
@ -7385,11 +7270,6 @@ packages:
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: false
|
||||
|
||||
/normalize-url@6.1.0:
|
||||
resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/npm-run-path@4.0.1:
|
||||
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
||||
engines: {node: '>=8'}
|
||||
@ -7722,19 +7602,6 @@ packages:
|
||||
postcss-selector-parser: 6.0.11
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-colormin@5.3.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
caniuse-api: 3.0.0
|
||||
colord: 2.9.3
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-colormin@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7747,17 +7614,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-convert-values@5.1.3(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-convert-values@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7768,15 +7624,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-discard-comments@5.1.2(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-discard-comments@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7785,15 +7632,6 @@ packages:
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
|
||||
/postcss-discard-duplicates@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-discard-duplicates@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7802,15 +7640,6 @@ packages:
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
|
||||
/postcss-discard-empty@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-discard-empty@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7819,15 +7648,6 @@ packages:
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
|
||||
/postcss-discard-overridden@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-discard-overridden@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7868,17 +7688,6 @@ packages:
|
||||
webpack: 5.76.3
|
||||
dev: false
|
||||
|
||||
/postcss-merge-longhand@5.1.7(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
stylehacks: 5.1.1(postcss@8.4.21)
|
||||
dev: false
|
||||
|
||||
/postcss-merge-longhand@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7889,19 +7698,6 @@ packages:
|
||||
postcss-value-parser: 4.2.0
|
||||
stylehacks: 6.0.0(postcss@8.4.21)
|
||||
|
||||
/postcss-merge-rules@5.1.4(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
caniuse-api: 3.0.0
|
||||
cssnano-utils: 3.1.0(postcss@8.4.21)
|
||||
postcss: 8.4.21
|
||||
postcss-selector-parser: 6.0.11
|
||||
dev: false
|
||||
|
||||
/postcss-merge-rules@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-rCXkklftzEkniyv3f4mRCQzxD6oE4Quyh61uyWTUbCJ26Pv2hoz+fivJSsSBWxDBeScR4fKCfF3HHTcD7Ybqnw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7914,16 +7710,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-selector-parser: 6.0.11
|
||||
|
||||
/postcss-minify-font-values@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-minify-font-values@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7933,18 +7719,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-minify-gradients@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
colord: 2.9.3
|
||||
cssnano-utils: 3.1.0(postcss@8.4.21)
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-minify-gradients@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7956,18 +7730,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-minify-params@5.1.4(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
cssnano-utils: 3.1.0(postcss@8.4.21)
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-minify-params@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -7979,16 +7741,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-minify-selectors@5.2.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-selector-parser: 6.0.11
|
||||
dev: false
|
||||
|
||||
/postcss-minify-selectors@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8039,15 +7791,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-charset@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-charset@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8056,16 +7799,6 @@ packages:
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
|
||||
/postcss-normalize-display-values@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-display-values@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8075,16 +7808,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-positions@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-positions@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8094,16 +7817,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-repeat-style@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-repeat-style@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8113,16 +7826,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-string@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-string@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8132,16 +7835,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-timing-functions@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-timing-functions@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8151,17 +7844,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-unicode@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-unicode@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8172,17 +7854,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-url@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
normalize-url: 6.1.0
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-url@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8192,16 +7863,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-normalize-whitespace@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-normalize-whitespace@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8211,17 +7872,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-ordered-values@5.1.3(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
cssnano-utils: 3.1.0(postcss@8.4.21)
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-ordered-values@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8232,17 +7882,6 @@ packages:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
|
||||
/postcss-reduce-initial@5.1.2(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
caniuse-api: 3.0.0
|
||||
postcss: 8.4.21
|
||||
dev: false
|
||||
|
||||
/postcss-reduce-initial@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8253,16 +7892,6 @@ packages:
|
||||
caniuse-api: 3.0.0
|
||||
postcss: 8.4.21
|
||||
|
||||
/postcss-reduce-transforms@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/postcss-reduce-transforms@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8279,17 +7908,6 @@ packages:
|
||||
cssesc: 3.0.0
|
||||
util-deprecate: 1.0.2
|
||||
|
||||
/postcss-svgo@5.1.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-value-parser: 4.2.0
|
||||
svgo: 2.8.0
|
||||
dev: false
|
||||
|
||||
/postcss-svgo@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==}
|
||||
engines: {node: ^14 || ^16 || >= 18}
|
||||
@ -8300,16 +7918,6 @@ packages:
|
||||
postcss-value-parser: 4.2.0
|
||||
svgo: 3.0.2
|
||||
|
||||
/postcss-unique-selectors@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
postcss: 8.4.21
|
||||
postcss-selector-parser: 6.0.11
|
||||
dev: false
|
||||
|
||||
/postcss-unique-selectors@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -8926,11 +8534,6 @@ packages:
|
||||
tweetnacl: 0.14.5
|
||||
dev: true
|
||||
|
||||
/stable@0.1.8:
|
||||
resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
|
||||
deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility'
|
||||
dev: false
|
||||
|
||||
/stackback@0.0.2:
|
||||
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
||||
dev: true
|
||||
@ -9059,17 +8662,6 @@ packages:
|
||||
webpack: 5.76.3
|
||||
dev: false
|
||||
|
||||
/stylehacks@5.1.1(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
postcss: 8.4.21
|
||||
postcss-selector-parser: 6.0.11
|
||||
dev: false
|
||||
|
||||
/stylehacks@6.0.0(postcss@8.4.21):
|
||||
resolution: {integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
@ -9105,20 +8697,6 @@ packages:
|
||||
/svg-tags@1.0.0:
|
||||
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
|
||||
|
||||
/svgo@2.8.0:
|
||||
resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@trysound/sax': 0.2.0
|
||||
commander: 7.2.0
|
||||
css-select: 4.3.0
|
||||
css-tree: 1.1.3
|
||||
csso: 4.2.0
|
||||
picocolors: 1.0.0
|
||||
stable: 0.1.8
|
||||
dev: false
|
||||
|
||||
/svgo@3.0.2:
|
||||
resolution: {integrity: sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
|
Loading…
Reference in New Issue
Block a user