Skip to content

Commit

Permalink
Merge pull request #37 from mrodrig/oct23-npm-audit-fix
Browse files Browse the repository at this point in the history
Oct23 npm audit fix
  • Loading branch information
mrodrig committed Oct 22, 2023
2 parents 64bd61e + caefafc commit 1190c5c
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18, 19]
node: [18, 20, 21]

steps:
- uses: actions/checkout@v3
Expand Down
211 changes: 142 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "mrodrig",
"name": "doc-path",
"description": "A document path library for Node",
"version": "4.0.1",
"version": "4.0.2",
"homepage": "https://mrodrig.github.io/doc-path",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1190c5c

Please sign in to comment.