From 00563ac8a303eab0a4efe79d463bed667d18f323 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Nov 2023 15:24:42 +0000 Subject: [PATCH] fix: upgrade chai-spies from 1.0.0 to 1.1.0 Snyk has created this PR to upgrade chai-spies from 1.0.0 to 1.1.0. See this package in npm: https://www.npmjs.com/package/chai-spies See this project in Snyk: https://app.snyk.io/org/mmomtchev/project/41534006-a12f-4509-bb4e-13cc1a6f415c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a9608b..b979904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "async-await-queue": "^1.2.1", "benny": "^3.7.1", "chai": "^4.3.6", - "chai-spies": "^1.0.0", + "chai-spies": "^1.1.0", "documentation": "^14.0.0", "eslint": "^8.52.0", "eslint-plugin-array-func": "^3.1.7", @@ -1848,9 +1848,9 @@ } }, "node_modules/chai-spies": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.0.0.tgz", - "integrity": "sha512-elF2ZUczBsFoP07qCfMO/zeggs8pqCf3fZGyK5+2X4AndS8jycZYID91ztD9oQ7d/0tnS963dPkd0frQEThDsg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.1.0.tgz", + "integrity": "sha512-ikaUhQvQWchRYj2K54itFp3nrcxaFRpSDQxDlRzSn9aWgu9Pi7lD8yFxTso4WnQ39+WZ69oB/qOvqp+isJIIWA==", "dev": true, "engines": { "node": ">= 4.0.0" diff --git a/package.json b/package.json index c673607..589105e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "async-await-queue": "^1.2.1", "benny": "^3.7.1", "chai": "^4.3.6", - "chai-spies": "^1.0.0", + "chai-spies": "^1.1.0", "documentation": "^14.0.0", "eslint": "^8.52.0", "eslint-plugin-array-func": "^3.1.7",