diff --git a/package.json b/package.json --- a/package.json +++ b/package.json @@ -9,28 +9,28 @@ "test": "test" }, "dependencies": { - "@material/mwc-slider": "^0.26.1", + "@material/mwc-slider": "^0.27.0", "@microsoft/fast-components": "^2.30.6", - "@types/async": "^3.2.13", - "@types/d3": "^7.1.0", + "@types/async": "^3.2.20", + "@types/d3": "^7.4.0", "@types/debug": "^4.1.7", "@types/n3": "^1.10.4", - "@types/node": "^17.0.31", + "@types/node": "^20.2.0", "@types/reconnectingwebsocket": "^1.0.7", "@types/sylvester": "^0.1.8", "@types/underscore": "^1.11.4", - "async": "^3.2.3", - "d3": "^7.4.4", + "async": "^3.2.4", + "d3": "^7.8.4", "debug": "^4.3.4", "knockout": "^3.5.1", - "lit": "^2.2.3", - "n3": "^1.16.2", + "lit": "^2.7.4", + "n3": "^1.16.4", "parse-prometheus-text-format": "^1.1.1", "reconnectingwebsocket": "^1.0.0", "sylvester": "^0.0.21", - "typescript": "^4.7.2", - "underscore": "^1.13.3", - "vite": "^2.9.9", - "vite-plugin-rewrite-all": "^0.1.2" + "typescript": "^5.0.4", + "underscore": "^1.13.6", + "vite": "^4.3.7", + "vite-plugin-rewrite-all": "^1.0.1" } }