Skip to content

Commit b12f794

Browse files
Bump mocha from 11.7.2 to 11.7.4 in /trivia-game-react
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.2 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.2...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] <[email protected]>
1 parent 3e56f8e commit b12f794

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

trivia-game-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jest-junit": "16.0.0",
5454
"jest-styled-components": "beta",
5555
"lint-staged": "16.1.5",
56-
"mocha": "11.7.2",
56+
"mocha": "11.7.4",
5757
"mocha-junit-reporter": "2.2.1",
5858
"mocha-multi-reporters": "1.5.1",
5959
"prettier": "3.6.2",

trivia-game-react/yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7190,7 +7190,7 @@ is-path-cwd@^2.2.0:
71907190
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
71917191
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
71927192

7193-
is-path-inside@^3.0.2:
7193+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
71947194
version "3.0.3"
71957195
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
71967196
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
@@ -8723,10 +8723,10 @@ [email protected]:
87238723
debug "^4.1.1"
87248724
lodash "^4.17.15"
87258725

8726-
8727-
version "11.7.2"
8728-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.2.tgz#3c0079fe5cc2f8ea86d99124debcc42bb1ab22b5"
8729-
integrity sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==
8726+
8727+
version "11.7.4"
8728+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.4.tgz#f161b17aeccb0762484b33bdb3f7ab9410ba5c82"
8729+
integrity sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==
87308730
dependencies:
87318731
browser-stdout "^1.3.1"
87328732
chokidar "^4.0.1"
@@ -8736,6 +8736,7 @@ [email protected]:
87368736
find-up "^5.0.0"
87378737
glob "^10.4.5"
87388738
he "^1.2.0"
8739+
is-path-inside "^3.0.3"
87398740
js-yaml "^4.1.0"
87408741
log-symbols "^4.1.0"
87418742
minimatch "^9.0.5"

0 commit comments

Comments
 (0)