diff --git a/package-lock.json b/package-lock.json index 36040c9..76a29dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "typedoc": "^0.25.8", "typedoc-material-theme": "^1.0.2", "typescript": "^5.3.3", - "ws": "^8.16.0" + "ws": "^8.17.1" } }, "node_modules/@ampproject/remapping": { @@ -4632,9 +4632,9 @@ } }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index a1ceda4..e059a26 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "typedoc": "^0.25.8", "typedoc-material-theme": "^1.0.2", "typescript": "^5.3.3", - "ws": "^8.16.0" + "ws": "^8.17.1" } }