Skip to content

Commit 2d1f6a5

Browse files
committed
Update dependencies
1 parent 9578e59 commit 2d1f6a5

File tree

14 files changed

+1588
-1857
lines changed

14 files changed

+1588
-1857
lines changed
File renamed without changes.

β€Žpackage.jsonβ€Ž

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,36 @@
66
"browser": "dist/browser/src/",
77
"dependencies": {
88
"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",
1111
"grapheme-splitter": "^1.0.4",
12-
"iconv-lite": "^0.6.3",
12+
"iconv-lite": "^0.7.2",
1313
"isomorphic-textencoder": "^1.0.1",
14-
"lodash": "^4.17.21",
14+
"lodash": "^4.17.23",
1515
"middleware-handler": "^0.2.0",
1616
"regenerator-runtime": "^0.14.1",
17-
"socks": "^2.8.3",
17+
"socks": "^2.8.7",
1818
"stream-browserify": "^3.0.0",
1919
"util": "^0.12.5"
2020
},
2121
"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",
2627
"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",
3532
"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"
4239
},
4340
"scripts": {
4441
"test": "npm-run-all lint coverage",
@@ -64,5 +61,9 @@
6461
"bugs": {
6562
"url": "https://github.com/kiwiirc/irc-framework/issues"
6663
},
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"
6869
}
File renamed without changes.

0 commit comments

Comments
Β (0)