Skip to content

Commit be9c99f

Browse files
committed
Upgrade packages version
1 parent 908fdfc commit be9c99f

File tree

2 files changed

+61
-8
lines changed

2 files changed

+61
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/redux-logger": "^3.0.7",
2323
"redux-logger": "^3.0.6",
2424
"typescript": "^3.7.2",
25-
"webpack-genius": "^4.4.2"
25+
"webpack-genius": "^4.5.0"
2626
}
2727
}

yarn.lock

Lines changed: 60 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,15 @@
835835
dependencies:
836836
"@types/node" "*"
837837

838+
"@types/copy-webpack-plugin@^5.0.0":
839+
version "5.0.0"
840+
resolved "https://registry.npmjs.org/@types/copy-webpack-plugin/-/copy-webpack-plugin-5.0.0.tgz#db7f9c9763b10b2af5c83f598fa9b5a13733b20b"
841+
integrity sha512-yQHocgdgES7W5Q2UyxJ5cj/E6MrV1zq3MZ8jdApS9NJKqax+rux9IE3QAbBmNCGbgivEsejrkIq3Rm76JLubkg==
842+
dependencies:
843+
"@types/minimatch" "*"
844+
"@types/node" "*"
845+
"@types/webpack" "*"
846+
838847
"@types/events@*":
839848
version "3.0.0"
840849
resolved "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1791,7 +1800,7 @@ cacache@^11.2.0:
17911800
unique-filename "^1.1.1"
17921801
y18n "^4.0.0"
17931802

1794-
cacache@^12.0.2:
1803+
cacache@^12.0.2, cacache@^12.0.3:
17951804
version "12.0.3"
17961805
resolved "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390"
17971806
integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==
@@ -2256,6 +2265,24 @@ copy-descriptor@^0.1.0:
22562265
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
22572266
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
22582267

2268+
copy-webpack-plugin@^5.0.5:
2269+
version "5.0.5"
2270+
resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.0.5.tgz#731df6a837a2ef0f8f8e2345bdfe9b7c62a2da68"
2271+
integrity sha512-7N68eIoQTyudAuxkfPT7HzGoQ+TsmArN/I3HFwG+lVE3FNzqvZKIiaxtYh4o3BIznioxUvx9j26+Rtsc9htQUQ==
2272+
dependencies:
2273+
cacache "^12.0.3"
2274+
find-cache-dir "^2.1.0"
2275+
glob-parent "^3.1.0"
2276+
globby "^7.1.1"
2277+
is-glob "^4.0.1"
2278+
loader-utils "^1.2.3"
2279+
minimatch "^3.0.4"
2280+
normalize-path "^3.0.0"
2281+
p-limit "^2.2.1"
2282+
schema-utils "^1.0.0"
2283+
serialize-javascript "^2.1.0"
2284+
webpack-log "^2.0.0"
2285+
22592286
core-js-compat@^3.1.1:
22602287
version "3.4.2"
22612288
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.2.tgz#652fa7c54652b7f6586a893e37001df55ea2ac37"
@@ -2727,6 +2754,13 @@ dir-glob@2.0.0:
27272754
arrify "^1.0.1"
27282755
path-type "^3.0.0"
27292756

2757+
dir-glob@^2.0.0:
2758+
version "2.2.2"
2759+
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
2760+
integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==
2761+
dependencies:
2762+
path-type "^3.0.0"
2763+
27302764
dns-equal@^1.0.0:
27312765
version "1.0.0"
27322766
resolved "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
@@ -3582,6 +3616,18 @@ globby@^6.1.0:
35823616
pify "^2.0.0"
35833617
pinkie-promise "^2.0.0"
35843618

