From fb825f6accb0f436a65fcf136a8c7df9386bf2a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Feb 2021 04:06:12 +0000 Subject: [PATCH] fix: upgrade chai from 4.2.0 to 4.3.0 Snyk has created this PR to upgrade chai from 4.2.0 to 4.3.0. See this package in npm: https://www.npmjs.com/package/chai See this project in Snyk: https://app.snyk.io/org/rockrunner007/project/aa5e5c45-e239-49a0-8c9d-0a3947eb13cf?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 1e0b2ae..26e344e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "babel-core": "^6.26.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015-rollup": "^3.0.0", - "chai": "^4.1.2", + "chai": "^4.3.0", "eslint": "^4.12.1", "eslint-config-spreetail": "^3.0.0", "karma": "^3.0.0",