|
6 | 6 | "browser": "dist/browser/src/", |
7 | 7 | "dependencies": { |
8 | 8 | "buffer": "^6.0.3", |
9 | | - "core-js": "^3.38.1", |
10 | | - "eventemitter3": "^5.0.1", |
| 9 | + "core-js": "^3.48.0", |
| 10 | + "eventemitter3": "^5.0.4", |
11 | 11 | "grapheme-splitter": "^1.0.4", |
12 | | - "iconv-lite": "^0.6.3", |
| 12 | + "iconv-lite": "^0.7.2", |
13 | 13 | "isomorphic-textencoder": "^1.0.1", |
14 | | - "lodash": "^4.17.21", |
| 14 | + "lodash": "^4.17.23", |
15 | 15 | "middleware-handler": "^0.2.0", |
16 | 16 | "regenerator-runtime": "^0.14.1", |
17 | | - "socks": "^2.8.3", |
| 17 | + "socks": "^2.8.7", |
18 | 18 | "stream-browserify": "^3.0.0", |
19 | 19 | "util": "^0.12.5" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@babel/cli": "^7.25.6", |
23 | | - "@babel/core": "^7.25.2", |
24 | | - "@babel/preset-env": "^7.25.4", |
25 | | - "chai": "^4.5.0", |
| 22 | + "@babel/cli": "^7.28.6", |
| 23 | + "@babel/core": "^7.29.0", |
| 24 | + "@babel/preset-env": "^7.29.0", |
| 25 | + "@eslint/js": "^9.39.3", |
| 26 | + "chai": "^6.2.2", |
26 | 27 | "chai-subset": "^1.6.0", |
27 | | - "compression-webpack-plugin": "^10.0.0", |
28 | | - "eslint": "^8.57.0", |
29 | | - "eslint-config-standard": "^17.1.0", |
30 | | - "eslint-plugin-import": "^2.29.1", |
31 | | - "eslint-plugin-n": "^15.7.0", |
32 | | - "eslint-plugin-node": "^11.1.0", |
33 | | - "eslint-plugin-promise": "^6.6.0", |
34 | | - "mocha": "^10.7.3", |
| 28 | + "compression-webpack-plugin": "^11.1.0", |
| 29 | + "eslint": "^9.39.3", |
| 30 | + "globals": "^17.3.0", |
| 31 | + "mocha": "^11.7.5", |
35 | 32 | "npm-run-all": "^4.1.5", |
36 | | - "nyc": "^15.1.0", |
37 | | - "shx": "^0.3.4", |
38 | | - "sinon": "^15.2.0", |
39 | | - "sinon-chai": "^3.7.0", |
40 | | - "webpack": "^5.94.0", |
41 | | - "webpack-cli": "^5.1.4" |
| 33 | + "nyc": "^17.1.0", |
| 34 | + "shx": "^0.4.0", |
| 35 | + "sinon": "^21.0.1", |
| 36 | + "sinon-chai": "^4.0.1", |
| 37 | + "webpack": "^5.105.2", |
| 38 | + "webpack-cli": "^6.0.1" |
42 | 39 | }, |
43 | 40 | "scripts": { |
44 | 41 | "test": "npm-run-all lint coverage", |
|
64 | 61 | "bugs": { |
65 | 62 | "url": "https://github.com/kiwiirc/irc-framework/issues" |
66 | 63 | }, |
67 | | - "homepage": "https://github.com/kiwiirc/irc-framework#readme" |
| 64 | + "homepage": "https://github.com/kiwiirc/irc-framework#readme", |
| 65 | + "engines": { |
| 66 | + "node": ">= 18.18" |
| 67 | + }, |
| 68 | + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
68 | 69 | } |
0 commit comments