Skip to content

Commit

Permalink
feat: use path-to-regexp 1.9.0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Sep 11, 2024
1 parent 2fdcc5b commit fd553f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest'
version: '14, 16, 18, 20'
version: '14, 16, 18, 20, 22'
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,12 @@
"version": "10.4.2",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
},
"path-to-regexp": {
"1.8.0": {
"version": "1.9.0",
"reason": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j"
}
}
}
}
Expand Down

0 comments on commit fd553f9

Please sign in to comment.