diff --git a/package.json b/package.json index 75220e5e..2211258a 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "@topcli/spinner": "4.2.1", "filenamify": "^7.0.0", "highlightjs-line-numbers.js": "^2.8.0", - "ini": "^6.0.0", + "ini": "^7.0.0", "json-diff-ts": "4.10.4", "lit": "^3.3.1", "ms": "^2.1.3", diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 84947cc9..53c8e246 100644 --- a/workspaces/server/package.json +++ b/workspaces/server/package.json @@ -40,13 +40,13 @@ "@nodesecure/scanner": "10.11.0", "cacache": "20.0.4", "chokidar": "5.0.0", - "find-my-way": "9.5.0", + "find-my-way": "9.6.0", "glob": "13.0.6", "pino": "10.3.1", "pino-pretty": "13.1.3", "sirv": "3.0.2", "ts-pattern": "5.9.0", - "ws": "8.20.0", + "ws": "8.20.1", "zup": "0.0.2" } } diff --git a/workspaces/vis-network/package.json b/workspaces/vis-network/package.json index 96105936..23ea9823 100644 --- a/workspaces/vis-network/package.json +++ b/workspaces/vis-network/package.json @@ -38,8 +38,8 @@ "license": "MIT", "dependencies": { "pretty-bytes": "7.1.0", - "vis-data": "8.0.3", - "vis-network": "10.0.2" + "vis-data": "8.0.4", + "vis-network": "10.0.3" }, "devDependencies": { "@nodesecure/flags": "3.0.3",