aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-11 17:04:13 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit97abd4689b72a8e154dea3b0d8a81f82f4e1c763 (patch)
tree1d5fd020da65f66745f83689c68cf0b7a504b849 /vnext
parent72c425855cb67056faffce96b9ee87db91a8325f (diff)
Bump eslint-plugin-jest from 27.1.4 to 27.1.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.4 to 27.1.5. - [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.4...v27.1.5) --- 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.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index fdaf6b93..465a3a37 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.27.0",
- "eslint-plugin-jest": "^27.1.4",
+ "eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-no-floating-promise": "^1.0.2",
@@ -5961,9 +5961,9 @@
}
},
"node_modules/eslint-plugin-jest": {
- "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==",
+ "version": "27.1.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.5.tgz",
+ "integrity": "sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^5.10.0"
@@ -21209,9 +21209,9 @@
}
},
"eslint-plugin-jest": {
- "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==",
+ "version": "27.1.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.5.tgz",
+ "integrity": "sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==",
"dev": true,
"requires": {
"@typescript-eslint/utils": "^5.10.0"
diff --git a/vnext/package.json b/vnext/package.json
index c02a3ae5..b9b403cb 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -26,7 +26,7 @@
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
- "eslint-plugin-jest": "^27.1.4",
+ "eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-no-floating-promise": "^1.0.2",