Skip to content

Commit 060ef77

Browse files
chore: wip
1 parent 53ad27e commit 060ef77

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@
322322
"@stacksjs/utils": "workspace:*",
323323
"@stacksjs/validation": "workspace:*",
324324
"@types/prompts": "^2.4.9",
325-
"ansi-escapes": "^7.0.0",
325+
"ansi-escapes": "^7.1.1",
326326
"cac": "^6.7.14",
327327
"consola": "^3.4.2",
328-
"kolorist": "1.8.0",
328+
"kolorist": "^1.8.0",
329329
"ora": "^8.2.0",
330330
"prompts": "^2.4.2",
331331
"supports-hyperlinks": "^4.1.0",
@@ -1258,7 +1258,7 @@
12581258
"version": "0.70.23",
12591259
"devDependencies": {
12601260
"@aws-sdk/client-s3": "^3.876.0",
1261-
"@flystorage/aws-s3": "^1.1.1",
1261+
"@flystorage/aws-s3": "^1.2.0",
12621262
"@flystorage/chaos": "^1.1.0",
12631263
"@flystorage/file-storage": "^1.1.0",
12641264
"@flystorage/in-memory": "^1.1.0",
@@ -1272,7 +1272,7 @@
12721272
"@types/archiver": "^6.0.3",
12731273
"archiver": "^7.0.1",
12741274
"fs-extra": "^11.3.1",
1275-
"tinyglobby": "^0.2.14",
1275+
"tinyglobby": "^0.2.15",
12761276
},
12771277
},
12781278
"storage/framework/core/strings": {

storage/framework/core/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
"@stacksjs/utils": "workspace:*",
6464
"@stacksjs/validation": "workspace:*",
6565
"@types/prompts": "^2.4.9",
66-
"ansi-escapes": "^7.0.0",
66+
"ansi-escapes": "^7.1.1",
6767
"cac": "^6.7.14",
6868
"consola": "^3.4.2",
69-
"kolorist": "1.8.0",
69+
"kolorist": "^1.8.0",
7070
"ora": "^8.2.0",
7171
"prompts": "^2.4.2",
7272
"supports-hyperlinks": "^4.1.0"

storage/framework/core/storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@aws-sdk/client-s3": "^3.876.0",
52-
"@flystorage/aws-s3": "^1.1.1",
52+
"@flystorage/aws-s3": "^1.2.0",
5353
"@flystorage/chaos": "^1.1.0",
5454
"@flystorage/file-storage": "^1.1.0",
5555
"@flystorage/in-memory": "^1.1.0",
@@ -63,6 +63,6 @@
6363
"@types/archiver": "^6.0.3",
6464
"archiver": "^7.0.1",
6565
"fs-extra": "^11.3.1",
66-
"tinyglobby": "^0.2.14"
66+
"tinyglobby": "^0.2.15"
6767
}
6868
}

0 commit comments

Comments
 (0)