|
19 | 19 | chalk "^2.4.2" |
20 | 20 |
|
21 | 21 | "@babel/code-frame@^7.12.13": |
22 | | - version "7.24.7" |
23 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
24 | | - integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
| 22 | + version "7.25.9" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.9.tgz#895b6c7e04a7271a0cbfd575d2e8131751914cc7" |
| 24 | + integrity sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ== |
25 | 25 | dependencies: |
26 | | - "@babel/highlight" "^7.24.7" |
| 26 | + "@babel/highlight" "^7.25.9" |
27 | 27 | picocolors "^1.0.0" |
28 | 28 |
|
29 | 29 | "@babel/compat-data@^7.22.9": |
|
135 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
136 | 136 | integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
137 | 137 |
|
138 | | -"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7": |
| 138 | +"@babel/helper-validator-identifier@^7.22.20": |
139 | 139 | version "7.24.7" |
140 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
141 | 141 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
142 | 142 |
|
| 143 | +"@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9": |
| 144 | + version "7.25.9" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 146 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 147 | + |
143 | 148 | "@babel/helper-validator-option@^7.22.15": |
144 | 149 | version "7.23.5" |
145 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" |
|
154 | 159 | "@babel/traverse" "^7.23.5" |
155 | 160 | "@babel/types" "^7.23.5" |
156 | 161 |
|
157 | | -"@babel/highlight@^7.23.4", "@babel/highlight@^7.24.7": |
| 162 | +"@babel/highlight@^7.23.4": |
158 | 163 | version "7.24.7" |
159 | 164 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
160 | 165 | integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
|
164 | 169 | js-tokens "^4.0.0" |
165 | 170 | picocolors "^1.0.0" |
166 | 171 |
|
| 172 | +"@babel/highlight@^7.25.9": |
| 173 | + version "7.25.9" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" |
| 175 | + integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== |
| 176 | + dependencies: |
| 177 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 178 | + chalk "^2.4.2" |
| 179 | + js-tokens "^4.0.0" |
| 180 | + picocolors "^1.0.0" |
| 181 | + |
167 | 182 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.5": |
168 | 183 | version "7.23.5" |
169 | 184 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563" |
|
687 | 702 | "@babel/types" "^7.20.7" |
688 | 703 |
|
689 | 704 | "@types/bson@^4.2.0": |
690 | | - version "4.2.0" |
691 | | - resolved "https://registry.yarnpkg.com/@types/bson/-/bson-4.2.0.tgz#a2f71e933ff54b2c3bf267b67fa221e295a33337" |
692 | | - integrity sha512-ELCPqAdroMdcuxqwMgUpifQyRoTpyYCNr1V9xKyF40VsBobsj+BbWNRvwGchMgBPGqkw655ypkjj2MEF5ywVwg== |
| 705 | + version "4.2.4" |
| 706 | + resolved "https://registry.yarnpkg.com/@types/bson/-/bson-4.2.4.tgz#3bb08ab0de5dd07103fba355361814019ba2ae88" |
| 707 | + integrity sha512-SG23E3JDH6y8qF20a4G9txLuUl+TCV16gxsKyntmGiJez2V9VBJr1Y8WxTBBD6OgBVcvspQ7sxgdNMkXFVcaEA== |
693 | 708 | dependencies: |
694 | 709 | bson "*" |
695 | 710 |
|
|
733 | 748 | "@types/istanbul-lib-report" "*" |
734 | 749 |
|
735 | 750 | "@types/jest@^29.5.12": |
736 | | - version "29.5.13" |
737 | | - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc" |
738 | | - integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg== |
| 751 | + version "29.5.14" |
| 752 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5" |
| 753 | + integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ== |
739 | 754 | dependencies: |
740 | 755 | expect "^29.0.0" |
741 | 756 | pretty-format "^29.0.0" |
|
746 | 761 | integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== |
747 | 762 |
|
748 | 763 | "@types/node@*", "@types/node@^22.2.0": |
749 | | - version "22.7.8" |
750 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.8.tgz#a1dbf0dc5f71bdd2642fc89caef65d58747ce825" |
751 | | - integrity sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg== |
| 764 | + version "22.7.9" |
| 765 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.9.tgz#2bf2797b5e84702d8262ea2cf843c3c3c880d0e9" |
| 766 | + integrity sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg== |
752 | 767 | dependencies: |
753 | 768 | undici-types "~6.19.2" |
754 | 769 |
|
@@ -2062,9 +2077,9 @@ path-parse@^1.0.7: |
2062 | 2077 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
2063 | 2078 |
|
2064 | 2079 | picocolors@^1.0.0: |
2065 | | - version "1.0.0" |
2066 | | - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
2067 | | - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
| 2080 | + version "1.1.1" |
| 2081 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 2082 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
2068 | 2083 |
|
2069 | 2084 | picomatch@^2.0.4, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: |
2070 | 2085 | version "2.3.1" |
|
0 commit comments