Skip to content

Commit 0f129a1

Browse files
committed
Merge branch 'main' into feat/pb-3405-add-multipart-upload
2 parents 0e4e4e5 + 726b377 commit 0f129a1

2 files changed

Lines changed: 78 additions & 147 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"/oclif.manifest.json"
3838
],
3939
"dependencies": {
40-
"@inquirer/prompts": "7.2.1",
40+
"@inquirer/prompts": "7.2.3",
4141
"@internxt/inxt-js": "2.0.11",
4242
"@internxt/lib": "1.2.1",
4343
"@internxt/sdk": "1.7.0",
44-
"@oclif/core": "4.2.0",
44+
"@oclif/core": "4.2.3",
4545
"@types/validator": "13.12.2",
4646
"async": "^3.2.6",
4747
"axios": "1.7.9",
@@ -57,7 +57,7 @@
5757
"mime-types": "2.1.35",
5858
"openpgp": "5.11.2",
5959
"pm2": "5.4.3",
60-
"range-parser": "^1.2.1",
60+
"range-parser": "1.2.1",
6161
"reflect-metadata": "0.2.2",
6262
"selfsigned": "2.4.1",
6363
"sequelize": "6.37.5",
@@ -70,7 +70,7 @@
7070
"@internxt/eslint-config-internxt": "2.0.0",
7171
"@internxt/prettier-config": "internxt/prettier-config#v1.0.2",
7272
"@oclif/test": "4.1.7",
73-
"@openpgp/web-stream-tools": "0.0.11-patch-0",
73+
"@openpgp/web-stream-tools": "0.0.11-patch-1",
7474
"@types/async": "^3.2.24",
7575
"@types/cli-progress": "3.11.6",
7676
"@types/express": "5.0.0",
@@ -79,17 +79,17 @@
7979
"@types/range-parser": "1.2.7",
8080
"@vitest/coverage-istanbul": "2.1.8",
8181
"@vitest/spy": "2.1.8",
82-
"eslint": "9.17.0",
82+
"eslint": "9.18.0",
8383
"husky": "9.1.7",
8484
"lint-staged": "15.3.0",
8585
"nock": "13.5.6",
8686
"nodemon": "3.1.9",
87-
"oclif": "4.17.11",
87+
"oclif": "4.17.13",
8888
"prettier": "3.4.2",
8989
"rimraf": "6.0.1",
9090
"sequelize-cli": "6.6.2",
9191
"ts-node": "10.9.2",
92-
"typescript": "5.7.2",
92+
"typescript": "5.7.3",
9393
"vitest": "2.1.8",
9494
"vitest-mock-express": "2.2.0"
9595
},

0 commit comments

Comments
 (0)