diff options
| author | Hank <hank@mullvad.net> | 2022-10-06 11:21:44 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-07 14:57:33 +0200 |
| commit | 48cf534d6610161e5db730dc91d187da79494aa7 (patch) | |
| tree | 5fec81c49b93e722ddaada635a28e967e62bf344 /gui/package.json | |
| parent | 6081f9aa0b9a1c93c6042f5b51846577a77abce1 (diff) | |
| download | mullvadvpn-48cf534d6610161e5db730dc91d187da79494aa7.tar.xz mullvadvpn-48cf534d6610161e5db730dc91d187da79494aa7.zip | |
Update rbush and @types/rbush
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/package.json b/gui/package.json index 133fa27f79..ec2ab566d8 100644 --- a/gui/package.json +++ b/gui/package.json @@ -18,7 +18,7 @@ "gettext-parser": "^6.0.0", "google-protobuf": "^3.21.0", "node-gettext": "^3.0.0", - "rbush": "^2.0.2", + "rbush": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^7.2.9", @@ -44,7 +44,7 @@ "@types/mocha": "^10.0.0", "@types/node": "^16.11.26", "@types/node-gettext": "^3.0.3", - "@types/rbush": "^2.0.2", + "@types/rbush": "^3.0.0", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/react-router": "^5.1.19", |
