diff --git a/package-lock.json b/package-lock.json index e06be5522c..822cfbc0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14314,9 +14314,9 @@ "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==" }, "superagent": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.3.tgz", - "integrity": "sha512-oBC+aNsCjzzjmO5AOPBPFS+Z7HPzlx+DQr/aHwM08kI+R24gsDmAS1LMfza1fK+P+SKlTAoNZpOvooE/pRO1HA==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.4.tgz", + "integrity": "sha512-yaQB7YqAHhutt8yU7XIRKXGXtkxKidVuiDJ8FJPBG7JPd7Ckv4X9cOdxVGH5DFsPXodsCrOSzdUi2xL+o9z1qw==", "requires": { "component-emitter": "^1.3.0", "cookiejar": "^2.1.3", diff --git a/package.json b/package.json index 625f1c91a9..7bbd3f011f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "rimraf": "^3.0.2", "short-uuid": "^4.2.2", "stripe": "^10.13.0", - "superagent": "^8.0.3", + "superagent": "^8.0.4", "universal-analytics": "^0.5.3", "useragent": "^2.1.9", "uuid": "^8.3.2",