@liflig/load-secrets 1.1.45 → 1.1.47

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.
@@ -29,7 +29,7 @@ jobs:
29
29
 
30
30
  - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
31
31
  with:
32
- node-version: 24.10.0
32
+ node-version: 24.11.0
33
33
 
34
34
  - name: install dependencies
35
35
  run: npm ci
package/.tool-versions CHANGED
@@ -1 +1 @@
1
- nodejs 24.10.0
1
+ nodejs 24.11.0
package/biome.jsonc CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.3.2/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.45",
3
+ "version": "1.1.47",
4
4
  "description": "Library for loading project secrets into AWS Secrets Manager",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -21,17 +21,17 @@
21
21
  "provenance": true
22
22
  },
23
23
  "dependencies": {
24
- "@aws-sdk/client-secrets-manager": "3.918.0",
25
- "@aws-sdk/client-sts": "3.918.0",
24
+ "@aws-sdk/client-secrets-manager": "3.920.0",
25
+ "@aws-sdk/client-sts": "3.920.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.1",
31
+ "@biomejs/biome": "2.3.2",
32
32
  "@commitlint/cli": "20.1.0",
33
33
  "@commitlint/config-conventional": "20.0.0",
34
- "@types/node": "24.9.1",
34
+ "@types/node": "24.9.2",
35
35
  "@types/read": "3.0.0",
36
36
  "husky": "9.1.7",
37
37
  "semantic-release": "25.0.1"