Skip to content

Commit 1076d6c

Browse files
chore(dev-deps): bump mocha from 11.7.1 to 11.7.4 (#1627)
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.4. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.1...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9f916f commit 1076d6c

2 files changed

Lines changed: 10 additions & 42 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"deep-equal-in-any-order": "^1.1.19",
5353
"esbuild": "^0.27.4",
5454
"eslint-plugin-sf-plugin": "^1.20.31",
55-
"mocha": "^11.7.1",
55+
"mocha": "^11.7.5",
5656
"mocha-junit-reporter": "^1.23.3",
5757
"mocha-snap": "^5.0.0",
5858
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,18 +3054,7 @@ glob-to-regex.js@^1.0.1:
30543054
resolved "https://registry.yarnpkg.com/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz#2b323728271d133830850e32311f40766c5f6413"
30553055
integrity sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==
30563056

3057-
glob@^10.3.10:
3058-
version "10.3.10"
3059-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
3060-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
3061-
dependencies:
3062-
foreground-child "^3.1.0"
3063-
jackspeak "^2.3.5"
3064-
minimatch "^9.0.1"
3065-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3066-
path-scurry "^1.10.1"
3067-
3068-
glob@^10.4.5:
3057+
glob@^10.3.10, glob@^10.4.5:
30693058
version "10.4.5"
30703059
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
30713060
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -3704,15 +3693,6 @@ istanbul-reports@^3.0.2:
37043693
html-escaper "^2.0.0"
37053694
istanbul-lib-report "^3.0.0"
37063695

3707-
jackspeak@^2.3.5:
3708-
version "2.3.6"
3709-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
3710-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
3711-
dependencies:
3712-
"@isaacs/cliui" "^8.0.2"
3713-
optionalDependencies:
3714-
"@pkgjs/parseargs" "^0.11.0"
3715-
37163696
jackspeak@^3.1.2:
37173697
version "3.4.3"
37183698
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -4119,7 +4099,7 @@ lowercase-keys@^2.0.0:
41194099
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
41204100
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
41214101

4122-
lru-cache@^10.2.0, "lru-cache@^9.1.1 || ^10.0.0":
4102+
lru-cache@^10.2.0:
41234103
version "10.4.3"
41244104
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
41254105
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
@@ -4331,7 +4311,7 @@ minimatch@^5.0.1, minimatch@^5.1.6:
43314311
dependencies:
43324312
brace-expansion "^2.0.1"
43334313

4334-
minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.7:
4314+
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.7:
43354315
version "9.0.7"
43364316
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.7.tgz#d76c4d0b3b527877016d6cc1b9922fc8e0ffe7b0"
43374317
integrity sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==
@@ -4413,10 +4393,10 @@ mocha@^10.7.0:
44134393
yargs-parser "^20.2.9"
44144394
yargs-unparser "^2.0.0"
44154395

4416-
mocha@^11.7.1:
4417-
version "11.7.1"
4418-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.1.tgz#91948fecd624fb4bd154ed260b7e1ad3910d7c7a"
4419-
integrity sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==
4396+
mocha@^11.7.5:
4397+
version "11.7.5"
4398+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.5.tgz#58f5bbfa5e0211ce7e5ee6128107cefc2515a627"
4399+
integrity sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==
44204400
dependencies:
44214401
browser-stdout "^1.3.1"
44224402
chokidar "^4.0.1"
@@ -4426,6 +4406,7 @@ mocha@^11.7.1:
44264406
find-up "^5.0.0"
44274407
glob "^10.4.5"
44284408
he "^1.2.0"
4409+
is-path-inside "^3.0.3"
44294410
js-yaml "^4.1.0"
44304411
log-symbols "^4.1.0"
44314412
minimatch "^9.0.5"
@@ -4823,14 +4804,6 @@ path-parse@^1.0.7:
48234804
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
48244805
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
48254806

4826-
path-scurry@^1.10.1:
4827-
version "1.10.1"
4828-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
4829-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
4830-
dependencies:
4831-
lru-cache "^9.1.1 || ^10.0.0"
4832-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4833-
48344807
path-scurry@^1.11.1:
48354808
version "1.11.1"
48364809
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -4861,12 +4834,7 @@ pathval@^1.1.1:
48614834
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
48624835
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
48634836

4864-
picocolors@^1.0.0, picocolors@^1.0.1:
4865-
version "1.0.1"
4866-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4867-
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4868-
4869-
picocolors@^1.1.1:
4837+
picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1:
48704838
version "1.1.1"
48714839
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
48724840
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)