From a59c5ecc2f5ab05a32474b207a653ac781416992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:17:11 +0000 Subject: [PATCH] Bump mocha from 10.8.1 to 10.8.2 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.1 to 10.8.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.8.1...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/compute-baseline/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56f3c1e99a5..927bd0c53e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3518,9 +3518,9 @@ } }, "node_modules/mocha": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", - "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -4968,7 +4968,7 @@ "c8": "^10.1.2", "chai": "^5.1.2", "chai-jest-snapshot": "^2.0.0", - "mocha": "^10.8.1" + "mocha": "^10.8.2" }, "peerDependencies": { "@mdn/browser-compat-data": "^5.0.0" diff --git a/packages/compute-baseline/package.json b/packages/compute-baseline/package.json index c4b43a8b9f3..30631279530 100644 --- a/packages/compute-baseline/package.json +++ b/packages/compute-baseline/package.json @@ -27,7 +27,7 @@ "c8": "^10.1.2", "chai": "^5.1.2", "chai-jest-snapshot": "^2.0.0", - "mocha": "^10.8.1" + "mocha": "^10.8.2" }, "peerDependencies": { "@mdn/browser-compat-data": "^5.0.0"