@ -2799,6 +2799,7 @@
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
@ -3360,9 +3361,9 @@
}
} ,
"node_modules/minipass" : {
"version" : "7.1.1 " ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.1 .tgz" ,
"integrity" : "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA ==" ,
"version" : "7.1.2 " ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2 .tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw ==" ,
"dev" : true ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
@ -4600,16 +4601,16 @@
}
} ,
"node_modules/sucrase/node_modules/glob" : {
"version" : "10.3.16 " ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.3.16 .tgz" ,
"integrity" : "sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw ==" ,
"version" : "10.4.0 " ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.4.0 .tgz" ,
"integrity" : "sha512-+K6CicMIL11UEbC3gH/MVxgGG4gJDMu9tPD+nH+d6W3+y2fYuDSbpa2b+EGyvCGvSN/PT/7daJTH25NknJkcIQ ==" ,
"dev" : true ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.1 " ,
"minipass" : "^7.0.4 " ,
"path-scurry" : "^1.11.0 "
"minimatch" : "^9.0.4 " ,
"minipass" : "^7.1.2 " ,
"path-scurry" : "^1.11.1 "
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
@ -4621,6 +4622,21 @@
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/sucrase/node_modules/minimatch" : {
"version" : "9.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz" ,
"integrity" : "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==" ,
"dev" : true ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,