diff --git a/package-lock.json b/package-lock.json index 7fcb3d37..a908bcdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/eslint__js": "^8.42.3", "@types/inquirer": "^8.2.1", "@types/user-agents": "^1.0.4", - "@types/ws": "^8.5.12", + "@types/ws": "^8.5.13", "@types/yargs": "^17.0.33", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", @@ -1943,10 +1943,9 @@ "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.12", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", - "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", - "license": "MIT", + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz", + "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==", "dependencies": { "@types/node": "*" } diff --git a/package.json b/package.json index 3bbec0be..1ee37a13 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/eslint__js": "^8.42.3", "@types/inquirer": "^8.2.1", "@types/user-agents": "^1.0.4", - "@types/ws": "^8.5.12", + "@types/ws": "^8.5.13", "@types/yargs": "^17.0.33", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1",