From f76f89cdde20604c68d508788691631bd8a0267b Mon Sep 17 00:00:00 2001 From: Axel Chalon Date: Mon, 25 Jun 2018 18:34:48 +0200 Subject: [PATCH] Update @parity/ui dependency --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd73672d5..295c29a53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1998,9 +1998,9 @@ } }, "@parity/ui": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@parity/ui/-/ui-3.1.7.tgz", - "integrity": "sha512-UqhsKVeaWBkufSwJH8S6HnOaLmQUoDqlu13o9MKfeFtNexcuPk457tRvpMn64Mn6GOLFPJC8Cf9HLD0Bpkpjqg==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/@parity/ui/-/ui-3.1.8.tgz", + "integrity": "sha512-izyK7nlzBVBi7sKJiDFJtNOcNzgepEX5x+V9+392+xodPw+lbN4n9zO9Lve8ba2eoywmWbyk3q0ZLsWgsLqSIg==", "requires": { "@parity/api": "~2.1.22", "@parity/etherscan": "2.1.x", @@ -2057,9 +2057,9 @@ } }, "@parity/api": { - "version": "2.1.22", - "resolved": "https://registry.npmjs.org/@parity/api/-/api-2.1.22.tgz", - "integrity": "sha512-I7HfYQakHM1NrZ6LmKQN1BJe81YsnfkjUUv1ZDAbDFVwtgADlmsfchPeX5Cm8flGY2eHd2wlNmBu5+RZtftKxQ==", + "version": "2.1.23", + "resolved": "https://registry.npmjs.org/@parity/api/-/api-2.1.23.tgz", + "integrity": "sha512-Oeo0qvTWczpsMy8IeaN54Jz/JrKLNkIWB69eDE6KsouSnXEOGGh8pWup2LCZoaKhRX3HdXQFYCnWekvsDhst6Q==", "requires": { "@parity/abi": "~2.1.4", "@parity/jsonrpc": "2.1.x", @@ -15024,9 +15024,9 @@ "integrity": "sha1-mi3sg4Bvuy2XXyK+7IWcoms5OqE=" }, "moment": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.1.tgz", - "integrity": "sha512-shJkRTSebXvsVqk56I+lkb2latjBs8I+pc2TzWc545y2iFnSjm7Wg0QMh+ZWcdSLQyGEau5jI8ocnmkyTgr9YQ==" + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", + "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" }, "ms": { "version": "2.0.0", diff --git a/package.json b/package.json index 8f1805e0e..54c3b7e42 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "@parity/plugin-signer-hardware": "github:parity-js/plugin-signer-hardware#e8b8a4e67adc37870e370d22805632d08012b9ee", "@parity/plugin-signer-qr": "github:parity-js/plugin-signer-qr#c275ba13524e9f6759079fabd10faf49cc00cfc0", "@parity/shared": "2.2.28", - "@parity/ui": "3.1.7", + "@parity/ui": "3.1.8", "axios": "0.18.0", "command-exists": "1.2.2", "commander": "2.15.1",