Skip to content

Commit eea0f4f

Browse files
committed
Bump shelljs to 0.8.4
Silences the following kinds of warnings: Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
1 parent 7b68067 commit eea0f4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"react-table": "7.3.2",
5959
"redux": "3.6.0",
6060
"shell-quote": "1.7.2",
61-
"shelljs": "0.8.3",
61+
"shelljs": "0.8.4",
6262
"sliced": "1.0.1",
6363
"tablesorter": "2.31.3",
6464
"terser-webpack-plugin": "1.3.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6276,10 +6276,10 @@ [email protected]:
62766276
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
62776277
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
62786278

6279-
6280-
version "0.8.3"
6281-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
6282-
integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
6279+
6280+
version "0.8.4"
6281+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
6282+
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
62836283
dependencies:
62846284
glob "^7.0.0"
62856285
interpret "^1.0.0"

0 commit comments

Comments
 (0)