mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Bump @typescript-eslint/parser from 5.59.2 to 5.59.8 in /src-ui
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.59.8. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										122
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										122
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -47,7 +47,7 @@ | |||||||
|         "@types/jest": "^29.5.0", |         "@types/jest": "^29.5.0", | ||||||
|         "@types/node": "^20.2.5", |         "@types/node": "^20.2.5", | ||||||
|         "@typescript-eslint/eslint-plugin": "^5.59.8", |         "@typescript-eslint/eslint-plugin": "^5.59.8", | ||||||
|         "@typescript-eslint/parser": "^5.59.2", |         "@typescript-eslint/parser": "^5.59.8", | ||||||
|         "concurrently": "^8.0.1", |         "concurrently": "^8.0.1", | ||||||
|         "eslint": "^8.39.0", |         "eslint": "^8.39.0", | ||||||
|         "jest": "28.1.3", |         "jest": "28.1.3", | ||||||
| @@ -4977,23 +4977,6 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { |  | ||||||
|       "version": "5.59.8", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", |  | ||||||
|       "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", |  | ||||||
|       "dev": true, |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "5.59.8", |  | ||||||
|         "@typescript-eslint/visitor-keys": "5.59.8" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { |     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { | ||||||
|       "version": "5.59.8", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz", | ||||||
| @@ -5021,46 +5004,6 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { |  | ||||||
|       "version": "5.59.8", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", |  | ||||||
|       "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", |  | ||||||
|       "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/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { |  | ||||||
|       "version": "5.59.8", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", |  | ||||||
|       "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", |  | ||||||
|       "dev": true, |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "5.59.8", |  | ||||||
|         "@typescript-eslint/visitor-keys": "5.59.8", |  | ||||||
|         "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/eslint-plugin/node_modules/@typescript-eslint/utils": { |     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { | ||||||
|       "version": "5.59.8", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.8.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.8.tgz", | ||||||
| @@ -5087,23 +5030,6 @@ | |||||||
|         "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |         "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { |  | ||||||
|       "version": "5.59.8", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", |  | ||||||
|       "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", |  | ||||||
|       "dev": true, |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "5.59.8", |  | ||||||
|         "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/eslint-plugin/node_modules/eslint-scope": { |     "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-scope": { | ||||||
|       "version": "5.1.1", |       "version": "5.1.1", | ||||||
|       "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", |       "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", | ||||||
| @@ -5127,14 +5053,14 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/parser": { |     "node_modules/@typescript-eslint/parser": { | ||||||
|       "version": "5.59.2", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.2.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.8.tgz", | ||||||
|       "integrity": "sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==", |       "integrity": "sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@typescript-eslint/scope-manager": "5.59.2", |         "@typescript-eslint/scope-manager": "5.59.8", | ||||||
|         "@typescript-eslint/types": "5.59.2", |         "@typescript-eslint/types": "5.59.8", | ||||||
|         "@typescript-eslint/typescript-estree": "5.59.2", |         "@typescript-eslint/typescript-estree": "5.59.8", | ||||||
|         "debug": "^4.3.4" |         "debug": "^4.3.4" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
| @@ -5154,13 +5080,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/scope-manager": { |     "node_modules/@typescript-eslint/scope-manager": { | ||||||
|       "version": "5.59.2", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", | ||||||
|       "integrity": "sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==", |       "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@typescript-eslint/types": "5.59.2", |         "@typescript-eslint/types": "5.59.8", | ||||||
|         "@typescript-eslint/visitor-keys": "5.59.2" |         "@typescript-eslint/visitor-keys": "5.59.8" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
| @@ -5255,9 +5181,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/types": { |     "node_modules/@typescript-eslint/types": { | ||||||
|       "version": "5.59.2", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.2.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", | ||||||
|       "integrity": "sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==", |       "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
| @@ -5268,13 +5194,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/typescript-estree": { |     "node_modules/@typescript-eslint/typescript-estree": { | ||||||
|       "version": "5.59.2", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", | ||||||
|       "integrity": "sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==", |       "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@typescript-eslint/types": "5.59.2", |         "@typescript-eslint/types": "5.59.8", | ||||||
|         "@typescript-eslint/visitor-keys": "5.59.2", |         "@typescript-eslint/visitor-keys": "5.59.8", | ||||||
|         "debug": "^4.3.4", |         "debug": "^4.3.4", | ||||||
|         "globby": "^11.1.0", |         "globby": "^11.1.0", | ||||||
|         "is-glob": "^4.0.3", |         "is-glob": "^4.0.3", | ||||||
| @@ -5417,12 +5343,12 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/visitor-keys": { |     "node_modules/@typescript-eslint/visitor-keys": { | ||||||
|       "version": "5.59.2", |       "version": "5.59.8", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", | ||||||
|       "integrity": "sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==", |       "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@typescript-eslint/types": "5.59.2", |         "@typescript-eslint/types": "5.59.8", | ||||||
|         "eslint-visitor-keys": "^3.3.0" |         "eslint-visitor-keys": "^3.3.0" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|   | |||||||
| @@ -49,7 +49,7 @@ | |||||||
|     "@types/jest": "^29.5.0", |     "@types/jest": "^29.5.0", | ||||||
|     "@types/node": "^20.2.5", |     "@types/node": "^20.2.5", | ||||||
|     "@typescript-eslint/eslint-plugin": "^5.59.8", |     "@typescript-eslint/eslint-plugin": "^5.59.8", | ||||||
|     "@typescript-eslint/parser": "^5.59.2", |     "@typescript-eslint/parser": "^5.59.8", | ||||||
|     "concurrently": "^8.0.1", |     "concurrently": "^8.0.1", | ||||||
|     "eslint": "^8.39.0", |     "eslint": "^8.39.0", | ||||||
|     "jest": "28.1.3", |     "jest": "28.1.3", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]