diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-17 14:46:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 14:46:10 +0000 |
commit | 2f1387e667ebc84862b0a3b4fee6163afdc8aeb1 (patch) | |
tree | d6a2249399ea5e38be4feb7e6cbe205a83f8b95f /package.json | |
parent | bf2037d3c96342ecbfb3fd0294bedca5b98b58ef (diff) |
Bump @playwright/test from 1.31.2 to 1.37.0
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.31.2 to 1.37.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.31.2...v1.37.0)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 22aa9f45..a348f52c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "sourceDir": "ext" }, "devDependencies": { - "@playwright/test": "^1.31.2", + "@playwright/test": "^1.37.0", "ajv": "^8.11.0", "browserify": "^17.0.0", "css": "^3.0.0", |