mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Update dependencies
This commit is contained in:
parent
2398fcba7b
commit
33663407ab
2 changed files with 423 additions and 410 deletions
|
@ -7,8 +7,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@openpgp/hkp-client": "^0.0.2",
|
"@openpgp/hkp-client": "^0.0.2",
|
||||||
"@openpgp/wkd-client": "^0.0.3",
|
"@openpgp/wkd-client": "^0.0.3",
|
||||||
"@xmpp/client": "^0.12.0",
|
"@xmpp/client": "^0.13.1",
|
||||||
"@xmpp/debug": "^0.12.0",
|
"@xmpp/debug": "^0.13.0",
|
||||||
"axios": "^0.25.0",
|
"axios": "^0.25.0",
|
||||||
"browser-or-node": "^1.3.0",
|
"browser-or-node": "^1.3.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"lint-staged": "^11.0.0",
|
"lint-staged": "^11.0.0",
|
||||||
"minify": "^6.0.1",
|
"minify": "^6.0.1",
|
||||||
"mocha": "^9.2.0",
|
"mocha": "^9.2.0",
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.15",
|
||||||
"standard": "^16.0.3"
|
"standard": "^16.0.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue