mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 14:52:27 -05:00 
			
		
		
		
	make n8n-workflow a peerDependency
This commit is contained in:
		
					parent
					
						
							
								571ab0acb1
							
						
					
				
			
			
				commit
				
					
						0b3d008aa1
					
				
			
		
					 2 changed files with 47 additions and 21 deletions
				
			
		
							
								
								
									
										61
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										61
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -8,15 +8,16 @@ | ||||||
|       "name": "n8n-nodes-<...>", |       "name": "n8n-nodes-<...>", | ||||||
|       "version": "0.1.0", |       "version": "0.1.0", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |  | ||||||
|         "n8n-workflow": "*" |  | ||||||
|       }, |  | ||||||
|       "devDependencies": { |       "devDependencies": { | ||||||
|         "@typescript-eslint/parser": "~5.45", |         "@typescript-eslint/parser": "~5.45", | ||||||
|         "eslint-plugin-n8n-nodes-base": "^1.11.0", |         "eslint-plugin-n8n-nodes-base": "^1.11.0", | ||||||
|         "gulp": "^4.0.2", |         "gulp": "^4.0.2", | ||||||
|  |         "n8n-workflow": "*", | ||||||
|         "prettier": "^2.7.1", |         "prettier": "^2.7.1", | ||||||
|         "typescript": "~4.8.4" |         "typescript": "~4.8.4" | ||||||
|  |       }, | ||||||
|  |       "peerDependencies": { | ||||||
|  |         "n8n-workflow": "*" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@eslint/eslintrc": { |     "node_modules/@eslint/eslintrc": { | ||||||
|  | @ -66,6 +67,7 @@ | ||||||
|       "version": "1.0.1", |       "version": "1.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@n8n_io/riot-tmpl/-/riot-tmpl-1.0.1.tgz", |       "resolved": "https://registry.npmjs.org/@n8n_io/riot-tmpl/-/riot-tmpl-1.0.1.tgz", | ||||||
|       "integrity": "sha512-+ig7/rafN3LGthGEi8fs1N5XxPndmRq5YAX92DWOar9mrMDrYyIjK5XAQaTnTMDQgmKKllrAl+bVRmQXKcLFuw==", |       "integrity": "sha512-+ig7/rafN3LGthGEi8fs1N5XxPndmRq5YAX92DWOar9mrMDrYyIjK5XAQaTnTMDQgmKKllrAl+bVRmQXKcLFuw==", | ||||||
|  |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "eslint-config-riot": "^1.0.0" |         "eslint-config-riot": "^1.0.0" | ||||||
|       } |       } | ||||||
|  | @ -1632,7 +1634,8 @@ | ||||||
|     "node_modules/eslint-config-riot": { |     "node_modules/eslint-config-riot": { | ||||||
|       "version": "1.0.0", |       "version": "1.0.0", | ||||||
|       "resolved": "https://registry.npmjs.org/eslint-config-riot/-/eslint-config-riot-1.0.0.tgz", |       "resolved": "https://registry.npmjs.org/eslint-config-riot/-/eslint-config-riot-1.0.0.tgz", | ||||||
|       "integrity": "sha512-NB/L/1Y30qyJcG5xZxCJKW/+bqyj+llbcCwo9DEz8bESIP0SLTOQ8T1DWCCFc+wJ61AMEstj4511PSScqMMfCw==" |       "integrity": "sha512-NB/L/1Y30qyJcG5xZxCJKW/+bqyj+llbcCwo9DEz8bESIP0SLTOQ8T1DWCCFc+wJ61AMEstj4511PSScqMMfCw==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/eslint-plugin-n8n-nodes-base": { |     "node_modules/eslint-plugin-n8n-nodes-base": { | ||||||
|       "version": "1.11.0", |       "version": "1.11.0", | ||||||
|  | @ -3049,6 +3052,7 @@ | ||||||
|       "version": "0.16.0", |       "version": "0.16.0", | ||||||
|       "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", |       "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", | ||||||
|       "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", |       "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", | ||||||
|  |       "dev": true, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">= 0.6.0" |         "node": ">= 0.6.0" | ||||||
|       } |       } | ||||||
|  | @ -3207,22 +3211,26 @@ | ||||||
|     "node_modules/lodash.get": { |     "node_modules/lodash.get": { | ||||||
|       "version": "4.4.2", |       "version": "4.4.2", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", |       "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", | ||||||
|       "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" |       "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/lodash.isequal": { |     "node_modules/lodash.isequal": { | ||||||
|       "version": "4.5.0", |       "version": "4.5.0", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", |       "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", | ||||||
|       "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" |       "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/lodash.merge": { |     "node_modules/lodash.merge": { | ||||||
|       "version": "4.6.2", |       "version": "4.6.2", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", |       "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", | ||||||
|       "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" |       "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/lodash.set": { |     "node_modules/lodash.set": { | ||||||
|       "version": "4.3.2", |       "version": "4.3.2", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", |       "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", | ||||||
|       "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==" |       "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/lower-case": { |     "node_modules/lower-case": { | ||||||
|       "version": "2.0.2", |       "version": "2.0.2", | ||||||
|  | @ -3249,6 +3257,7 @@ | ||||||
|       "version": "2.3.2", |       "version": "2.3.2", | ||||||
|       "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.2.tgz", |       "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.2.tgz", | ||||||
|       "integrity": "sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw==", |       "integrity": "sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw==", | ||||||
|  |       "dev": true, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=12" |         "node": ">=12" | ||||||
|       } |       } | ||||||
|  | @ -3593,6 +3602,7 @@ | ||||||
|       "version": "0.131.2", |       "version": "0.131.2", | ||||||
|       "resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.131.2.tgz", |       "resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.131.2.tgz", | ||||||
|       "integrity": "sha512-3e2gr0BUJZKJZvsIEzqI+iuJewjLXm4oUKPBw649n1BGWNluIzbPEfnThUA3+JdEQDm69MmNBNVOHWQRdNT34Q==", |       "integrity": "sha512-3e2gr0BUJZKJZvsIEzqI+iuJewjLXm4oUKPBw649n1BGWNluIzbPEfnThUA3+JdEQDm69MmNBNVOHWQRdNT34Q==", | ||||||
|  |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@n8n_io/riot-tmpl": "^1.0.1", |         "@n8n_io/riot-tmpl": "^1.0.1", | ||||||
|         "jmespath": "^0.16.0", |         "jmespath": "^0.16.0", | ||||||
|  | @ -4793,7 +4803,8 @@ | ||||||
|     "node_modules/sax": { |     "node_modules/sax": { | ||||||
|       "version": "1.2.4", |       "version": "1.2.4", | ||||||
|       "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", |       "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", | ||||||
|       "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" |       "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/semver": { |     "node_modules/semver": { | ||||||
|       "version": "7.3.7", |       "version": "7.3.7", | ||||||
|  | @ -5951,6 +5962,7 @@ | ||||||
|       "version": "0.4.23", |       "version": "0.4.23", | ||||||
|       "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", |       "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", | ||||||
|       "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", |       "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", | ||||||
|  |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "sax": ">=0.6.0", |         "sax": ">=0.6.0", | ||||||
|         "xmlbuilder": "~11.0.0" |         "xmlbuilder": "~11.0.0" | ||||||
|  | @ -5963,6 +5975,7 @@ | ||||||
|       "version": "11.0.1", |       "version": "11.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", |       "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", | ||||||
|       "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", |       "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", | ||||||
|  |       "dev": true, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=4.0" |         "node": ">=4.0" | ||||||
|       } |       } | ||||||
|  | @ -6062,6 +6075,7 @@ | ||||||
|       "version": "1.0.1", |       "version": "1.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@n8n_io/riot-tmpl/-/riot-tmpl-1.0.1.tgz", |       "resolved": "https://registry.npmjs.org/@n8n_io/riot-tmpl/-/riot-tmpl-1.0.1.tgz", | ||||||
|       "integrity": "sha512-+ig7/rafN3LGthGEi8fs1N5XxPndmRq5YAX92DWOar9mrMDrYyIjK5XAQaTnTMDQgmKKllrAl+bVRmQXKcLFuw==", |       "integrity": "sha512-+ig7/rafN3LGthGEi8fs1N5XxPndmRq5YAX92DWOar9mrMDrYyIjK5XAQaTnTMDQgmKKllrAl+bVRmQXKcLFuw==", | ||||||
|  |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "eslint-config-riot": "^1.0.0" |         "eslint-config-riot": "^1.0.0" | ||||||
|       } |       } | ||||||
|  | @ -7267,7 +7281,8 @@ | ||||||
|     "eslint-config-riot": { |     "eslint-config-riot": { | ||||||
|       "version": "1.0.0", |       "version": "1.0.0", | ||||||
|       "resolved": "https://registry.npmjs.org/eslint-config-riot/-/eslint-config-riot-1.0.0.tgz", |       "resolved": "https://registry.npmjs.org/eslint-config-riot/-/eslint-config-riot-1.0.0.tgz", | ||||||
|       "integrity": "sha512-NB/L/1Y30qyJcG5xZxCJKW/+bqyj+llbcCwo9DEz8bESIP0SLTOQ8T1DWCCFc+wJ61AMEstj4511PSScqMMfCw==" |       "integrity": "sha512-NB/L/1Y30qyJcG5xZxCJKW/+bqyj+llbcCwo9DEz8bESIP0SLTOQ8T1DWCCFc+wJ61AMEstj4511PSScqMMfCw==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "eslint-plugin-n8n-nodes-base": { |     "eslint-plugin-n8n-nodes-base": { | ||||||
|       "version": "1.11.0", |       "version": "1.11.0", | ||||||
|  | @ -8398,7 +8413,8 @@ | ||||||
|     "jmespath": { |     "jmespath": { | ||||||
|       "version": "0.16.0", |       "version": "0.16.0", | ||||||
|       "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", |       "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", | ||||||
|       "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==" |       "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "js-yaml": { |     "js-yaml": { | ||||||
|       "version": "4.1.0", |       "version": "4.1.0", | ||||||
|  | @ -8526,22 +8542,26 @@ | ||||||
|     "lodash.get": { |     "lodash.get": { | ||||||
|       "version": "4.4.2", |       "version": "4.4.2", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", |       "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", | ||||||
|       "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" |       "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "lodash.isequal": { |     "lodash.isequal": { | ||||||
|       "version": "4.5.0", |       "version": "4.5.0", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", |       "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", | ||||||
|       "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" |       "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "lodash.merge": { |     "lodash.merge": { | ||||||
|       "version": "4.6.2", |       "version": "4.6.2", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", |       "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", | ||||||
|       "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" |       "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "lodash.set": { |     "lodash.set": { | ||||||
|       "version": "4.3.2", |       "version": "4.3.2", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", |       "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", | ||||||
|       "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==" |       "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "lower-case": { |     "lower-case": { | ||||||
|       "version": "2.0.2", |       "version": "2.0.2", | ||||||
|  | @ -8564,7 +8584,8 @@ | ||||||
|     "luxon": { |     "luxon": { | ||||||
|       "version": "2.3.2", |       "version": "2.3.2", | ||||||
|       "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.2.tgz", |       "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.2.tgz", | ||||||
|       "integrity": "sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw==" |       "integrity": "sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "make-iterator": { |     "make-iterator": { | ||||||
|       "version": "1.0.1", |       "version": "1.0.1", | ||||||
|  | @ -8833,6 +8854,7 @@ | ||||||
|       "version": "0.131.2", |       "version": "0.131.2", | ||||||
|       "resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.131.2.tgz", |       "resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.131.2.tgz", | ||||||
|       "integrity": "sha512-3e2gr0BUJZKJZvsIEzqI+iuJewjLXm4oUKPBw649n1BGWNluIzbPEfnThUA3+JdEQDm69MmNBNVOHWQRdNT34Q==", |       "integrity": "sha512-3e2gr0BUJZKJZvsIEzqI+iuJewjLXm4oUKPBw649n1BGWNluIzbPEfnThUA3+JdEQDm69MmNBNVOHWQRdNT34Q==", | ||||||
|  |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@n8n_io/riot-tmpl": "^1.0.1", |         "@n8n_io/riot-tmpl": "^1.0.1", | ||||||
|         "jmespath": "^0.16.0", |         "jmespath": "^0.16.0", | ||||||
|  | @ -9744,7 +9766,8 @@ | ||||||
|     "sax": { |     "sax": { | ||||||
|       "version": "1.2.4", |       "version": "1.2.4", | ||||||
|       "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", |       "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", | ||||||
|       "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" |       "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "semver": { |     "semver": { | ||||||
|       "version": "7.3.7", |       "version": "7.3.7", | ||||||
|  | @ -10694,6 +10717,7 @@ | ||||||
|       "version": "0.4.23", |       "version": "0.4.23", | ||||||
|       "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", |       "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", | ||||||
|       "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", |       "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", | ||||||
|  |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "sax": ">=0.6.0", |         "sax": ">=0.6.0", | ||||||
|         "xmlbuilder": "~11.0.0" |         "xmlbuilder": "~11.0.0" | ||||||
|  | @ -10702,7 +10726,8 @@ | ||||||
|     "xmlbuilder": { |     "xmlbuilder": { | ||||||
|       "version": "11.0.1", |       "version": "11.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", |       "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", | ||||||
|       "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" |       "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", | ||||||
|  |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "xtend": { |     "xtend": { | ||||||
|       "version": "4.0.2", |       "version": "4.0.2", | ||||||
|  |  | ||||||
|  | @ -38,14 +38,15 @@ | ||||||
|       "dist/nodes/HttpBin/HttpBin.node.js" |       "dist/nodes/HttpBin/HttpBin.node.js" | ||||||
|     ] |     ] | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |  | ||||||
|     "n8n-workflow": "*" |  | ||||||
|   }, |  | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@typescript-eslint/parser": "~5.45", |     "@typescript-eslint/parser": "~5.45", | ||||||
|     "eslint-plugin-n8n-nodes-base": "^1.11.0", |     "eslint-plugin-n8n-nodes-base": "^1.11.0", | ||||||
|     "gulp": "^4.0.2", |     "gulp": "^4.0.2", | ||||||
|  |     "n8n-workflow": "*", | ||||||
|     "prettier": "^2.7.1", |     "prettier": "^2.7.1", | ||||||
|     "typescript": "~4.8.4" |     "typescript": "~4.8.4" | ||||||
|  |   }, | ||||||
|  |   "peerDependencies": { | ||||||
|  |     "n8n-workflow": "*" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue