From c39c3be39fac035f933f262246dcd0a8fbfa2e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:30:56 +0000 Subject: [PATCH] chore(deps-dev): update eslint-plugin-jest requirement Updates the requirements on [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) to permit the latest version. - [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.0.4...v27.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 550896d9d..bc625c575 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/d3": "^7.4.0", "@types/dompurify": "^2.3.4", "@types/eslint": "^8.4.6", - "@types/express": "^4.17.13", + "@types/express": "^4.17.14", "@types/jsdom": "^20.0.0", "@types/lodash": "^4.14.185", "@types/prettier": "^2.7.1", @@ -113,7 +113,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-html": "^7.1.0", - "eslint-plugin-jest": "^27.0.4", + "eslint-plugin-jest": "^27.1.0", "eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-json": "^3.1.0", "eslint-plugin-markdown": "^3.0.0", @@ -123,7 +123,7 @@ "identity-obj-proxy": "^3.0.0", "jest": "29.x", "jison": "^0.4.18", - "jsdom": "^20.0.0", + "jsdom": "^20.0.1", "lint-staged": "^13.0.3", "markdown-it": "^13.0.1", "moment": "^2.23.0", @@ -132,7 +132,7 @@ "prettier-plugin-jsdoc": "^0.4.2", "remark": "^14.0.2", "rimraf": "^3.0.2", - "start-server-and-test": "^1.12.6", + "start-server-and-test": "^1.14.0", "ts-node": "^10.9.1", "typescript": "^4.8.3", "unist-util-flatmap": "^1.0.0",