Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent c8aa6e5 commit bee0ffc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@aws-sdk/client-iam": "^3.726.1",
"@aws-sdk/client-lambda": "^3.726.1",
"@aws-sdk/client-route-53-domains": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@aws-sdk/client-ses": "^3.726.1",
"@aws-sdk/client-sesv2": "^3.726.1",
"@aws-sdk/client-sesv2": "^3.729.0",
"@aws-sdk/client-ssm": "^3.726.1",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.726.1",
"@aws-sdk/credential-providers": "^3.726.1",
"@aws-sdk/credential-providers": "^3.729.0",
"@stacksjs/development": "workspace:*",
"aws-sdk-client-mock": "^4.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@aws-sdk/client-iam": "^3.726.1",
"@aws-sdk/client-lambda": "^3.726.1",
"@aws-sdk/client-route-53-domains": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@aws-sdk/client-ses": "^3.726.1",
"@aws-sdk/client-sesv2": "^3.726.1",
"@aws-sdk/client-sesv2": "^3.729.0",
"@aws-sdk/client-ssm": "^3.726.1",
"@stacksjs/cli": "workspace:*",
"@stacksjs/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@stacksjs/development": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/validation": "workspace:*",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"std-env": "^3.8.0"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"@faker-js/faker": "^9.4.0",
"@stacksjs/cli": "workspace:*",
"@stacksjs/config": "workspace:*",
"@stacksjs/development": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@flystorage/aws-s3": "^1.0.1",
"@flystorage/chaos": "^1.0.0",
"@flystorage/file-storage": "^1.0.1",
Expand All @@ -62,7 +62,7 @@
"@stacksjs/types": "workspace:*",
"@types/archiver": "^6.0.3",
"archiver": "^7.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"tinyglobby": "^0.2.10"
}
}

0 comments on commit bee0ffc

Please sign in to comment.