This repository was archived by the owner on Mar 26, 2025. It is now read-only.
File tree 3 files changed +68
-103
lines changed
3 files changed +68
-103
lines changed Original file line number Diff line number Diff line change 21
21
"prettier" : " ^2.5.1" ,
22
22
"react" : " ^17.0.2" ,
23
23
"react-dom" : " ^17.0.2" ,
24
- "sass" : " ^1.44 .0" ,
24
+ "sass" : " ^1.45 .0" ,
25
25
"sass-loader" : " ^12.4.0" ,
26
26
"style-loader" : " ^3.3.1" ,
27
27
"webpack" : " ^5.65.0"
Original file line number Diff line number Diff line change @@ -2685,12 +2685,14 @@ sass-loader@^12.4.0:
2685
2685
klona "^2.0.4"
2686
2686
neo-async "^2.6.2"
2687
2687
2688
- sass@^1.44.0 :
2689
- version "1.44.0"
2690
- resolved "https://registry.yarnpkg.com/sass/-/sass-1.44.0.tgz#619aa0a2275c097f9af5e6b8fe8a95e3056430fb"
2688
+ sass@^1.45.0 :
2689
+ version "1.45.0"
2690
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.0.tgz#192ede1908324bb293a3e403d1841dbcaafdd323"
2691
+ integrity sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==
2691
2692
dependencies :
2692
2693
chokidar ">=3.0.0 <4.0.0"
2693
2694
immutable "^4.0.0"
2695
+ source-map-js ">=0.6.2 <2.0.0"
2694
2696
2695
2697
scheduler@^0.20.2 :
2696
2698
version "0.20.2"
@@ -2837,6 +2839,11 @@ sockjs@^0.3.21:
2837
2839
uuid "^3.4.0"
2838
2840
websocket-driver "^0.7.4"
2839
2841
2842
+ " source-map-js@>=0.6.2 <2.0.0 " :
2843
+ version "1.0.1"
2844
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
2845
+ integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
2846
+
2840
2847
source-map-js@^0.6.2 :
2841
2848
version "0.6.2"
2842
2849
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz"
You can’t perform that action at this time.
0 commit comments