Skip to content

Commit 59ec1e7

Browse files
fix(deps): update external major
1 parent 710a36c commit 59ec1e7

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v4

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
persist-credentials: 'false'
2323

@@ -47,14 +47,14 @@ jobs:
4747
if: github.ref == 'refs/heads/main'
4848
steps:
4949
- name: Check out
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
persist-credentials: 'false'
5353

5454
- name: Set up Node.js 22 (temporary - for bootstrap)
5555
uses: actions/setup-node@v6
5656
with:
57-
node-version: '22.21.1'
57+
node-version: '24.11.1'
5858

5959
- name: Update NPM
6060
run: npm install -g npm@10.9.4

package-lock.json

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

packages/spacecat-shared-google-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@aws-sdk/client-secrets-manager": "3.940.0",
4242
"aws-xray-sdk": "3.12.0",
4343
"google-auth-library": "10.5.0",
44-
"googleapis": "164.1.0"
44+
"googleapis": "167.0.0"
4545
},
4646
"devDependencies": {
4747
"chai": "6.2.1",

packages/spacecat-shared-html-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"cheerio": "^1.0.0-rc.12",
4141
"turndown": "^7.2.0",
42-
"marked": "^16.2.0"
42+
"marked": "^17.0.0"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-node-resolve": "^16.0.1",

0 commit comments

Comments
 (0)