Skip to content

Commit

Permalink
Merge pull request #511 from unarxiv/renovate/copy-webpack-plugin-5.x
Browse files Browse the repository at this point in the history
Update dependency copy-webpack-plugin to v5.0.4
  • Loading branch information
xzyaoi authored Jul 27, 2019
2 parents a724569 + 39573cb commit 27cc6cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"babel-loader": "8.0.6",
"chalk": "2.4.2",
"chromedriver": "75.1.0",
"copy-webpack-plugin": "5.0.3",
"copy-webpack-plugin": "5.0.4",
"cross-spawn": "5.1.0",
"css-loader": "3.1.0",
"file-loader": "4.1.0",
Expand Down
16 changes: 8 additions & 8 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1984,10 +1984,10 @@ cacache@^10.0.4:
unique-filename "^1.1.0"
y18n "^4.0.0"

cacache@^11.3.2:
cacache@^11.3.2, cacache@^11.3.3:
version "11.3.3"
resolved "https://registry.npm.taobao.org/cacache/download/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc"
integrity sha1-i9Kd+ManGKbr0tAQ2k15cq47utw=
resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc"
integrity sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==
dependencies:
bluebird "^3.5.5"
chownr "^1.1.1"
Expand Down Expand Up @@ -2506,12 +2506,12 @@ copy-descriptor@^0.1.0:
resolved "https://registry.npm.taobao.org/copy-descriptor/download/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=

copy-webpack-plugin@5.0.3:
version "5.0.3"
resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.0.3.tgz#2179e3c8fd69f13afe74da338896f1f01a875b5c"
integrity sha1-IXnjyP1p8Tr+dNoziJbx8BqHW1w=
copy-webpack-plugin@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.0.4.tgz#c78126f604e24f194c6ec2f43a64e232b5d43655"
integrity sha512-YBuYGpSzoCHSSDGyHy6VJ7SHojKp6WHT4D7ItcQFNAYx2hrwkMe56e97xfVR0/ovDuMTrMffXUiltvQljtAGeg==
dependencies:
cacache "^11.3.2"
cacache "^11.3.3"
find-cache-dir "^2.1.0"
glob-parent "^3.1.0"
globby "^7.1.1"
Expand Down

0 comments on commit 27cc6cf

Please sign in to comment.