diff --git a/package-lock.json b/package-lock.json index 14c08819e4..35d6d8d316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12774,9 +12774,9 @@ "integrity": "sha1-6NK6H6nJBXAwPAMLaQD31fiavls=" }, "superagent": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-5.3.1.tgz", - "integrity": "sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-6.0.0.tgz", + "integrity": "sha512-gBiyDSUR3zbYO8za+MudSNxMFSOhKcZfQ1Anya1DWzk9R32zl++cYUFHXzP3VnyvQO8h/1/uPPA9FUDDtE+qdA==", "requires": { "component-emitter": "^1.3.0", "cookiejar": "^2.1.2", diff --git a/package.json b/package.json index 767eec572b..48b48de8b9 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "rimraf": "^3.0.2", "short-uuid": "^3.0.0", "stripe": "^7.15.0", - "superagent": "^5.3.1", + "superagent": "^6.0.0", "universal-analytics": "^0.4.23", "useragent": "^2.1.9", "uuid": "^8.3.0",