Release 3.4.16

This commit is contained in:
Yarmo Mackenbach 2022-10-25 11:13:19 +02:00
parent 83a7e1c6cd
commit 2b435080ba
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
3 changed files with 10 additions and 6 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.4.16] - 2022-10-25
### Changed
- Updated dependencies
## [3.4.15] - 2022-10-11
### Changed
- Attempt both WKD and HKP if no protocol specified

View file

@ -1,6 +1,6 @@
{
"name": "keyoxide-web",
"version": "3.4.15",
"version": "3.4.16",
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
"main": "./src/index.js",
"type": "module",
@ -9,7 +9,7 @@
"bent": "^7.3.12",
"body-parser": "^1.19.0",
"dialog-polyfill": "^0.5.6",
"doipjs": "^0.16.4",
"doipjs": "^0.17.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.13.0",

View file

@ -1780,10 +1780,10 @@ doctypes@^1.1.0:
resolved "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz"
integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
doipjs@^0.16.4:
version "0.16.4"
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.16.4.tgz#20ff84382fb897a4398c0457259e41deacdc1735"
integrity sha512-ckn+vAqzb91qE71u933+LVzvB+Z+QobfjgNUsXddYvkZhufImVR2C2WEOOdQN0LSef0At7wnFbKfjZhUCYX3wQ==
doipjs@^0.17.1:
version "0.17.1"
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.17.1.tgz#4b8f281d4e6b19b550fc7c22e0540a3da0e9c654"
integrity sha512-4aEbGoT7lV/xHX/HbkAb67sFplMiqokOZICc7sFZ9XtXdsSGlRXmaCScWXk1eoRJzBPq9upuhQ1Lif+LTArScg==
dependencies:
"@openpgp/hkp-client" "^0.0.2"
"@openpgp/wkd-client" "^0.0.3"