Skip to content

Commit

Permalink
Merge pull request #481 from galkahana/fix-semver-vulnarbility
Browse files Browse the repository at this point in the history
force semver version to resolve vulnarbility
  • Loading branch information
galkahana committed Jun 29, 2023
2 parents 34b06ca + 411bed6 commit 247679c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10"
"@mapbox/node-pre-gyp": "^1.0.10",
"semver": "^7.5.2"
}
}

0 comments on commit 247679c

Please sign in to comment.