diff --git a/package-lock.json b/package-lock.json index dead7d4b..8d4f60d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "commander": "12.0.0", "emoji-datasource": "15.1.2", "slack-message-parser": "3.0.2", - "ws": "8.16.0" + "ws": "8.17.0" }, "bin": { "niconizer-slack": "dist/bin/index.js" @@ -5442,9 +5442,9 @@ } }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 772979c0..d6e02478 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "commander": "12.0.0", "emoji-datasource": "15.1.2", "slack-message-parser": "3.0.2", - "ws": "8.16.0" + "ws": "8.17.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "7.7.1",