Skip to content

Commit f2d76a0

Browse files
committed
chore(deps): update dependencies and devDependencies to latest versions
- Bump core dependencies including `@whiskeysockets/baileys`, `axios`, `better-sqlite3`, and others - Update build tools and linters such as `eslint`, `rollup`, `vite`, and `@typescript-eslint` packages - Upgrade React ecosystem packages (`react`, `react-dom`, `react-router-dom`, `react-i18next`) - Refresh testing tools (`jest`, `vitest`, `ts-jest`) and style processors (`sass`, `tailwindcss`, `postcss-loader`) - Ensure consistency with latest minor and patch releases for stability and compatibility
1 parent abc6869 commit f2d76a0

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

package.json

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -55,83 +55,83 @@
5555
"dependencies": {
5656
"@hapi/boom": "^10.0.1",
5757
"@vitalets/google-translate-api": "^9.2.1",
58-
"@whiskeysockets/baileys": "^6.7.18",
58+
"@whiskeysockets/baileys": "^6.17.16",
5959
"ansi-colors": "^4.1.3",
6060
"ansi-to-html": "^0.7.2",
61-
"axios": "^1.11.0",
61+
"axios": "^1.13.1",
6262
"axios-cache-interceptor": "1",
6363
"axios-cookiejar-support": "^6.0.4",
6464
"baileys": "*",
65-
"better-sqlite3": "^12.2.0",
65+
"better-sqlite3": "^12.4.1",
6666
"bluebird": "^3.7.2",
6767
"cheerio": "^1.1.2",
68-
"chromedriver": "^141.0.6",
68+
"chromedriver": "^142.0.0",
6969
"cors": "^2.8.5",
70-
"countries-list": "^3.1.1",
70+
"countries-list": "^3.2.0",
7171
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
7272
"crypto-js": "4.2.0",
7373
"date-fns": "^4.1.0",
7474
"date-fns-tz": "^3.2.0",
7575
"deepmerge-ts": "^7.1.5",
76-
"dotenv": "^17.2.1",
76+
"dotenv": "^17.2.3",
7777
"escape-string-regexp": "^5.0.0",
7878
"express": "^5.1.0",
79-
"fs-extra": "^11.3.1",
79+
"fs-extra": "^11.3.2",
8080
"glob": "^11.0.3",
8181
"heic-convert": "^2.1.0",
8282
"highlight.js": "^11.11.1",
8383
"https-proxy-agent": "^7.0.6",
8484
"jquery": "^3.7.1",
85-
"jquery-form-saver": "1.2.0",
85+
"jquery-form-saver": "1.2.3",
8686
"js-levenshtein": "^1.1.6",
8787
"jsonc-parser": "^3.3.1",
8888
"link-preview-js": "^3.1.0",
8989
"lockfile": "^1.0.4",
9090
"lodash": "^4.17.21",
9191
"mariadb": "^3.4.5",
92-
"mime": "^4.0.7",
92+
"mime": "^4.1.0",
9393
"minimist": "^1.2.8",
9494
"moment-timezone": "^0.6.0",
9595
"node-cache": "^5.1.2",
9696
"oboe": "^2.1.7",
97-
"pino": "^9.9.0",
98-
"pino-pretty": "^13.1.1",
97+
"pino": "^10.1.0",
98+
"pino-pretty": "^13.1.2",
9999
"proxies-grabber": "^1.1.4",
100100
"proxy-agent": "^6.5.0",
101-
"puppeteer": "24.17",
101+
"puppeteer": "24.28",
102102
"puppeteer-extra": "^3.3.6",
103103
"q": "^1.5.1",
104104
"qrcode-terminal": "^0.12.0",
105-
"rimraf": "^6.0.1",
105+
"rimraf": "^6.1.0",
106106
"safelinkify": "^1.2.3",
107-
"sbg-utility": "^2.0.10",
107+
"sbg-utility": "^2.0.11",
108108
"serve-favicon": "^2.5.1",
109109
"socks-proxy-agent": "^8.0.5",
110110
"tiny-typed-emitter": "^2.1.0",
111111
"tough-cookie": "^6.0.0",
112-
"undici": "^7.15.0",
112+
"undici": "^7.16.0",
113113
"upath": "^2.0.1",
114114
"which": "^5.0.0",
115115
"xlsx": "^0.18.5",
116116
"yaml": "^2.8.1"
117117
},
118118
"devDependencies": {
119-
"@babel/core": "^7.28.3",
120-
"@babel/preset-env": "^7.28.3",
121-
"@babel/preset-typescript": "^7.27.1",
119+
"@babel/core": "^7.28.5",
120+
"@babel/preset-env": "^7.28.5",
121+
"@babel/preset-typescript": "^7.28.5",
122122
"@eslint/eslintrc": "^3.3.1",
123-
"@eslint/js": "^9.34.0",
124-
"@jest/environment": "^30.0.5",
125-
"@jest/expect": "^30.0.5",
126-
"@jest/globals": "^30.0.5",
127-
"@jest/types": "^30.0.5",
128-
"@rollup/plugin-babel": "^6.0.4",
129-
"@rollup/plugin-commonjs": "^28.0.6",
123+
"@eslint/js": "^9.39.1",
124+
"@jest/environment": "^30.2.0",
125+
"@jest/expect": "^30.2.0",
126+
"@jest/globals": "^30.2.0",
127+
"@jest/types": "^30.2.0",
128+
"@rollup/plugin-babel": "^6.1.0",
129+
"@rollup/plugin-commonjs": "^29.0.0",
130130
"@rollup/plugin-json": "^6.1.0",
131-
"@rollup/plugin-node-resolve": "^16.0.1",
132-
"@rollup/plugin-replace": "^6.0.2",
131+
"@rollup/plugin-node-resolve": "^16.0.3",
132+
"@rollup/plugin-replace": "^6.0.3",
133133
"@rollup/plugin-terser": "^0.4.4",
134-
"@tailwindcss/postcss": "^4.1.12",
134+
"@tailwindcss/postcss": "^4.1.16",
135135
"@types/babel__core": "^7",
136136
"@types/babel__preset-env": "^7",
137137
"@types/better-sqlite3": "^7.6.13",
@@ -141,19 +141,19 @@
141141
"@types/express": "^5",
142142
"@types/fs-extra": "^11",
143143
"@types/google-ads-scripts": "^1.0.6",
144-
"@types/google-publisher-tag": "^1.20250811.0",
144+
"@types/google-publisher-tag": "^1.20250811.1",
145145
"@types/google.maps": "^3.58.1",
146146
"@types/google_interactive_media_ads_types": "^3.697.1",
147147
"@types/grecaptcha": "^3.0.9",
148-
"@types/gulp": "^4.0.17",
148+
"@types/gulp": "^4.0.18",
149149
"@types/heic-convert": "^2",
150150
"@types/jest": "^30.0.0",
151151
"@types/jquery": "^3.5.33",
152152
"@types/js-levenshtein": "^1",
153153
"@types/lockfile": "^1",
154154
"@types/lodash": "^4",
155155
"@types/minimist": "^1",
156-
"@types/node": "^24.3.0",
156+
"@types/node": "^24.10.0",
157157
"@types/nunjucks": "^3",
158158
"@types/oboe": "^2",
159159
"@types/q": "^1",
@@ -166,65 +166,65 @@
166166
"@types/ssh2-sftp-client": "^9.0.5",
167167
"@types/unzipper": "^0",
168168
"@types/which": "^3.0.4",
169-
"@typescript-eslint/eslint-plugin": "^8.41.0",
170-
"@typescript-eslint/parser": "^8.41.0",
169+
"@typescript-eslint/eslint-plugin": "^8.46.3",
170+
"@typescript-eslint/parser": "^8.46.3",
171171
"@vitejs/plugin-legacy": "^7.2.1",
172-
"@vitejs/plugin-react": "^5.0.1",
172+
"@vitejs/plugin-react": "^5.1.0",
173173
"autoprefixer": "^10.4.21",
174-
"babel-jest": "^30.0.5",
175-
"binary-collections": "^2.0.9",
176-
"browserslist": "^4.25.3",
177-
"cross-env": "^10.0.0",
178-
"eslint": "^9.34.0",
174+
"babel-jest": "^30.2.0",
175+
"binary-collections": "^2.0.10",
176+
"browserslist": "^4.27.0",
177+
"cross-env": "^10.1.0",
178+
"eslint": "^9.39.1",
179179
"eslint-config-prettier": "^10.1.8",
180180
"eslint-plugin-prettier": "^5.5.4",
181181
"flowbite": "^3.1.2",
182182
"git-command-helper": "^2.1.0",
183-
"globals": "^16.3.0",
183+
"globals": "^16.5.0",
184184
"gulp": "^5.0.1",
185185
"gulp-cli": "^3.1.0",
186186
"husky": "^9.1.7",
187187
"i18next": "^25.6.0",
188-
"jest": "^30.0.5",
189-
"jest-config": "^30.0.5",
190-
"jest-mock": "^30.0.5",
191-
"lightningcss": "^1.30.1",
192-
"lint-staged": "^16.1.5",
188+
"jest": "^30.2.0",
189+
"jest-config": "^30.2.0",
190+
"jest-mock": "^30.2.0",
191+
"lightningcss": "^1.30.2",
192+
"lint-staged": "^16.2.6",
193193
"nexe": "5.0.0-beta.4",
194194
"nodemon": "^3.1.10",
195195
"nunjucks": "^3.2.4",
196196
"postcss": "^8.5.6",
197197
"postcss-cli": "^11.0.1",
198198
"postcss-import": "^16.1.1",
199-
"postcss-loader": "^8.1.1",
199+
"postcss-loader": "^8.2.0",
200200
"prettier": "^3.6.2",
201201
"prettier-plugin-embed": "^0.5.0",
202202
"prettier-plugin-sh": "^0.18.0",
203203
"prettier-plugin-sql": "^0.19.2",
204204
"prettier-plugin-twig": "https://github.com/dimaslanjaka/prettier-plugin-twig/archive/9bf90f7.tar.gz",
205-
"react": "^19.1.1",
206-
"react-dom": "^19.1.1",
205+
"react": "^19.2.0",
206+
"react-dom": "^19.2.0",
207207
"react-ga4": "^2.1.0",
208208
"react-google-recaptcha": "^3.1.0",
209-
"react-i18next": "^16.1.6",
209+
"react-i18next": "^16.2.4",
210210
"react-markdown": "^10.1.0",
211-
"react-router-dom": "^7.8.2",
211+
"react-router-dom": "^7.9.5",
212212
"rebrowser-patches": "^1.0.19",
213-
"rollup": "^4.48.1",
213+
"rollup": "^4.52.5",
214214
"rollup-plugin-polyfill-node": "^0.13.0",
215-
"sass": "^1.91.0",
216-
"sharp": "0.32",
215+
"sass": "^1.93.3",
216+
"sharp": "0.34",
217217
"ssh2": "^1.17.0",
218218
"ssh2-sftp-client": "^12.0.1",
219-
"tailwindcss": "^4.1.12",
220-
"terser": "^5.43.1",
221-
"ts-jest": "^29.4.1",
219+
"tailwindcss": "^4.1.16",
220+
"terser": "^5.44.0",
221+
"ts-jest": "^29.4.5",
222222
"ts-node": "^10.9.2",
223223
"typescript": "~5.8.0",
224224
"unzipper": "^0.12.3",
225-
"vite": "7.1.7",
226-
"vite-plugin-mkcert": "^1.17.8",
227-
"vitest": "^3.2.4"
225+
"vite": "7.1.12",
226+
"vite-plugin-mkcert": "^1.17.9",
227+
"vitest": "^4.0.6"
228228
},
229229
"resolutions": {
230230
"typescript": "~5.8.0",

0 commit comments

Comments
 (0)