From c523426aed8676525fe37c364865dc93ae7214e8 Mon Sep 17 00:00:00 2001 From: Radu Achim Date: Thu, 12 Sep 2019 13:23:00 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20switching=20to=20PS256?= =?UTF-8?q?=20as=20default=20for=20signing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 59 +++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 27 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 029a5be..0b28ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1281,11 +1281,11 @@ } }, "@egendata/client": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@egendata/client/-/client-0.3.2.tgz", - "integrity": "sha512-jOR5MPYkF+7LvUeDGwQwpd7dejrvz5sQb093LMzVMafBb/G6MUHPYRo4OHfWm/OcQFTkkPWTip9xGJf8g1YHVQ==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@egendata/client/-/client-0.4.0.tgz", + "integrity": "sha512-jH5ECbF/6FlWnG5QRI926L1hkfBv4KNR72xv6cK88V5QdDqfgU7GA6OyDcQ0G3k3bchNHImfjribdjSB3EyJ3g==", "requires": { - "@egendata/messaging": "0.3.2", + "@egendata/messaging": "^0.4.2", "@hapi/joi": "^15.0.3", "@panva/jose": "^1.0.1", "axios": "^0.18.1", @@ -1301,9 +1301,9 @@ } }, "@egendata/messaging": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@egendata/messaging/-/messaging-0.3.2.tgz", - "integrity": "sha512-ttAouBPl/up/LiduTHixwaBe3D5pUT4lY1J2Bk1732J44SJYkSWOeV2zCmKURsrY0+BgM8Kv0QccO5Swcfat7w==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@egendata/messaging/-/messaging-0.4.2.tgz", + "integrity": "sha512-eUeuYIhz6PbZIx5AG2du224lSb68s5/7StYS65g2aksrpwBgWefp01x423FS2iZ8FlouEbIGElv6C5KaKS5lpw==", "requires": { "axios": "^0.18.1", "http-errors": "^1.7.2", @@ -1376,44 +1376,37 @@ "integrity": "sha512-rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw==" }, "@hapi/address": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.0.0.tgz", - "integrity": "sha512-mV6T0IYqb0xL1UALPFplXYQmR0twnXG0M6jUswpquqT2sD12BOiCiLy3EvMp/Fy7s3DZElC4/aPjEjo2jeZpvw==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.1.tgz", + "integrity": "sha512-DYuHzu978pP1XW1GD3HGvLnAFjbQTIgc2+V153FGkbS2pgo9haigCdwBnUDrbhaOkgiJlbZvoEqDrcxSLHpiWA==" + }, + "@hapi/bourne": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", + "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==" }, "@hapi/hoek": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-6.2.4.tgz", - "integrity": "sha512-HOJ20Kc93DkDVvjwHyHawPwPkX44sIrbXazAUDiUXaY2R9JwQGo2PhFfnQtdrsIe4igjG2fPgMra7NYw7qhy0A==" + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.2.4.tgz", + "integrity": "sha512-Ze5SDNt325yZvNO7s5C4fXDscjJ6dcqLFXJQ/M7dZRQCewuDj2iDUuBi6jLQt+APbW9RjjVEvLr35FXuOEqjow==" }, "@hapi/joi": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.0.tgz", - "integrity": "sha512-n6kaRQO8S+kepUTbXL9O/UOL788Odqs38/VOfoCrATDtTvyfiO3fgjlSRaNkHabpTLgM7qru9ifqXlXbXk8SeQ==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", "requires": { "@hapi/address": "2.x.x", - "@hapi/hoek": "6.x.x", - "@hapi/marker": "1.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", "@hapi/topo": "3.x.x" } }, - "@hapi/marker": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@hapi/marker/-/marker-1.0.0.tgz", - "integrity": "sha512-JOfdekTXnJexfE8PyhZFyHvHjt81rBFSAbTIRAhF2vv/2Y1JzoKsGqxH/GpZJoF7aEfYok8JVcAHmSz1gkBieA==" - }, "@hapi/topo": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.3.tgz", "integrity": "sha512-JmS9/vQK6dcUYn7wc2YZTqzIKubAQcJKu2KCKAru6es482U5RT5fP1EXCPtlXpiK7PR0On/kpQKI4fRKkzpZBQ==", "requires": { "@hapi/hoek": "8.x.x" - }, - "dependencies": { - "@hapi/hoek": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.2.1.tgz", - "integrity": "sha512-JPiBy+oSmsq3St7XlipfN5pNA6bDJ1kpa73PrK/zR29CVClDVqy04AanM/M/qx5bSF+I61DdCfAvRrujau+zRg==" - } } }, "@jest/console": { @@ -2027,9 +2020,9 @@ } }, "@panva/jose": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@panva/jose/-/jose-1.6.1.tgz", - "integrity": "sha512-hMDSrKlkp4FeTa7lS+GWRUB5kz2ay0wESq5wUatMGZL0TSntGreEAyjfOLFFN2J0XJQlowASE5YyV0c7qALSnw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@panva/jose/-/jose-1.9.1.tgz", + "integrity": "sha512-TS7jAip7ooFaNeuXA7OssFeNFT4b4DTVX6sNWFQEKeHDGyYIzElmGxIWpydu8QtjgV/6yafg6n6iTTU8z3txrw==", "requires": { "asn1.js": "^5.1.1" } diff --git a/package.json b/package.json index c021893..ae9e629 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/egendata/example-cv#readme", "dependencies": { - "@egendata/client": "0.3.2", + "@egendata/client": "0.4.0", "@smooth-ui/core-sc": "^7.1.1", "axios": "^0.18.1", "changecase-objects": "^1.1.0",