Bump copy-webpack-plugin from 6.0.2 to 6.0.3 (#14633)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.0.2 to 6.0.3. - [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](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		@@ -84,7 +84,7 @@
 | 
			
		||||
    "blurhash": "^1.1.3",
 | 
			
		||||
    "classnames": "^2.2.5",
 | 
			
		||||
    "compression-webpack-plugin": "^4.0.0",
 | 
			
		||||
    "copy-webpack-plugin": "^6.0.2",
 | 
			
		||||
    "copy-webpack-plugin": "^6.0.3",
 | 
			
		||||
    "cross-env": "^7.0.2",
 | 
			
		||||
    "css-loader": "^3.6.0",
 | 
			
		||||
    "cssnano": "^4.1.10",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								yarn.lock
									
									
									
									
									
								
							@@ -3213,21 +3213,21 @@ copy-descriptor@^0.1.0:
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
 | 
			
		||||
  integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
 | 
			
		||||
 | 
			
		||||
copy-webpack-plugin@^6.0.2:
 | 
			
		||||
  version "6.0.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.2.tgz#10efc6ad219a61acbf2f5fb50af83da38431bc34"
 | 
			
		||||
  integrity sha512-9Gm8X0c6eXlKnmltMPFCBeGOKjtcRIyTt4VaO3k1TkNgVTe5Ov2lYsYVuyLp0kp8DItO3apewflM+1GYgh6V2Q==
 | 
			
		||||
copy-webpack-plugin@^6.0.3:
 | 
			
		||||
  version "6.0.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.3.tgz#2b3d2bfc6861b96432a65f0149720adbd902040b"
 | 
			
		||||
  integrity sha512-q5m6Vz4elsuyVEIUXr7wJdIdePWTubsqVbEMvf1WQnHGv0Q+9yPRu7MtYFPt+GBOXRav9lvIINifTQ1vSCs+eA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    cacache "^15.0.4"
 | 
			
		||||
    fast-glob "^3.2.2"
 | 
			
		||||
    fast-glob "^3.2.4"
 | 
			
		||||
    find-cache-dir "^3.3.1"
 | 
			
		||||
    glob-parent "^5.1.1"
 | 
			
		||||
    globby "^11.0.1"
 | 
			
		||||
    loader-utils "^2.0.0"
 | 
			
		||||
    normalize-path "^3.0.0"
 | 
			
		||||
    p-limit "^2.3.0"
 | 
			
		||||
    p-limit "^3.0.1"
 | 
			
		||||
    schema-utils "^2.7.0"
 | 
			
		||||
    serialize-javascript "^3.1.0"
 | 
			
		||||
    serialize-javascript "^4.0.0"
 | 
			
		||||
    webpack-sources "^1.4.3"
 | 
			
		||||
 | 
			
		||||
core-js-compat@^3.6.2:
 | 
			
		||||
@@ -4633,7 +4633,7 @@ fast-deep-equal@^3.1.1:
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
 | 
			
		||||
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
 | 
			
		||||
 | 
			
		||||
fast-glob@^3.1.1, fast-glob@^3.2.2:
 | 
			
		||||
fast-glob@^3.1.1, fast-glob@^3.2.4:
 | 
			
		||||
  version "3.2.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
 | 
			
		||||
  integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
 | 
			
		||||
@@ -7754,7 +7754,7 @@ p-limit@^1.1.0:
 | 
			
		||||
  dependencies:
 | 
			
		||||
    p-try "^1.0.0"
 | 
			
		||||
 | 
			
		||||
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.3.0:
 | 
			
		||||
p-limit@^2.0.0, p-limit@^2.2.0:
 | 
			
		||||
  version "2.3.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
 | 
			
		||||
  integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
 | 
			
		||||
@@ -9695,7 +9695,7 @@ serialize-javascript@^2.1.2:
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"
 | 
			
		||||
  integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==
 | 
			
		||||
 | 
			
		||||
serialize-javascript@^3.0.0, serialize-javascript@^3.1.0:
 | 
			
		||||
serialize-javascript@^3.0.0:
 | 
			
		||||
  version "3.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.1.0.tgz#8bf3a9170712664ef2561b44b691eafe399214ea"
 | 
			
		||||
  integrity sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user