diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-10-07 15:07:39 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-10-10 13:26:09 +0200 |
| commit | c3307880a2373f927cbdac71eb10da808c1634ce (patch) | |
| tree | 384e3af3994b9febbb5301db540b2541012d37c2 | |
| parent | 0d60357ea5a24f874d54f523277e1ffd84cbde53 (diff) | |
| download | mullvadvpn-c3307880a2373f927cbdac71eb10da808c1634ce.tar.xz mullvadvpn-c3307880a2373f927cbdac71eb10da808c1634ce.zip | |
Update @types/node to 22.18.8
Updated as the node version was bumped to 22.19.0
| -rw-r--r-- | desktop/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package.json b/desktop/package.json index 9302bbca7e..44c8b34587 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -22,7 +22,7 @@ "@babel/runtime": "7.26.10", "@eslint/js": "^9.10.0", "@types/eslint__js": "^8.42.3", - "@types/node": "^22.15.32", + "@types/node": "^22.18.8", "eslint": "^9.31.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", |
