Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and cagataycali committed May 4, 2020
commit e2c22d8b5bb9f8dc3be766ef1e390f03de076c06
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"node-telegram-bot-api": "^0.27.0",
"opencollective": "^1.0.3",
"request": "^2.84.0",
"snyk": "^1.42.3",
"snyk": "^1.317.0",
"underscore": "^1.8.3"
},
"repository": {
@@ -37,7 +37,7 @@
"homepage": "https://github.com/cagataycali/lazy#readme",
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepublish": "yarn run snyk-protect",
"postinstall": "opencollective postinstall"
},
"snyk": true,