Skip to content

Commit

Permalink
fix(ui): upgrade js-yaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jun 6, 2019
1 parent 935e828 commit 8b6994e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,7 @@ cosmiconfig@^4.0.0:
integrity sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
js-yaml "^3.13.0"
parse-json "^4.0.0"
require-from-string "^2.0.1"

Expand All @@ -2752,7 +2752,7 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.0.2, cosmiconfig@^5.0.5, cosmiconfig@^5.0.7:
dependencies:
import-fresh "^2.0.0"
is-directory "^0.3.1"
js-yaml "^3.9.0"
js-yaml "^3.13.0"
lodash.get "^4.4.2"
parse-json "^4.0.0"

Expand Down Expand Up @@ -3776,7 +3776,7 @@ [email protected]:
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
inquirer "^6.1.0"
js-yaml "^3.12.0"
js-yaml "^3.13.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.5"
Expand Down Expand Up @@ -5566,7 +5566,7 @@ istanbul-api@^1.3.1:
istanbul-lib-report "^1.1.5"
istanbul-lib-source-maps "^1.2.6"
istanbul-reports "^1.5.1"
js-yaml "^3.7.0"
js-yaml "^3.13.0"
mkdirp "^0.5.1"
once "^1.4.0"

Expand Down Expand Up @@ -5981,7 +5981,7 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=

js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
js-yaml@^3.13.0:
version "3.13.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
Expand Down Expand Up @@ -9844,7 +9844,7 @@ svgo@^1.0.0, svgo@^1.1.1:
css-tree "1.0.0-alpha.28"
css-url-regex "^1.1.0"
csso "^3.5.1"
js-yaml "^3.12.0"
js-yaml "^3.13.0"
mkdirp "~0.5.1"
object.values "^1.1.0"
sax "~1.2.4"
Expand Down

0 comments on commit 8b6994e

Please sign in to comment.