From ea00f42c8f99f0e359b53bc9bb4ac464551c311f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:40:15 +0000 Subject: [PATCH] deps(dev): bump mocha from 10.3.0 to 10.4.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f331b7c..ada48c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "p-retry": "^6.2.0" }, "devDependencies": { - "mocha": "^10.3.0", + "mocha": "^10.4.0", "pg": "^8.11.3", "standard": "^17.1.0" } @@ -3139,9 +3139,9 @@ } }, "node_modules/mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 30e70b5..5c0a0a8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "standard && mocha" }, "devDependencies": { - "mocha": "^10.3.0", + "mocha": "^10.4.0", "pg": "^8.11.3", "standard": "^17.1.0" },