From d6de006437784fd98417ea4a0fcc53437cc637f9 Mon Sep 17 00:00:00 2001 From: Tiago Danin Date: Sat, 11 May 2019 15:28:25 -0300 Subject: [PATCH] fix(deps): trust packages --- package.json | 76 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index abfd2a5..d4c4a39 100644 --- a/package.json +++ b/package.json @@ -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 +} \ No newline at end of file