mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Bump concurrently from 7.3.0 to 7.4.0 in /src-ui
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										22
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										22
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -39,7 +39,7 @@ | |||||||
|         "@types/jest": "28.1.6", |         "@types/jest": "28.1.6", | ||||||
|         "@types/node": "^18.7.23", |         "@types/node": "^18.7.23", | ||||||
|         "codelyzer": "^6.0.2", |         "codelyzer": "^6.0.2", | ||||||
|         "concurrently": "7.3.0", |         "concurrently": "7.4.0", | ||||||
|         "jest": "28.1.3", |         "jest": "28.1.3", | ||||||
|         "jest-environment-jsdom": "^29.1.2", |         "jest-environment-jsdom": "^29.1.2", | ||||||
|         "jest-preset-angular": "^12.2.2", |         "jest-preset-angular": "^12.2.2", | ||||||
| @@ -6135,13 +6135,13 @@ | |||||||
|       "devOptional": true |       "devOptional": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/concurrently": { |     "node_modules/concurrently": { | ||||||
|       "version": "7.3.0", |       "version": "7.4.0", | ||||||
|       "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.3.0.tgz", |       "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz", | ||||||
|       "integrity": "sha512-IiDwm+8DOcFEInca494A8V402tNTQlJaYq78RF2rijOrKEk/AOHTxhN4U1cp7GYKYX5Q6Ymh1dLTBlzIMN0ikA==", |       "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "chalk": "^4.1.0", |         "chalk": "^4.1.0", | ||||||
|         "date-fns": "^2.16.1", |         "date-fns": "^2.29.1", | ||||||
|         "lodash": "^4.17.21", |         "lodash": "^4.17.21", | ||||||
|         "rxjs": "^7.0.0", |         "rxjs": "^7.0.0", | ||||||
|         "shell-quote": "^1.7.3", |         "shell-quote": "^1.7.3", | ||||||
| @@ -6151,10 +6151,14 @@ | |||||||
|         "yargs": "^17.3.1" |         "yargs": "^17.3.1" | ||||||
|       }, |       }, | ||||||
|       "bin": { |       "bin": { | ||||||
|  |         "conc": "dist/bin/concurrently.js", | ||||||
|         "concurrently": "dist/bin/concurrently.js" |         "concurrently": "dist/bin/concurrently.js" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^12.20.0 || ^14.13.0 || >=16.0.0" |         "node": "^12.20.0 || ^14.13.0 || >=16.0.0" | ||||||
|  |       }, | ||||||
|  |       "funding": { | ||||||
|  |         "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/concurrently/node_modules/ansi-styles": { |     "node_modules/concurrently/node_modules/ansi-styles": { | ||||||
| @@ -22141,13 +22145,13 @@ | |||||||
|       "devOptional": true |       "devOptional": true | ||||||
|     }, |     }, | ||||||
|     "concurrently": { |     "concurrently": { | ||||||
|       "version": "7.3.0", |       "version": "7.4.0", | ||||||
|       "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.3.0.tgz", |       "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz", | ||||||
|       "integrity": "sha512-IiDwm+8DOcFEInca494A8V402tNTQlJaYq78RF2rijOrKEk/AOHTxhN4U1cp7GYKYX5Q6Ymh1dLTBlzIMN0ikA==", |       "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "chalk": "^4.1.0", |         "chalk": "^4.1.0", | ||||||
|         "date-fns": "^2.16.1", |         "date-fns": "^2.29.1", | ||||||
|         "lodash": "^4.17.21", |         "lodash": "^4.17.21", | ||||||
|         "rxjs": "^7.0.0", |         "rxjs": "^7.0.0", | ||||||
|         "shell-quote": "^1.7.3", |         "shell-quote": "^1.7.3", | ||||||
|   | |||||||
| @@ -44,7 +44,7 @@ | |||||||
|     "@types/jest": "28.1.6", |     "@types/jest": "28.1.6", | ||||||
|     "@types/node": "^18.7.23", |     "@types/node": "^18.7.23", | ||||||
|     "codelyzer": "^6.0.2", |     "codelyzer": "^6.0.2", | ||||||
|     "concurrently": "7.3.0", |     "concurrently": "7.4.0", | ||||||
|     "jest": "28.1.3", |     "jest": "28.1.3", | ||||||
|     "jest-environment-jsdom": "^29.1.2", |     "jest-environment-jsdom": "^29.1.2", | ||||||
|     "jest-preset-angular": "^12.2.2", |     "jest-preset-angular": "^12.2.2", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]