Skip to content

Commit c989434

Browse files
committed
chore(deps): Bump version to conform to security guidelines
- Removing separate /tests eslint and tsconfig
1 parent aaa065c commit c989434

7 files changed

Lines changed: 1013 additions & 1030 deletions

File tree

package.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,40 +37,38 @@
3737
"prebundle": "rimraf lib --glob ./*.tgz",
3838
"bundle": "tsup && shx chmod +x lib/server.js",
3939
"postbundle": "npm pack",
40-
"lint": "npm run lint:src && npm run lint:tests",
41-
"lint:src": "eslint src/ --fix && tsc --noEmit",
42-
"lint:tests": "eslint tests/ --fix && tsc -p tsconfig.test.json --noEmit",
40+
"lint": "eslint src/ tests/ --fix && tsc --noEmit",
4341
"start": "node lib/server.js",
4442
"dev": "tsx --watch src/server.ts",
4543
"prepare": "husky",
4644
"test": "vitest run"
4745
},
4846
"dependencies": {
49-
"@modelcontextprotocol/sdk": "1.27",
47+
"@modelcontextprotocol/sdk": "^1.27.1",
5048
"@toon-format/toon": "^2.1.0",
51-
"@wdio/protocols": "^9.16.2",
52-
"@xmldom/xmldom": "^0.8.11",
53-
"puppeteer-core": "^24.35.0",
49+
"@wdio/protocols": "^9.27.0",
50+
"@xmldom/xmldom": "^0.8.12",
51+
"puppeteer-core": "^24.40.0",
5452
"sharp": "^0.34.5",
55-
"webdriverio": "9.24",
53+
"webdriverio": "^9.27.0",
5654
"xpath": "^0.0.34",
57-
"zod": "^4.3.5"
55+
"zod": "^4.3.6"
5856
},
5957
"devDependencies": {
60-
"@release-it/conventional-changelog": "^10.0.4",
61-
"@types/node": "^20.11.0",
58+
"@release-it/conventional-changelog": "^10.0.6",
59+
"@types/node": "^20.19.37",
6260
"@wdio/eslint": "^0.1.3",
63-
"@wdio/types": "^9.20.0",
64-
"eslint": "^9.39.2",
65-
"happy-dom": "^20.7.0",
61+
"@wdio/types": "^9.27.0",
62+
"eslint": "^9.39.4",
63+
"happy-dom": "^20.8.9",
6664
"husky": "^9.1.7",
67-
"release-it": "^19.2.3",
68-
"rimraf": "^6.1.2",
65+
"release-it": "^19.2.4",
66+
"rimraf": "^6.1.3",
6967
"shx": "^0.4.0",
7068
"tsup": "^8.5.1",
7169
"tsx": "^4.21.0",
72-
"typescript": "5.9",
73-
"vitest": "^4.0.18"
70+
"typescript": "~5.9.3",
71+
"vitest": "^4.1.2"
7472
},
7573
"packageManager": "[email protected]"
7674
}

0 commit comments

Comments
 (0)