Skip to content

Commit b6183c3

Browse files
Merge pull request #65 from VKCOM/evgeniy.evdokimov/task/fix-npm-audit
Bump outdated packages
2 parents 98157f1 + 38a851c commit b6183c3

File tree

3 files changed

+302
-154
lines changed

3 files changed

+302
-154
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.5
2+
3+
- Исправили замечания `npm audit`:
4+
- Версия пакета `axios` поднята до `1.8.4`
5+
16
## v0.2.4
27

38
- Добавили поддержку бинарных WebSocket сообщений. Теперь сервер корректно обрабатывает и пересылает как текстовые, так и бинарные данные через WebSocket.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vkontakte/vk-tunnel",
33
"license": "MIT",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"bin": {
66
"vk-tunnel": "./bin/vk-tunnel.js"
77
},
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/vkcom/vk-tunnel-client.git"
1919
},
2020
"dependencies": {
21-
"axios": "^0.21.1",
21+
"axios": "^1.8.4",
2222
"axios-retry": "^4.4.0",
2323
"chalk": "^3.0.0",
2424
"configstore": "^6.0.0",
@@ -40,7 +40,7 @@
4040
"@typescript-eslint/parser": "^5.0.0",
4141
"@vkontakte/eslint-plugin": "^1.2.0",
4242
"@vkontakte/prettier-config": "^0.1.0",
43-
"esbuild": "^0.20.0",
43+
"esbuild": "^0.25.1",
4444
"eslint": "^8.56.0",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-plugin-import": "2.29.1",

0 commit comments

Comments
 (0)