Skip to content

Commit cac4849

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump is-ci from 3.0.0 to 3.0.1
Bumps [is-ci](https://github.com/watson/is-ci) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/watson/is-ci/releases) - [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md) - [Commits](watson/is-ci@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: is-ci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f19b195 commit cac4849

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint-plugin-react": "^7.27.0",
7474
"eslint-plugin-react-hooks": "^4.3.0",
7575
"glob": "^7.2.0",
76-
"is-ci": "^3.0.0",
76+
"is-ci": "^3.0.1",
7777
"jest": "^27.3.1",
7878
"jest-github-actions-reporter": "^1.0.3",
7979
"jest-watch-typeahead": "^1.0.0",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -2565,11 +2565,6 @@ chokidar@^3.4.0:
25652565
optionalDependencies:
25662566
fsevents "~2.3.1"
25672567

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-
25732568
ci-info@^3.2.0:
25742569
version "3.2.0"
25752570
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
@@ -4228,12 +4223,12 @@ is-callable@^1.2.4:
42284223
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
42294224
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
42304225

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==
42354230
dependencies:
4236-
ci-info "^3.1.1"
4231+
ci-info "^3.2.0"
42374232

42384233
is-core-module@^2.2.0, is-core-module@^2.8.0:
42394234
version "2.8.0"

0 commit comments

Comments
 (0)