|
|
|
@ -21,7 +21,7 @@
@@ -21,7 +21,7 @@
|
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"cssnano": "^5.0.8", |
|
|
|
|
"postcss": "^8.3.9", |
|
|
|
|
"postcss": "^8.3.10", |
|
|
|
|
"postcss-cli": "^9.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -558,7 +558,6 @@
@@ -558,7 +558,6 @@
|
|
|
|
|
"dependencies": { |
|
|
|
|
"anymatch": "~3.1.2", |
|
|
|
|
"braces": "~3.0.2", |
|
|
|
|
"fsevents": "~2.3.2", |
|
|
|
|
"glob-parent": "~5.1.2", |
|
|
|
|
"is-binary-path": "~2.1.0", |
|
|
|
|
"is-glob": "~4.0.1", |
|
|
|
@ -1458,9 +1457,9 @@
@@ -1458,9 +1457,9 @@
|
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/nanoid": { |
|
|
|
|
"version": "3.1.28", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz", |
|
|
|
|
"integrity": "sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==", |
|
|
|
|
"version": "3.1.30", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", |
|
|
|
|
"integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"bin": { |
|
|
|
|
"nanoid": "bin/nanoid.cjs" |
|
|
|
@ -1568,9 +1567,9 @@
@@ -1568,9 +1567,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/picocolors": { |
|
|
|
|
"version": "0.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", |
|
|
|
|
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", |
|
|
|
|
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/picomatch": { |
|
|
|
@ -1603,17 +1602,21 @@
@@ -1603,17 +1602,21 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/postcss": { |
|
|
|
|
"version": "8.3.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.9.tgz", |
|
|
|
|
"integrity": "sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==", |
|
|
|
|
"version": "8.3.10", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.10.tgz", |
|
|
|
|
"integrity": "sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"nanoid": "^3.1.28", |
|
|
|
|
"picocolors": "^0.2.1", |
|
|
|
|
"nanoid": "^3.1.30", |
|
|
|
|
"picocolors": "^1.0.0", |
|
|
|
|
"source-map-js": "^0.6.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^10 || ^12 || >=14" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/postcss/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/postcss-calc": { |
|
|
|
@ -4166,9 +4169,9 @@
@@ -4166,9 +4169,9 @@
|
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"nanoid": { |
|
|
|
|
"version": "3.1.28", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz", |
|
|
|
|
"integrity": "sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==", |
|
|
|
|
"version": "3.1.30", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", |
|
|
|
|
"integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node-emoji": { |
|
|
|
@ -4249,9 +4252,9 @@
@@ -4249,9 +4252,9 @@
|
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"picocolors": { |
|
|
|
|
"version": "0.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", |
|
|
|
|
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", |
|
|
|
|
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"picomatch": { |
|
|
|
@ -4275,13 +4278,13 @@
@@ -4275,13 +4278,13 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"postcss": { |
|
|
|
|
"version": "8.3.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.9.tgz", |
|
|
|
|
"integrity": "sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==", |
|
|
|
|
"version": "8.3.10", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.10.tgz", |
|
|
|
|
"integrity": "sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"nanoid": "^3.1.28", |
|
|
|
|
"picocolors": "^0.2.1", |
|
|
|
|
"nanoid": "^3.1.30", |
|
|
|
|
"picocolors": "^1.0.0", |
|
|
|
|
"source-map-js": "^0.6.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|