From 7788d26ed4ba51bb22ce4dfd919c00fb7e2dbeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:31:24 +0000 Subject: [PATCH] chore(deps-dev): update @commitlint/config-conventional requirement Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) to permit the latest version. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" 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..a55803dce 100644 --- a/package.json +++ b/package.json @@ -90,11 +90,11 @@ "devDependencies": { "@applitools/eyes-cypress": "^3.25.7", "@commitlint/cli": "^17.1.2", - "@commitlint/config-conventional": "^17.0.0", + "@commitlint/config-conventional": "^17.1.0", "@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", @@ -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",