Skip to content

Commit 0b96fcd

Browse files
Bump csv-parse from 5.1.0 to 5.3.0
Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/adaltas/node-csv/releases) - [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-csv/commits/[email protected]/packages/csv-parse) --- updated-dependencies: - dependency-name: csv-parse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97c170d commit 0b96fcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@actions/core": "^1.8.2",
3333
"@actions/github": "^5.0.3",
3434
"@renovate/pep440": "^1.0.0",
35-
"csv-parse": "^5.1.0",
35+
"csv-parse": "^5.3.0",
3636
"handlebars": "^4.7.7",
3737
"moment": "^2.29.3",
3838
"semver": "^7.3.7"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,10 +1604,10 @@ cssstyle@^2.3.0:
16041604
dependencies:
16051605
cssom "~0.3.6"
16061606

1607-
csv-parse@*, csv-parse@^5.1.0:
1608-
version "5.1.0"
1609-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.1.0.tgz#e587e969bf0385ecf4f36f584ed5ddebba0237ab"
1610-
integrity sha512-JL+Q6YEikT2uoe57InjFFa6VejhSv0tDwOxeQ1bVQKeUC/NCnLAAZ8n3PzowPQQLuZ37fysDYZipB2UJkH9C6A==
1607+
csv-parse@*, csv-parse@^5.3.0:
1608+
version "5.3.0"
1609+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.3.0.tgz#85cc02fc9d1c89bd1b02e69069c960f8b8064322"
1610+
integrity sha512-UXJCGwvJ2fep39purtAn27OUYmxB1JQto+zhZ4QlJpzsirtSFbzLvip1aIgziqNdZp/TptvsKEV5BZSxe10/DQ==
16111611

16121612
data-urls@^2.0.0:
16131613
version "2.0.0"

0 commit comments

Comments
 (0)