update modules
fixes crash in safetydance when function returns null
This commit is contained in:
24
package.json
24
package.json
@@ -20,9 +20,9 @@
|
||||
"@aws-sdk/client-s3": "^3.744.0",
|
||||
"@aws-sdk/lib-storage": "^3.744.0",
|
||||
"@google-cloud/dns": "^4.0.0",
|
||||
"@google-cloud/storage": "^7.15.0",
|
||||
"@smithy/node-http-handler": "^4.0.2",
|
||||
"@smithy/util-retry": "^4.0.1",
|
||||
"@google-cloud/storage": "^7.15.2",
|
||||
"@smithy/node-http-handler": "^4.0.4",
|
||||
"@smithy/util-retry": "^4.0.2",
|
||||
"async": "^3.2.6",
|
||||
"cloudron-manifestformat": "^5.27.0",
|
||||
"connect": "^3.7.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"db-migrate": "^0.11.14",
|
||||
"db-migrate-mysql": "^3.0.0",
|
||||
"debug": "^4.4.0",
|
||||
"dockerode": "^4.0.4",
|
||||
"dockerode": "^4.0.6",
|
||||
"domrobot-client": "^3.2.2",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.21.2",
|
||||
@@ -43,33 +43,33 @@
|
||||
"jsdom": "^26.0.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"ldapjs": "^2.3.3",
|
||||
"marked": "^15.0.7",
|
||||
"marked": "^15.0.11",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.47",
|
||||
"moment-timezone": "^0.5.48",
|
||||
"multiparty": "^4.2.3",
|
||||
"mysql": "^2.18.1",
|
||||
"nodemailer": "^6.10.0",
|
||||
"nodemailer": "^6.10.1",
|
||||
"oidc-provider": "^8.6.1",
|
||||
"ovh": "^2.0.3",
|
||||
"qrcode": "^1.5.4",
|
||||
"safetydance": "^2.5.0",
|
||||
"safetydance": "^2.5.1",
|
||||
"semver": "^7.7.1",
|
||||
"speakeasy": "^2.0.0",
|
||||
"tar-stream": "^3.1.7",
|
||||
"tldjs": "^2.3.1",
|
||||
"ua-parser-js": "^2.0.2",
|
||||
"ua-parser-js": "^2.0.3",
|
||||
"uuid": "^11.0.5",
|
||||
"ws": "^8.18.0",
|
||||
"ws": "^8.18.1",
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.20.0",
|
||||
"commander": "^13.1.0",
|
||||
"easy-table": "^1.2.0",
|
||||
"eslint": "^9.20.0",
|
||||
"eslint": "^9.20.1",
|
||||
"expect.js": "*",
|
||||
"mocha": "^11.1.0",
|
||||
"nock": "^14.0.1",
|
||||
"nock": "^14.0.4",
|
||||
"ssh2": "^1.16.0",
|
||||
"yesno": "^0.4.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user