Skip to content

Commit 3916c87

Browse files
committed
Bumps node modules
1 parent f3059f7 commit 3916c87

4 files changed

Lines changed: 110 additions & 193 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
allow:
1010
- dependency-type: all
1111
rebase-strategy: auto
12+
cooldown:
13+
default-days: 3
1214
assignees:
1315
- poad
1416
groups:
@@ -54,6 +56,8 @@ updates:
5456
time: "12:00"
5557
allow:
5658
- dependency-type: all
59+
cooldown:
60+
default-days: 7
5761
rebase-strategy: auto
5862
assignees:
5963
- poad

node-sign-v4-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@aws-crypto/sha256-universal": "^5.2.0",
14-
"@aws-sdk/client-sts": "^3.1045.0",
15-
"@aws-sdk/credential-providers": "^3.1045.0",
14+
"@aws-sdk/client-sts": "^3.1049.0",
15+
"@aws-sdk/credential-providers": "^3.1049.0",
1616
"@smithy/hash-node": "^3.0.11",
1717
"@smithy/node-http-handler": "^4.7.2",
1818
"@smithy/protocol-http": "^5.4.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"pnpm": ">=10.0.0",
3030
"node": ">=24.0.0"
3131
},
32-
"packageManager": "pnpm@11.1.0"
32+
"packageManager": "pnpm@11.1.1"
3333
}

0 commit comments

Comments
 (0)