Unverified Commit 294295ef authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #325426 from r-ryantm/auto-update/graphite-cli

graphite-cli: 1.3.9 -> 1.3.10
parents 0927f964 730a77e0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "name": "@withgraphite/graphite-cli",
  "version": "1.3.9",
  "version": "1.3.10",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@withgraphite/graphite-cli",
      "version": "1.3.9",
      "version": "1.3.10",
      "hasInstallScript": true,
      "license": "None",
      "dependencies": {
@@ -197,9 +197,9 @@
      }
    },
    "node_modules/ws": {
      "version": "8.17.1",
      "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
      "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
      "version": "8.18.0",
      "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
      "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
      "engines": {
        "node": ">=10.0.0"
      },
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildNpmPackage rec {
  pname = "graphite-cli";
  version = "1.3.9";
  version = "1.3.10";

  src = fetchurl {
    url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
    hash = "sha256-HbS1hHnlyptXEGy6Qs2Iq/bUUEXYJPc55FEYBjyBvVs=";
    hash = "sha256-pGUIF6X7xmhoccjDRGYMPB004Uh1X3lSSyRG2xHk4oc=";
  };

  npmDepsHash = "sha256-iVDa8Y/32J7qFWp/jlKwNiepmpfUZV56xNwxILUayMo=";
  npmDepsHash = "sha256-E0L/akAEy24edwuiQ3TT5yxG6h5kJcQdkzPPp1HAgOI=";

  postPatch = ''
    ln -s ${./package-lock.json} package-lock.json