diff --git a/package-lock.json b/package-lock.json index 93b1f4e46..eb0aff052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "symphony", - "version": "24.11.0", + "version": "24.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "symphony", - "version": "24.11.0", + "version": "24.12.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -31,7 +31,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", @@ -40,7 +40,7 @@ "cheerio": "v1.0.0-rc.12", "cross-env": "7.0.3", "del": "3.0.0", - "electron": "32.0.1", + "electron": "32.1.2", "electron-builder": "^24.13.2", "electron-devtools-installer": "^3.2.0", "electron-icon-maker": "0.0.5", @@ -58,7 +58,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", @@ -2812,7 +2812,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" }, @@ -6310,11 +6312,12 @@ } }, "node_modules/electron": { - "version": "32.0.1", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-32.0.1.tgz", - "integrity": "sha512-5Hd5Jaf9niYVR2hZxoRd3gOrcxPOxQV1XPV5WaoSfT9jLJHFadhlKtuSDIk3U6rQZke+aC7GqPPAv55nWFCMsA==", + "version": "32.1.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-32.1.2.tgz", + "integrity": "sha512-CXe6doFzhmh1U7daOvUzmF6Cj8hssdYWMeEPRnRO6rB9/bbwMlWctcQ7P8NJXhLQ88/vYUJQrJvlJPh8qM0BRQ==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@electron/get": "^2.0.0", "@types/node": "^20.9.0", @@ -10264,13 +10267,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" @@ -10361,6 +10366,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, @@ -11281,45 +11329,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 c6110b343..e1fb371db 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",