From 5f0d59f300f896fbfcf2ac921fffb7cad4666360 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 May 2020 01:00:27 +0200 Subject: [PATCH] feat: upgrade airbrake from 1.2.2 to 2.1.1 Snyk has created this PR to upgrade airbrake from 1.2.2 to 2.1.1. See this package in NPM: https://www.npmjs.com/package/airbrake See this project in Snyk: https://app.snyk.io/org/dobby5/project/fb15836d-e5ea-4c73-91fc-10982d65d72f?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df5e5a0a..91e60f97 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "./lib/index.js", "license": "Apache-2.0", "dependencies": { - "airbrake": "1.2.2", + "airbrake": "2.1.1", "analytics-node": "^3.3.0", "basic-auth": "2.0.1", "body-parser": "^1.19.0",