@liflig/load-secrets 1.1.55 → 1.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ jobs:
23
23
  pull-requests: write
24
24
  issues: write
25
25
  steps:
26
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
27
27
 
28
28
  - uses: capralifecycle/actions-lib/check-runtime-dependencies@0ce63296cc44accd75acd8d0c56e73014b937e83 # v1.6.3
29
29
 
package/biome.jsonc CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
3
3
  "vcs": {
4
4
  "enabled": true,
5
5
  "clientKind": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liflig/load-secrets",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "description": "Library for loading project secrets into AWS Secrets Manager",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -21,14 +21,14 @@
21
21
  "provenance": true
22
22
  },
23
23
  "dependencies": {
24
- "@aws-sdk/client-secrets-manager": "3.931.0",
25
- "@aws-sdk/client-sts": "3.931.0",
24
+ "@aws-sdk/client-secrets-manager": "3.933.0",
25
+ "@aws-sdk/client-sts": "3.933.0",
26
26
  "chalk": "5.6.2",
27
27
  "read": "4.1.0",
28
28
  "typescript": "5.9.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@biomejs/biome": "2.3.5",
31
+ "@biomejs/biome": "2.3.6",
32
32
  "@commitlint/cli": "20.1.0",
33
33
  "@commitlint/config-conventional": "20.0.0",
34
34
  "@types/node": "24.10.1",