From ca9b45de78b80b9ff00e983a5fccd52a46642574 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Mar 2020 07:48:30 +0000 Subject: [PATCH] fix: upgrade chai from 4.0.2 to 4.2.0 Snyk has created this PR to upgrade chai from 4.0.2 to 4.2.0. See this package in NPM: https://www.npmjs.com/package/chai See this project in Snyk: https://app.snyk.io/org/postman/project/ae835756-b33d-43a4-8da5-dad6fce89dd1?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 1e2cdff..dede123 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/postmanlabs/sails-env-switch#readme", "devDependencies": { - "chai": "4.0.2", + "chai": "4.2.0", "mocha": "3.4.2" } }