Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TiagoDanin/Telegraf-Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed Jun 8, 2019
2 parents 438a4d4 + 6dd60ee commit ee7e352
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 36 deletions.
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-AXIOS-174505:
- axios:
patched: '2019-05-06T02:59:41.072Z'
70 changes: 37 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
{
"name": "telegraf-test",
"version": "1.3.0",
"description": "Telegraf Test - Simple Test ToolKit of Telegram Bots",
"main": "index.js",
"dependencies": {
"axios": "0.18.0",
"debug": "4.0.1",
"express": "4.16.3"
},
"devDependencies": {
"telegraf": "3.24.0",
"mocha": "5.2.0"
},
"scripts": {
"test": "mocha --exit --timeout 100000"
},
"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"
"name": "telegraf-test",
"version": "1.1.0",
"description": "Telegraf Test - Simple Test ToolKit of Telegram Bots",
"main": "index.js",
"dependencies": {
"axios": "^0.18.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"snyk": "^1.161.1"
},
"devDependencies": {
"telegraf": "^3.30.1",
"mocha": "6.1.4"
},
"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
}
18 changes: 15 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"extends": [
"config:base"
]
"extends": [
"config:base"
],
"assignees": [
"TiagoDanin"
],
"labels": [
"renovate"
],
"rangeStrategy": "bump",
"statusCheckVerify": true,
"vulnerabilityAlerts": {
"labels": ["security"],
"assignees": ["TiagoDanin"]
}
}

0 comments on commit ee7e352

Please sign in to comment.