From 0bc14ff9a5fd04c6572a0eb1807aaba796a9d9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:03:26 +0200 Subject: [PATCH] Bump eslint-plugin-playwright from 1.6.0 to 1.6.1 in /env (#160) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- 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 b5f2043..b8500c8 100644 --- a/env/package-lock.json +++ b/env/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@wordpress/scripts": "^27.9.0", - "eslint-plugin-playwright": "^1.6.0", + "eslint-plugin-playwright": "^1.6.1", "prettier": "npm:wp-prettier@^3.0.3" } }, @@ -8517,9 +8517,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.6.0.tgz", - "integrity": "sha512-tI1E/EDbHT4Fx5KvukUG3RTIT0gk44gvTP8bNwxLCFsUXVM98ZJG5zWU6Om5JOzH9FrmN4AhMu/UKyEsu0ZoDA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.6.1.tgz", + "integrity": "sha512-pfcaeAENH0jZEuUxynfVgMlLY9CSp68D9Ja2z32Xq5zhWCN1HoixSHOzhYVuh/N6fYwtBp4kLu/+IIUTXBTGZg==", "dev": true, "dependencies": { "globals": "^13.23.0" diff --git a/env/package.json b/env/package.json index bce474b..ae8a59b 100644 --- a/env/package.json +++ b/env/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@wordpress/scripts": "^27.9.0", - "eslint-plugin-playwright": "^1.6.0", + "eslint-plugin-playwright": "^1.6.1", "prettier": "npm:wp-prettier@^3.0.3" }, "scripts": {