Release 3.4.14

This commit is contained in:
Yarmo Mackenbach 2022-10-07 10:38:24 +02:00
parent fda31ad698
commit b0ca9e7bd0
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.14] - 2022-10-07
### Changed
- Updated dependencies
## [3.4.13] - 2022-10-06
### Fixed
- Check validity of data to be cached

View file

@ -1,6 +1,6 @@
{
"name": "keyoxide-web",
"version": "3.4.13",
"version": "3.4.14",
"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.3",
"doipjs": "^0.16.4",
"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.3:
version "0.16.3"
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.16.3.tgz#39444075887b42e52ddc871dbc0f0564f0ebf973"
integrity sha512-5Y9ENDH4Y2gSfvKINMiNq0Zl9exKVRsFzzQaBtV6Y9QhwhDUiscz9HnB35fPJ11wLPL6sXHmumXeKaViz60VeQ==
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==
dependencies:
"@openpgp/hkp-client" "^0.0.2"
"@openpgp/wkd-client" "^0.0.3"