Skip to content

Commit b5ba4ac

Browse files
Luna Weifacebook-github-bot
authored andcommitted
Update shelljs to 0.8.4
Summary: Changelog: [Internal] - shelljs < 0.8.4 triggers warnings for node 14 and above. See nodejs/node#32987 (comment) Reviewed By: ShikaSD Differential Revision: D33121070 fbshipit-source-id: 04d5e2c4295186fbad542bbc6085e491fc0d9d21
1 parent b1ecac9 commit b5ba4ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react-native-codegen": "^0.0.12",
4646
"react-shallow-renderer": "16.14.1",
4747
"react-test-renderer": "17.0.2",
48-
"shelljs": "^0.7.8",
48+
"shelljs": "^0.8.4",
4949
"signedsource": "^1.0.0",
5050
"ws": "^6.1.4",
5151
"yargs": "^15.3.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6611,10 +6611,10 @@ shell-utils@^1.0.9:
66116611
dependencies:
66126612
lodash "4.x.x"
66136613

6614-
shelljs@^0.7.8:
6615-
version "0.7.8"
6616-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
6617-
integrity sha1-3svPh0sNHl+3LhSxZKloMEjprLM=
6614+
shelljs@^0.8.4:
6615+
version "0.8.4"
6616+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
6617+
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
66186618
dependencies:
66196619
glob "^7.0.0"
66206620
interpret "^1.0.0"

0 commit comments

Comments
 (0)