diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-09-28 17:42:23 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-09-30 14:25:48 +0200 |
| commit | e764979d1d4a8a780c10f956f71886ae11339b5e (patch) | |
| tree | c127270da3cabd331d34f89f7a93469bd362ebf9 /gui/package.json | |
| parent | 1333c8968e86570b9205bca5d7abf1eacae5812e (diff) | |
| download | mullvadvpn-e764979d1d4a8a780c10f956f71886ae11339b5e.tar.xz mullvadvpn-e764979d1d4a8a780c10f956f71886ae11339b5e.zip | |
Replace uuid module with node 16.5's crypto.randomUUID()
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/package.json b/gui/package.json index 4519fe7779..779740512d 100644 --- a/gui/package.json +++ b/gui/package.json @@ -26,8 +26,7 @@ "react-simple-maps": "^2.1.2", "redux": "^4.0.5", "sprintf-js": "^1.1.2", - "styled-components": "^5.1.1", - "uuid": "^3.0.1" + "styled-components": "^5.1.1" }, "optionalDependencies": { "grpc-tools": "^1.10.0", @@ -54,7 +53,6 @@ "@types/sprintf-js": "^1.1.2", "@types/styled-components": "^5.1.4", "@types/topojson-specification": "^1.0.1", - "@types/uuid": "^3.4.4", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", "browserify": "^17.0.0", |
