Skip to content

Commit 07bca60

Browse files
Bump csv-parse from 4.15.4 to 4.16.0
Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 4.15.4 to 4.16.0. - [Release notes](https://github.com/wdavidw/node-csv-parse/releases) - [Changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md) - [Commits](adaltas/node-csv-parse@v4.15.4...v4.16.0) --- updated-dependencies: - dependency-name: csv-parse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc01c17 commit 07bca60

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@actions/core": "^1.4.0",
3232
"@actions/exec": "^1.1.0",
3333
"@actions/github": "^5.0.0",
34-
"csv-parse": "^4.15.4",
34+
"csv-parse": "^4.16.0",
3535
"semver": "^7.3.5",
3636
"tmp": "^0.2.1"
3737
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,10 +1270,10 @@ cssstyle@^2.2.0:
12701270
dependencies:
12711271
cssom "~0.3.6"
12721272

1273-
csv-parse@*, csv-parse@^4.15.4:
1274-
version "4.15.4"
1275-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.15.4.tgz#ad1ec62aaf71a642982dfcb81f1848184d691db5"
1276-
integrity sha512-OdBbFc0yZhOm17lSxqkirrHlFFVpKRT0wp4DAGoJelsP3LbGzV9LNr7XmM/lrr0uGkCtaqac9UhP8PDHXOAbMg==
1273+
csv-parse@*, csv-parse@^4.16.0:
1274+
version "4.16.0"
1275+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.0.tgz#b4c875e288a41f7ff917cb0d7d45880d563034f6"
1276+
integrity sha512-Zb4tGPANH4SW0LgC9+s9Mnequs9aqn7N3/pCqNbVjs2XhEF6yWNU2Vm4OGl1v2Go9nw8rXt87Cm2QN/o6Vpqgg==
12771277

12781278
dashdash@^1.12.0:
12791279
version "1.14.1"

0 commit comments

Comments
 (0)