Skip to content

Commit a515dc5

Browse files
Bump mocha from 11.2.2 to 11.4.0 (#1917)
Bumps [mocha](https://github.com/mochajs/mocha) from 11.2.2 to 11.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.2.2...v11.4.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2c3230 commit a515dc5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@ define-data-property@^1.1.1:
405405
gopd "^1.0.1"
406406
has-property-descriptors "^1.0.0"
407407

408-
diff@^5.2.0:
409-
version "5.2.0"
410-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
411-
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
408+
diff@^7.0.0:
409+
version "7.0.0"
410+
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
411+
integrity sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==
412412

413413
doctrine@^3.0.0:
414414
version "3.0.0"
@@ -1036,14 +1036,14 @@ minimatch@^9.0.4:
10361036
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
10371037

10381038
mocha@^11.0.1:
1039-
version "11.2.2"
1040-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.2.2.tgz#2dfefc9652de746389f5286888034239b6486231"
1041-
integrity sha512-VlSBxrPYHK4YNOEbFdkCxHQbZMoNzBkoPprqtZRW6311EUF/DlSxoycE2e/2NtRk4WKkIXzyrXDTrlikJMWgbw==
1039+
version "11.4.0"
1040+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4.0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd"
1041+
integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A==
10421042
dependencies:
10431043
browser-stdout "^1.3.1"
10441044
chokidar "^4.0.1"
10451045
debug "^4.3.5"
1046-
diff "^5.2.0"
1046+
diff "^7.0.0"
10471047
escape-string-regexp "^4.0.0"
10481048
find-up "^5.0.0"
10491049
glob "^10.4.5"

0 commit comments

Comments
 (0)