File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@mikro-orm/cli" : " ^6.1.0" ,
2222 "expect" : " 30.2.0" ,
23- "mocha" : " 11.7.3 " ,
23+ "mocha" : " 11.7.4 " ,
2424 "nodemon" : " ^3.0.3" ,
2525 "supertest" : " ^7.0.0"
2626 },
Original file line number Diff line number Diff line change @@ -1187,6 +1187,11 @@ is-number@^7.0.0:
11871187 resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
11881188 integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
11891189
1190+ is-path-inside@^3.0.3 :
1191+ version "3.0.3"
1192+ resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
1193+ integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
1194+
11901195is-plain-obj@^2.1.0 :
11911196 version "2.1.0"
11921197 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -1461,10 +1466,10 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
14611466 resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
14621467 integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
14631468
1464- mocha@11.7.3 :
1465- version "11.7.3 "
1466- resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.3 .tgz#68ce010241557414a63137a32ca952613e1731a7 "
1467- integrity sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw ==
1469+ mocha@11.7.4 :
1470+ version "11.7.4 "
1471+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.4 .tgz#f161b17aeccb0762484b33bdb3f7ab9410ba5c82 "
1472+ integrity sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w ==
14681473 dependencies :
14691474 browser-stdout "^1.3.1"
14701475 chokidar "^4.0.1"
@@ -1474,6 +1479,7 @@ mocha@11.7.3:
14741479 find-up "^5.0.0"
14751480 glob "^10.4.5"
14761481 he "^1.2.0"
1482+ is-path-inside "^3.0.3"
14771483 js-yaml "^4.1.0"
14781484 log-symbols "^4.1.0"
14791485 minimatch "^9.0.5"
You can’t perform that action at this time.
0 commit comments