Skip to content

Commit 3717a43

Browse files
chore(deps): bump shelljs from 0.8.4 to 0.8.5 (#738)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent a90a939 commit 3717a43

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

.flowconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ node_modules/react-native/Libraries/polyfills/.*
1414
; Flow doesn't support platforms
1515
.*/Libraries/Utilities/LoadingView.js
1616

17+
; Ignore tests
18+
.*/test/.*
19+
1720
[untyped]
1821
.*/node_modules/@react-native-community/cli/.*/.*
1922

yarn.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6405,9 +6405,9 @@ glob@^6.0.1:
64056405
path-is-absolute "^1.0.0"
64066406

64076407
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
6408-
version "7.1.7"
6409-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
6410-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
6408+
version "7.2.0"
6409+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
6410+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
64116411
dependencies:
64126412
fs.realpath "^1.0.0"
64136413
inflight "^1.0.4"
@@ -7158,10 +7158,10 @@ is-color-stop@^1.0.0:
71587158
rgb-regex "^1.0.1"
71597159
rgba-regex "^1.0.0"
71607160

7161-
is-core-module@^2.2.0:
7162-
version "2.5.0"
7163-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.5.0.tgz#f754843617c70bfd29b7bd87327400cda5c18491"
7164-
integrity sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==
7161+
is-core-module@^2.2.0, is-core-module@^2.8.0:
7162+
version "2.8.1"
7163+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
7164+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
71657165
dependencies:
71667166
has "^1.0.3"
71677167

@@ -10361,7 +10361,7 @@ path-key@^3.0.0, path-key@^3.1.0:
1036110361
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
1036210362
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1036310363

10364-
path-parse@^1.0.6:
10364+
path-parse@^1.0.6, path-parse@^1.0.7:
1036510365
version "1.0.7"
1036610366
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1036710367
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -11696,12 +11696,13 @@ resolve-url@^0.2.1:
1169611696
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1169711697

1169811698
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.18.1, resolve@^1.20.0, resolve@^1.3.2:
11699-
version "1.20.0"
11700-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
11701-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
11699+
version "1.21.0"
11700+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
11701+
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
1170211702
dependencies:
11703-
is-core-module "^2.2.0"
11704-
path-parse "^1.0.6"
11703+
is-core-module "^2.8.0"
11704+
path-parse "^1.0.7"
11705+
supports-preserve-symlinks-flag "^1.0.0"
1170511706

1170611707
resolve@^2.0.0-next.3:
1170711708
version "2.0.0-next.3"
@@ -12116,9 +12117,9 @@ [email protected], shell-quote@^1.6.1, shell-quote@^1.7.2:
1211612117
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
1211712118

1211812119
shelljs@^0.8.4:
12119-
version "0.8.4"
12120-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
12121-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
12120+
version "0.8.5"
12121+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
12122+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
1212212123
dependencies:
1212312124
glob "^7.0.0"
1212412125
interpret "^1.0.0"
@@ -12703,6 +12704,11 @@ supports-hyperlinks@^2.0.0, supports-hyperlinks@^2.1.0:
1270312704
has-flag "^4.0.0"
1270412705
supports-color "^7.0.0"
1270512706

12707+
supports-preserve-symlinks-flag@^1.0.0:
12708+
version "1.0.0"
12709+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
12710+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
12711+
1270612712
svgo@^1.0.0:
1270712713
version "1.3.2"
1270812714
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"

0 commit comments

Comments
 (0)