Skip to content

Commit

Permalink
fix(deps): trust packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed May 11, 2019
1 parent 5cd7f77 commit d6de006
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "telegraf-test",
"version": "1.1.0",
"description": "Telegraf Test - Simple Test ToolKit of Telegram Bots",
"main": "index.js",
"dependencies": {
"axios": "0.18.0",
"debug": "4.1.1",
"express": "4.16.3",
"snyk": "^1.161.1"
},
"devDependencies": {
"telegraf": "3.29.0",
"mocha": "6.1.1"
},
"scripts": {
"test": "mocha --exit --timeout 100000",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/Telegraf-Test.git"
},
"keywords": [
"telegraf",
"test",
"telegram",
"framework",
"toolkit"
],
"author": "Tiago Danin",
"license": "MIT",
"bugs": {
"url": "https://github.com/TiagoDanin/Telegraf-Test/issues"
},
"homepage": "https://github.com/TiagoDanin/Telegraf-Test#readme",
"snyk": true
}
"name": "telegraf-test",
"version": "1.1.0",
"description": "Telegraf Test - Simple Test ToolKit of Telegram Bots",
"main": "index.js",
"dependencies": {
"axios": "^0.18.0",
"debug": "^4.1.1",
"express": "^4.16.3",
"snyk": "^1.161.1"
},
"devDependencies": {
"telegraf": "^3.29.0",
"mocha": "6.1.1"
},
"scripts": {
"test": "mocha --exit --timeout 100000",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/Telegraf-Test.git"
},
"keywords": [
"telegraf",
"test",
"telegram",
"framework",
"toolkit"
],
"author": "Tiago Danin",
"license": "MIT",
"bugs": {
"url": "https://github.com/TiagoDanin/Telegraf-Test/issues"
},
"homepage": "https://github.com/TiagoDanin/Telegraf-Test#readme",
"snyk": true
}

0 comments on commit d6de006

Please sign in to comment.