Skip to content

Commit

Permalink
Merge pull request #101 from docker/dependabot/npm_and_yarn/csv-parse…
Browse files Browse the repository at this point in the history
…-4.16.0

Bump csv-parse from 4.15.4 to 4.16.0
  • Loading branch information
crazy-max committed Jun 23, 2021
2 parents 94c9b33 + d43d662 commit 4631275
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 47 deletions.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -163,7 +163,13 @@ target "build" {
inherits = ["docker-metadata-action"]
context = "./"
dockerfile = "Dockerfile"
platforms = ["linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64", "linux/386", "linux/ppc64le"]
platforms = [
"linux/amd64",
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64",
"linux/386"
]
}
```

Expand Down
95 changes: 54 additions & 41 deletions dist/index.js

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
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/github": "^5.0.0",
"csv-parse": "^4.15.4",
"csv-parse": "^4.16.0",
"handlebars": "^4.7.7",
"moment": "^2.29.1",
"semver": "^7.3.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1210,10 +1210,10 @@ cssstyle@^2.2.0:
dependencies:
cssom "~0.3.6"

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

dashdash@^1.12.0:
version "1.14.1"
Expand Down

0 comments on commit 4631275

Please sign in to comment.