mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update deps
This commit is contained in:
parent
d5f02f48fd
commit
91999ca3b7
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"bent": "^7.3.12",
|
||||
"doipjs": "^0.9.1",
|
||||
"doipjs": "^0.9.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"express-validator": "^6.8.0",
|
||||
|
|
|
@ -703,10 +703,10 @@ doctypes@^1.1.0:
|
|||
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
|
||||
integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
|
||||
|
||||
doipjs@^0.9.1:
|
||||
version "0.9.1"
|
||||
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.9.1.tgz#1a2e33d377134cec7a5b601ec496a94b519052c4"
|
||||
integrity sha512-BSgyuIszu13F6h8g1p6JoBaHNMOPFKcwmKzsFvtIKln5mqtioqEQ8ILnJ8TbeGHQolY7pppCkWqi/0cHfxRtyw==
|
||||
doipjs@^0.9.2:
|
||||
version "0.9.2"
|
||||
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.9.2.tgz#da5f44b7eb5dbd899d7217de361245b6e90f6fa4"
|
||||
integrity sha512-xistbQk4iViiLyufmG6m5KXli1b8iDrhsQk9cJoJiQI1Zm7OPVEpoJ0daqUMuPJQysfO2m1NrhKYgcACTvTU0A==
|
||||
dependencies:
|
||||
bent "^7.3.12"
|
||||
browserify "^17.0.0"
|
||||
|
|
Loading…
Reference in a new issue