From e659e46f194ec7c43c95e2bc9031c9ee98eeaf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:40:13 +0100 Subject: [PATCH] Bump eslint-plugin-playwright from 1.5.2 to 1.5.4 in /env (#137) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.5.2 to 1.5.4. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v1.5.2...v1.5.4) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- env/package-lock.json | 8 ++++---- env/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/env/package-lock.json b/env/package-lock.json index b17bcda..6933afc 100644 --- a/env/package-lock.json +++ b/env/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@wordpress/scripts": "^27.4.0", - "eslint-plugin-playwright": "^1.5.2", + "eslint-plugin-playwright": "^1.5.4", "prettier": "npm:wp-prettier@^3.0.3" } }, @@ -8476,9 +8476,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.5.2.tgz", - "integrity": "sha512-TMzLrLGQMccngU8GogtzIc9u5RzXGnfsQEUjLfEfshINuVR2fS4SHfDtU7xYP90Vwm5vflHECf610KTdGvO53w==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.5.4.tgz", + "integrity": "sha512-J38Wy3Vc2f9y73J+KRmgXgbYI8TZ3zbz6qBbTj3PhpFndUS572jZ7kqQ3rJ9si5BaMHT7lmZzraO+3UjwIDV4Q==", "dev": true, "dependencies": { "globals": "^13.23.0" diff --git a/env/package.json b/env/package.json index 1c984ee..d5e872d 100644 --- a/env/package.json +++ b/env/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@wordpress/scripts": "^27.4.0", - "eslint-plugin-playwright": "^1.5.2", + "eslint-plugin-playwright": "^1.5.4", "prettier": "npm:wp-prettier@^3.0.3" }, "scripts": {