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 Dec 8, 2024
1 parent 77306fd commit 04fb65f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 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.0",
"@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.0",
"glob": "^11.0.0",
"is-ci": "^3.0.1",
"is-ci": "^4.1.0",
"semver": "^7.6.3"
}
}
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ __metadata:
"@babel/runtime": "npm:^7.26.0"
"@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 @@ -319,7 +319,7 @@ __metadata:
"@babel/register": "npm:^7.25.9"
"@babel/runtime": "npm:^7.26.0"
glob: "npm:^11.0.0"
is-ci: "npm:^3.0.1"
is-ci: "npm:^4.1.0"
semver: "npm:^7.6.3"
bin:
monorepo-babel-node: bin/monorepo-babel-node.js
Expand Down Expand Up @@ -7942,6 +7942,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, cjs-module-lexer@npm:^1.2.3":
version: 1.2.3
resolution: "cjs-module-lexer@npm:1.2.3"
Expand Down Expand Up @@ -12967,6 +12974,17 @@ __metadata:
languageName: node
linkType: hard

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

"is-core-module@npm:^2.11.0, is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.8.1":
version: 2.15.1
resolution: "is-core-module@npm:2.15.1"
Expand Down

0 comments on commit 04fb65f

Please sign in to comment.