Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: package-lock.json
checksum: 0146e825cc3c39edc160d2b6c380c6adc5dd8c81e47026cb1b09f393911f2a4c
checksum: 8b8088b2ef8210337d3a7f74d626b1ae4c2a4dcb0b5abab0c82e53e2d184eb04
version: ""
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## Change log

### Version: 1.3.13

#### Date: April-15-2026
- Fix: Axios version bump

#### Date: April-13-2026
- Fix: Bump axios and lodash dependency ranges


### Version: 1.3.12
#### Date: March-23-2026
- Fix: Handling axios error when status code is 0
Expand Down
85 changes: 44 additions & 41 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"axios": "^1.15.0",
"axios-mock-adapter": "^2.1.0",
"lodash": "^4.18.1",
"qs": "6.15.0",
"qs": "6.15.1",
"tslib": "^2.8.1"
},
"files": [
Expand All @@ -55,17 +55,17 @@
"@commitlint/config-conventional": "^17.8.1",
"@cspell/eslint-plugin": "^6.31.3",
"@types/jest": "28.1.8",
"@types/lodash": "^4.17.20",
"@types/lodash": "^4.17.24",
"@types/node": "16.18.126",
"@types/qs": "^6.9.18",
"@types/qs": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "28.1.3",
"commitizen": "^4.3.1",
"eslint": "~8.57.1",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "8.10.2",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-import-resolver-webpack": "^0.13.11",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^4.4.1",
Expand All @@ -86,7 +86,7 @@
"ts-loader": "^9.5.2",
"ts-node": "10.9.2",
"typescript": "~4.9.5",
"webpack": "^5.101.0",
"webpack": "^5.106.1",
"webpack-cli": "^4.10.0"
}
}
Loading