summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-08-16 14:37:32 +0300
committerAndrej Mihajlov <and@mullvad.net>2019-08-16 16:53:44 +0300
commitce6fe7ee839dd9f0fd2d442b1dd494ee9413c3dd (patch)
tree4147e151abe905b38aa8f8f2e6408f2c63b6fefe /gui
parent179bf730902e0b720c0d7231c97c9081005a18db (diff)
downloadmullvadvpn-ce6fe7ee839dd9f0fd2d442b1dd494ee9413c3dd.tar.xz
mullvadvpn-ce6fe7ee839dd9f0fd2d442b1dd494ee9413c3dd.zip
Update d3-geo-projection to 2.7.0
Diffstat (limited to 'gui')
-rw-r--r--gui/package-lock.json12
-rw-r--r--gui/package.json2
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",