Skip to content

Commit 2c44760

Browse files
Bump shelljs from 0.7.8 to 0.8.5 in /workshop-2/projeto-2
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 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.7.8...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa0020a commit 2c44760

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

workshop-2/projeto-2/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workshop-2/projeto-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"postcss-url": "^7.2.1",
5252
"rimraf": "^2.6.0",
5353
"semver": "^5.3.0",
54-
"shelljs": "^0.7.6",
54+
"shelljs": "^0.8.5",
5555
"uglifyjs-webpack-plugin": "^1.1.1",
5656
"url-loader": "^2.0.1",
5757
"vue-loader": "^13.3.0",

workshop-2/projeto-2/yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,19 +3335,7 @@ glob-parent@^3.1.0:
33353335
is-glob "^3.1.0"
33363336
path-dirname "^1.0.0"
33373337

3338-
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
3339-
version "7.1.3"
3340-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
3341-
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
3342-
dependencies:
3343-
fs.realpath "^1.0.0"
3344-
inflight "^1.0.4"
3345-
inherits "2"
3346-
minimatch "^3.0.4"
3347-
once "^1.3.0"
3348-
path-is-absolute "^1.0.0"
3349-
3350-
glob@^7.1.3, glob@^7.1.4:
3338+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
33513339
version "7.1.6"
33523340
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
33533341
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -6643,10 +6631,10 @@ shebang-regex@^1.0.0:
66436631
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
66446632
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
66456633

6646-
shelljs@^0.7.6:
6647-
version "0.7.8"
6648-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
6649-
integrity sha1-3svPh0sNHl+3LhSxZKloMEjprLM=
6634+
shelljs@^0.8.5:
6635+
version "0.8.5"
6636+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
6637+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
66506638
dependencies:
66516639
glob "^7.0.0"
66526640
interpret "^1.0.0"

0 commit comments

Comments
 (0)