@liflig/load-secrets 1.1.35 → 1.1.37

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.
@@ -18,6 +18,7 @@ jobs:
18
18
  timeout-minutes: 60
19
19
  runs-on: ubuntu-24.04
20
20
  permissions:
21
+ id-token: write # Required for OIDC
21
22
  contents: write
22
23
  pull-requests: write
23
24
  issues: write
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liflig/load-secrets",
3
- "version": "1.1.35",
3
+ "version": "1.1.37",
4
4
  "description": "Library for loading project secrets into AWS Secrets Manager",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -20,8 +20,8 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@aws-sdk/client-secrets-manager": "3.907.0",
24
- "@aws-sdk/client-sts": "3.907.0",
23
+ "@aws-sdk/client-secrets-manager": "3.908.0",
24
+ "@aws-sdk/client-sts": "3.908.0",
25
25
  "chalk": "5.6.2",
26
26
  "read": "4.1.0",
27
27
  "typescript": "5.9.3"