Merge pull request #3827 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/playwright/test-1.36.1

This commit is contained in:
dependabot[bot] 2023-07-19 16:32:22 +00:00 committed by GitHub
commit c545a80aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.1.3",
"@angular/compiler-cli": "~16.1.3",
"@playwright/test": "^1.36.0",
"@playwright/test": "^1.36.1",
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
@ -4279,13 +4279,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.36.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.0.tgz",
"integrity": "sha512-yN+fvMYtiyLFDCQos+lWzoX4XW3DNuaxjBu68G0lkgLgC6BP+m/iTxJQoSicz/x2G5EsrqlZTqTIP9sTgLQerg==",
"version": "1.36.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.1.tgz",
"integrity": "sha512-YK7yGWK0N3C2QInPU6iaf/L3N95dlGdbsezLya4n0ZCh3IL7VgPGxC6Gnznh9ApWdOmkJeleT2kMTcWPRZvzqg==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.36.0"
"playwright-core": "1.36.1"
},
"bin": {
"playwright": "cli.js"
@ -14349,9 +14349,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.36.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.0.tgz",
"integrity": "sha512-7RTr8P6YJPAqB+8j5ATGHqD6LvLLM39sYVNsslh78g8QeLcBs5750c6+msjrHUwwGt+kEbczBj1XB22WMwn+WA==",
"version": "1.36.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.1.tgz",
"integrity": "sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg==",
"dev": true,
"bin": {
"playwright-core": "cli.js"

View File

@ -45,7 +45,7 @@
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.1.3",
"@angular/compiler-cli": "~16.1.3",
"@playwright/test": "^1.36.0",
"@playwright/test": "^1.36.1",
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",