Skip to content

Commit

Permalink
'dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Nov 26, 2024
1 parent b010828 commit ec55456
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 58 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.28 / 2024-11-26

### :tada: Enhancements
- Updated dependencies: axios, typescript-eslint

# 1.1.27 / 2024-11-23

### :tada: Enhancements
Expand Down
113 changes: 57 additions & 56 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
Expand Up @@ -51,7 +51,7 @@
"nyc": "^17.1.0",
"prettier": "^3.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
"typescript-eslint": "^8.16.0"
},
"engines": {
"node": ">=14"
Expand All @@ -60,6 +60,6 @@
"test": "./test/"
},
"dependencies": {
"axios": "^1.7.7"
"axios": "^1.7.8"
}
}

0 comments on commit ec55456

Please sign in to comment.