summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-06 23:48:22 +0000
committerGitHub <noreply@github.com>2024-06-06 23:48:22 +0000
commit730a151cd60efd96226bf77c494ce90f38c45f0a (patch)
tree07b59fb4a4e42d4e7e97f3875c7d3d2f40bd91a0
parent6b86a61defe7d73959ac8f06b2cdfc86cc444154 (diff)
chore(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 (#10003)
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index a7203e9c..10c06ec6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -77,7 +77,7 @@
"enzyme": "=3.11.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
- "eslint-plugin-jest": "^28.5.0",
+ "eslint-plugin-jest": "^28.6.0",
"eslint-plugin-react": "^7.34.2",
"esm": "=3.2.25",
"expect": "=29.7.0",
@@ -11786,9 +11786,9 @@
}
},
"node_modules/eslint-plugin-jest": {
- "version": "28.5.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz",
- "integrity": "sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==",
+ "version": "28.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz",
+ "integrity": "sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0"
diff --git a/package.json b/package.json
index 7163dcc4..7f9bd2cb 100644
--- a/package.json
+++ b/package.json
@@ -139,7 +139,7 @@
"enzyme": "=3.11.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
- "eslint-plugin-jest": "^28.5.0",
+ "eslint-plugin-jest": "^28.6.0",
"eslint-plugin-react": "^7.34.2",
"esm": "=3.2.25",
"expect": "=29.7.0",