diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 14:37:32 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 16:53:44 +0300 |
| commit | ce6fe7ee839dd9f0fd2d442b1dd494ee9413c3dd (patch) | |
| tree | 4147e151abe905b38aa8f8f2e6408f2c63b6fefe | |
| parent | 179bf730902e0b720c0d7231c97c9081005a18db (diff) | |
| download | mullvadvpn-ce6fe7ee839dd9f0fd2d442b1dd494ee9413c3dd.tar.xz mullvadvpn-ce6fe7ee839dd9f0fd2d442b1dd494ee9413c3dd.zip | |
Update d3-geo-projection to 2.7.0
| -rw-r--r-- | gui/package-lock.json | 12 | ||||
| -rw-r--r-- | gui/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gui/package-lock.json b/gui/package-lock.json index cb83d8e3ed..8a6ee03c3a 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1676,17 +1676,17 @@ "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==" }, "d3-geo": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.11.3.tgz", - "integrity": "sha512-n30yN9qSKREvV2fxcrhmHUdXP9TNH7ZZj3C/qnaoU0cVf/Ea85+yT7HY7i8ySPwkwjCNYtmKqQFTvLFngfkItQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.11.6.tgz", + "integrity": "sha512-z0J8InXR9e9wcgNtmVnPTj0TU8nhYT6lD/ak9may2PdKqXIeHUr8UbFLoCtrPYNsjv6YaLvSDQVl578k6nm7GA==", "requires": { "d3-array": "1" } }, "d3-geo-projection": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-2.6.0.tgz", - "integrity": "sha512-snlzliB5q8SgzvYG2iVp4wRM+qmWbCY5nO2sWIbChRFiR3PD3NayOgNVTtdBoC70eY3QWI9z6dmzy8Qi7q0IQA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-2.7.0.tgz", + "integrity": "sha512-G8C/8gvUQVwuLloW88d/NGbyh5CLONowQzU6gB7cczfGbSjMrQHFbaCqipWUqUWaBdqpyfTlLE3GPGy0RMpKYw==", "requires": { "commander": "2", "d3-array": "1", diff --git a/gui/package.json b/gui/package.json index 43aebbbe78..0c7dd0218e 100644 --- a/gui/package.json +++ b/gui/package.json @@ -13,7 +13,7 @@ "license": "GPL-3.0", "dependencies": { "connected-react-router": "^5.0.1", - "d3-geo-projection": "^2.6.0", + "d3-geo-projection": "^2.7.0", "electron-log": "^3.0.7", "gettext-parser": "^4.0.1", "history": "^4.6.1", |
