diff options
author | dependabot[bot] | 2022-12-16 17:02:13 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 310de9fd6ec6b8d12e7b9faf1d92d01c1e44e8ae (patch) | |
tree | ba0f6dadfb7d55ccc355f93553713587357a6d71 /vnext | |
parent | be1b522b8ca9d7dc98abcebcda5e33a495632aa6 (diff) |
Bump eslint-plugin-jest from 27.1.6 to 27.1.7
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.6 to 27.1.7.
- [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.6...v27.1.7)
---
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>
Diffstat (limited to 'vnext')
-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 39e4ee2f..7b5cd4d2 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -49,7 +49,7 @@ "cssnano": "^5.1.14", "eslint": "^8.30.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-jest": "^27.1.7", "eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-no-floating-promise": "^1.0.2", @@ -6213,9 +6213,9 @@ "dev": true }, "node_modules/eslint-plugin-jest": { - "version": "27.1.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.6.tgz", - "integrity": "sha512-XA7RFLSrlQF9IGtAmhddkUkBuICCTuryfOTfCSWcZHiHb69OilIH05oozH2XA6CEOtztnOd0vgXyvxZodkxGjg==", + "version": "27.1.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.7.tgz", + "integrity": "sha512-0QVzf+og4YI1Qr3UoprkqqhezAZjFffdi62b0IurkCXMqPtRW84/UT4CKsYT80h/D82LA9avjO/80Ou1LdgbaQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -21713,9 +21713,9 @@ } }, "eslint-plugin-jest": { - "version": "27.1.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.6.tgz", - "integrity": "sha512-XA7RFLSrlQF9IGtAmhddkUkBuICCTuryfOTfCSWcZHiHb69OilIH05oozH2XA6CEOtztnOd0vgXyvxZodkxGjg==", + "version": "27.1.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.7.tgz", + "integrity": "sha512-0QVzf+og4YI1Qr3UoprkqqhezAZjFffdi62b0IurkCXMqPtRW84/UT4CKsYT80h/D82LA9avjO/80Ou1LdgbaQ==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.10.0" diff --git a/vnext/package.json b/vnext/package.json index 73616354..4fe27f69 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,7 @@ "cssnano": "^5.1.14", "eslint": "^8.30.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-jest": "^27.1.7", "eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-no-floating-promise": "^1.0.2", |