shopify-cli: 3.83.1 -> 3.83.3 (#432493)

Co-authored-by: fd <simon.menke@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-10 18:16:08 +00:00
committed by GitHub
co-authored by fd
3 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
{
"name": "shopify",
"version": "3.83.1",
"version": "3.83.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "shopify",
"version": "3.83.1",
"version": "3.83.3",
"dependencies": {
"@shopify/cli": "3.83.1"
"@shopify/cli": "3.83.3"
},
"bin": {
"shopify": "node_modules/@shopify/cli/bin/run.js"
@@ -579,9 +579,9 @@
}
},
"node_modules/@shopify/cli": {
"version": "3.83.1",
"resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.83.1.tgz",
"integrity": "sha512-jjyfKXZjYVHwWBAool91Yh6HTUsy8CuQiEYhMFl6gXa/aRiq/YW5jfEqeMA6XEFiqBtdMSQGLZ10pk9FbHVvMQ==",
"version": "3.83.3",
"resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.83.3.tgz",
"integrity": "sha512-p98L8+NxEdZF2vHiUKgxB63kJNSLeV+vp7aipyjkOYVMH7FCJQ4/JJBWQ+69D2zcJEj/S+QD+ciLt4rHifb4mg==",
"license": "MIT",
"os": [
"darwin",
@@ -1,11 +1,11 @@
{
"name": "shopify",
"version": "3.83.1",
"version": "3.83.3",
"private": true,
"bin": {
"shopify": "node_modules/@shopify/cli/bin/run.js"
},
"dependencies": {
"@shopify/cli": "3.83.1"
"@shopify/cli": "3.83.3"
}
}
+2 -2
View File
@@ -5,7 +5,7 @@
shopify-cli,
}:
let
version = "3.83.1";
version = "3.83.3";
in
buildNpmPackage {
pname = "shopify";
@@ -13,7 +13,7 @@ buildNpmPackage {
src = ./manifests;
npmDepsHash = "sha256-2vjhdUIylVVTkFHy9hLcrYwN5rIqBI92axY/eXlQjK8=";
npmDepsHash = "sha256-HUBdnxKVpEIT+PbKYC8ZUKzUR26rqLI9LJReFdfG2y8=";
dontNpmBuild = true;
passthru = {