This repository was archived by the owner on Dec 6, 2021. It is now read-only.
Commit 278a936 1 parent eefdb13 commit 278a936 Copy full SHA for 278a936
File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 41
41
"cache-loader" : " ^1.2.5" ,
42
42
"case-sensitive-paths-webpack-plugin" : " ^2.1.2" ,
43
43
"chalk" : " ^2.4.1" ,
44
- "copy-webpack-plugin" : " ^4.6.0 " ,
44
+ "copy-webpack-plugin" : " ^5.1.1 " ,
45
45
"css-loader" : " ^2.1.1" ,
46
46
"cssnano" : " ^4.1.7" ,
47
47
"dotenv" : " ^8.1.0" ,
Original file line number Diff line number Diff line change @@ -4319,19 +4319,23 @@ copy-descriptor@^0.1.0:
4319
4319
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
4320
4320
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
4321
4321
4322
- copy-webpack-plugin@^4.6.0 :
4323
- version "4.6.0 "
4324
- resolved "https://registry.npmjs.org /copy-webpack-plugin/-/copy-webpack-plugin-4.6.0 .tgz#e7f40dd8a68477d405dd1b7a854aae324b158bae "
4325
- integrity sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA ==
4322
+ copy-webpack-plugin@^5.1.1 :
4323
+ version "5.1.1 "
4324
+ resolved "https://registry.yarnpkg.com /copy-webpack-plugin/-/copy-webpack-plugin-5.1.1 .tgz#5481a03dea1123d88a988c6ff8b78247214f0b88 "
4325
+ integrity sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg ==
4326
4326
dependencies:
4327
- cacache "^10.0.4"
4328
- find-cache-dir "^1.0.0"
4327
+ cacache "^12.0.3"
4328
+ find-cache-dir "^2.1.0"
4329
+ glob-parent "^3.1.0"
4329
4330
globby "^7.1.1"
4330
- is-glob "^4.0.0 "
4331
- loader-utils "^1.1.0 "
4331
+ is-glob "^4.0.1 "
4332
+ loader-utils "^1.2.3 "
4332
4333
minimatch "^3.0.4"
4333
- p-limit "^1.0.0"
4334
- serialize-javascript "^1.4.0"
4334
+ normalize-path "^3.0.0"
4335
+ p-limit "^2.2.1"
4336
+ schema-utils "^1.0.0"
4337
+ serialize-javascript "^2.1.2"
4338
+ webpack-log "^2.0.0"
4335
4339
4336
4340
core-assert@^0.2.0:
4337
4341
version "0.2.1"
You can’t perform that action at this time.
0 commit comments