From d814d65732a2fb66a24676d8d1cae5276040017a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:34:35 +0000 Subject: [PATCH] Update jest monorepo --- package-lock.json | 31 ++++++++++--------------------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82054bbfa..862551b0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/classnames": "^2.3.0", "@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", @@ -64,7 +64,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.1", "less": "^3.13.1", @@ -81,7 +81,6 @@ "typescript": "^4.9.5" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.38.0-94.195", "screen-share-indicator-frame": "github:finos/ScreenShareIndicatorFrame#v1.6.0", "screen-snippet": "github:finos/ScreenSnippet2.git#v2.5.1", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#v1.1.0", @@ -3833,16 +3832,6 @@ "dev": true, "license": "(Unlicense OR Apache-2.0)" }, - "node_modules/@symphony/symphony-c9-shell": { - "version": "3.38.0-94.195", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.38.0-94.195.tgz", - "integrity": "sha512-Z2THUfbJ7/GiiMsEkjgBjW0sBtu1z7slKtSTRhoVZZVeCAZJHXj0dQwnBDAfYnGEiLcnY1YIE7IFePg0wpXZeA==", - "license": "UNLICENSED", - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@szmarczak/http-timer": { "version": "4.0.6", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", @@ -4018,9 +4007,9 @@ } }, "node_modules/@types/jest": { - "version": "23.3.12", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/jest/-/jest-23.3.12.tgz", - "integrity": "sha512-/kQvbVzdEpOq4tEWT79yAHSM4nH4xMlhJv2GrLVQt4Qmo8yYsPdioBM1QpN/2GX1wkfMnyXvdoftvLUr0LBj7Q==", + "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" }, @@ -12579,15 +12568,15 @@ } }, "node_modules/jest": { - "version": "25.2.4", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest/-/jest-25.2.4.tgz", - "integrity": "sha512-Lu4LXxf4+durzN/IFilcAoQSisOwgHIXgl9vffopePpSSwFqfj1Pj4y+k3nL8oTbnvjxgDIsEcepy6he4bWqnQ==", + "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" diff --git a/package.json b/package.json index 5bf2bb449..cc1bc99ef 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "@types/classnames": "^2.3.0", "@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", @@ -204,7 +204,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.1", "less": "^3.13.1",