update superagent

This commit is contained in:
Girish Ramakrishnan
2026-01-17 22:18:27 +01:00
parent efccf2729b
commit 3daddf2fe6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@aws-sdk/lib-storage": "^3.928.0",
"@cloudron/connect-lastmile": "^2.3.0",
"@cloudron/manifest-format": "^5.29.0",
"@cloudron/superagent": "^1.0.0",
"@cloudron/superagent": "^1.0.1",
"@google-cloud/dns": "^5.3.1",
"@google-cloud/storage": "^7.17.3",
"@smithy/node-http-handler": "^4.4.5",
@@ -1158,9 +1158,9 @@
}
},
"node_modules/@cloudron/superagent": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@cloudron/superagent/-/superagent-1.0.0.tgz",
"integrity": "sha512-hMJk7175viHCJ61fXKQJGrQotbABqSxfGDHDc4X49qfBnEKd0jPiRcm8bJ28IQxP+YLRBJgzbWrEyJGntP/d/w==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@cloudron/superagent/-/superagent-1.0.1.tgz",
"integrity": "sha512-VwOYzVGtIDcEpmrSYpx1HqOJiDDTEjwlf0J3XHGcgSMmrvQ3u9rZLsC1VUHx9+CzLKFADhFMZzHFCy2jhR3pzg==",
"license": "ISC",
"dependencies": {
"debug": "^4.4.1",

View File

@@ -17,7 +17,7 @@
"@aws-sdk/lib-storage": "^3.928.0",
"@cloudron/connect-lastmile": "^2.3.0",
"@cloudron/manifest-format": "^5.29.0",
"@cloudron/superagent": "^1.0.0",
"@cloudron/superagent": "^1.0.1",
"@google-cloud/dns": "^5.3.1",
"@google-cloud/storage": "^7.17.3",
"@smithy/node-http-handler": "^4.4.5",