summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-03 11:21:22 +0000
committerGitHub <noreply@github.com>2024-05-03 11:21:22 +0000
commit6f1bf998e5d2aa0017cbc80dab1aa05e8fe80a20 (patch)
tree50cbe621afc7b9af7eb19b712abd9f06930af93d
parentba3557f5a2340c8aa2f5c86c642629551dc65adc (diff)
chore(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.4.0 (#9907)
-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 fa2060a9..5652cdb3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -79,7 +79,7 @@
"enzyme": "=3.11.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
- "eslint-plugin-jest": "^28.3.0",
+ "eslint-plugin-jest": "^28.4.0",
"eslint-plugin-react": "^7.34.1",
"esm": "=3.2.25",
"expect": "=29.7.0",
@@ -12099,9 +12099,9 @@
}
},
"node_modules/eslint-plugin-jest": {
- "version": "28.3.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.3.0.tgz",
- "integrity": "sha512-5LjCSSno8E+IUCOX4hJiIb/upPIgpkaDEcaN/40gOcw26t/5UTLHFc4JdxKjOOvGTh0XdCu+fNr0fpOVNvcxMA==",
+ "version": "28.4.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.4.0.tgz",
+ "integrity": "sha512-ORVHiFPC8RQxHLyQJ37MxNilK9k+cPzjHz65T8gAbpYZunGutXvKqwfM3WXBCvFDF1QBeYJJu9LB/i5cuXBs+g==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^6.0.0"
diff --git a/package.json b/package.json
index 3f042807..8a9b6f54 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"enzyme": "=3.11.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
- "eslint-plugin-jest": "^28.3.0",
+ "eslint-plugin-jest": "^28.4.0",
"eslint-plugin-react": "^7.34.1",
"esm": "=3.2.25",
"expect": "=29.7.0",