mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Update dependency fast-xml-parser to v4.4.0 (#48)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fast-xml-parser](https://togithub.com/NaturalIntelligence/fast-xml-parser) | [`4.3.6` -> `4.4.0`](https://renovatebot.com/diffs/npm/fast-xml-parser/4.3.6/4.4.0) | [](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>NaturalIntelligence/fast-xml-parser (fast-xml-parser)</summary> ### [`v4.4.0`](https://togithub.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.6...v4.4.0) [Compare Source](https://togithub.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.6...v4.4.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://developer.mend.io/github/ramackersjp/Piped). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
		
						commit
						6ac97d9c7e
					
				
					 3 changed files with 12 additions and 12 deletions
				
			
		
							
								
								
									
										14
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										14
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -9,7 +9,7 @@
 | 
			
		|||
            "version": "0.1.0",
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "dompurify": "3.1.3",
 | 
			
		||||
                "fast-xml-parser": "4.3.6",
 | 
			
		||||
                "fast-xml-parser": "4.4.0",
 | 
			
		||||
                "hotkeys-js": "3.13.7",
 | 
			
		||||
                "javascript-time-ago": "2.5.10",
 | 
			
		||||
                "linkify-html": "4.1.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -5091,9 +5091,9 @@
 | 
			
		|||
            "dev": true
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/fast-xml-parser": {
 | 
			
		||||
            "version": "4.3.6",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
 | 
			
		||||
            "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
 | 
			
		||||
            "version": "4.4.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz",
 | 
			
		||||
            "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==",
 | 
			
		||||
            "funding": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "github",
 | 
			
		||||
| 
						 | 
				
			
			@ -12474,9 +12474,9 @@
 | 
			
		|||
            "dev": true
 | 
			
		||||
        },
 | 
			
		||||
        "fast-xml-parser": {
 | 
			
		||||
            "version": "4.3.6",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
 | 
			
		||||
            "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
 | 
			
		||||
            "version": "4.4.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz",
 | 
			
		||||
            "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==",
 | 
			
		||||
            "requires": {
 | 
			
		||||
                "strnum": "^1.0.5"
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "dompurify": "3.1.3",
 | 
			
		||||
        "fast-xml-parser": "4.3.6",
 | 
			
		||||
        "fast-xml-parser": "4.4.0",
 | 
			
		||||
        "hotkeys-js": "3.13.7",
 | 
			
		||||
        "javascript-time-ago": "2.5.10",
 | 
			
		||||
        "linkify-html": "4.1.3",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										8
									
								
								pnpm-lock.yaml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								pnpm-lock.yaml
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -9,8 +9,8 @@ dependencies:
 | 
			
		|||
    specifier: 3.1.3
 | 
			
		||||
    version: 3.1.3
 | 
			
		||||
  fast-xml-parser:
 | 
			
		||||
    specifier: 4.3.6
 | 
			
		||||
    version: 4.3.6
 | 
			
		||||
    specifier: 4.4.0
 | 
			
		||||
    version: 4.4.0
 | 
			
		||||
  hotkeys-js:
 | 
			
		||||
    specifier: 3.13.7
 | 
			
		||||
    version: 3.13.7
 | 
			
		||||
| 
						 | 
				
			
			@ -3310,8 +3310,8 @@ packages:
 | 
			
		|||
    resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /fast-xml-parser@4.3.6:
 | 
			
		||||
    resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==}
 | 
			
		||||
  /fast-xml-parser@4.4.0:
 | 
			
		||||
    resolution: {integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
    dependencies:
 | 
			
		||||
      strnum: 1.0.5
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue