mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Chore(deps-dev): Bump @playwright/test from 1.48.2 to 1.50.1 in /src-ui (#8993)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.2 to 1.50.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.48.2...v1.50.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										28
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										28
									
								
								src-ui/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -52,7 +52,7 @@ | ||||
|         "@angular/cli": "~19.1.5", | ||||
|         "@angular/compiler-cli": "~19.1.4", | ||||
|         "@codecov/webpack-plugin": "^1.2.1", | ||||
|         "@playwright/test": "^1.48.2", | ||||
|         "@playwright/test": "^1.50.1", | ||||
|         "@types/jest": "^29.5.14", | ||||
|         "@types/node": "^22.13.0", | ||||
|         "@typescript-eslint/eslint-plugin": "^8.22.0", | ||||
| @@ -6048,12 +6048,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@playwright/test": { | ||||
|       "version": "1.48.2", | ||||
|       "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", | ||||
|       "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", | ||||
|       "version": "1.50.1", | ||||
|       "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.1.tgz", | ||||
|       "integrity": "sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==", | ||||
|       "dev": true, | ||||
|       "license": "Apache-2.0", | ||||
|       "dependencies": { | ||||
|         "playwright": "1.48.2" | ||||
|         "playwright": "1.50.1" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "playwright": "cli.js" | ||||
| @@ -15441,12 +15442,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/playwright": { | ||||
|       "version": "1.48.2", | ||||
|       "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", | ||||
|       "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", | ||||
|       "version": "1.50.1", | ||||
|       "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz", | ||||
|       "integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==", | ||||
|       "dev": true, | ||||
|       "license": "Apache-2.0", | ||||
|       "dependencies": { | ||||
|         "playwright-core": "1.48.2" | ||||
|         "playwright-core": "1.50.1" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "playwright": "cli.js" | ||||
| @@ -15459,10 +15461,11 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/playwright-core": { | ||||
|       "version": "1.48.2", | ||||
|       "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", | ||||
|       "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", | ||||
|       "version": "1.50.1", | ||||
|       "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", | ||||
|       "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", | ||||
|       "dev": true, | ||||
|       "license": "Apache-2.0", | ||||
|       "bin": { | ||||
|         "playwright-core": "cli.js" | ||||
|       }, | ||||
| @@ -15476,6 +15479,7 @@ | ||||
|       "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", | ||||
|       "dev": true, | ||||
|       "hasInstallScript": true, | ||||
|       "license": "MIT", | ||||
|       "optional": true, | ||||
|       "os": [ | ||||
|         "darwin" | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|     "@angular/cli": "~19.1.5", | ||||
|     "@angular/compiler-cli": "~19.1.4", | ||||
|     "@codecov/webpack-plugin": "^1.2.1", | ||||
|     "@playwright/test": "^1.48.2", | ||||
|     "@playwright/test": "^1.50.1", | ||||
|     "@types/jest": "^29.5.14", | ||||
|     "@types/node": "^22.13.0", | ||||
|     "@typescript-eslint/eslint-plugin": "^8.22.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]