From dd6c0ad0014651a9d4c2b9dbdec1e366cbda4c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:06:41 -0600 Subject: [PATCH] build(deps-dev): bump eslint-plugin-no-only-tests from 2.4.0 to 3.3.0 in /superset-frontend (#30116) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 13 ++++++++----- superset-frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 46931fce7..be5704d2c 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -236,7 +236,7 @@ "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-lodash": "^7.4.0", - "eslint-plugin-no-only-tests": "^2.4.0", + "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.6.0", @@ -23501,11 +23501,12 @@ } }, "node_modules/eslint-plugin-no-only-tests": { - "version": "2.4.0", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.3.0.tgz", + "integrity": "sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==", "dev": true, - "license": "MIT", "engines": { - "node": ">=4.0.0" + "node": ">=5.0.0" } }, "node_modules/eslint-plugin-prettier": { @@ -74473,7 +74474,9 @@ } }, "eslint-plugin-no-only-tests": { - "version": "2.4.0", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.3.0.tgz", + "integrity": "sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==", "dev": true }, "eslint-plugin-prettier": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 17be2f3c1..fd7658d1c 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -302,7 +302,7 @@ "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-lodash": "^7.4.0", - "eslint-plugin-no-only-tests": "^2.4.0", + "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.6.0",