Commit 38a219c 1 parent 3b8a9c3 commit 38a219c Copy full SHA for 38a219c
File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 45
45
"@types/node" : " ^22.5.2" ,
46
46
"execa" : " ^9.3.0" ,
47
47
"husky" : " ^9.0.11" ,
48
- "is-ci" : " ^3.0 .0" ,
48
+ "is-ci" : " ^4.1 .0" ,
49
49
"jest" : " ^29.7.0" ,
50
50
"jest-environment-jsdom" : " ^29.7.0" ,
51
51
"lint-staged" : " ^15.2.2" ,
Original file line number Diff line number Diff line change @@ -1327,6 +1327,11 @@ ci-info@^3.2.0:
1327
1327
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
1328
1328
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
1329
1329
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
+
1330
1335
cjs-module-lexer@^1.0.0 :
1331
1336
version "1.2.3"
1332
1337
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:
2026
2031
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
2027
2032
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
2028
2033
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 ==
2033
2038
dependencies :
2034
- ci-info "^3.2 .0"
2039
+ ci-info "^4.1 .0"
2035
2040
2036
2041
is-core-module@^2.13.0 :
2037
2042
version "2.13.0"
You can’t perform that action at this time.
0 commit comments