Skip to content

Commit

Permalink
Merge pull request #20 from polarityio/develop
Browse files Browse the repository at this point in the history
fix: Fixed vulnerable dependencies
  • Loading branch information
penwoodjon committed Oct 9, 2023
2 parents a1d2ef9 + f166189 commit 92dda31
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 62 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
*/
description:
'Searches the urlscan.io API and returns results from the most recent, relevant scan',
entityTypes: ['IPv4', 'IPv6', 'IPv4CIDR', 'domain', 'url', 'sha256'],
entityTypes: ['IPv4', 'IPv6', 'IPv4CIDR', 'domain', 'url', 'SHA256'],
defaultColor: 'light-pink',
onDemandOnly: true,
/**
Expand Down Expand Up @@ -74,7 +74,7 @@ module.exports = {
ca: '',
// An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for
// the url parameter (by embedding the auth info in the uri)
proxy: ""
proxy: ''
},
logging: {
level: 'info' //trace, debug, info, warn, error, fatal
Expand Down
142 changes: 85 additions & 57 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": "urlscan",
"version": "3.6.4",
"version": "3.6.5",
"main": "./integration.js",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"async": "^3.2.3",
"bottleneck": "^2.19.5",
"lodash": "^4.17.21",
"postman-request": "^2.88.1-postman.31"
"postman-request": "^2.88.1-postman.33"
},
"devDependencies": {
"jest": "^28.1.0",
"nock": "^13.2.4"
}
}
}

0 comments on commit 92dda31

Please sign in to comment.