From 618b29157f9e2cc8598b542c1a865c47a26e2878 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 May 2022 04:45:58 +0000 Subject: [PATCH] fix: upgrade assert-plus from 0.1.2 to 0.2.0 Snyk has created this PR to upgrade assert-plus from 0.1.2 to 0.2.0. See this package in npm: https://www.npmjs.com/package/assert-plus See this project in Snyk: https://app.snyk.io/org/cat2608-w7o/project/4f1ff885-62c2-417b-b719-ba228b931695?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/todoapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todoapp/package.json b/examples/todoapp/package.json index 19408d92b..75e996d65 100644 --- a/examples/todoapp/package.json +++ b/examples/todoapp/package.json @@ -4,7 +4,7 @@ "description": "Kitchen Sink App of restify", "main": "main.js", "dependencies": { - "assert-plus": "0.1.2", + "assert-plus": "0.2.0", "bunyan": "0.21.1", "posix-getopt": "1.0.0", "restify": "git://github.com/mcavage/node-restify.git#master"