Skip to content

Commit 9ca2226

Browse files
fix(deps): update external major
1 parent cce24f9 commit 9ca2226

File tree

3 files changed

+32
-9
lines changed

3 files changed

+32
-9
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Use Node.js 20.x
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v5
1616
with:
1717
node-version: '22.x'
1818
- run: npm ci
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v5
3737
- name: Use Node.js 20.x
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: '22.x'
4141
- run: npm ci

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@adobe/helix-markdown-support": "7.1.12",
3333
"@adobe/helix-shared-process-queue": "3.1.3",
3434
"@adobe/remark-gridtables": "3.0.14",
35-
"entities": "^6.0.0",
35+
"entities": "^7.0.0",
3636
"github-slugger": "2.0.0",
3737
"handlebars": "^4.7.8",
3838
"hast-util-is-element": "3.0.0",

0 commit comments

Comments
 (0)