Update jest monorepo

This commit is contained in:
renovate[bot]
2025-02-14 02:43:48 +00:00
committed by GitHub
parent 1fd9e36999
commit ddbef36c26
2 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@@ -34,7 +34,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",
@@ -61,7 +61,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",
@@ -3904,9 +3904,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"
},
@@ -12705,15 +12705,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"

View File

@@ -178,7 +178,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",
@@ -205,7 +205,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",