Unverified Commit 39def438 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

shopify-cli: 3.67.1 -> 3.69.3 (#352241)

parents 3dd73c40 17bef589
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "name": "shopify",
  "version": "3.67.1",
  "version": "3.69.3",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "shopify",
      "version": "3.67.1",
      "version": "3.69.3",
      "dependencies": {
        "@shopify/cli": "3.67.1"
        "@shopify/cli": "3.69.3"
      },
      "bin": {
        "shopify": "node_modules/@shopify/cli/bin/run.js"
@@ -480,9 +480,9 @@
      }
    },
    "node_modules/@shopify/cli": {
      "version": "3.67.1",
      "resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.67.1.tgz",
      "integrity": "sha512-yThhhrfV4M9cAx8Ng5DPoxEemtPtiIur1jiVJBp8cuooJMTHvjANZ3eOcs9xeKGb5BMzoseZ1jR5Gh8MYGCjQQ==",
      "version": "3.69.3",
      "resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.69.3.tgz",
      "integrity": "sha512-tc7gH5EOgDvAuSGazTP4zl0Yj4547gwypyDzmUfxb15PExMpj7lMyIQujKyAGwEfu1+LRF3K13Hfgib1sqvUUQ==",
      "license": "MIT",
      "os": [
        "darwin",
+2 −2
Original line number Diff line number Diff line
{
  "name": "shopify",
  "version": "3.67.1",
  "version": "3.69.3",
  "private": true,
  "bin": {
    "shopify": "node_modules/@shopify/cli/bin/run.js"
  },
  "dependencies": {
    "@shopify/cli": "3.67.1"
    "@shopify/cli": "3.69.3"
  }
}
+2 −2
Original line number Diff line number Diff line
{ buildNpmPackage, lib, testers, shopify-cli }:
let
  version = "3.67.1";
  version = "3.69.3";
in
buildNpmPackage {
  pname = "shopify";
@@ -14,7 +14,7 @@ buildNpmPackage {
    ];
  };

  npmDepsHash = "sha256-jb87K1tCMYgWrsAgzvdHW8ChB+dvc9yNM0hqajy8Rbo=";
  npmDepsHash = "sha256-QhbOKOs/0GEOeySG4uROzgtD4o7C+6tS/TAaPcmC3xk=";
  dontNpmBuild = true;

  passthru = {