File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 49
49
"@commitlint/config-conventional" : " ^12.0.0" ,
50
50
"babel-loader" : " ^8.1.0" ,
51
51
"babel-plugin-emotion" : " ^10.0.33" ,
52
- "copy-webpack-plugin" : " ^8 .0.0" ,
52
+ "copy-webpack-plugin" : " ^9 .0.0" ,
53
53
"cross-env" : " ^7.0.2" ,
54
54
"eslint" : " ^7.4.0" ,
55
55
"eslint-config-prettier" : " ^8.0.0" ,
Original file line number Diff line number Diff line change @@ -2654,13 +2654,13 @@ copy-descriptor@^0.1.0:
2654
2654
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
2655
2655
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
2656
2656
2657
- copy-webpack-plugin@^8 .0.0 :
2658
- version "8.1.1 "
2659
- resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1 .tgz#3f697e162764925c2f0d235f380676125508fd26 "
2660
- integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ ==
2657
+ copy-webpack-plugin@^9 .0.0 :
2658
+ version "9.0.0 "
2659
+ resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-9.0.0 .tgz#2bf592785d2fcdde9342dfed3676490fe0aa7ce8 "
2660
+ integrity sha512-k8UB2jLIb1Jip2nZbCz83T/XfhfjX6mB1yLJNYKrpYi7FQimfOoFv/0//iT6HV1K8FwUB5yUbCcnpLebJXJTug ==
2661
2661
dependencies :
2662
2662
fast-glob "^3.2.5"
2663
- glob-parent "^5.1.1 "
2663
+ glob-parent "^6.0.0 "
2664
2664
globby "^11.0.3"
2665
2665
normalize-path "^3.0.0"
2666
2666
p-limit "^3.1.0"
@@ -3800,13 +3800,20 @@ glob-parent@^3.1.0:
3800
3800
is-glob "^3.1.0"
3801
3801
path-dirname "^1.0.0"
3802
3802
3803
- glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1 :
3803
+ glob-parent@^5.0.0, glob-parent@^5.1.0 :
3804
3804
version "5.1.2"
3805
3805
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
3806
3806
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3807
3807
dependencies :
3808
3808
is-glob "^4.0.1"
3809
3809
3810
+ glob-parent@^6.0.0 :
3811
+ version "6.0.0"
3812
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.0.tgz#f851b59b388e788f3a44d63fab50382b2859c33c"
3813
+ integrity sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==
3814
+ dependencies :
3815
+ is-glob "^4.0.1"
3816
+
3810
3817
glob-to-regexp@^0.4.1 :
3811
3818
version "0.4.1"
3812
3819
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
You can’t perform that action at this time.
0 commit comments