Commit 8bae6a36 authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1567134 - Update the node modules packages for the builders. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D38473

--HG--
extra : moz-landing-system : lando
parent 1dc247d7
Loading
Loading
Loading
Loading
+28 −28
Original line number Diff line number Diff line
@@ -4,23 +4,23 @@
  "lockfileVersion": 1,
  "dependencies": {
    "@babel/code-frame": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
      "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
      "dev": true,
      "requires": {
        "@babel/highlight": "^7.0.0"
      }
    },
    "@babel/generator": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.0.tgz",
      "integrity": "sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==",
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
      "integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.5.0",
        "@babel/types": "^7.5.5",
        "jsesc": "^2.5.1",
        "lodash": "^4.17.11",
        "lodash": "^4.17.13",
        "source-map": "^0.5.0",
        "trim-right": "^1.0.1"
      }
@@ -66,9 +66,9 @@
      }
    },
    "@babel/parser": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.0.tgz",
      "integrity": "sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==",
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
      "integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==",
      "dev": true
    },
    "@babel/template": {
@@ -83,30 +83,30 @@
      }
    },
    "@babel/traverse": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.0.tgz",
      "integrity": "sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==",
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz",
      "integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.0.0",
        "@babel/generator": "^7.5.0",
        "@babel/code-frame": "^7.5.5",
        "@babel/generator": "^7.5.5",
        "@babel/helper-function-name": "^7.1.0",
        "@babel/helper-split-export-declaration": "^7.4.4",
        "@babel/parser": "^7.5.0",
        "@babel/types": "^7.5.0",
        "@babel/parser": "^7.5.5",
        "@babel/types": "^7.5.5",
        "debug": "^4.1.0",
        "globals": "^11.1.0",
        "lodash": "^4.17.11"
        "lodash": "^4.17.13"
      }
    },
    "@babel/types": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.0.tgz",
      "integrity": "sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==",
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz",
      "integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==",
      "dev": true,
      "requires": {
        "esutils": "^2.0.2",
        "lodash": "^4.17.11",
        "lodash": "^4.17.13",
        "to-fast-properties": "^2.0.0"
      }
    },
@@ -1766,13 +1766,13 @@
      }
    },
    "table": {
      "version": "5.4.1",
      "resolved": "https://registry.npmjs.org/table/-/table-5.4.1.tgz",
      "integrity": "sha512-E6CK1/pZe2N75rGZQotFOdmzWQ1AILtgYbMAbAjvms0S1l5IDB47zG3nCnFGB/w+7nB3vKofbLXCH7HPBo864w==",
      "version": "5.4.4",
      "resolved": "https://registry.npmjs.org/table/-/table-5.4.4.tgz",
      "integrity": "sha512-IIfEAUx5QlODLblLrGTTLJA7Tk0iLSGBvgY8essPRVNGHAzThujww1YqHLs6h3HfTg55h++RzLHH5Xw/rfv+mg==",
      "dev": true,
      "requires": {
        "ajv": "^6.9.1",
        "lodash": "^4.17.11",
        "ajv": "^6.10.2",
        "lodash": "^4.17.14",
        "slice-ansi": "^2.1.0",
        "string-width": "^3.0.0"
      },
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    "visibility": "public",
    "filename": "eslint.tar.gz",
    "unpack": true,
    "digest": "b0de496a5a570c48e97512204cb12ba676da36f31065320cce542a1a720a1cb1f7d96d72c326f77d4e8bffff8c4e0c8d14e22d4071a33d3989e75b0f9e0ce9b6",
    "size": 8634504
    "digest": "6eec652b1d94c69a0de1328eccff823319df1bf3318cab09a9ef8679c4b342237e207c186901272d07661a25bd2964908bea53087d9616d24a8203b1a90ed63e",
    "size": 8656984
  }
]
 No newline at end of file