Skip to content

Commit

Permalink
fix: seed-data-scripts/publication-metadata/package.json & seed-data-…
Browse files Browse the repository at this point in the history
…scripts/publication-metadata/package-lock.json to reduce vulnerabilities (#526)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
neil-ballard and snyk-bot authored Oct 30, 2023
1 parent e4397aa commit 6fb9c8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions seed-data-scripts/publication-metadata/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 seed-data-scripts/publication-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.0",
"axios-retry": "^3.3.1"
}
}

0 comments on commit 6fb9c8c

Please sign in to comment.