File tree 4 files changed +10
-3
lines changed
packages/angular_devkit/build_angular
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44
44
- name : Initialize environment
45
45
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
46
46
- name : Setup ESLint Caching
47
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
47
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
48
48
with :
49
49
path : .eslintcache
50
50
key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
Original file line number Diff line number Diff line change 169
169
"license-webpack-plugin" : " 4.0.2" ,
170
170
"loader-utils" : " 3.2.1" ,
171
171
"magic-string" : " 0.30.5" ,
172
- "mini-css-extract-plugin" : " 2.7.6 " ,
172
+ "mini-css-extract-plugin" : " 2.7.7 " ,
173
173
"mrmime" : " 2.0.0" ,
174
174
"ng-packagr" : " 17.1.0-next.5" ,
175
175
"npm" : " ^8.11.0" ,
Original file line number Diff line number Diff line change 42
42
"license-webpack-plugin" : " 4.0.2" ,
43
43
"loader-utils" : " 3.2.1" ,
44
44
"magic-string" : " 0.30.5" ,
45
- "mini-css-extract-plugin" : " 2.7.6 " ,
45
+ "mini-css-extract-plugin" : " 2.7.7 " ,
46
46
"mrmime" : " 2.0.0" ,
47
47
"open" : " 8.4.2" ,
48
48
"ora" : " 5.4.1" ,
Original file line number Diff line number Diff line change 9284
9284
dependencies:
9285
9285
schema-utils "^4.0.0"
9286
9286
9287
+
9288
+ version "2.7.7"
9289
+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz#4acf02f362c641c38fb913bfcb7ca2fc4a7cf339"
9290
+ integrity sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==
9291
+ dependencies:
9292
+ schema-utils "^4.0.0"
9293
+
9287
9294
minimalistic-assert@^1.0.0:
9288
9295
version "1.0.1"
9289
9296
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
You can’t perform that action at this time.
0 commit comments