Skip to content

Commit e636ada

Browse files
⬆️ Bump shelljs from 0.8.3 to 0.8.5
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 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.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42f4983 commit e636ada

File tree

1 file changed

+36
-29
lines changed

1 file changed

+36
-29
lines changed

yarn.lock

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,9 +1528,9 @@ [email protected]:
15281528
resolve "^1.4.0"
15291529

15301530
balanced-match@^1.0.0:
1531-
version "1.0.0"
1532-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
1533-
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
1531+
version "1.0.2"
1532+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1533+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
15341534

15351535
base64-js@^1.0.2:
15361536
version "1.3.0"
@@ -3818,22 +3818,10 @@ [email protected]:
38183818
once "^1.3.0"
38193819
path-is-absolute "^1.0.0"
38203820

3821-
glob@^7.0.0:
3822-
version "7.1.6"
3823-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
3824-
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
3825-
dependencies:
3826-
fs.realpath "^1.0.0"
3827-
inflight "^1.0.4"
3828-
inherits "2"
3829-
minimatch "^3.0.4"
3830-
once "^1.3.0"
3831-
path-is-absolute "^1.0.0"
3832-
3833-
glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
3834-
version "7.1.4"
3835-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3836-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
3821+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
3822+
version "7.2.0"
3823+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3824+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
38373825
dependencies:
38383826
fs.realpath "^1.0.0"
38393827
inflight "^1.0.4"
@@ -4348,9 +4336,9 @@ internal-ip@^4.3.0:
43484336
ipaddr.js "^1.9.0"
43494337

43504338
interpret@^1.0.0:
4351-
version "1.2.0"
4352-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
4353-
integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
4339+
version "1.4.0"
4340+
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
4341+
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
43544342

43554343
invariant@^2.2.2:
43564344
version "2.2.4"
@@ -4451,6 +4439,13 @@ is-color-stop@^1.0.0:
44514439
rgb-regex "^1.0.1"
44524440
rgba-regex "^1.0.0"
44534441

4442+
is-core-module@^2.8.0:
4443+
version "2.8.1"
4444+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
4445+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
4446+
dependencies:
4447+
has "^1.0.3"
4448+
44544449
is-data-descriptor@^0.1.4:
44554450
version "0.1.4"
44564451
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5875,6 +5870,11 @@ path-parse@^1.0.6:
58755870
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
58765871
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
58775872

5873+
path-parse@^1.0.7:
5874+
version "1.0.7"
5875+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
5876+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
5877+
58785878
58795879
version "0.1.7"
58805880
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -6808,11 +6808,13 @@ resolve-url@^0.2.1:
68086808
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
68096809

68106810
resolve@^1.1.6:
6811-
version "1.13.1"
6812-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
6813-
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
6811+
version "1.21.0"
6812+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
6813+
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
68146814
dependencies:
6815-
path-parse "^1.0.6"
6815+
is-core-module "^2.8.0"
6816+
path-parse "^1.0.7"
6817+
supports-preserve-symlinks-flag "^1.0.0"
68166818

68176819
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.8.1:
68186820
version "1.11.1"
@@ -7104,9 +7106,9 @@ shell-quote@^1.6.1:
71047106
jsonify "~0.0.0"
71057107

71067108
shelljs@^0.8.3:
7107-
version "0.8.3"
7108-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
7109-
integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
7109+
version "0.8.5"
7110+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
7111+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
71107112
dependencies:
71117113
glob "^7.0.0"
71127114
interpret "^1.0.0"
@@ -7551,6 +7553,11 @@ supports-color@^6.1.0:
75517553
dependencies:
75527554
has-flag "^3.0.0"
75537555

7556+
supports-preserve-symlinks-flag@^1.0.0:
7557+
version "1.0.0"
7558+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
7559+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
7560+
75547561
svg-tags@^1.0.0:
75557562
version "1.0.0"
75567563
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"

0 commit comments

Comments
 (0)