Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 29, 2024
1 parent 7f6d839 commit fd870c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- 18
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"url": "git://github.com/asciidoctor/opal-node-runtime.git"
},
"dependencies": {
"glob": "8.1.0",
"glob": "10.3.12",
"unxhr": "1.2.0"
},
"devDependencies": {
"chai": "~4.3",
"chai": "~5.1.0",
"dirty-chai": "~2.0",
"eslint": "~8.22",
"mocha": "~10.0",
"rollup": "~3.20",
"eslint": "~8.57.0",
"mocha": "~10.4.0",
"rollup": "~4.13.0",
"rollup-plugin-re": "^1.0.7",
"standard": "~17.0"
"standard": "~17.1.0"
},
"standard": {
"env": {
Expand Down

0 comments on commit fd870c3

Please sign in to comment.