File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 68
68
"eslint-plugin-svelte3" : " ^4.0.0" ,
69
69
"husky" : " ^9.1.7" ,
70
70
"lint-staged" : " ^15.5.2" ,
71
- "postcss" : " ^8.5.3 " ,
71
+ "postcss" : " ^8.5.4 " ,
72
72
"prettier" : " ^3.5.3" ,
73
73
"prettier-plugin-svelte" : " ^3.4.0" ,
74
74
"sass" : " ^1.89.0" ,
Original file line number Diff line number Diff line change @@ -1846,10 +1846,10 @@ ms@^2.1.3:
1846
1846
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1847
1847
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1848
1848
1849
- nanoid@^3.3.8 :
1850
- version "3.3.8 "
1851
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8 .tgz#b1be3030bee36aaff18bacb375e5cce521684baf "
1852
- integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w ==
1849
+ nanoid@^3.3.11 :
1850
+ version "3.3.11 "
1851
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11 .tgz#4f4f112cefbe303202f2199838128936266d185b "
1852
+ integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w ==
1853
1853
1854
1854
natural-compare@^1.4.0 :
1855
1855
version "1.4.0"
@@ -1989,12 +1989,12 @@ postcss-value-parser@^4.2.0:
1989
1989
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1990
1990
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1991
1991
1992
- postcss@^8.4.41, postcss@^8.5.3 :
1993
- version "8.5.3 "
1994
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3 .tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb "
1995
- integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A ==
1992
+ postcss@^8.4.41, postcss@^8.5.3, postcss@^8.5.4 :
1993
+ version "8.5.4 "
1994
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4 .tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0 "
1995
+ integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w ==
1996
1996
dependencies :
1997
- nanoid "^3.3.8 "
1997
+ nanoid "^3.3.11 "
1998
1998
picocolors "^1.1.1"
1999
1999
source-map-js "^1.2.1"
2000
2000
You can’t perform that action at this time.
0 commit comments