Skip to content

Commit e3878d7

Browse files
committed
chore: bump deps
1 parent 61b6b3e commit e3878d7

File tree

2 files changed

+79
-359
lines changed

2 files changed

+79
-359
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.10.0",
44
"description": "TypeScript wrapper for the mailcow API.",
55
"scripts": {
6-
"test": "ts-mocha ./test/**/*.test.ts",
6+
"test": "mocha -r ts-node/register --extensions ts \"test/**/*.test.ts\"",
77
"lint": "eslint src",
88
"lint:fix": "eslint src --fix",
99
"format": "prettier --ignore-path .gitignore --check ./src/",
@@ -44,15 +44,15 @@
4444
"chai": "^4.3.4",
4545
"eslint": "^9.24.0",
4646
"mocha": "^10.1.0",
47-
"prettier": "^3.3.3",
48-
"ts-mocha": "^8.0.0",
47+
"prettier": "^3.5.3",
48+
"ts-mocha": "^11.1.0",
4949
"ts-node": "^10.9.2",
50-
"typedoc": "^0.26.7",
51-
"typedoc-plugin-merge-modules": "^6.0.1",
52-
"typescript": "^5.6.2"
50+
"typedoc": "^0.28.5",
51+
"typedoc-plugin-merge-modules": "^7.0.0",
52+
"typescript": "^5.8.3"
5353
},
5454
"dependencies": {
55-
"axios": "^1.7.7"
55+
"axios": "^1.9.0"
5656
},
5757
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
5858
}

0 commit comments

Comments
 (0)