aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-05-06 21:52:40 +0000
committerGravatar vitalyster2024-05-07 12:12:16 +0300
commitec66600df97dae83089a093ab6e00f0c5fcd6597 (patch)
treea5145223a19dc2ef4b9a3c2635b958730cf69f73
parentf975d6a4c02340fd7175bb4e4303d5f69fef7d02 (diff)
build(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.5.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.3.0 to 28.5.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.3.0...v28.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json10
-rw-r--r--package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 95d164bd..3c9e7200 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,7 +51,7 @@
"cssnano": "^7.0.1",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
- "eslint-plugin-jest": "^28.3.0",
+ "eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-only-ascii": "0.0.0",
@@ -8967,12 +8967,12 @@
}
},
"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.5.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz",
+ "integrity": "sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==",
"dev": true,
"dependencies": {
- "@typescript-eslint/utils": "^6.0.0"
+ "@typescript-eslint/utils": "^6.0.0 || ^7.0.0"
},
"engines": {
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
diff --git a/package.json b/package.json
index ada4bdbf..bf2e203c 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"cssnano": "^7.0.1",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
- "eslint-plugin-jest": "^28.3.0",
+ "eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-only-ascii": "0.0.0",