File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 73
73
"eslint-plugin-react" : " ^7.27.0" ,
74
74
"eslint-plugin-react-hooks" : " ^4.3.0" ,
75
75
"glob" : " ^7.2.0" ,
76
- "is-ci" : " ^3.0.0 " ,
76
+ "is-ci" : " ^3.0.1 " ,
77
77
"jest" : " ^27.3.1" ,
78
78
"jest-github-actions-reporter" : " ^1.0.3" ,
79
79
"jest-watch-typeahead" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -2565,11 +2565,6 @@ chokidar@^3.4.0:
2565
2565
optionalDependencies :
2566
2566
fsevents "~2.3.1"
2567
2567
2568
- ci-info@^3.1.1 :
2569
- version "3.1.1"
2570
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a"
2571
- integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==
2572
-
2573
2568
ci-info@^3.2.0 :
2574
2569
version "3.2.0"
2575
2570
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
@@ -4228,12 +4223,12 @@ is-callable@^1.2.4:
4228
4223
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
4229
4224
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
4230
4225
4231
- is-ci@^3.0.0 :
4232
- version "3.0.0 "
4233
- resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0 .tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994 "
4234
- integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ ==
4226
+ is-ci@^3.0.1 :
4227
+ version "3.0.1 "
4228
+ resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1 .tgz#db6ecbed1bd659c43dac0f45661e7674103d1867 "
4229
+ integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ ==
4235
4230
dependencies :
4236
- ci-info "^3.1.1 "
4231
+ ci-info "^3.2.0 "
4237
4232
4238
4233
is-core-module@^2.2.0, is-core-module@^2.8.0 :
4239
4234
version "2.8.0"
You can’t perform that action at this time.
0 commit comments