Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit 278a936

Browse files
AlexGustafssonegoist
authored andcommitted
fix(deps): [security] bump copy-webpack-plugin from 4.6.0 to 5.1.1 (#656)
1 parent eefdb13 commit 278a936

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

core/poi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"cache-loader": "^1.2.5",
4242
"case-sensitive-paths-webpack-plugin": "^2.1.2",
4343
"chalk": "^2.4.1",
44-
"copy-webpack-plugin": "^4.6.0",
44+
"copy-webpack-plugin": "^5.1.1",
4545
"css-loader": "^2.1.1",
4646
"cssnano": "^4.1.7",
4747
"dotenv": "^8.1.0",

yarn.lock

+14-10
Original file line numberDiff line numberDiff line change
@@ -4319,19 +4319,23 @@ copy-descriptor@^0.1.0:
43194319
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
43204320
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
43214321

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==
43264326
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"
43294330
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"
43324333
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"
43354339

43364340
core-assert@^0.2.0:
43374341
version "0.2.1"

0 commit comments

Comments
 (0)