mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#571)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. - [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/v10.2.4...v11.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... 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:
		
							parent
							
								
									427ea9baab
								
							
						
					
					
						commit
						895b2c4f19
					
				
					 2 changed files with 70 additions and 90 deletions
				
			
		
							
								
								
									
										158
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										158
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -51,7 +51,7 @@
 | 
			
		|||
        "browserify-fs": "^1.0.0",
 | 
			
		||||
        "buffer": "^6.0.3",
 | 
			
		||||
        "clean-webpack-plugin": "^4.0.0",
 | 
			
		||||
        "copy-webpack-plugin": "^10.2.4",
 | 
			
		||||
        "copy-webpack-plugin": "^11.0.0",
 | 
			
		||||
        "crypto-browserify": "^3.12.0",
 | 
			
		||||
        "css-loader": "^6.7.1",
 | 
			
		||||
        "css-minimizer-webpack-plugin": "^3.4.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -4419,20 +4419,20 @@
 | 
			
		|||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/copy-webpack-plugin": {
 | 
			
		||||
      "version": "10.2.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
 | 
			
		||||
      "integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
 | 
			
		||||
      "version": "11.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "fast-glob": "^3.2.7",
 | 
			
		||||
        "fast-glob": "^3.2.11",
 | 
			
		||||
        "glob-parent": "^6.0.1",
 | 
			
		||||
        "globby": "^12.0.2",
 | 
			
		||||
        "globby": "^13.1.1",
 | 
			
		||||
        "normalize-path": "^3.0.0",
 | 
			
		||||
        "schema-utils": "^4.0.0",
 | 
			
		||||
        "serialize-javascript": "^6.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">= 12.20.0"
 | 
			
		||||
        "node": ">= 14.15.0"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "type": "opencollective",
 | 
			
		||||
| 
						 | 
				
			
			@ -4470,38 +4470,6 @@
 | 
			
		|||
        "ajv": "^8.8.2"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/copy-webpack-plugin/node_modules/array-union": {
 | 
			
		||||
      "version": "3.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=12"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "url": "https://github.com/sponsors/sindresorhus"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/copy-webpack-plugin/node_modules/globby": {
 | 
			
		||||
      "version": "12.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz",
 | 
			
		||||
      "integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "array-union": "^3.0.1",
 | 
			
		||||
        "dir-glob": "^3.0.1",
 | 
			
		||||
        "fast-glob": "^3.2.7",
 | 
			
		||||
        "ignore": "^5.1.9",
 | 
			
		||||
        "merge2": "^1.4.1",
 | 
			
		||||
        "slash": "^4.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "url": "https://github.com/sponsors/sindresorhus"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -4527,18 +4495,6 @@
 | 
			
		|||
        "url": "https://opencollective.com/webpack"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/copy-webpack-plugin/node_modules/slash": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=12"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "url": "https://github.com/sponsors/sindresorhus"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/core-js": {
 | 
			
		||||
      "version": "2.6.12",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -6357,9 +6313,9 @@
 | 
			
		|||
      "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/fast-glob": {
 | 
			
		||||
      "version": "3.2.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
 | 
			
		||||
      "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
 | 
			
		||||
      "version": "3.2.11",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
 | 
			
		||||
      "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@nodelib/fs.stat": "^2.0.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -6369,7 +6325,7 @@
 | 
			
		|||
        "micromatch": "^4.0.4"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=8"
 | 
			
		||||
        "node": ">=8.6.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/fast-glob/node_modules/glob-parent": {
 | 
			
		||||
| 
						 | 
				
			
			@ -7085,6 +7041,25 @@
 | 
			
		|||
        "node": ">=4"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/globby": {
 | 
			
		||||
      "version": "13.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.1.tgz",
 | 
			
		||||
      "integrity": "sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "dir-glob": "^3.0.1",
 | 
			
		||||
        "fast-glob": "^3.2.11",
 | 
			
		||||
        "ignore": "^5.2.0",
 | 
			
		||||
        "merge2": "^1.4.1",
 | 
			
		||||
        "slash": "^4.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "url": "https://github.com/sponsors/sindresorhus"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/graceful-fs": {
 | 
			
		||||
      "version": "4.2.9",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -12412,6 +12387,18 @@
 | 
			
		|||
      "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/slash": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=12"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "url": "https://github.com/sponsors/sindresorhus"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/sockjs": {
 | 
			
		||||
      "version": "0.3.21",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -17432,14 +17419,14 @@
 | 
			
		|||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "copy-webpack-plugin": {
 | 
			
		||||
      "version": "10.2.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
 | 
			
		||||
      "integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
 | 
			
		||||
      "version": "11.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "fast-glob": "^3.2.7",
 | 
			
		||||
        "fast-glob": "^3.2.11",
 | 
			
		||||
        "glob-parent": "^6.0.1",
 | 
			
		||||
        "globby": "^12.0.2",
 | 
			
		||||
        "globby": "^13.1.1",
 | 
			
		||||
        "normalize-path": "^3.0.0",
 | 
			
		||||
        "schema-utils": "^4.0.0",
 | 
			
		||||
        "serialize-javascript": "^6.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -17466,26 +17453,6 @@
 | 
			
		|||
            "fast-deep-equal": "^3.1.3"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "array-union": {
 | 
			
		||||
          "version": "3.0.1",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz",
 | 
			
		||||
          "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
 | 
			
		||||
          "dev": true
 | 
			
		||||
        },
 | 
			
		||||
        "globby": {
 | 
			
		||||
          "version": "12.2.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz",
 | 
			
		||||
          "integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==",
 | 
			
		||||
          "dev": true,
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "array-union": "^3.0.1",
 | 
			
		||||
            "dir-glob": "^3.0.1",
 | 
			
		||||
            "fast-glob": "^3.2.7",
 | 
			
		||||
            "ignore": "^5.1.9",
 | 
			
		||||
            "merge2": "^1.4.1",
 | 
			
		||||
            "slash": "^4.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "json-schema-traverse": {
 | 
			
		||||
          "version": "1.0.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -17503,12 +17470,6 @@
 | 
			
		|||
            "ajv-formats": "^2.1.1",
 | 
			
		||||
            "ajv-keywords": "^5.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "slash": {
 | 
			
		||||
          "version": "4.0.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
 | 
			
		||||
          "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
 | 
			
		||||
          "dev": true
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -18909,9 +18870,9 @@
 | 
			
		|||
      "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
 | 
			
		||||
    },
 | 
			
		||||
    "fast-glob": {
 | 
			
		||||
      "version": "3.2.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
 | 
			
		||||
      "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
 | 
			
		||||
      "version": "3.2.11",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
 | 
			
		||||
      "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@nodelib/fs.stat": "^2.0.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -19495,6 +19456,19 @@
 | 
			
		|||
      "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "globby": {
 | 
			
		||||
      "version": "13.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.1.tgz",
 | 
			
		||||
      "integrity": "sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "dir-glob": "^3.0.1",
 | 
			
		||||
        "fast-glob": "^3.2.11",
 | 
			
		||||
        "ignore": "^5.2.0",
 | 
			
		||||
        "merge2": "^1.4.1",
 | 
			
		||||
        "slash": "^4.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "graceful-fs": {
 | 
			
		||||
      "version": "4.2.9",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -23413,6 +23387,12 @@
 | 
			
		|||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "slash": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "sockjs": {
 | 
			
		||||
      "version": "0.3.21",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue