File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 149
149
"css-minimizer-webpack-plugin" : " 3.0.2" ,
150
150
"debug" : " ^4.1.1" ,
151
151
"enhanced-resolve" : " 5.8.2" ,
152
- "esbuild" : " 0.12.15 " ,
152
+ "esbuild" : " 0.12.16 " ,
153
153
"eslint" : " 7.31.0" ,
154
154
"eslint-config-prettier" : " 8.3.0" ,
155
155
"eslint-plugin-header" : " 3.1.1" ,
206
206
"regenerator-runtime" : " 0.13.9" ,
207
207
"resolve-url-loader" : " 4.0.0" ,
208
208
"rxjs" : " 6.6.7" ,
209
- "sass" : " 1.35.2 " ,
209
+ "sass" : " 1.36.0 " ,
210
210
"sass-loader" : " 12.1.0" ,
211
211
"sauce-connect-proxy" : " https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz" ,
212
212
"semver" : " 7.3.5" ,
Original file line number Diff line number Diff line change 34
34
"critters" : " 0.0.10" ,
35
35
"css-loader" : " 6.2.0" ,
36
36
"css-minimizer-webpack-plugin" : " 3.0.2" ,
37
- "esbuild" : " 0.12.15 " ,
37
+ "esbuild" : " 0.12.16 " ,
38
38
"find-cache-dir" : " 3.3.1" ,
39
39
"glob" : " 7.1.7" ,
40
40
"https-proxy-agent" : " 5.0.0" ,
57
57
"regenerator-runtime" : " 0.13.9" ,
58
58
"resolve-url-loader" : " 4.0.0" ,
59
59
"rxjs" : " 6.6.7" ,
60
- "sass" : " 1.35.2 " ,
60
+ "sass" : " 1.36.0 " ,
61
61
"sass-loader" : " 12.1.0" ,
62
62
"semver" : " 7.3.5" ,
63
63
"source-map-loader" : " 3.0.0" ,
Original file line number Diff line number Diff line change @@ -4713,10 +4713,10 @@ es6-weak-map@^2.0.3:
4713
4713
es6-iterator "^2.0.3"
4714
4714
es6-symbol "^3.1.1"
4715
4715
4716
- esbuild@0.12.15 :
4717
- version "0.12.15 "
4718
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.15 .tgz#9d99cf39aeb2188265c5983e983e236829f08af0 "
4719
- integrity sha512-72V4JNd2+48eOVCXx49xoSWHgC3/cCy96e7mbXKY+WOWghN00cCmlGnwVLRhRHorvv0dgCyuMYBZlM2xDM5OQw ==
4716
+ esbuild@0.12.16 :
4717
+ version "0.12.16 "
4718
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.16 .tgz#c397144ce13b445a6ead9c1f747da11f79ec5e67 "
4719
+ integrity sha512-XqI9cXP2bmQ6MREIqrYBb13KfYFSERsV1+e5jSVWps8dNlLZK+hln7d0mznzDIpfISsg/AgQW0DW3kSInXWhrg ==
4720
4720
4721
4721
escalade@^3.1.1:
4722
4722
version "3.1.1"
@@ -10044,7 +10044,14 @@ sass-loader@12.1.0:
10044
10044
klona "^2.0.4"
10045
10045
neo-async "^2.6.2"
10046
10046
10047
- sass@1.35.2, sass@^1.32.8:
10047
+ sass@1.36.0:
10048
+ version "1.36.0"
10049
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.36.0.tgz#5912ef9d5d16714171ba11cb17edb274c4bbc07e"
10050
+ integrity sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==
10051
+ dependencies:
10052
+ chokidar ">=3.0.0 <4.0.0"
10053
+
10054
+ sass@^1.32.8:
10048
10055
version "1.35.2"
10049
10056
resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz#b732314fcdaf7ef8d0f1698698adc378043cb821"
10050
10057
integrity sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==
You can’t perform that action at this time.
0 commit comments