Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 22fd561

Browse files
Bump shelljs from 0.8.2 to 0.8.3
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.2...v0.8.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 806a6b3 commit 22fd561

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"colors": "^1.3.2",
1313
"inquirer": "^6.2.0",
1414
"pad": "^2.2.1",
15-
"shelljs": "^0.8.2"
15+
"shelljs": "^0.8.3"
1616
},
1717
"devDependencies": {
1818
"eslint": "^5.7.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -771,10 +771,10 @@ shebang-regex@^1.0.0:
771771
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
772772
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
773773

774-
shelljs@^0.8.2:
775-
version "0.8.2"
776-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35"
777-
integrity sha512-pRXeNrCA2Wd9itwhvLp5LZQvPJ0wU6bcjaTMywHHGX5XWhVN2nzSu7WV0q+oUY7mGK3mgSkDDzP3MgjqdyIgbQ==
774+
shelljs@^0.8.3:
775+
version "0.8.3"
776+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
777+
integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
778778
dependencies:
779779
glob "^7.0.0"
780780
interpret "^1.0.0"

0 commit comments

Comments
 (0)