aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-04-29 21:16:34 +0000
committerGravatar vitalyster2024-05-01 17:32:15 +0300
commit4991bd6269ee655ada29662e12cbd0a4f0c9b473 (patch)
tree6617096bf14224685de38fb0cc23862b470cc271
parent67d5ab50daba59f30d929fcd53542186b7087058 (diff)
build(deps-dev): bump eslint-plugin-jest from 28.2.0 to 28.3.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.2.0 to 28.3.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.2.0...v28.3.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.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index a9ffeea6..b88c6ee3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,7 +51,7 @@
"cssnano": "^6.1.2",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
- "eslint-plugin-jest": "^28.2.0",
+ "eslint-plugin-jest": "^28.3.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-only-ascii": "0.0.0",
@@ -8496,9 +8496,9 @@
}
},
"node_modules/eslint-plugin-jest": {
- "version": "28.2.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.2.0.tgz",
- "integrity": "sha512-yRDti/a+f+SMSmNTiT9/M/MzXGkitl8CfzUxnpoQcTyfq8gUrXMriVcWU36W1X6BZSUoyUCJrDAWWUA2N4hE5g==",
+ "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==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^6.0.0"
diff --git a/package.json b/package.json
index c6572ae9..c6d8c915 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"cssnano": "^6.1.2",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
- "eslint-plugin-jest": "^28.2.0",
+ "eslint-plugin-jest": "^28.3.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-only-ascii": "0.0.0",