Merge pull request #345 from docker/dependabot/npm_and_yarn/csv-parse-4.15.4
Bump csv-parse from 4.15.3 to 4.15.4
This commit is contained in:
		
						commit
						c0c3e27be3
					
				
							
								
								
									
										4
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							| @ -12464,7 +12464,7 @@ class Parser extends Transform { | |||||||
|         ], this.options, this.__context(), { |         ], this.options, this.__context(), { | ||||||
|           record: record, |           record: record, | ||||||
|         }) |         }) | ||||||
|       if(relax_column_count === true ||  |       if(relax_column_count === true || | ||||||
|         (relax_column_count_less === true && recordLength < this.state.expectedRecordLength) || |         (relax_column_count_less === true && recordLength < this.state.expectedRecordLength) || | ||||||
|         (relax_column_count_more === true && recordLength > this.state.expectedRecordLength) ){ |         (relax_column_count_more === true && recordLength > this.state.expectedRecordLength) ){ | ||||||
|         this.info.invalid_field_length++ |         this.info.invalid_field_length++ | ||||||
| @ -12494,7 +12494,7 @@ class Parser extends Transform { | |||||||
|         for(let i = 0, l = record.length; i < l; i++){ |         for(let i = 0, l = record.length; i < l; i++){ | ||||||
|           if(columns[i] === undefined || columns[i].disabled) continue |           if(columns[i] === undefined || columns[i].disabled) continue | ||||||
|           // Turn duplicate columns into an array
 |           // Turn duplicate columns into an array
 | ||||||
|           if (columns_duplicates_to_array === true && obj[columns[i].name]) { |           if (columns_duplicates_to_array === true && obj[columns[i].name] !== undefined) { | ||||||
|             if (Array.isArray(obj[columns[i].name])) { |             if (Array.isArray(obj[columns[i].name])) { | ||||||
|               obj[columns[i].name] = obj[columns[i].name].concat(record[i]) |               obj[columns[i].name] = obj[columns[i].name].concat(record[i]) | ||||||
|             } else { |             } else { | ||||||
|  | |||||||
| @ -31,7 +31,7 @@ | |||||||
|     "@actions/core": "^1.2.7", |     "@actions/core": "^1.2.7", | ||||||
|     "@actions/exec": "^1.0.4", |     "@actions/exec": "^1.0.4", | ||||||
|     "@actions/github": "^4.0.0", |     "@actions/github": "^4.0.0", | ||||||
|     "csv-parse": "^4.15.3", |     "csv-parse": "^4.15.4", | ||||||
|     "semver": "^7.3.5", |     "semver": "^7.3.5", | ||||||
|     "tmp": "^0.2.1" |     "tmp": "^0.2.1" | ||||||
|   }, |   }, | ||||||
|  | |||||||
| @ -1236,10 +1236,10 @@ cssstyle@^2.2.0: | |||||||
|   dependencies: |   dependencies: | ||||||
|     cssom "~0.3.6" |     cssom "~0.3.6" | ||||||
| 
 | 
 | ||||||
| csv-parse@*, csv-parse@^4.15.3: | csv-parse@*, csv-parse@^4.15.4: | ||||||
|   version "4.15.3" |   version "4.15.4" | ||||||
|   resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.15.3.tgz#8a62759617a920c328cb31c351b05053b8f92b10" |   resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.15.4.tgz#ad1ec62aaf71a642982dfcb81f1848184d691db5" | ||||||
|   integrity sha512-jlTqDvLdHnYMSr08ynNfk4IAUSJgJjTKy2U5CQBSu4cN9vQOJonLVZP4Qo4gKKrIgIQ5dr07UwOJdi+lRqT12w== |   integrity sha512-OdBbFc0yZhOm17lSxqkirrHlFFVpKRT0wp4DAGoJelsP3LbGzV9LNr7XmM/lrr0uGkCtaqac9UhP8PDHXOAbMg== | ||||||
| 
 | 
 | ||||||
| dashdash@^1.12.0: | dashdash@^1.12.0: | ||||||
|   version "1.14.1" |   version "1.14.1" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user