chore: bump dependencies (#4444)

This commit is contained in:
James George
2024-10-23 14:55:55 -07:00
committed by GitHub
parent 7dfb06c137
commit 7aa43232cc
22 changed files with 4984 additions and 6463 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hoppscotch/cli",
"version": "0.11.1",
"version": "0.12.0",
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
"homepage": "https://hoppscotch.io",
"type": "module",
@@ -41,29 +41,28 @@
"license": "MIT",
"private": false,
"dependencies": {
"axios": "1.7.5",
"aws4fetch": "1.0.19",
"aws4fetch": "1.0.20",
"axios": "1.7.7",
"chalk": "5.3.0",
"commander": "11.1.0",
"isolated-vm": "4.7.2",
"commander": "12.1.0",
"isolated-vm": "5.0.1",
"lodash-es": "4.17.21",
"qs": "6.11.2",
"verzod": "0.2.2",
"qs": "6.13.0",
"verzod": "0.2.3",
"xmlbuilder2": "3.1.1",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^",
"@relmify/jest-fp-ts": "2.1.1",
"@swc/core": "1.4.2",
"@types/lodash-es": "4.17.12",
"@types/qs": "6.9.12",
"fp-ts": "2.16.2",
"prettier": "3.2.5",
"@types/qs": "6.9.16",
"fp-ts": "2.16.9",
"prettier": "3.3.3",
"qs": "6.11.2",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vitest": "0.34.6"
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}