Skip to content

Commit

Permalink
fix(deps): update dependency ci-info to v4 (#14655)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent 924992a commit a958cc7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@jest/types": "workspace:*",
"babel-jest": "workspace:*",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@jest/types": "workspace:*",
"@types/node": "*",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"graceful-fs": "^4.2.9",
"picomatch": "^2.2.3"
},
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2839,7 +2839,7 @@ __metadata:
"@types/node": "*"
ansi-escapes: ^4.2.1
chalk: ^4.0.0
ci-info: ^3.2.0
ci-info: ^4.0.0
exit: ^0.1.2
graceful-fs: ^4.2.9
jest-changed-files: "workspace:*"
Expand Down Expand Up @@ -7391,6 +7391,13 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^4.0.0":
version: 4.0.0
resolution: "ci-info@npm:4.0.0"
checksum: 122fe41c5eb8d0b5fa0ab6fd674c5ddcf2dc59766528b062a0144ff0d913cfb210ef925ec52110e7c2a7f4e603d5f0e8b91cfe68867e196e9212fa0b94d0a08a
languageName: node
linkType: hard

"cjs-module-lexer@npm:^1.0.0":
version: 1.2.3
resolution: "cjs-module-lexer@npm:1.2.3"
Expand Down Expand Up @@ -12724,7 +12731,7 @@ __metadata:
"@types/parse-json": ^4.0.0
babel-jest: "workspace:*"
chalk: ^4.0.0
ci-info: ^3.2.0
ci-info: ^4.0.0
deepmerge: ^4.2.2
glob: ^7.1.3
graceful-fs: ^4.2.9
Expand Down Expand Up @@ -13218,7 +13225,7 @@ __metadata:
"@types/node": "*"
"@types/picomatch": ^2.2.2
chalk: ^4.0.0
ci-info: ^3.2.0
ci-info: ^4.0.0
graceful-fs: ^4.2.9
picomatch: ^2.2.3
languageName: unknown
Expand Down

0 comments on commit a958cc7

Please sign in to comment.