mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix(deps): update dependency cookie-parser to v1.4.7 (#8503)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cookie-parser](https://redirect.github.com/expressjs/cookie-parser) | [`1.4.6` -> `1.4.7`](https://renovatebot.com/diffs/npm/cookie-parser/1.4.6/1.4.7) | [](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>expressjs/cookie-parser (cookie-parser)</summary> ### [`v1.4.7`](https://redirect.github.com/expressjs/cookie-parser/blob/HEAD/HISTORY.md#147--2024-10-08) [Compare Source](https://redirect.github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7) \========== - deps: cookie@0.7.2 - Fix object assignment of `hasOwnProperty` - deps: cookie@0.7.1 - Allow leading dot for domain - Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec - Add fast path for `serialize` without options, use `obj.hasOwnProperty` when parsing - deps: cookie@0.7.0 - perf: parse cookies ~10% faster - fix: narrow the validation of cookies to match RFC6265 - fix: add `main` to `package.json` for rspack - deps: cookie@0.6.0 - Add `partitioned` option - deps: cookie@0.5.0 - Add `priority` option - Fix `expires` option to reject invalid dates - pref: improve default decode speed - pref: remove slow string split in parse - deps: cookie@0.4.2 - pref: read value only when assigning in parse - pref: remove unnecessary regexp in parse </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ae6450ca5b
								
							
						
					
					
						commit
						c23e54a9a7
					
				
							
								
								
									
										22
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -3225,12 +3225,12 @@ __metadata: | ||||
|   linkType: hard | ||||
| 
 | ||||
| "cookie-parser@npm:^1.4.6": | ||||
|   version: 1.4.6 | ||||
|   resolution: "cookie-parser@npm:1.4.6" | ||||
|   version: 1.4.7 | ||||
|   resolution: "cookie-parser@npm:1.4.7" | ||||
|   dependencies: | ||||
|     cookie: "npm:0.4.1" | ||||
|     cookie: "npm:0.7.2" | ||||
|     cookie-signature: "npm:1.0.6" | ||||
|   checksum: 10c0/9c2ade5459290802cd472a2d2a6e46fbd7de3e8514e02bfed5edfde892d77733c7f89d9d2015f752a9087680429b416972d7aba748bf6824e21eb680c8556383 | ||||
|   checksum: 10c0/46bef553de409031b69a6074ce512d131a98e4fa12612669f1a9c3dd98d56897a31db86a3f4338d4a3a895c6f8d5cfd6fa4d99cdf588e0e8eda655efc3f384dc | ||||
|   languageName: node | ||||
|   linkType: hard | ||||
| 
 | ||||
| @ -3260,13 +3260,6 @@ __metadata: | ||||
|   languageName: node | ||||
|   linkType: hard | ||||
| 
 | ||||
| "cookie@npm:0.4.1": | ||||
|   version: 0.4.1 | ||||
|   resolution: "cookie@npm:0.4.1" | ||||
|   checksum: 10c0/4d7bc798df3d0f34035977949cd6b7d05bbab47d7dcb868667f460b578a550cd20dec923832b8a3a107ef35aba091a3975e14f79efacf6e39282dc0fed6db4a1 | ||||
|   languageName: node | ||||
|   linkType: hard | ||||
| 
 | ||||
| "cookie@npm:0.6.0": | ||||
|   version: 0.6.0 | ||||
|   resolution: "cookie@npm:0.6.0" | ||||
| @ -3274,6 +3267,13 @@ __metadata: | ||||
|   languageName: node | ||||
|   linkType: hard | ||||
| 
 | ||||
| "cookie@npm:0.7.2": | ||||
|   version: 0.7.2 | ||||
|   resolution: "cookie@npm:0.7.2" | ||||
|   checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2 | ||||
|   languageName: node | ||||
|   linkType: hard | ||||
| 
 | ||||
| "cookiejar@npm:^2.1.4": | ||||
|   version: 2.1.4 | ||||
|   resolution: "cookiejar@npm:2.1.4" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user