|
34 | 34 | "events-to-async": "^2.0.1", |
35 | 35 | "isomorphic-ws": "^5.0.0", |
36 | 36 | "ts-custom-error": "^3.3.1", |
37 | | - "ws": "^8.13.0" |
| 37 | + "ws": "^8.16.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@rollup/plugin-commonjs": "^25.0.7", |
41 | | - "@rollup/plugin-json": "^6.0.1", |
42 | | - "@rollup/plugin-typescript": "^11.1.5", |
| 41 | + "@rollup/plugin-json": "^6.1.0", |
| 42 | + "@rollup/plugin-typescript": "^11.1.6", |
43 | 43 | "@semantic-release/changelog": "^6.0.3", |
44 | 44 | "@semantic-release/git": "^10.0.1", |
45 | | - "@size-limit/preset-small-lib": "^10.0.1", |
46 | | - "@types/jest": "^29.5.6", |
47 | | - "@types/node": "^20.8.9", |
48 | | - "@types/ws": "^8.5.8", |
49 | | - "@typescript-eslint/eslint-plugin": "^6.9.0", |
50 | | - "@typescript-eslint/parser": "^6.9.0", |
| 45 | + "@size-limit/preset-small-lib": "^11.0.2", |
| 46 | + "@types/jest": "^29.5.12", |
| 47 | + "@types/node": "^20.11.19", |
| 48 | + "@types/ws": "^8.5.10", |
| 49 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 50 | + "@typescript-eslint/parser": "^7.0.2", |
51 | 51 | "conventional-changelog-conventionalcommits": "^7.0.1", |
52 | | - "cspell": "^7.3.8", |
53 | | - "eslint": "^8.52.0", |
54 | | - "eslint-config-prettier": "^9.0.0", |
55 | | - "eslint-plugin-import": "^2.29.0", |
56 | | - "eslint-plugin-prettier": "^5.0.1", |
57 | | - "eslint-plugin-simple-import-sort": "^10.0.0", |
58 | | - "eslint-plugin-unicorn": "^48.0.1", |
| 52 | + "cspell": "^8.4.1", |
| 53 | + "eslint": "^8.56.0", |
| 54 | + "eslint-config-prettier": "^9.1.0", |
| 55 | + "eslint-plugin-import": "^2.29.1", |
| 56 | + "eslint-plugin-prettier": "^5.1.3", |
| 57 | + "eslint-plugin-simple-import-sort": "^12.0.0", |
| 58 | + "eslint-plugin-unicorn": "^51.0.1", |
59 | 59 | "get-port": "^5.1.1", |
60 | 60 | "ioredis": "^5.3.2", |
61 | 61 | "iterator-helpers-polyfill": "^2.3.3", |
62 | 62 | "jest": "^29.6.4", |
63 | 63 | "npm-run-all": "^4.1.5", |
64 | | - "prettier": "^3.0.3", |
65 | | - "rollup": "^4.1.4", |
| 64 | + "prettier": "^3.2.5", |
| 65 | + "rollup": "^4.12.0", |
66 | 66 | "rollup-plugin-auto-external": "^2.0.0", |
67 | 67 | "rollup-plugin-dts": "^6.1.0", |
68 | 68 | "rollup-plugin-node-globals": "^1.4.0", |
69 | 69 | "semantic-release": "^22.0.5", |
70 | | - "size-limit": "^10.0.1", |
71 | | - "ts-jest": "^29.1.1", |
| 70 | + "size-limit": "^11.0.2", |
| 71 | + "ts-jest": "^29.1.2", |
72 | 72 | "tslib": "^2.6.2", |
73 | | - "typedoc": "^0.25.2", |
74 | | - "typescript": "^5.2.2", |
| 73 | + "typedoc": "^0.25.8", |
| 74 | + "typescript": "^5.3.3", |
75 | 75 | "undici": "^6.6.2" |
76 | 76 | }, |
77 | 77 | "files": [ |
|
100 | 100 | "limit": "7.5 kB", |
101 | 101 | "path": "./dist/index.js" |
102 | 102 | } |
103 | | - ] |
| 103 | + ], |
| 104 | + "resolutions": { |
| 105 | + "string-width": "4.2.3", |
| 106 | + "strip-ansi": "6.0.1", |
| 107 | + "wrap-ansi": "7.0.0" |
| 108 | + } |
104 | 109 | } |
0 commit comments