diff --git a/package.json b/package.json index 84fa70e..7be3314 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "rollup-plugin-sourcemaps": "0.4.2", "rollup-plugin-terser": "3.0.0", "rollup-plugin-uglify": "6.0.0", - "shelljs": "0.8.3", + "shelljs": "0.8.4", "shx": "0.3.2", "sort-object-keys": "1.1.2", "standard-version": "4.4.0", diff --git a/yarn.lock b/yarn.lock index c2c002a..ffdb7a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5779,7 +5779,16 @@ shelljs@0.7.6: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@0.8.3, shelljs@^0.8.1, shelljs@^0.8.2: +shelljs@0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" + integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + +shelljs@^0.8.1, shelljs@^0.8.2: version "0.8.3" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==