Skip to content

Commit

Permalink
Update dependency is-ci to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 492a2fd commit 6a7237d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/monorepo-npm-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/runtime": "^7.26.7",
"@npmcli/arborist": "^7.5.4",
"chalk": "^4.1.2",
"is-ci": "^3.0.1",
"is-ci": "^4.1.0",
"npm-packlist": "^8.0.2",
"npm-registry-client": "^8.6.0",
"rimraf": "^5.0.10",
Expand Down
2 changes: 1 addition & 1 deletion src/monorepo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/register": "^7.25.9",
"@babel/runtime": "^7.26.7",
"glob": "^11.0.1",
"is-ci": "^3.0.1",
"is-ci": "^4.1.0",
"semver": "^7.7.0"
}
}
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ __metadata:
"@babel/runtime": "npm:^7.26.7"
"@npmcli/arborist": "npm:^7.5.4"
chalk: "npm:^4.1.2"
is-ci: "npm:^3.0.1"
is-ci: "npm:^4.1.0"
npm-packlist: "npm:^8.0.2"
npm-registry-client: "npm:^8.6.0"
rimraf: "npm:^5.0.10"
Expand Down Expand Up @@ -177,7 +177,7 @@ __metadata:
"@babel/register": "npm:^7.25.9"
"@babel/runtime": "npm:^7.26.7"
glob: "npm:^11.0.1"
is-ci: "npm:^3.0.1"
is-ci: "npm:^4.1.0"
semver: "npm:^7.7.0"
bin:
monorepo-babel-node: bin/monorepo-babel-node.js
Expand Down Expand Up @@ -3888,6 +3888,13 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^4.1.0":
version: 4.1.0
resolution: "ci-info@npm:4.1.0"
checksum: 10c0/0f969ce32a974c542bc8abe4454b220d9d9323bb9415054c92a900faa5fdda0bb222eda68c490127c1d78503510d46b6aca614ecaba5a60515b8ac7e170119e6
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 @@ -6419,14 +6426,14 @@ __metadata:
languageName: node
linkType: hard

"is-ci@npm:^3.0.1":
version: 3.0.1
resolution: "is-ci@npm:3.0.1"
"is-ci@npm:^4.1.0":
version: 4.1.0
resolution: "is-ci@npm:4.1.0"
dependencies:
ci-info: "npm:^3.2.0"
ci-info: "npm:^4.1.0"
bin:
is-ci: bin.js
checksum: 10c0/0e81caa62f4520d4088a5bef6d6337d773828a88610346c4b1119fb50c842587ed8bef1e5d9a656835a599e7209405b5761ddf2339668f2d0f4e889a92fe6051
checksum: 10c0/c58e733d21f8d7e6ba3d70686124004576b369b4a02a37c4783159ed5a668b3a9e4b359efa955e4a675bd021eca7305010c45a1e646bf77cce14b08808eda88d
languageName: node
linkType: hard

Expand Down

0 comments on commit 6a7237d

Please sign in to comment.