We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3ebe2 commit feb6529Copy full SHA for feb6529
package.json
@@ -37,21 +37,21 @@
37
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
38
},
39
"dependencies": {
40
- "axios": "^1.3.6"
+ "axios": "^1.4.0"
41
42
"devDependencies": {
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",
+ "@types/node": "^18.16.3",
47
"@typescript-eslint/eslint-plugin": "^5.59.1",
48
"@typescript-eslint/parser": "^5.59.1",
49
"eslint": "^8.39.0",
50
"husky": "^8.0.3",
51
"jest": "^29.5.0",
52
"jest-circus": "^29.5.0",
53
- "lint-staged": "^13.2.1",
54
- "nock": "^13.3.0",
+ "lint-staged": "^13.2.2",
+ "nock": "^13.3.1",
55
"pinst": "^3.0.0",
56
"ts-jest": "^29.1.0",
57
"typescript": "^5.0.4"
0 commit comments