sdy

update proxy

This diff could not be displayed because it is too large.
...@@ -30,6 +30,6 @@ ...@@ -30,6 +30,6 @@
30 "last 1 firefox version", 30 "last 1 firefox version",
31 "last 1 safari version" 31 "last 1 safari version"
32 ] 32 ]
33 - }, 33 + },
34 - "proxy":"http://localhost:5000" 34 + "proxy": "http://localhost:5000"
35 } 35 }
......
...@@ -2444,6 +2444,7 @@ ...@@ -2444,6 +2444,7 @@
2444 "version": "4.0.3", 2444 "version": "4.0.3",
2445 "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz", 2445 "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz",
2446 "integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==", 2446 "integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==",
2447 + "hasInstallScript": true,
2447 "dependencies": { 2448 "dependencies": {
2448 "node-gyp-build": "^4.2.0" 2449 "node-gyp-build": "^4.2.0"
2449 } 2450 }
...@@ -6679,6 +6680,7 @@ ...@@ -6679,6 +6680,7 @@
6679 "version": "5.0.5", 6680 "version": "5.0.5",
6680 "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz", 6681 "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz",
6681 "integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==", 6682 "integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==",
6683 + "hasInstallScript": true,
6682 "dependencies": { 6684 "dependencies": {
6683 "node-gyp-build": "^4.2.0" 6685 "node-gyp-build": "^4.2.0"
6684 } 6686 }
......