Skip to content

Commit 8fbba1c

Browse files
fix(deps): update external fixes (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b3260a commit 8fbba1c

3 files changed

Lines changed: 69 additions & 69 deletions

File tree

.github/actions/setup-node-npm/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Set up Node
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 22.12
10+
node-version: 22.18
1111

1212
- name: Get npm cache directory
1313
id: npm-cache-dir

package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@adobe/spacecat-shared-http-utils": "1.15.2",
7171
"@adobe/spacecat-shared-slack-client": "^1.3.12",
7272
"@adobe/spacecat-shared-utils": "1.47.0",
73-
"@aws-sdk/client-lambda": "3.864.0",
73+
"@aws-sdk/client-lambda": "3.865.0",
7474
"@aws-sdk/client-sqs": "3.864.0",
7575
"@aws-sdk/credential-provider-node": "3.864.0",
7676
"aws-xray-sdk": "3.10.3",
@@ -93,8 +93,8 @@
9393
"@semantic-release/exec": "7.1.0",
9494
"@semantic-release/git": "10.0.1",
9595
"@semantic-release/npm": "12.0.2",
96-
"@typescript-eslint/eslint-plugin": "8.39.0",
97-
"@typescript-eslint/parser": "8.39.0",
96+
"@typescript-eslint/eslint-plugin": "8.39.1",
97+
"@typescript-eslint/parser": "8.39.1",
9898
"c8": "10.1.3",
9999
"chai": "5.2.1",
100100
"chai-as-promised": "8.0.1",
@@ -108,7 +108,7 @@
108108
"mocha": "11.7.1",
109109
"mocha-multi-reporters": "1.5.1",
110110
"mocha-suppress-logs": "0.6.0",
111-
"nock": "14.0.9",
111+
"nock": "14.0.10",
112112
"nodemon": "3.1.10",
113113
"semantic-release": "24.2.7",
114114
"sinon": "20.0.0",

0 commit comments

Comments
 (0)