3619+
globby@^7.1.1:
3620+
version "7.1.1"
3621+
resolved "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
3622+
integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA=
3623+
dependencies:
3624+
array-union "^1.0.1"
3625+
dir-glob "^2.0.0"
3626+
glob "^7.1.2"
3627+
ignore "^3.3.5"
3628+
pify "^3.0.0"
3629+
slash "^1.0.0"
3630+
35853631
globule@^1.0.0:
35863632
version "1.2.1"
35873633
resolved "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz#5dffb1b191f22d20797a9369b49eab4e9839696d"
@@ -4253,7 +4299,7 @@ is-glob@^3.1.0:
42534299
dependencies:
42544300
is-extglob "^2.1.0"
42554301

4256-
is-glob@^4.0.0:
4302+
is-glob@^4.0.0, is-glob@^4.0.1:
42574303
version "4.0.1"
42584304
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
42594305
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -5462,7 +5508,7 @@ p-limit@^1.1.0:
54625508
dependencies:
54635509
p-try "^1.0.0"
54645510

5465-
p-limit@^2.0.0, p-limit@^2.2.0:
5511+
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
54665512
version "2.2.1"
54675513
resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
54685514
integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
@@ -6832,6 +6878,11 @@ serialize-javascript@^1.4.0, serialize-javascript@^1.7.0:
68326878
resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb"
68336879
integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==
68346880

6881+
serialize-javascript@^2.1.0:
6882+
version "2.1.0"
6883+
resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz#9310276819efd0eb128258bb341957f6eb2fc570"
6884+
integrity sha512-a/mxFfU00QT88umAJQsNWOnUKckhNCqOl028N48e7wFmo2/EHpTo9Wso+iJJCMrQnmFvcjto5RJdAHEvVhcyUQ==
6885+
68356886
serve-index@^1.9.1:
68366887
version "1.9.1"
68376888
resolved "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
@@ -7868,10 +7919,10 @@ webpack-dev-server@^3.9.0:
78687919
ws "^6.2.1"
78697920
yargs "12.0.5"
78707921

7871-
webpack-genius@^4.4.2:
7872-
version "4.4.2"
7873-
resolved "https://registry.npmjs.org/webpack-genius/-/webpack-genius-4.4.2.tgz#4cd0fc9d4d441c99a5e46c8bdc9c938c306fbfe8"
7874-
integrity sha512-hy/2g/81tKxOC3mQrSicYKKcdCPnmbhVEaxHTRTdLVkBbMNSgi39ekaZYfikBER32BM99qhIv0RVLEaMtV+HFA==
7922+
webpack-genius@^4.5.0:
7923+
version "4.5.0"
7924+
resolved "https://registry.npmjs.org/webpack-genius/-/webpack-genius-4.5.0.tgz#f0c03ef3bde07d0635eea4b9034b6857b3c8ca2e"
7925+
integrity sha512-hMDbQ/V9hpc4Gz3YwH+kDt1QnSKJS2CgLhiKEOTHbu1esjyPv2jzA0nu/DnpI6Lbll9IKM3cgjv6ZBfn2AEAmQ==
78757926
dependencies:
78767927
"@babel/core" "^7.7.4"
78777928
"@babel/plugin-proposal-class-properties" "^7.7.4"
@@ -7881,6 +7932,7 @@ webpack-genius@^4.4.2:
78817932
"@babel/preset-react" "^7.7.4"
78827933
"@babel/preset-typescript" "^7.7.4"
78837934
"@babel/runtime-corejs3" "^7.7.4"
7935+
"@types/copy-webpack-plugin" "^5.0.0"
78847936
"@types/html-webpack-plugin" "^3.2.1"
78857937
"@types/mini-css-extract-plugin" "^0.8.0"
78867938
"@types/webpack" "^4.41.0"
@@ -7892,6 +7944,7 @@ webpack-genius@^4.4.2:
78927944
cache-loader "^4.1.0"
78937945
clean-webpack-plugin "^3.0.0"
78947946
compression-webpack-plugin "^3.0.0"
7947+
copy-webpack-plugin "^5.0.5"
78957948
css-loader "^3.2.0"
78967949
file-loader "^5.0.2"
78977950
html-loader "^0.5.5"

0 commit comments

Comments
 (0)