From e45ea1f23d6aec8dd280ae382b5e034057a709f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:41:43 +0000 Subject: [PATCH] Bump eslint-plugin-playwright from 0.22.2 to 1.0.1 in /env Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.22.2 to 1.0.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/v0.22.2...v1.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 79c48eb..54a061a 100644 --- a/env/package-lock.json +++ b/env/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@wordpress/scripts": "^27.2.0", - "eslint-plugin-playwright": "^0.22.2", + "eslint-plugin-playwright": "^1.0.1", "prettier": "npm:wp-prettier@^3.0.3" } }, @@ -8448,9 +8448,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", - "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.0.1.tgz", + "integrity": "sha512-fq3oIZSE7/aHry2gaZRXGYwSkKDkoV+PKyQfyKmtMg4Gt4vQ41dZc4qBPd6VrdXLAflbL1i5KEl3bF9x1UFbVw==", "dev": true, "dependencies": { "globals": "^13.23.0" diff --git a/env/package.json b/env/package.json index d4a3b22..9230dce 100644 --- a/env/package.json +++ b/env/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@wordpress/scripts": "^27.2.0", - "eslint-plugin-playwright": "^0.22.2", + "eslint-plugin-playwright": "^1.0.1", "prettier": "npm:wp-prettier@^3.0.3" }, "scripts": {