|
|
@ -3887,20 +3887,26 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/postcss-nested": { |
|
|
"node_modules/postcss-nested": { |
|
|
"version": "6.0.1", |
|
|
"version": "6.2.0", |
|
|
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", |
|
|
"integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", |
|
|
"integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "opencollective", |
|
|
|
|
|
"url": "https://opencollective.com/postcss/" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "github", |
|
|
|
|
|
"url": "https://github.com/sponsors/ai" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"postcss-selector-parser": "^6.0.11" |
|
|
"postcss-selector-parser": "^6.1.1" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">=12.0" |
|
|
"node": ">=12.0" |
|
|
}, |
|
|
}, |
|
|
"funding": { |
|
|
|
|
|
"type": "opencollective", |
|
|
|
|
|
"url": "https://opencollective.com/postcss/" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependencies": { |
|
|
"peerDependencies": { |
|
|
"postcss": "^8.2.14" |
|
|
"postcss": "^8.2.14" |
|
|
} |
|
|
} |
|
|
|