From 7e20b84f1386a73651082859d18220a1c894c72f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 08:01:49 +0000 Subject: [PATCH] fix: upgrade mocha from 10.4.0 to 10.5.1 Snyk has created this PR to upgrade mocha from 10.4.0 to 10.5.1. See this package in npm: mocha See this project in Snyk: https://app.snyk.io/org/m0ng00se7169/project/4f87352d-dfc3-4a31-ae7a-6e2d8d332263?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 60b2933..8681daa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1580,13 +1580,13 @@ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" }, "mocha": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", - "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", + "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", "requires": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "^3.5.3", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", diff --git a/package.json b/package.json index 9395eab..77fb414 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "express": "^4.19.2", "fs-extra": "^7.0.1", "ganache-cli": "^6.1.8", - "mocha": "^10.4.0", + "mocha": "^10.5.1", "next": "^14.1.1", "next-routes": "^1.4.2", "node-gyp": "^10.1.0",