Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1 (#5149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] committed Oct 10, 2022
1 parent 75e753a commit 2ccbf1b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
Expand Up @@ -15,7 +15,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"axios": "^0.27.0",
"axios": "^1.0.0",
"bad-words": "^3.0.3"
}
}
34 changes: 23 additions & 11 deletions src/functions-templates/javascript/token-hider/package-lock.json

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

Expand Up @@ -15,7 +15,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"axios": "^0.27.0",
"axios": "^1.0.0",
"qs": "^6.7.0"
}
}

1 comment on commit 2ccbf1b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 227 MB

Please sign in to comment.