Update dependency copy-webpack-plugin to v6.1.1

This commit is contained in:
Renovate Bot 2020-09-19 10:05:58 +00:00 committed by Philip Molares
parent 70eddded41
commit 0f6ea38140
2 changed files with 13 additions and 6 deletions

View file

@ -36,7 +36,7 @@
"abcjs": "5.12.0",
"bootstrap": "4.5.2",
"codemirror": "5.57.0",
"copy-webpack-plugin": "6.1.0",
"copy-webpack-plugin": "6.1.1",
"d3-graphviz": "3.1.0",
"diff": "4.0.2",
"emoji-mart": "3.0.0",

View file

@ -4041,10 +4041,10 @@ copy-to-clipboard@^3.2.0:
dependencies:
toggle-selection "^1.0.6"
copy-webpack-plugin@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.1.0.tgz#5bde7f826d87e716d8d5e761ddd34bb675448458"
integrity sha512-aWjIuLt1OVQxaDVffnt3bnGmLA8zGgAJaFwPA+a+QYVPh1vhIKjVfh3SbOFLV0kRPvGBITbw17n5CsmiBS4LQQ==
copy-webpack-plugin@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.1.1.tgz#737a3ba21c16cc6ddca972f5cf8de25568ca0616"
integrity sha512-4TlkHFYkrZ3WppLA5XkPmBLI5lnEpFsXvpeqxCf5PzkratZiVklNXsvoQkLhUU43q7ZL3AOXtaHAd9jLNJoU0w==
dependencies:
cacache "^15.0.5"
fast-glob "^3.2.4"
@ -4055,7 +4055,7 @@ copy-webpack-plugin@6.1.0:
normalize-path "^3.0.0"
p-limit "^3.0.2"
schema-utils "^2.7.1"
serialize-javascript "^4.0.0"
serialize-javascript "^5.0.1"
webpack-sources "^1.4.3"
core-js-compat@^3.6.2:
@ -12089,6 +12089,13 @@ serialize-javascript@^4.0.0:
dependencies:
randombytes "^2.1.0"
serialize-javascript@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
dependencies:
randombytes "^2.1.0"
serve-index@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"