From 6c04c5ae414281e0e4ee217b508dbe2be24f5b3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:23:16 +0000 Subject: [PATCH] Update jest monorepo --- package-lock.json | 103 +++++++++++++++++++++++++--------------------- package.json | 4 +- 2 files changed, 59 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92737d3ba..83d04fe05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "adm-zip": "^0.5.10", "bplist-parser": "^0.3.2", "classnames": "2.2.6", + "cross-spawn": "^7.0.5", "electron-dl": "3.5.0", "electron-fetch": "1.9.1", "electron-log": "4.4.8", @@ -32,7 +33,7 @@ "@types/cheerio": "^0.22.22", "@types/enzyme": "^3.10.7", "@types/fs-extra": "^9.0.0", - "@types/jest": "23.3.12", + "@types/jest": "23.3.14", "@types/node": "^18.16.0", "@types/react": "16.14.34", "@types/react-dom": "16.9.17", @@ -59,7 +60,7 @@ "gulp-typescript": "5.0.1", "husky": "^4.3.8", "imgurify": "^2.0.1", - "jest": "25.2.4", + "jest": "25.5.4", "jest-html-reporter": "3.7.0", "js-yaml": "^4.1.0", "less": "^3.13.1", @@ -2813,7 +2814,9 @@ } }, "node_modules/@types/jest": { - "version": "23.3.12", + "version": "23.3.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz", + "integrity": "sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug==", "dev": true, "license": "MIT" }, @@ -5487,7 +5490,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -10293,13 +10298,15 @@ } }, "node_modules/jest": { - "version": "25.2.4", + "version": "25.5.4", + "resolved": "https://registry.npmjs.org/jest/-/jest-25.5.4.tgz", + "integrity": "sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ==", "dev": true, "license": "MIT", "dependencies": { - "@jest/core": "^25.2.4", + "@jest/core": "^25.5.4", "import-local": "^3.0.2", - "jest-cli": "^25.2.4" + "jest-cli": "^25.5.4" }, "bin": { "jest": "bin/jest.js" @@ -10390,6 +10397,49 @@ "node": ">=8" } }, + "node_modules/jest-cli": { + "version": "25.5.4", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-25.5.4.tgz", + "integrity": "sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/core": "^25.5.4", + "@jest/test-result": "^25.5.0", + "@jest/types": "^25.5.0", + "chalk": "^3.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.4", + "import-local": "^3.0.2", + "is-ci": "^2.0.0", + "jest-config": "^25.5.4", + "jest-util": "^25.5.0", + "jest-validate": "^25.5.0", + "prompts": "^2.0.1", + "realpath-native": "^2.0.0", + "yargs": "^15.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": ">= 8.3" + } + }, + "node_modules/jest-cli/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-config": { "version": "25.5.4", "dev": true, @@ -11310,45 +11360,6 @@ "node": ">= 8.3" } }, - "node_modules/jest/node_modules/chalk": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest/node_modules/jest-cli": { - "version": "25.5.4", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/core": "^25.5.4", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^25.5.4", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "prompts": "^2.0.1", - "realpath-native": "^2.0.0", - "yargs": "^15.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 8.3" - } - }, "node_modules/jimp": { "version": "0.14.0", "dev": true, diff --git a/package.json b/package.json index 767cd8538..303153e43 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "@types/cheerio": "^0.22.22", "@types/enzyme": "^3.10.7", "@types/fs-extra": "^9.0.0", - "@types/jest": "23.3.12", + "@types/jest": "23.3.14", "@types/node": "^18.16.0", "@types/react": "16.14.34", "@types/react-dom": "16.9.17", @@ -199,7 +199,7 @@ "gulp-typescript": "5.0.1", "husky": "^4.3.8", "imgurify": "^2.0.1", - "jest": "25.2.4", + "jest": "25.5.4", "jest-html-reporter": "3.7.0", "js-yaml": "^4.1.0", "less": "^3.13.1",