From f4d0b484a6a327f15e7bb556363047bfbfd13bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:32:11 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 26.5.3 to 26.5.4 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.3 to 26.5.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.3...v26.5.4) Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++------------------ package.json | 4 ++-- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfdd2612..21175139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -436,22 +436,14 @@ "integrity": "sha512-JzyweYfZlFLtXpgP+btzSY3YAkGPg61TqUSYQqBr4+5IaVf1FruMm5v4D5eLu9dAJuNKUfHbM3AEfuEPiZ79pg==" }, "@commitlint/format": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.0.0.tgz", - "integrity": "sha512-otQHHx1KtT7UlO8igYeqxfatVFni6T8Nq8OPhwUHGrp8VYMorFSKUWrVpDtPtTAzRBj7e/ZtxCUOWck9Lwm7ug==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.0.1.tgz", + "integrity": "sha512-rF79ipAxR8yFzPzG5tRoEZ//MRkyxCXj4JhpEjtdaCMBAXMssI8uazn3e5D8z4UFgSDe9qOnL0OmQvql7HTMoA==", "requires": { - "@commitlint/types": "^12.0.0", + "@commitlint/types": "^12.0.1", "chalk": "^4.0.0" }, "dependencies": { - "@commitlint/types": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.0.0.tgz", - "integrity": "sha512-ADW/GEwDdgf7ppNq+S2T8J6XgATi2yndXddu+ZV8wlHFpL1DhjPbuPA9RYLnJcp44xQSe/cEV7a7Z43Ryy1S9Q==", - "requires": { - "chalk": "^4.0.0" - } - }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -8687,9 +8679,9 @@ "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=" }, "ts-jest": { - "version": "26.5.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.3.tgz", - "integrity": "sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==", + "version": "26.5.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.4.tgz", + "integrity": "sha512-I5Qsddo+VTm94SukBJ4cPimOoFZsYTeElR2xy6H2TOVs+NsvgYglW8KuQgKoApOKuaU/Ix/vrF9ebFZlb5D2Pg==", "dev": true, "requires": { "bs-logger": "0.x", @@ -8714,9 +8706,9 @@ } }, "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.6.tgz", - "integrity": "sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA==", + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", "dev": true } } diff --git a/package.json b/package.json index 872777c4..ec424e74 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@commitlint/config-conventional": "^12.0.1", - "@commitlint/format": "^12.0.0", + "@commitlint/format": "^12.0.1", "@commitlint/lint": "^12.0.1", "@commitlint/load": "^12.0.1" }, @@ -44,7 +44,7 @@ "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", "prettier": "2.2.1", - "ts-jest": "^26.5.3", + "ts-jest": "^26.5.4", "typescript": "^4.2.3" }, "release": {