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

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-30 07:58:57 +00:00 committed by GitHub
commit 39def438b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
{
"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",

View File

@ -1,11 +1,11 @@
{
"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"
}
}

View File

@ -1,6 +1,6 @@
{ 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 = {