From 4e5159dde64f255ae57434a08acddb74843ffc73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 May 2021 22:27:53 +0000 Subject: [PATCH] fix: upgrade node-databox from 0.9.0 to 0.10.8 Snyk has created this PR to upgrade node-databox from 0.9.0 to 0.10.8. See this package in npm: https://www.npmjs.com/package/node-databox See this project in Snyk: https://app.snyk.io/org/toshbrown/project/89f8fc92-23dc-48d9-9bd2-29f59efc6604?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 3ac3416..75387b2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "body-parser": "^1.18.3", "express": "^4.16.3", "modclean": "^2.1.2", - "node-databox": "^0.9.0", + "node-databox": "^0.10.8", "oauth": "^0.9.15", "pug": "^2.0.3", "twit": "^2.2.10",