Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency is-ci to v4 #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^1.0.0",
"husky": "^9.0.0",
"is-ci": "^3.0.0",
"is-ci": "^4.0.0",
"jest": "^29.0.0",
"jest-runner-eslint": "^2.0.0",
"lint-staged": "^13.0.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3829,10 +3829,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -5043,7 +5043,7 @@ __metadata:
eslint-remote-tester: ^3.0.0
eslint-remote-tester-repositories: ^1.0.0
husky: ^9.0.0
is-ci: ^3.0.0
is-ci: ^4.0.0
jest: ^29.0.0
jest-runner-eslint: ^2.0.0
lint-staged: ^13.0.3
Expand Down Expand Up @@ -6456,14 +6456,14 @@ __metadata:
languageName: node
linkType: hard

"is-ci@npm:^3.0.0":
version: 3.0.1
resolution: "is-ci@npm:3.0.1"
"is-ci@npm:^4.0.0":
version: 4.1.0
resolution: "is-ci@npm:4.1.0"
dependencies:
ci-info: ^3.2.0
ci-info: ^4.1.0
bin:
is-ci: bin.js
checksum: 192c66dc7826d58f803ecae624860dccf1899fc1f3ac5505284c0a5cf5f889046ffeb958fa651e5725d5705c5bcb14f055b79150ea5fcad7456a9569de60260e
checksum: f63a9e951262b9f4ccea73f47743efb1bfe87de84b5352dc02966c90bf61c2a9e9426a43ef53fdd18bd5f33616015b97bb5ae89251fb0f573e6cf7a01d036295
languageName: node
linkType: hard

Expand Down
Loading