From b8ef7e7a4ffeb22bd0d346a38103aa413a008f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:12:48 +0000 Subject: [PATCH] Bump mocha from 10.3.0 to 10.4.0 in /.github/scripts 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] --- .github/scripts/package-lock.json | 14 +++++++------- .github/scripts/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 03d0da1..28d8549 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -13,7 +13,7 @@ "nodegit": "^0.27.0" }, "devDependencies": { - "mocha": "^10.3.0", + "mocha": "^10.4.0", "mock-fs": "^5.2.0", "nock": "^13.5.4", "nyc": "^15.1.0", @@ -2640,9 +2640,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", @@ -6293,9 +6293,9 @@ } }, "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, "requires": { "ansi-colors": "4.1.1", diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 103fcf8..b5e60a5 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -16,7 +16,7 @@ "author": "Rob Anderson (https://github.com/robandpdx)", "license": "MIT", "devDependencies": { - "mocha": "^10.3.0", + "mocha": "^10.4.0", "mock-fs": "^5.2.0", "nock": "^13.5.4", "nyc": "^15.1.0",