|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/cli@^7.16.0": |
6 |
| - version "7.16.0" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.0.tgz#a729b7a48eb80b49f48a339529fc4129fd7bcef3" |
8 |
| - integrity sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q== |
9 |
| - dependencies: |
10 |
| - commander "^4.0.1" |
11 |
| - convert-source-map "^1.1.0" |
12 |
| - fs-readdir-recursive "^1.1.0" |
13 |
| - glob "^7.0.0" |
14 |
| - make-dir "^2.1.0" |
15 |
| - slash "^2.0.0" |
16 |
| - source-map "^0.5.0" |
17 |
| - optionalDependencies: |
18 |
| - "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3" |
19 |
| - chokidar "^3.4.0" |
20 |
| - |
21 | 5 |
|
22 | 6 | version "7.10.4"
|
23 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
|
|
66 | 50 | semver "^5.4.1"
|
67 | 51 | source-map "^0.5.0"
|
68 | 52 |
|
69 |
| -"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.12.7", "@babel/core@^7.16.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7": |
| 53 | +"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7": |
70 | 54 | version "7.16.0"
|
71 | 55 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
|
72 | 56 | integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
|
|
1115 | 1099 | dependencies:
|
1116 | 1100 | regenerator-runtime "^0.13.4"
|
1117 | 1101 |
|
1118 |
| -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.8", "@babel/runtime@^7.16.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
| 1102 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.8", "@babel/runtime@^7.16.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
1119 | 1103 | version "7.16.3"
|
1120 | 1104 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
|
1121 | 1105 | integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
|
1122 | 1106 | dependencies:
|
1123 | 1107 | regenerator-runtime "^0.13.4"
|
1124 | 1108 |
|
| 1109 | +"@babel/runtime@^7.10.4", "@babel/runtime@^7.5.5": |
| 1110 | + version "7.16.5" |
| 1111 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.5.tgz#7f3e34bf8bdbbadf03fbb7b1ea0d929569c9487a" |
| 1112 | + integrity sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA== |
| 1113 | + dependencies: |
| 1114 | + regenerator-runtime "^0.13.4" |
| 1115 | + |
1125 | 1116 | "@babel/template@^7.12.7", "@babel/template@^7.16.0", "@babel/template@^7.3.3":
|
1126 | 1117 | version "7.16.0"
|
1127 | 1118 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
|
|
2050 | 2041 | resolve-from "^5.0.0"
|
2051 | 2042 | semver "^5.4.1"
|
2052 | 2043 |
|
2053 |
| -"@changesets/assemble-release-plan@^5.0.3": |
2054 |
| - version "5.0.3" |
2055 |
| - resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.0.3.tgz#81759ab42167054e09de748210e42d12c4995711" |
2056 |
| - integrity sha512-GmGRn+8gSJgMAIJLtujtRjKlkQhtLnRaa5ygq5xAEUVxgB+Xrd2/TTl7Sw9KU1sF9FprhbvoxFsBICOu+gjX3w== |
| 2044 | +"@changesets/assemble-release-plan@^5.0.4": |
| 2045 | + version "5.0.4" |
| 2046 | + resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.0.4.tgz#3de6f6d3928187399ca8dedbc8e23a54890c0000" |
| 2047 | + integrity sha512-kn0UecLXiif6DzB2EBEOrS54BWSo2nPC4111I4a42ut0Tpeu5z4dEOGmREMd2lMQjx9EE/q9VudkfFa12SFdwA== |
2057 | 2048 | dependencies:
|
2058 | 2049 | "@babel/runtime" "^7.10.4"
|
2059 | 2050 | "@changesets/errors" "^0.1.4"
|
|
2072 | 2063 | dotenv "^8.1.0"
|
2073 | 2064 |
|
2074 | 2065 | "@changesets/cli@^2.18.1":
|
2075 |
| - version "2.18.1" |
2076 |
| - resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.18.1.tgz#3766f0a882ebb74e2decad2a0aafc835ea7ff276" |
2077 |
| - integrity sha512-QtL9neDH7yrfHeYk3miDUR+K4BwY+S7mRLwhjB4V+G2aPmzdHSLf+Db1nwEH52ZsAABSlWjCZnLCFl84kUrOLA== |
| 2066 | + version "2.19.0" |
| 2067 | + resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.19.0.tgz#fb1f20816ba6e505b78dbe10f698035df3258314" |
| 2068 | + integrity sha512-AqtWiarNSUD42pv7ldTAFMU7pa/39t78VDAWFy78RgUJQyFmXktOG8fzjMhksJ+G5+pWLVSXaLSj6cCbpeWivg== |
2078 | 2069 | dependencies:
|
2079 | 2070 | "@babel/runtime" "^7.10.4"
|
2080 | 2071 | "@changesets/apply-release-plan" "^5.0.3"
|
2081 |
| - "@changesets/assemble-release-plan" "^5.0.3" |
| 2072 | + "@changesets/assemble-release-plan" "^5.0.4" |
2082 | 2073 | "@changesets/config" "^1.6.3"
|
2083 | 2074 | "@changesets/errors" "^0.1.4"
|
2084 | 2075 | "@changesets/get-dependents-graph" "^1.2.4"
|
2085 |
| - "@changesets/get-release-plan" "^3.0.3" |
| 2076 | + "@changesets/get-release-plan" "^3.0.4" |
2086 | 2077 | "@changesets/git" "^1.2.1"
|
2087 | 2078 | "@changesets/logger" "^0.0.5"
|
2088 |
| - "@changesets/pre" "^1.0.8" |
| 2079 | + "@changesets/pre" "^1.0.9" |
2089 | 2080 | "@changesets/read" "^0.5.2"
|
2090 | 2081 | "@changesets/types" "^4.0.2"
|
2091 | 2082 | "@changesets/write" "^0.1.6"
|
2092 | 2083 | "@manypkg/get-packages" "^1.1.3"
|
| 2084 | + "@types/is-ci" "^3.0.0" |
2093 | 2085 | "@types/semver" "^6.0.0"
|
2094 | 2086 | boxen "^1.3.0"
|
2095 | 2087 | chalk "^2.1.0"
|
2096 | 2088 | enquirer "^2.3.0"
|
2097 | 2089 | external-editor "^3.1.0"
|
2098 | 2090 | fs-extra "^7.0.1"
|
2099 | 2091 | human-id "^1.0.2"
|
2100 |
| - is-ci "^2.0.0" |
| 2092 | + is-ci "^3.0.1" |
2101 | 2093 | meow "^6.0.0"
|
2102 | 2094 | outdent "^0.5.0"
|
2103 | 2095 | p-limit "^2.2.0"
|
|
2146 | 2138 | dataloader "^1.4.0"
|
2147 | 2139 | node-fetch "^2.5.0"
|
2148 | 2140 |
|
2149 |
| -"@changesets/get-release-plan@^3.0.3": |
2150 |
| - version "3.0.3" |
2151 |
| - resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.3.tgz#098edeedabe7ea2986ecae41d622b5d66dfb998b" |
2152 |
| - integrity sha512-94UQ3x9i+sXPiwC0Z6fFooal67oWuf0MvA+mYMBqOWLbjYLnxAV8CPZAnXw4yiZbb6Oycf0NvFrC1aZGl1uNSQ== |
| 2141 | +"@changesets/get-release-plan@^3.0.4": |
| 2142 | + version "3.0.4" |
| 2143 | + resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.4.tgz#d7b23b42f7f794ddb3632cc2f778042255df041f" |
| 2144 | + integrity sha512-XEMI1WlB2crtXHLrpF8qLteZDe6ZIvuj9J3Pc9EkCo1QbVonx74zOC65KFPqNJOTpcYrex6MzOueUn2Vp32gwA== |
2153 | 2145 | dependencies:
|
2154 | 2146 | "@babel/runtime" "^7.10.4"
|
2155 |
| - "@changesets/assemble-release-plan" "^5.0.3" |
| 2147 | + "@changesets/assemble-release-plan" "^5.0.4" |
2156 | 2148 | "@changesets/config" "^1.6.3"
|
2157 |
| - "@changesets/pre" "^1.0.8" |
| 2149 | + "@changesets/pre" "^1.0.9" |
2158 | 2150 | "@changesets/read" "^0.5.2"
|
2159 | 2151 | "@changesets/types" "^4.0.2"
|
2160 | 2152 | "@manypkg/get-packages" "^1.1.3"
|
|
2191 | 2183 | "@changesets/types" "^4.0.2"
|
2192 | 2184 | js-yaml "^3.13.1"
|
2193 | 2185 |
|
2194 |
| -"@changesets/pre@^1.0.8": |
2195 |
| - version "1.0.8" |
2196 |
| - resolved "https://registry.yarnpkg.com/@changesets/pre/-/pre-1.0.8.tgz#c1b64dc916de6916fde157d7ea1b8c9a73e21297" |
2197 |
| - integrity sha512-QLMSo0awYU6k2FqepGaizcraDit+lJpHoCdRXQdP9Bdn4ejf6PLzq4pi+uhb0aXM5XzDOVSROle+k4gO8v7slw== |
| 2186 | +"@changesets/pre@^1.0.9": |
| 2187 | + version "1.0.9" |
| 2188 | + resolved "https://registry.yarnpkg.com/@changesets/pre/-/pre-1.0.9.tgz#f1a0efea42733c25ef4a782377b2ac61023bd1b7" |
| 2189 | + integrity sha512-F3+qMun89KlynecBD15fEpwGT/KxbYb3WGeut6w1xhZb0u7V/jdcPy9b+kJ2xmBqFZLn1WteWIP96IjxS57H7A== |
2198 | 2190 | dependencies:
|
2199 | 2191 | "@babel/runtime" "^7.10.4"
|
2200 | 2192 | "@changesets/errors" "^0.1.4"
|
|
3228 | 3220 | resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.0.7.tgz#8d75d3b6a872ab97ab73e3b4173d56dbb2991917"
|
3229 | 3221 | integrity sha512-frEWtbf+q8Oz4e2UqKJrNssk6DZ6/NLCQXn5/ORWE9dPAfe9XS6aK5FRZ6DuEPmmKd5gOoRkKJFFz5nYd+TeyQ==
|
3230 | 3222 |
|
3231 |
| -"@nicolo-ribaudo/ [email protected]": |
3232 |
| - version "2.1.8-no-fsevents.3" |
3233 |
| - resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b" |
3234 |
| - integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ== |
3235 |
| - |
3236 | 3223 |
|
3237 | 3224 | version "2.1.5"
|
3238 | 3225 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
4469 | 4456 | "@types/through" "*"
|
4470 | 4457 | rxjs "^6.4.0"
|
4471 | 4458 |
|
| 4459 | +"@types/is-ci@^3.0.0": |
| 4460 | + version "3.0.0" |
| 4461 | + resolved "https://registry.yarnpkg.com/@types/is-ci/-/is-ci-3.0.0.tgz#7e8910af6857601315592436f030aaa3ed9783c3" |
| 4462 | + integrity sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ== |
| 4463 | + dependencies: |
| 4464 | + ci-info "^3.1.0" |
| 4465 | + |
4472 | 4466 | "@types/is-function@^1.0.0":
|
4473 | 4467 | version "1.0.1"
|
4474 | 4468 | resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.1.tgz#2d024eace950c836d9e3335a66b97960ae41d022"
|
@@ -6680,7 +6674,7 @@ chokidar@^2.1.8:
|
6680 | 6674 | optionalDependencies:
|
6681 | 6675 | fsevents "^1.2.7"
|
6682 | 6676 |
|
6683 |
| -chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.4.2: |
| 6677 | +chokidar@^3.4.1, chokidar@^3.4.2: |
6684 | 6678 | version "3.5.2"
|
6685 | 6679 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
|
6686 | 6680 | integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
|
@@ -6720,6 +6714,11 @@ ci-info@^2.0.0:
|
6720 | 6714 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
|
6721 | 6715 | integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
6722 | 6716 |
|
| 6717 | +ci-info@^3.1.0, ci-info@^3.2.0: |
| 6718 | + version "3.3.0" |
| 6719 | + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" |
| 6720 | + integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== |
| 6721 | + |
6723 | 6722 | cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
|
6724 | 6723 | version "1.0.4"
|
6725 | 6724 | resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
|
@@ -6953,7 +6952,7 @@ commander@^2.19.0, commander@^2.20.0:
|
6953 | 6952 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
6954 | 6953 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
6955 | 6954 |
|
6956 |
| -commander@^4.0.1, commander@^4.1.1: |
| 6955 | +commander@^4.1.1: |
6957 | 6956 | version "4.1.1"
|
6958 | 6957 | resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
6959 | 6958 | integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
7062 | 7061 | dependencies:
|
7063 | 7062 | safe-buffer "~5.1.1"
|
7064 | 7063 |
|
7065 |
| -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
| 7064 | +convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
7066 | 7065 | version "1.8.0"
|
7067 | 7066 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
7068 | 7067 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
9369 | 9368 | resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3"
|
9370 | 9369 | integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==
|
9371 | 9370 |
|
9372 |
| -fs-readdir-recursive@^1.1.0: |
9373 |
| - version "1.1.0" |
9374 |
| - resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27" |
9375 |
| - integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== |
9376 |
| - |
9377 | 9371 | fs-write-stream-atomic@^1.0.8:
|
9378 | 9372 | version "1.0.10"
|
9379 | 9373 | resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
|
|
9598 | 9592 | once "^1.3.0"
|
9599 | 9593 | path-is-absolute "^1.0.0"
|
9600 | 9594 |
|
9601 |
| -glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7: |
| 9595 | +glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7: |
9602 | 9596 | version "7.2.0"
|
9603 | 9597 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
|
9604 | 9598 | integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
|
@@ -10168,9 +10162,9 @@ ignore@^4.0.3, ignore@^4.0.6:
|
10168 | 10162 | integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
|
10169 | 10163 |
|
10170 | 10164 | ignore@^5.1.4:
|
10171 |
| - version "5.1.9" |
10172 |
| - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb" |
10173 |
| - integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== |
| 10165 | + version "5.2.0" |
| 10166 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" |
| 10167 | + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== |
10174 | 10168 |
|
10175 | 10169 |
|
10176 | 10170 | version "1.0.0"
|
@@ -10410,6 +10404,13 @@ is-ci@^2.0.0:
|
10410 | 10404 | dependencies:
|
10411 | 10405 | ci-info "^2.0.0"
|
10412 | 10406 |
|
| 10407 | +is-ci@^3.0.1: |
| 10408 | + version "3.0.1" |
| 10409 | + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" |
| 10410 | + integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== |
| 10411 | + dependencies: |
| 10412 | + ci-info "^3.2.0" |
| 10413 | + |
10413 | 10414 | is-core-module@^2.2.0, is-core-module@^2.8.0:
|
10414 | 10415 | version "2.8.0"
|
10415 | 10416 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
|
|
0 commit comments