diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-03-09 12:58:55 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-03-09 12:58:55 +0100 |
| commit | 92312e12954c9aef84db00aae0248134ff4abee2 (patch) | |
| tree | bcdbe6d98e769423b848aebdb7b52ea3d1d4213d /gui/package.json | |
| parent | 2c75829950240da8e75a87c980f98135ab6fb429 (diff) | |
| parent | 9040e234d7f4d4a4412c237e3d722500c2e82bf8 (diff) | |
| download | mullvadvpn-92312e12954c9aef84db00aae0248134ff4abee2.tar.xz mullvadvpn-92312e12954c9aef84db00aae0248134ff4abee2.zip | |
Merge branch 'downgrade-grpc'
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/package.json b/gui/package.json index 8670a269e6..943fe28226 100644 --- a/gui/package.json +++ b/gui/package.json @@ -12,7 +12,7 @@ "repository": "https://github.com/mullvad/mullvadvpn-app", "license": "GPL-3.0", "dependencies": { - "@grpc/grpc-js": "^1.2.7", + "@grpc/grpc-js": "^1.1.2", "argv-split": "^2.0.1", "d3-geo": "^1.12.1", "gettext-parser": "^4.0.3", |
