mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge pull request #2792 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/parser-5.54.0
Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 in /src-ui
This commit is contained in:
		
							
								
								
									
										88
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										88
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -45,7 +45,7 @@ | |||||||
|         "@types/jest": "28.1.6", |         "@types/jest": "28.1.6", | ||||||
|         "@types/node": "^18.7.23", |         "@types/node": "^18.7.23", | ||||||
|         "@typescript-eslint/eslint-plugin": "^5.43.0", |         "@typescript-eslint/eslint-plugin": "^5.43.0", | ||||||
|         "@typescript-eslint/parser": "^5.50.0", |         "@typescript-eslint/parser": "^5.54.0", | ||||||
|         "concurrently": "7.4.0", |         "concurrently": "7.4.0", | ||||||
|         "eslint": "^8.31.0", |         "eslint": "^8.31.0", | ||||||
|         "jest": "28.1.3", |         "jest": "28.1.3", | ||||||
| @@ -4861,14 +4861,14 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/parser": { |     "node_modules/@typescript-eslint/parser": { | ||||||
|       "version": "5.50.0", |       "version": "5.54.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.50.0.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.54.0.tgz", | ||||||
|       "integrity": "sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==", |       "integrity": "sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@typescript-eslint/scope-manager": "5.50.0", |         "@typescript-eslint/scope-manager": "5.54.0", | ||||||
|         "@typescript-eslint/types": "5.50.0", |         "@typescript-eslint/types": "5.54.0", | ||||||
|         "@typescript-eslint/typescript-estree": "5.50.0", |         "@typescript-eslint/typescript-estree": "5.54.0", | ||||||
|         "debug": "^4.3.4" |         "debug": "^4.3.4" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
| @@ -4887,6 +4887,80 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { | ||||||
|  |       "version": "5.54.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz", | ||||||
|  |       "integrity": "sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==", | ||||||
|  |       "dev": true, | ||||||
|  |       "dependencies": { | ||||||
|  |         "@typescript-eslint/types": "5.54.0", | ||||||
|  |         "@typescript-eslint/visitor-keys": "5.54.0" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|  |       }, | ||||||
|  |       "funding": { | ||||||
|  |         "type": "opencollective", | ||||||
|  |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { | ||||||
|  |       "version": "5.54.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.54.0.tgz", | ||||||
|  |       "integrity": "sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==", | ||||||
|  |       "dev": true, | ||||||
|  |       "engines": { | ||||||
|  |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|  |       }, | ||||||
|  |       "funding": { | ||||||
|  |         "type": "opencollective", | ||||||
|  |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { | ||||||
|  |       "version": "5.54.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz", | ||||||
|  |       "integrity": "sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==", | ||||||
|  |       "dev": true, | ||||||
|  |       "dependencies": { | ||||||
|  |         "@typescript-eslint/types": "5.54.0", | ||||||
|  |         "@typescript-eslint/visitor-keys": "5.54.0", | ||||||
|  |         "debug": "^4.3.4", | ||||||
|  |         "globby": "^11.1.0", | ||||||
|  |         "is-glob": "^4.0.3", | ||||||
|  |         "semver": "^7.3.7", | ||||||
|  |         "tsutils": "^3.21.0" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|  |       }, | ||||||
|  |       "funding": { | ||||||
|  |         "type": "opencollective", | ||||||
|  |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |       }, | ||||||
|  |       "peerDependenciesMeta": { | ||||||
|  |         "typescript": { | ||||||
|  |           "optional": true | ||||||
|  |         } | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { | ||||||
|  |       "version": "5.54.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz", | ||||||
|  |       "integrity": "sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==", | ||||||
|  |       "dev": true, | ||||||
|  |       "dependencies": { | ||||||
|  |         "@typescript-eslint/types": "5.54.0", | ||||||
|  |         "eslint-visitor-keys": "^3.3.0" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|  |       }, | ||||||
|  |       "funding": { | ||||||
|  |         "type": "opencollective", | ||||||
|  |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/@typescript-eslint/scope-manager": { |     "node_modules/@typescript-eslint/scope-manager": { | ||||||
|       "version": "5.50.0", |       "version": "5.50.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz", | ||||||
|   | |||||||
| @@ -50,7 +50,7 @@ | |||||||
|     "@types/jest": "28.1.6", |     "@types/jest": "28.1.6", | ||||||
|     "@types/node": "^18.7.23", |     "@types/node": "^18.7.23", | ||||||
|     "@typescript-eslint/eslint-plugin": "^5.43.0", |     "@typescript-eslint/eslint-plugin": "^5.43.0", | ||||||
|     "@typescript-eslint/parser": "^5.50.0", |     "@typescript-eslint/parser": "^5.54.0", | ||||||
|     "concurrently": "7.4.0", |     "concurrently": "7.4.0", | ||||||
|     "eslint": "^8.31.0", |     "eslint": "^8.31.0", | ||||||
|     "jest": "28.1.3", |     "jest": "28.1.3", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon