diff --git a/package.json b/package.json index 18670ce..964bf68 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@clytage/eslint-config": "^3.0.1", - "@types/node": "^20.10.4", + "@types/node": "^20.10.5", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", @@ -36,15 +36,15 @@ "eslint-config-prettier": "^9.1.0", "eslint-formatter-pretty": "^5.0.0", "eslint-plugin-prettier": "^5.0.1", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "tsup": "^8.0.1", "typedoc": "^0.25.4", "typescript": "^5.3.3" }, "dependencies": { "ioredis": "^5.3.2", - "undici": "^6.0.1", - "ws": "^8.14.2" + "undici": "^6.2.0", + "ws": "^8.15.1" }, "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2385d44..8d11f60 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,10 +9,10 @@ dependencies: specifier: ^5.3.2 version: 5.3.2 undici: - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^6.2.0 + version: 6.2.0 ws: - specifier: ^8.14.2 + specifier: ^8.15.1 version: 8.15.1 devDependencies: @@ -20,7 +20,7 @@ devDependencies: specifier: ^3.0.1 version: 3.0.1(@eslint/js@8.56.0)(@typescript-eslint/eslint-plugin@6.14.0)(@typescript-eslint/parser@6.14.0)(eslint@8.56.0)(typescript@5.3.3) '@types/node': - specifier: ^20.10.4 + specifier: ^20.10.5 version: 20.10.5 '@types/ws': specifier: ^8.5.10 @@ -47,7 +47,7 @@ devDependencies: specifier: ^5.0.1 version: 5.0.1(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.1.1) prettier: - specifier: ^3.1.0 + specifier: ^3.1.1 version: 3.1.1 tsup: specifier: ^8.0.1 @@ -2096,8 +2096,8 @@ packages: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: true - /undici@6.0.1: - resolution: {integrity: sha512-eZFYQLeS9BiXpsU0cuFhCwfeda2MnC48EVmmOz/eCjsTgmyTdaHdVsPSC/kwC2GtW2e0uH0HIPbadf3/bRWSxw==} + /undici@6.2.0: + resolution: {integrity: sha512-bglzaehBOLMe+BfK+Gv5Vpwpgdq2skaEBbSH92tcAv37wHHHTEGu43boyfTaHB+mwSo3VjyD/8d+ytPGeqsFIg==} engines: {node: '>=18.0'} dependencies: '@fastify/busboy': 2.1.0