diff --git a/package.json b/package.json index de773baf8..180b3c26c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-dom": "^18.2.0", "superjson": "^1.12.4", "tsx": "^3.12.7", - "ws": "^8.0.0", + "ws": "^8.13.0", "zod": "^3.0.0" }, "devDependencies": { @@ -61,7 +61,7 @@ "@tanstack/react-query-devtools": "^4.18.0", "@types/node": "^18.16.16", "@types/react": "^18.2.8", - "@types/ws": "^8.2.0", + "@types/ws": "^8.5.5", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.2", "autoprefixer": "^10.4.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0814c071..be215786e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@prisma/client': specifier: ^4.14.1 @@ -41,8 +45,8 @@ dependencies: specifier: ^3.12.7 version: 3.12.7 ws: - specifier: ^8.0.0 - version: 8.11.0 + specifier: ^8.13.0 + version: 8.13.0 zod: specifier: ^3.0.0 version: 3.20.2 @@ -61,8 +65,8 @@ devDependencies: specifier: ^18.2.8 version: 18.2.8 '@types/ws': - specifier: ^8.2.0 - version: 8.5.4 + specifier: ^8.5.5 + version: 8.5.5 '@typescript-eslint/eslint-plugin': specifier: ^5.59.2 version: 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@5.1.3) @@ -723,8 +727,8 @@ packages: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true - /@types/ws@8.5.4: - resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} + /@types/ws@8.5.5: + resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==} dependencies: '@types/node': 18.16.16 dev: true @@ -3534,12 +3538,12 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /ws@8.11.0: - resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} + /ws@8.13.0: + resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true @@ -3567,7 +3571,3 @@ packages: /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false