diff options
author | dependabot[bot] | 2022-11-08 17:02:19 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | f3b8a2fd8c074637df48290acbfcbaf8ea0b4e28 (patch) | |
tree | 1cf365fab3ac51b451e7cff469c9b5ddbc341472 | |
parent | 6e96537bfecb0aeb975b2a9de6fd24a446eefa77 (diff) |
Bump eslint-plugin-jest from 27.1.3 to 27.1.4
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.3 to 27.1.4.
- [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.1.3...v27.1.4)
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index fedea8e1..8d218018 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -49,7 +49,7 @@ "cross-env": "^7.0.3", "cssnano": "^5.1.14", "eslint": "^8.26.0", - "eslint-plugin-jest": "^27.1.3", + "eslint-plugin-jest": "^27.1.4", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jsdoc": "^39.6.2", "eslint-plugin-no-floating-promise": "^1.0.2", @@ -5958,9 +5958,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.3.tgz", - "integrity": "sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg==", + "version": "27.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.4.tgz", + "integrity": "sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -21194,9 +21194,9 @@ } }, "eslint-plugin-jest": { - "version": "27.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.3.tgz", - "integrity": "sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg==", + "version": "27.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.4.tgz", + "integrity": "sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.10.0" diff --git a/vnext/package.json b/vnext/package.json index 45838052..9642299e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -26,7 +26,7 @@ "cross-env": "^7.0.3", "cssnano": "^5.1.14", "eslint": "^8.26.0", - "eslint-plugin-jest": "^27.1.3", + "eslint-plugin-jest": "^27.1.4", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jsdoc": "^39.6.2", "eslint-plugin-no-floating-promise": "^1.0.2", |