Unverified Commit cd1bc170 authored by ir1d's avatar ir1d Committed by GitHub
Browse files

Bump js-yaml from 3.13.0 to 3.13.1 (#1245)

Bump js-yaml from 3.13.0 to 3.13.1
parents 3b603b9e 79f88bad
Loading
Loading
Loading
Loading
+12 −7
Original line number Diff line number Diff line
@@ -1706,7 +1706,8 @@
        },
        "ansi-regex": {
          "version": "2.1.1",
          "bundled": true
          "bundled": true,
          "optional": true
        },
        "aproba": {
          "version": "1.2.0",
@@ -2071,7 +2072,8 @@
        },
        "safe-buffer": {
          "version": "5.1.1",
          "bundled": true
          "bundled": true,
          "optional": true
        },
        "safer-buffer": {
          "version": "2.1.2",
@@ -2119,6 +2121,7 @@
        "strip-ansi": {
          "version": "3.0.1",
          "bundled": true,
          "optional": true,
          "requires": {
            "ansi-regex": "^2.0.0"
          }
@@ -2157,11 +2160,13 @@
        },
        "wrappy": {
          "version": "1.0.2",
          "bundled": true
          "bundled": true,
          "optional": true
        },
        "yallist": {
          "version": "3.0.2",
          "bundled": true
          "bundled": true,
          "optional": true
        }
      }
    },
@@ -3019,9 +3024,9 @@
      "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
    },
    "js-yaml": {
      "version": "3.13.0",
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz",
      "integrity": "sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==",
      "version": "3.13.1",
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
      "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
      "requires": {
        "argparse": "^1.0.7",
        "esprima": "^4.0.0"