diff options
author | dependabot[bot] | 2023-10-26 21:53:19 +0000 |
---|---|---|
committer | vitalyster | 2023-10-29 22:52:29 +0300 |
commit | c3954a343b688dc871cb11c134c4e1b1ec233c5a (patch) | |
tree | bb81093925f1daefbfd9b8006e0dbab6532e5cf2 | |
parent | 49b5ab8eca99828c3cfbc7ce9823a37a04dd363c (diff) |
build(deps-dev): bump the development group with 1 update
Bumps the development group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).
- [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/v27.4.3...v27.6.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 9491c409..26992e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "cssnano": "^6.0.1", "eslint": "8.52.0", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jest": "^27.4.3", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-only-ascii": "0.0.0", @@ -8695,9 +8695,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz", - "integrity": "sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==", + "version": "27.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz", + "integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -25771,9 +25771,9 @@ } }, "eslint-plugin-jest": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz", - "integrity": "sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==", + "version": "27.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz", + "integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.10.0" diff --git a/package.json b/package.json index b8c02863..d4eaa736 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "cssnano": "^6.0.1", "eslint": "8.52.0", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jest": "^27.4.3", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-only-ascii": "0.0.0", |