Skip to content

Commit fcb35f9

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump is-ci from 2.0.0 to 3.0.0
Bumps [is-ci](https://github.com/watson/is-ci) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/watson/is-ci/releases) - [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md) - [Commits](watson/is-ci@v2.0.0...v3.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c7410e commit fcb35f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint-plugin-react-hooks": "^4.2.0",
7575
"glob": "^7.1.6",
7676
"husky": "^4.3.8",
77-
"is-ci": "^2.0.0",
77+
"is-ci": "^3.0.0",
7878
"jest": "^26.6.3",
7979
"jest-watch-typeahead": "^0.6.1",
8080
"lint-staged": "^10.5.4",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -2737,6 +2737,11 @@ ci-info@^2.0.0:
27372737
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
27382738
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
27392739

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+
27402745
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
27412746
version "1.0.4"
27422747
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -5026,6 +5031,13 @@ is-ci@^2.0.0:
50265031
dependencies:
50275032
ci-info "^2.0.0"
50285033

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+
50295041
is-core-module@^2.1.0, is-core-module@^2.2.0:
50305042
version "2.2.0"
50315043
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"

0 commit comments

Comments
 (0)