Skip to content

Commit

Permalink
axios ^1.3.4 → ^1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed May 10, 2023
1 parent f8081fb commit d0d1563
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-fox-img",
"version": "1.0.10",
"version": "1.0.11",
"description": "This package returns a random fox image from API.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/sefinek24/random-fox-img#readme",
"dependencies": {
"axios": "^1.3.4"
"axios": "^1.4.0"
}
}

0 comments on commit d0d1563

Please sign in to comment.