Skip to content

Commit 38a219c

Browse files
chore(deps-dev): bump is-ci from 3.0.1 to 4.1.0 (#130)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b8a9c3 commit 38a219c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/node": "^22.5.2",
4646
"execa": "^9.3.0",
4747
"husky": "^9.0.11",
48-
"is-ci": "^3.0.0",
48+
"is-ci": "^4.1.0",
4949
"jest": "^29.7.0",
5050
"jest-environment-jsdom": "^29.7.0",
5151
"lint-staged": "^15.2.2",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,11 @@ ci-info@^3.2.0:
13271327
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
13281328
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
13291329

1330+
ci-info@^4.1.0:
1331+
version "4.1.0"
1332+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.1.0.tgz#92319d2fa29d2620180ea5afed31f589bc98cf83"
1333+
integrity sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==
1334+
13301335
cjs-module-lexer@^1.0.0:
13311336
version "1.2.3"
13321337
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz#6c370ab19f8a3394e318fe682686ec0ac684d107"
@@ -2026,12 +2031,12 @@ is-arrayish@^0.2.1:
20262031
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
20272032
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
20282033

2029-
is-ci@^3.0.0:
2030-
version "3.0.1"
2031-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
2032-
integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
2034+
is-ci@^4.1.0:
2035+
version "4.1.0"
2036+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-4.1.0.tgz#38780f471e4f67e3bec3f809d90cd74f40a0cfdc"
2037+
integrity sha512-Ab9bQDQ11lWootZUI5qxgN2ZXwxNI5hTwnsvOc1wyxQ7zQ8OkEDw79mI0+9jI3x432NfwbVRru+3noJfXF6lSQ==
20332038
dependencies:
2034-
ci-info "^3.2.0"
2039+
ci-info "^4.1.0"
20352040

20362041
is-core-module@^2.13.0:
20372042
version "2.13.0"

0 commit comments

Comments
 (0)