From 3a9f528724c7550cb638223177dfdd46543d3168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 14:11:22 -0300 Subject: [PATCH] Bump eslint-plugin-playwright from 0.10.0 to 0.12.0 in /tracker (#2722) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tracker/package-lock.json | 8 ++++---- tracker/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tracker/package-lock.json b/tracker/package-lock.json index ac69636c0b..5cb70b779d 100644 --- a/tracker/package-lock.json +++ b/tracker/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "eslint": "^8.20.0", - "eslint-plugin-playwright": "^0.10.0" + "eslint-plugin-playwright": "^0.12.0" } }, "node_modules/@eslint/eslintrc": { @@ -531,9 +531,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.10.0.tgz", - "integrity": "sha512-67iCGx4UZS8Z/Z9CcNbWjoJ7v5t7awfV2REm6hjEywYhE36GsOwGzgvDJ+dYdNwC1enLxFijUvwzfnIUin+5DA==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.12.0.tgz", + "integrity": "sha512-KXuzQjVzca5irMT/7rvzJKsVDGbQr43oQPc8i+SLEBqmfrTxlwMwRqfv9vtZqh4hpU0jmrnA/EOfwtls+5QC1w==", "dev": true, "peerDependencies": { "eslint": ">=7", diff --git a/tracker/package.json b/tracker/package.json index 8518287870..4eaf24197b 100644 --- a/tracker/package.json +++ b/tracker/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "eslint": "^8.20.0", - "eslint-plugin-playwright": "^0.10.0" + "eslint-plugin-playwright": "^0.12.0" } }