Skip to content

Commit 91bd3fa

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent d75d37f commit 91bd3fa

File tree

27 files changed

+79
-79
lines changed

27 files changed

+79
-79
lines changed

deps.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
dependencies:
1212
aws/cli: ^2.22.26
13-
bun: ^1.2.13
14-
gh: ^2.69.0
15-
zip: ^3.0
16-
unzip: ^6.0
17-
sqlite3: ^3.47.2
18-
node: ^22.12.0 # only temporarily needed until bun & vue-tsc issue is resolved
13+
bun: ^1.2.19
14+
gh: ^2.76.1
15+
zip: ^3.0.0
16+
unzip: ^6.0.0
17+
sqlite3: ^3.50.3
18+
node: ^22.17.1 # only temporarily needed until bun & vue-tsc issue is resolved
1919
# mailpit: ^1.21.8
2020
# redis: ^7.4.1
2121
# rust: ^1.74.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"storage/framework/server"
7878
],
7979
"devDependencies": {
80-
"buddy-bot": "0.5.27",
80+
"buddy-bot": "0.8.10",
8181
"typescript": "5.8.3"
8282
},
8383
"overrides": {

storage/framework/cloud/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
"dev": "./dev local"
4343
},
4444
"dependencies": {
45-
"@aws-sdk/client-bedrock": "^3.848.0",
46-
"@aws-sdk/client-cloudformation": "^3.848.0",
47-
"@aws-sdk/client-cloudfront": "^3.850.0",
48-
"@aws-sdk/client-cloudwatch-logs": "^3.849.0",
49-
"@aws-sdk/client-dynamodb": "3.848.0",
50-
"@aws-sdk/client-ec2": "^3.854.0",
51-
"@aws-sdk/client-efs": "^3.848.0",
52-
"@aws-sdk/client-iam": "^3.848.0",
53-
"@aws-sdk/client-lambda": "^3.851.0",
54-
"@aws-sdk/client-route-53-domains": "^3.848.0",
55-
"@aws-sdk/client-s3": "^3.850.0",
56-
"@aws-sdk/client-ses": "^3.848.0",
57-
"@aws-sdk/client-sesv2": "^3.849.0",
58-
"@aws-sdk/client-ssm": "^3.849.0",
45+
"@aws-sdk/client-bedrock": "^3.876.0",
46+
"@aws-sdk/client-cloudformation": "^3.876.0",
47+
"@aws-sdk/client-cloudfront": "^3.876.0",
48+
"@aws-sdk/client-cloudwatch-logs": "^3.876.0",
49+
"@aws-sdk/client-dynamodb": "3.876.0",
50+
"@aws-sdk/client-ec2": "^3.876.0",
51+
"@aws-sdk/client-efs": "^3.876.0",
52+
"@aws-sdk/client-iam": "^3.876.0",
53+
"@aws-sdk/client-lambda": "^3.876.0",
54+
"@aws-sdk/client-route-53-domains": "^3.876.0",
55+
"@aws-sdk/client-s3": "^3.876.0",
56+
"@aws-sdk/client-ses": "^3.876.0",
57+
"@aws-sdk/client-sesv2": "^3.876.0",
58+
"@aws-sdk/client-ssm": "^3.876.0",
5959
"@stacksjs/config": "workspace:*",
6060
"@stacksjs/dns": "workspace:*",
6161
"@stacksjs/logging": "workspace:*",
@@ -66,7 +66,7 @@
6666
"@stacksjs/utils": "workspace:*",
6767
"@stacksjs/validation": "workspace:*",
6868
"aws-cdk": "^3.0.0",
69-
"aws-cdk-lib": "^2.207.0",
69+
"aws-cdk-lib": "^2.213.0",
7070
"aws4fetch": "^1.0.20",
7171
"constructs": "^10.4.2"
7272
},

storage/framework/core/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"@stacksjs/utils": "workspace:*",
6161
"@stacksjs/validation": "workspace:*",
6262
"markdown-it": "^14.1.0",
63-
"vue-component-meta": "^3.0.4"
63+
"vue-component-meta": "^3.0.6"
6464
}
6565
}

storage/framework/core/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"prepublishOnly": "bun run build"
4444
},
4545
"devDependencies": {
46-
"@aws-sdk/client-bedrock-runtime": "^3.848.0",
47-
"@aws-sdk/credential-providers": "^3.848.0",
46+
"@aws-sdk/client-bedrock-runtime": "^3.876.0",
47+
"@aws-sdk/credential-providers": "^3.876.0",
4848
"@stacksjs/development": "workspace:*",
4949
"aws-sdk-client-mock": "^4.1.0"
5050
}

storage/framework/core/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"@stacksjs/development": "workspace:*",
4747
"@stacksjs/utils": "workspace:*",
4848
"ofetch": "^1.4.1",
49-
"openapi-typescript": "^7.8.0"
49+
"openapi-typescript": "^7.9.1"
5050
}
5151
}

storage/framework/core/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@stacksjs/development": "workspace:*",
4848
"bentocache": "^1.5.0",
4949
"dynamodb-tooling": "^0.3.2",
50-
"ioredis": "^5.6.1"
50+
"ioredis": "^5.7.0"
5151
}
5252
}

storage/framework/core/components/listbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
},
5353
"devDependencies": {
5454
"@iconify-json/hugeicons": "^1.2.6",
55-
"@microsoft/api-extractor": "^7.52.9",
55+
"@microsoft/api-extractor": "^7.52.11",
5656
"@stacksjs/alias": "workspace:*",
5757
"@stacksjs/development": "workspace:*",
58-
"@vue/tsconfig": "^0.7.0",
58+
"@vue/tsconfig": "^0.8.1",
5959
"unocss": "66.3.3",
6060
"unplugin-icons": "^22.1.0"
6161
},

storage/framework/core/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
"dependencies": {
4646
"@aws-sdk/client-dynamodb": "^3.848.0",
47-
"@aws-sdk/lib-dynamodb": "^3.848.0",
47+
"@aws-sdk/lib-dynamodb": "^3.876.0",
4848
"dynamodb-toolbox": "^2.7.1"
4949
},
5050
"optionalDependencies": {
51-
"mysql2": "^3.14.2"
51+
"mysql2": "^3.14.3"
5252
},
5353
"devDependencies": {
5454
"@stacksjs/cli": "workspace:*",

storage/framework/core/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@stacksjs/build": "workspace:*",
5555
"@stacksjs/development": "workspace:*",
5656
"@stacksjs/server": "workspace:*",
57-
"@tauri-apps/api": "^2.7.0",
58-
"@tauri-apps/cli": "^2.7.1",
57+
"@tauri-apps/api": "^2.8.0",
58+
"@tauri-apps/cli": "^2.8.3",
5959
"@types/d3": "^7.4.3",
6060
"d3": "^7.9.0",
6161
"unified-network": "^0.6.4",

0 commit comments

Comments
 (0)