From 72348e7b691c2cd89e63d10ee23334ed6f60f31f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 00:19:46 +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/84ac8e02-db4f-453b-b055-eeb9d6966821?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 b7608b76..f3c2fa00 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": "1.8.13", "posix-getopt": "1.0.0", "restify": "git://github.com/mcavage/node-restify.git#master"