Skip to content

Commit

Permalink
fix(deps): bump csv-parse from 5.4.0 to v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 89e77a3 commit 1bae187
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@swc/helpers": "0.5.3",
"ci-info": "3.9.0",
"commander": "11.0.0",
"csv-parse": "5.4.0",
"csv-parse": "5.5.2",
"handlebars": "4.7.7",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
Expand Down
2 changes: 1 addition & 1 deletion packages/container-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@nx-tools/core": "5.0.3",
"csv-parse": "5.4.0",
"csv-parse": "5.5.2",
"@nx-tools/ci-context": "5.0.3",
"@renovate/pep440": "1.0.0",
"handlebars": "4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@actions/io": "1.1.3",
"chalk": "4.1.2",
"ci-info": "3.9.0",
"csv-parse": "5.4.0"
"csv-parse": "5.5.2"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nx-tools/core": "5.0.3",
"tmp": "0.2.1",
"csv-parse": "5.4.0",
"csv-parse": "5.5.2",
"semver": "7.5.4",
"handlebars": "4.7.7"
},
Expand Down

0 comments on commit 1bae187

Please sign in to comment.