From 461b375fcd446d763a8827fe33e89bce7399d421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:22:45 +0000 Subject: [PATCH] chore(deps): Bump mocha from 11.7.1 to 11.7.2 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.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/v11.7.1...v11.7.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92a4e15..dfd32e9 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.7.1", + "mocha": "^11.7.2", "morgan": "^1.10.1", "pem": "^1.14.8", "pug": "^3.0.3", @@ -2392,9 +2392,10 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mocha": { - "version": "11.7.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", - "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", + "version": "11.7.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", + "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", + "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", diff --git a/package.json b/package.json index 5f0e40e..0b6abdc 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.7.1", + "mocha": "^11.7.2", "morgan": "^1.10.1", "pem": "^1.14.8", "pug": "^3.0.3",