Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GETFUNCNAME-5923417
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
- https://snyk.io/vuln/SNYK-JS-BL-608877
- https://snyk.io/vuln/SNYK-JS-ASYNC-2441827
- https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
- https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-1038818
- https://snyk.io/vuln/SNYK-JS-LODASH-6139239
- https://snyk.io/vuln/SNYK-JS-QS-3153490
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137
- https://snyk.io/vuln/SNYK-JS-LODASH-608086
- https://snyk.io/vuln/SNYK-JS-LODASH-1040724
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610
- https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873
- https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922
- https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
- https://snyk.io/vuln/SNYK-JS-PATHVAL-596926
- https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
- https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181
- https://snyk.io/vuln/SNYK-JS-LODASH-1018905
- https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595
- https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640
- https://snyk.io/vuln/SNYK-JS-XML2JS-5414874
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
- https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795
- https://snyk.io/vuln/npm:debug:20170905
- https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 60a02ff commit 124844a
Show file tree
Hide file tree
Showing 2 changed files with 2,163 additions and 515 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]
},
"dependencies": {
"@google-cloud/pubsub": "^1.1.5",
"@google-cloud/pubsub": "^3.1.1",
"@types/body-parser": "^1.17.0",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
Expand All @@ -46,7 +46,7 @@
"@types/node": "^10.12.18",
"amqplib": "^0.5.5",
"body-parser": "^1.17.1",
"botbuilder": "^4.4.0",
"botbuilder": "^4.20.1",
"botbuilder-adapter-facebook-erxes": "^1.0.5",
"debug": "^4.1.1",
"dotenv": "^4.0.0",
Expand All @@ -57,17 +57,17 @@
"formidable": "^1.2.1",
"gmail-api-parse-message": "^2.1.2",
"meteor-random": "^0.0.3",
"migrate": "^1.6.2",
"mongodb-memory-server": "^6.6.0",
"mongoose": "5.7.5",
"nylas": "^4.7.0",
"migrate": "^2.0.0",
"mongodb-memory-server": "^7.0.0",
"mongoose": "5.12.4",
"nylas": "^5.5.1",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sanitize-html": "^1.20.1",
"sanitize-html": "^2.5.3",
"sinon": "^7.5.0",
"smooch-core": "^8.8.0",
"telnyx": "^1.7.2",
"telnyx": "^1.26.0",
"ts-node": "8.0.3",
"underscore": "^1.10.2",
"uuid": "^3.3.3"
Expand Down
Loading

0 comments on commit 124844a

Please sign in to comment.