File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 74
74
"eslint-plugin-react-hooks" : " ^4.2.0" ,
75
75
"glob" : " ^7.1.6" ,
76
76
"husky" : " ^4.3.8" ,
77
- "is-ci" : " ^2 .0.0" ,
77
+ "is-ci" : " ^3 .0.0" ,
78
78
"jest" : " ^26.6.3" ,
79
79
"jest-watch-typeahead" : " ^0.6.1" ,
80
80
"lint-staged" : " ^10.5.4" ,
Original file line number Diff line number Diff line change @@ -2737,6 +2737,11 @@ ci-info@^2.0.0:
2737
2737
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
2738
2738
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
2739
2739
2740
+ ci-info@^3.1.1 :
2741
+ version "3.1.1"
2742
+ resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a"
2743
+ integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==
2744
+
2740
2745
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3 :
2741
2746
version "1.0.4"
2742
2747
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -5026,6 +5031,13 @@ is-ci@^2.0.0:
5026
5031
dependencies :
5027
5032
ci-info "^2.0.0"
5028
5033
5034
+ is-ci@^3.0.0 :
5035
+ version "3.0.0"
5036
+ resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
5037
+ integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
5038
+ dependencies :
5039
+ ci-info "^3.1.1"
5040
+
5029
5041
is-core-module@^2.1.0, is-core-module@^2.2.0 :
5030
5042
version "2.2.0"
5031
5043
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
You can’t perform that action at this time.
0 commit comments