Skip to content

Commit 2882df7

Browse files
chore(deps-dev): bump copy-webpack-plugin from 8.1.1 to 9.0.1
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.1.1 to 9.0.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/copy-webpack-plugin@v8.1.1...v9.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 000948d commit 2882df7

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"aws-lambda": "^1.0.6",
5656
"babel-loader": "^8.2.2",
5757
"babel-plugin-module-resolver": "^4.1.0",
58-
"copy-webpack-plugin": "^8.1.1",
58+
"copy-webpack-plugin": "^9.0.1",
5959
"cross-env": "^7.0.3",
6060
"eslint": "^7.31.0",
6161
"eslint-config-airbnb-base": "^14.2.1",

yarn.lock

+21-7
Original file line numberDiff line numberDiff line change
@@ -4379,18 +4379,18 @@ cookiejar@^2.1.0:
43794379
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c"
43804380
integrity sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==
43814381

4382-
copy-webpack-plugin@^8.1.1:
4383-
version "8.1.1"
4384-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz#3f697e162764925c2f0d235f380676125508fd26"
4385-
integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==
4382+
copy-webpack-plugin@^9.0.1:
4383+
version "9.0.1"
4384+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-9.0.1.tgz#b71d21991599f61a4ee00ba79087b8ba279bbb59"
4385+
integrity sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw==
43864386
dependencies:
43874387
fast-glob "^3.2.5"
4388-
glob-parent "^5.1.1"
4388+
glob-parent "^6.0.0"
43894389
globby "^11.0.3"
43904390
normalize-path "^3.0.0"
43914391
p-limit "^3.1.0"
43924392
schema-utils "^3.0.0"
4393-
serialize-javascript "^5.0.1"
4393+
serialize-javascript "^6.0.0"
43944394

43954395
core-js-compat@^3.16.0, core-js-compat@^3.9.1:
43964396
version "3.16.0"
@@ -6119,13 +6119,20 @@ getpass@^0.1.1:
61196119
dependencies:
61206120
assert-plus "^1.0.0"
61216121

6122-
glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.0:
6122+
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
61236123
version "5.1.2"
61246124
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
61256125
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
61266126
dependencies:
61276127
is-glob "^4.0.1"
61286128

6129+
glob-parent@^6.0.0:
6130+
version "6.0.1"
6131+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.1.tgz#42054f685eb6a44e7a7d189a96efa40a54971aa7"
6132+
integrity sha512-kEVjS71mQazDBHKcsq4E9u/vUzaLcw1A8EtUeydawvIWQCJM0qQ08G1H7/XTjFUulla6XQiDOG6MXSaG0HDKog==
6133+
dependencies:
6134+
is-glob "^4.0.1"
6135+
61296136
glob-to-regexp@^0.4.1:
61306137
version "0.4.1"
61316138
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -9572,6 +9579,13 @@ serialize-javascript@^5.0.1:
95729579
dependencies:
95739580
randombytes "^2.1.0"
95749581

9582+
serialize-javascript@^6.0.0:
9583+
version "6.0.0"
9584+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
9585+
integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
9586+
dependencies:
9587+
randombytes "^2.1.0"
9588+
95759589
serverless-dotenv-plugin@^3.9.0:
95769590
version "3.9.0"
95779591
resolved "https://registry.yarnpkg.com/serverless-dotenv-plugin/-/serverless-dotenv-plugin-3.9.0.tgz#0d82704a3911c1051a1f566a30aaa5f278ad4ae3"

0 commit comments

Comments
 (0)