Skip to content

Commit 08dd39e

Browse files
Bump shelljs from 0.8.4 to 0.8.5 (#87)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad8119b commit 08dd39e

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

yarn.lock

+29-8
Original file line numberDiff line numberDiff line change
@@ -7970,9 +7970,9 @@ glob-to-regexp@^0.3.0:
79707970
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
79717971

79727972
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
7973-
version "7.1.7"
7974-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
7975-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
7973+
version "7.2.0"
7974+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
7975+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
79767976
dependencies:
79777977
fs.realpath "^1.0.0"
79787978
inflight "^1.0.4"
@@ -9202,6 +9202,13 @@ is-core-module@^2.2.0:
92029202
dependencies:
92039203
has "^1.0.3"
92049204

9205+
is-core-module@^2.8.0:
9206+
version "2.8.1"
9207+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
9208+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
9209+
dependencies:
9210+
has "^1.0.3"
9211+
92059212
is-data-descriptor@^0.1.4:
92069213
version "0.1.4"
92079214
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -12226,7 +12233,7 @@ path-key@^3.0.0, path-key@^3.1.0:
1222612233
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
1222712234
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1222812235

12229-
path-parse@^1.0.6:
12236+
path-parse@^1.0.6, path-parse@^1.0.7:
1223012237
version "1.0.7"
1223112238
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1223212239
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -14033,14 +14040,23 @@ resolve-url@^0.2.1:
1403314040
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1403414041
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1403514042

14036-
resolve@1.20.0, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.8.1:
14043+
resolve@1.20.0, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.8.1:
1403714044
version "1.20.0"
1403814045
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
1403914046
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
1404014047
dependencies:
1404114048
is-core-module "^2.2.0"
1404214049
path-parse "^1.0.6"
1404314050

14051+
resolve@^1.1.6:
14052+
version "1.21.0"
14053+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
14054+
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
14055+
dependencies:
14056+
is-core-module "^2.8.0"
14057+
path-parse "^1.0.7"
14058+
supports-preserve-symlinks-flag "^1.0.0"
14059+
1404414060
responselike@1.0.2, responselike@^1.0.2:
1404514061
version "1.0.2"
1404614062
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -14494,9 +14510,9 @@ shell-quote@1.6.1:
1449414510
jsonify "~0.0.0"
1449514511

1449614512
shelljs@^0.8.3:
14497-
version "0.8.4"
14498-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
14499-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
14513+
version "0.8.5"
14514+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
14515+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
1450014516
dependencies:
1450114517
glob "^7.0.0"
1450214518
interpret "^1.0.0"
@@ -15386,6 +15402,11 @@ supports-hyperlinks@^2.0.0:
1538615402
has-flag "^4.0.0"
1538715403
supports-color "^7.0.0"
1538815404

15405+
supports-preserve-symlinks-flag@^1.0.0:
15406+
version "1.0.0"
15407+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
15408+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
15409+
1538915410
svg-tag-names@^2.0.1:
1539015411
version "2.0.1"
1539115412
resolved "https://registry.yarnpkg.com/svg-tag-names/-/svg-tag-names-2.0.1.tgz#acf5655faaa2e4b173007599226b906be1b38a29"

0 commit comments

Comments
 (0)