Skip to content

Commit e965389

Browse files
chore: update npm dependencies
1 parent 27afd9d commit e965389

File tree

2 files changed

+700
-679
lines changed

2 files changed

+700
-679
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@
3737
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3838
},
3939
"dependencies": {
40-
"axios": "^1.3.3"
40+
"axios": "^1.3.6"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^17.4.4",
44-
"@commitlint/config-conventional": "^17.4.4",
45-
"@types/jest": "^29.4.0",
46-
"@types/node": "^18.14.0",
47-
"@typescript-eslint/eslint-plugin": "^5.52.0",
48-
"@typescript-eslint/parser": "^5.52.0",
49-
"eslint": "^8.34.0",
43+
"@commitlint/cli": "^17.6.1",
44+
"@commitlint/config-conventional": "^17.6.1",
45+
"@types/jest": "^29.5.1",
46+
"@types/node": "^18.16.1",
47+
"@typescript-eslint/eslint-plugin": "^5.59.1",
48+
"@typescript-eslint/parser": "^5.59.1",
49+
"eslint": "^8.39.0",
5050
"husky": "^8.0.3",
51-
"jest": "^29.4.3",
52-
"jest-circus": "^29.4.3",
53-
"lint-staged": "^13.1.2",
51+
"jest": "^29.5.0",
52+
"jest-circus": "^29.5.0",
53+
"lint-staged": "^13.2.1",
5454
"nock": "^13.3.0",
5555
"pinst": "^3.0.0",
56-
"ts-jest": "^29.0.5",
57-
"typescript": "^4.9.5"
56+
"ts-jest": "^29.1.0",
57+
"typescript": "^5.0.4"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)