mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
feat: update doipjs to 1.0.2
This commit is contained in:
parent
78ec2a6bc6
commit
bed7a7ee77
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.0.1",
|
"doipjs": "^1.0.2",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-validator": "^6.13.0",
|
"express-validator": "^6.13.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.0.1:
|
doipjs@^1.0.2:
|
||||||
version "1.0.1"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-1.0.1.tgz#72b3e8eaf042a8542763d82eddd171165ad62d5e"
|
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-1.0.2.tgz#6e2aba8b4894a3520ed55a5fccc98f9e3fa5769c"
|
||||||
integrity sha512-mWbZ4hlP6KVDYljLhpJMNREC2Rx/3r2EjN7TrblC4OQ80934eD0cGty4INY89mRcz3jEj1lOsULWsPr63uyYzw==
|
integrity sha512-5TWS+Vq6KsmlwRWTLIec5frB8LAJ2uHuW92KJMUPL3dnOIXnlkC9Kg7QTH1V9DSZnpjTrrMTv1JMup9ok+GvDQ==
|
||||||
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