forked from Mirrors/keyoxide-web
feat: update doipjs to 1.1.1
This commit is contained in:
parent
3d7f1ce11a
commit
bccd5d298f
2 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
||||||
"ajv": "^8.6.3",
|
"ajv": "^8.6.3",
|
||||||
"bent": "^7.3.12",
|
"bent": "^7.3.12",
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"doipjs": "^1.1.0",
|
"doipjs": "^1.1.1",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-http-context2": "^1.0.0",
|
"express-http-context2": "^1.0.0",
|
||||||
|
|
|
@ -1825,10 +1825,10 @@ doctypes@^1.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
|
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
|
||||||
integrity sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==
|
integrity sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==
|
||||||
|
|
||||||
doipjs@^1.1.0:
|
doipjs@^1.1.1:
|
||||||
version "1.1.0"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-1.1.0.tgz#1130550c8cd23c72504e27c6fa61dfe3123d36e0"
|
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-1.1.1.tgz#3a79b360e33749ebff1e978c8ebb2418a5769a10"
|
||||||
integrity sha512-L3W+Yqc+CiJjxb2N9wZf2oWqrcnKS7MQYN8E0sJsVqpTdSSNF7NgC5Bq5LYMOwv0nmuLOiFw+qyHpKWIZXcGuw==
|
integrity sha512-1fGjno11mIPNDJMlFG5VJU+4TvUEBCxBJ0C52sLf5qdnZU08zd9eQOkbwncMCqti4r+M61xVCjlhd2T23oTYFQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@openpgp/hkp-client" "^0.0.3"
|
"@openpgp/hkp-client" "^0.0.3"
|
||||||
"@openpgp/wkd-client" "^0.0.4"
|
"@openpgp/wkd-client" "^0.0.4"
|
||||||
|
|
Loading…
Reference in a new issue