Skip to content

Commit

Permalink
Merge pull request #7 from polarityio/develop
Browse files Browse the repository at this point in the history
fix: Fixed vulnerable dependencies
  • Loading branch information
penwoodjon authored Oct 9, 2023
2 parents 3a4d69d + 6926665 commit 40b4b91
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 35 deletions.
90 changes: 58 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shodan-internetdb",
"version": "3.0.2",
"version": "3.0.3",
"main": "./integration.js",
"private": true,
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"async": "^3.2.4",
"postman-request": "^2.88.1-postman.31"
"postman-request": "^2.88.1-postman.33"
},
"devDependencies": {
"jest": "28.1.3"
}
}
}

0 comments on commit 40b4b91

Please sign in to comment.