diff --git a/packages/hoppscotch-cli/package.json b/packages/hoppscotch-cli/package.json index e3e1ee64..c16380b0 100644 --- a/packages/hoppscotch-cli/package.json +++ b/packages/hoppscotch-cli/package.json @@ -1,6 +1,6 @@ { "name": "@hoppscotch/cli", - "version": "0.31.0", + "version": "0.31.1", "description": "A CLI to run Hoppscotch test scripts in CI environments.", "homepage": "https://hoppscotch.io", "type": "module", @@ -52,6 +52,7 @@ "lodash-es": "4.18.1", "papaparse": "5.5.3", "qs": "6.15.1", + "semver": "7.7.4", "tough-cookie": "6.0.1", "verzod": "0.4.0", "xmlbuilder2": "4.0.3", @@ -66,7 +67,6 @@ "@types/qs": "6.15.0", "fp-ts": "2.16.11", "prettier": "3.8.3", - "semver": "7.7.4", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 810356c4..e5c7afa8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -447,6 +447,9 @@ importers: qs: specifier: 6.15.1 version: 6.15.1 + semver: + specifier: 7.7.4 + version: 7.7.4 tough-cookie: specifier: 6.0.1 version: 6.0.1 @@ -484,9 +487,6 @@ importers: prettier: specifier: 3.8.3 version: 3.8.3 - semver: - specifier: 7.7.4 - version: 7.7.4 tsup: specifier: 8.5.1 version: 8.5.1(jiti@2.6.1)(postcss@8.5.10)(typescript@5.9.3)(yaml@2.8.3)