From e0632389d4c6651b0e02cd732f82637888741197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:01:57 +0000 Subject: [PATCH] chore(deps): Bump mocha from 11.6.0 to 11.7.0 Bumps [mocha](https://github.com/mochajs/mocha) from 11.6.0 to 11.7.0. - [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/v11.6.0...v11.7.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.0 dependency-type: direct:production 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 25bd8d6..84ba5c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.2.0", - "mocha": "^11.6.0", + "mocha": "^11.7.0", "morgan": "^1.10.0", "pem": "^1.14.8", "pug": "^3.0.3", @@ -2391,9 +2391,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mocha": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.6.0.tgz", - "integrity": "sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==", + "version": "11.7.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz", + "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==", "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 68d2cd7..fd3d3bb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.2.0", - "mocha": "^11.6.0", + "mocha": "^11.7.0", "morgan": "^1.10.0", "pem": "^1.14.8", "pug": "^3.0.3",