Skip to content

Commit 23e4dcc

Browse files
Update all dependencies
1 parent 49804c8 commit 23e4dcc

File tree

5 files changed

+284
-371
lines changed

5 files changed

+284
-371
lines changed

.github/workflows/build_deploy_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].6
1515

1616
- name: Set up prerequisites - node and yarn
1717
uses: actions/setup-node@v4
@@ -33,7 +33,7 @@ jobs:
3333
run: yarn run build
3434

3535
- name: Deploy
36-
uses: JamesIves/github-pages-deploy-action@v4.5.0
36+
uses: JamesIves/github-pages-deploy-action@v4.6.1
3737
with:
3838
branch: gh-pages
3939
folder: _site

.github/workflows/pr_workflow.yml

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

1313
steps:
1414
- name: Check out code
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].6
1616

1717
- name: Set up prerequisites - node and yarn
1818
uses: actions/setup-node@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.1
1+
20.13.1

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
"devDependencies": {
2929
"@11ty/eleventy-plugin-inclusive-language": "1.0.3",
3030
"@11ty/eleventy-plugin-rss": "1.2.0",
31-
"@babel/core": "7.24.4",
32-
"@babel/eslint-parser": "7.24.1",
33-
"@babel/preset-env": "7.24.4",
31+
"@babel/core": "7.24.5",
32+
"@babel/eslint-parser": "7.24.5",
33+
"@babel/preset-env": "7.24.5",
3434
"cheerio": "1.0.0-rc.12",
3535
"concurrently": "8.2.2",
36-
"cspell": "8.6.1",
37-
"dayjs": "1.11.10",
38-
"eslint": "8.57.0",
36+
"cspell": "8.8.1",
37+
"dayjs": "1.11.11",
38+
"eslint": "9.2.0",
3939
"eslint-config-prettier": "9.1.0",
4040
"eslint-plugin-prettier": "5.1.3",
4141
"globby": "14.0.1",
4242
"htmlencode": "0.0.4",
4343
"jshint": "2.13.6",
4444
"markdown-it": "14.1.0",
4545
"markdown-it-anchor": "8.6.7",
46-
"markdownlint-cli": "0.39.0",
46+
"markdownlint-cli": "0.40.0",
4747
"pa11y-ci": "3.1.0",
4848
"prettier": "3.2.5",
49-
"sass": "1.74.1"
49+
"sass": "1.77.1"
5050
}
5151
}

0 commit comments

Comments
 (0)