From c1a3bada77cb99db2e91855a1ef1171b5df65ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 04:52:51 +0000 Subject: [PATCH] build(deps-dev): bump mocha in /ide in the ide-deps group Bumps the ide-deps group in /ide with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 11.7.6 to 11.8.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.6...v11.8.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ide-deps ... Signed-off-by: dependabot[bot] --- ide/package-lock.json | 13 ++++++------- ide/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ide/package-lock.json b/ide/package-lock.json index b4a2bd4d..46564f87 100644 --- a/ide/package-lock.json +++ b/ide/package-lock.json @@ -8,9 +8,6 @@ "name": "messagefoundry", "version": "0.0.34", "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "js-yaml": "^4.3.1" - }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^20.19.43", @@ -20,7 +17,7 @@ "esbuild": "^0.28.1", "glob": "^13.0.6", "jsdom": "^30.0.1", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^5.4.5" }, "engines": { @@ -1637,6 +1634,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, "license": "Python-2.0" }, "node_modules/astral-regex": { @@ -3413,6 +3411,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "dev": true, "funding": [ { "type": "github", @@ -3966,9 +3965,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ide/package.json b/ide/package.json index ef2f31a0..ec4938a7 100644 --- a/ide/package.json +++ b/ide/package.json @@ -830,7 +830,7 @@ "esbuild": "^0.28.1", "glob": "^13.0.6", "jsdom": "^30.0.1", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^5.4.5" }, "overrides": {