File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1895,6 +1895,11 @@ is-number@^7.0.0:
18951895 resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
18961896 integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
18971897
1898+ is-path-inside@^3.0.3 :
1899+ version "3.0.3"
1900+ resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
1901+ integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
1902+
18981903is-plain-obj@^2.1.0 :
18991904 version "2.1.0"
19001905 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -2297,9 +2302,9 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
22972302 integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
22982303
22992304mocha@^11.0.1 :
2300- version "11.7.3 "
2301- resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.3 .tgz#68ce010241557414a63137a32ca952613e1731a7 "
2302- integrity sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw ==
2305+ version "11.7.4 "
2306+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.4 .tgz#f161b17aeccb0762484b33bdb3f7ab9410ba5c82 "
2307+ integrity sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w ==
23032308 dependencies :
23042309 browser-stdout "^1.3.1"
23052310 chokidar "^4.0.1"
@@ -2309,6 +2314,7 @@ mocha@^11.0.1:
23092314 find-up "^5.0.0"
23102315 glob "^10.4.5"
23112316 he "^1.2.0"
2317+ is-path-inside "^3.0.3"
23122318 js-yaml "^4.1.0"
23132319 log-symbols "^4.1.0"
23142320 minimatch "^9.0.5"
You can’t perform that action at this time.
0 commit comments