mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore(deps): update dependency superagent to v8.0.4 (#2535)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [superagent](https://togithub.com/visionmedia/superagent) | [`8.0.3` -> `8.0.4`](https://renovatebot.com/diffs/npm/superagent/8.0.3/8.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>visionmedia/superagent</summary> ### [`v8.0.4`](https://togithub.com/visionmedia/superagent/releases/tag/v8.0.4) [Compare Source](https://togithub.com/visionmedia/superagent/compare/v8.0.3...v8.0.4) - Merge pull request [#​1752](https://togithub.com/visionmedia/superagent/issues/1752) from romainmnr/patch-1 [`ca42089`](https://togithub.com/visionmedia/superagent/commit/ca42089) - Merge pull request [#​1750](https://togithub.com/visionmedia/superagent/issues/1750) from lopezac/patch-1 [`79374d6`](https://togithub.com/visionmedia/superagent/commit/79374d6) - Add missing typing for withCredentials() [`68a14c8`](https://togithub.com/visionmedia/superagent/commit/68a14c8) - Fix overflow pre tag index.md [`5099d32`](https://togithub.com/visionmedia/superagent/commit/5099d32) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a2c50c6224
								
							
						
					
					
						commit
						ad19779b4f
					
				@ -182,7 +182,7 @@
 | 
				
			|||||||
    "prettier": "2.7.1",
 | 
					    "prettier": "2.7.1",
 | 
				
			||||||
    "proxyquire": "2.1.3",
 | 
					    "proxyquire": "2.1.3",
 | 
				
			||||||
    "source-map-support": "0.5.21",
 | 
					    "source-map-support": "0.5.21",
 | 
				
			||||||
    "superagent": "8.0.3",
 | 
					    "superagent": "8.0.4",
 | 
				
			||||||
    "supertest": "6.3.1",
 | 
					    "supertest": "6.3.1",
 | 
				
			||||||
    "ts-node": "10.9.1",
 | 
					    "ts-node": "10.9.1",
 | 
				
			||||||
    "tsc-watch": "5.0.3",
 | 
					    "tsc-watch": "5.0.3",
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										18
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								yarn.lock
									
									
									
									
									
								
							@ -7011,7 +7011,23 @@ strip-json-comments@~2.0.1:
 | 
				
			|||||||
  resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
 | 
					  resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
 | 
				
			||||||
  integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
 | 
					  integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
superagent@8.0.3, superagent@^8.0.3:
 | 
					superagent@8.0.4:
 | 
				
			||||||
 | 
					  version "8.0.4"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.4.tgz#c881c9d8ad8724555879be4f1a92602e0a57cde7"
 | 
				
			||||||
 | 
					  integrity sha512-yaQB7YqAHhutt8yU7XIRKXGXtkxKidVuiDJ8FJPBG7JPd7Ckv4X9cOdxVGH5DFsPXodsCrOSzdUi2xL+o9z1qw==
 | 
				
			||||||
 | 
					  dependencies:
 | 
				
			||||||
 | 
					    component-emitter "^1.3.0"
 | 
				
			||||||
 | 
					    cookiejar "^2.1.3"
 | 
				
			||||||
 | 
					    debug "^4.3.4"
 | 
				
			||||||
 | 
					    fast-safe-stringify "^2.1.1"
 | 
				
			||||||
 | 
					    form-data "^4.0.0"
 | 
				
			||||||
 | 
					    formidable "^2.0.1"
 | 
				
			||||||
 | 
					    methods "^1.1.2"
 | 
				
			||||||
 | 
					    mime "2.6.0"
 | 
				
			||||||
 | 
					    qs "^6.11.0"
 | 
				
			||||||
 | 
					    semver "^7.3.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					superagent@^8.0.3:
 | 
				
			||||||
  version "8.0.3"
 | 
					  version "8.0.3"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.3.tgz#15c8ec5611a1f01386994cfeeda5aa138bcb7b17"
 | 
					  resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.3.tgz#15c8ec5611a1f01386994cfeeda5aa138bcb7b17"
 | 
				
			||||||
  integrity sha512-oBC+aNsCjzzjmO5AOPBPFS+Z7HPzlx+DQr/aHwM08kI+R24gsDmAS1LMfza1fK+P+SKlTAoNZpOvooE/pRO1HA==
 | 
					  integrity sha512-oBC+aNsCjzzjmO5AOPBPFS+Z7HPzlx+DQr/aHwM08kI+R24gsDmAS1LMfza1fK+P+SKlTAoNZpOvooE/pRO1HA==
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user