update modules

This commit is contained in:
Girish Ramakrishnan
2025-06-06 08:16:57 +02:00
parent 83d7535d84
commit f87e257233

View File

@@ -16,14 +16,14 @@
"release": "./scripts/release"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.744.0",
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/lib-storage": "^3.744.0",
"@aws-sdk/client-route-53": "^3.825.0",
"@aws-sdk/client-s3": "^3.825.0",
"@aws-sdk/lib-storage": "^3.825.0",
"@google-cloud/dns": "^4.0.0",
"@google-cloud/storage": "^7.15.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/util-retry": "^4.0.2",
"@types/node": "^22.15.21",
"@google-cloud/storage": "^7.16.0",
"@smithy/node-http-handler": "^4.0.6",
"@smithy/util-retry": "^4.0.5",
"@types/node": "^22.15.30",
"async": "^3.2.6",
"cloudron-manifestformat": "^5.27.0",
"connect": "^3.7.0",
@@ -34,42 +34,42 @@
"cron": "^3.5.0",
"db-migrate": "^0.11.14",
"db-migrate-mysql": "^3.0.0",
"debug": "^4.4.0",
"dockerode": "^4.0.6",
"domrobot-client": "^3.2.2",
"debug": "^4.4.1",
"dockerode": "^4.0.7",
"domrobot-client": "^3.3.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"jose": "^5.9.6",
"jsdom": "^26.0.0",
"jose": "^5.10.0",
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.2",
"ldapjs": "^2.3.3",
"marked": "^15.0.11",
"marked": "^15.0.12",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"moment-timezone": "^0.6.0",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nodemailer": "^6.10.1",
"oidc-provider": "^8.6.1",
"oidc-provider": "^8.8.1",
"ovh": "^2.0.3",
"qrcode": "^1.5.4",
"safetydance": "^2.5.1",
"semver": "^7.7.1",
"semver": "^7.7.2",
"speakeasy": "^2.0.0",
"tar-stream": "^3.1.7",
"tldjs": "^2.3.1",
"ua-parser-js": "^2.0.3",
"uuid": "^11.0.5",
"ws": "^8.18.1",
"uuid": "^11.1.0",
"ws": "^8.18.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@eslint/js": "^9.28.0",
"commander": "^13.1.0",
"easy-table": "^1.2.0",
"eslint": "^9.20.1",
"eslint": "^9.28.0",
"expect.js": "*",
"mocha": "^11.1.0",
"nock": "^14.0.4",
"mocha": "^11.5.0",
"nock": "^14.0.5",
"ssh2": "^1.16.0",
"yesno": "^0.4.0"
},