Skip to content

Commit 3d579d2

Browse files
chore(deps): update external major
1 parent 58428f3 commit 3d579d2

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/lint-test-coverage/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ runs:
5656

5757
- name: Upload coverage to Codecov
5858
if: ${{ inputs.upload_coverage == 'true' }}
59-
uses: codecov/codecov-action@v6
59+
uses: codecov/codecov-action@v7
6060
with:
6161
token: ${{ inputs.codecov_token }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
shell: bash
2222

2323
- name: Set up NPM Cache
24-
uses: actions/cache@v5
24+
uses: actions/cache@v6
2525
id: npm-cache
2626
with:
2727
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
issues: read
4747
steps:
4848
- name: Check out
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v7
5050
with:
5151
persist-credentials: 'false'
5252

@@ -197,7 +197,7 @@ jobs:
197197
NPM_CONFIG_PROVENANCE: 'true'
198198
steps:
199199
- name: Check out
200-
uses: actions/checkout@v6
200+
uses: actions/checkout@v7
201201
with:
202202
persist-credentials: 'false'
203203

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
],
3434
"devDependencies": {
3535
"@adobe/eslint-config-helix": "3.0.28",
36-
"@babel/core": "7.29.7",
37-
"@babel/eslint-parser": "7.29.7",
36+
"@babel/core": "8.0.1",
37+
"@babel/eslint-parser": "8.0.1",
3838
"@babel/plugin-syntax-import-assertions": "7.29.7",
3939
"@eslint/config-helpers": "0.6.0",
4040
"@semantic-release/changelog": "6.0.3",

packages/spacecat-shared-mac-giver-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"chai": "6.2.2",
3838
"chai-as-promised": "8.0.2",
3939
"nock": "14.0.11",
40-
"sinon": "21.0.3",
40+
"sinon": "22.0.0",
4141
"sinon-chai": "4.0.1"
4242
}
4343
}

packages/spacecat-shared-project-engine-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"c8": "11.0.0",
5656
"chai": "6.2.2",
5757
"counterfact": "2.14.0",
58-
"js-yaml": "4.2.0",
58+
"js-yaml": "5.1.0",
5959
"mocha": "11.7.6",
6060
"mocha-multi-reporters": "1.5.1",
6161
"openapi-typescript": "7.13.0",

packages/spacecat-shared-user-manager-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"c8": "11.0.0",
5656
"chai": "6.2.2",
5757
"counterfact": "2.14.0",
58-
"js-yaml": "4.2.0",
58+
"js-yaml": "5.1.0",
5959
"mocha": "11.7.6",
6060
"mocha-multi-reporters": "1.5.1",
6161
"openapi-typescript": "7.13.0",

0 commit comments

Comments
 (0)