|
22 | 22 | dependencies: |
23 | 23 | "@babel/highlight" "^7.18.6" |
24 | 24 |
|
25 | | -"@babel/compat-data@^7.21.4": |
26 | | - version "7.21.4" |
27 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
28 | | - integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
| 25 | +"@babel/compat-data@^7.21.5": |
| 26 | + version "7.21.7" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" |
| 28 | + integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== |
29 | 29 |
|
30 | 30 | "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
31 | | - version "7.21.4" |
32 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
33 | | - integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
| 31 | + version "7.21.5" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" |
| 33 | + integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== |
34 | 34 | dependencies: |
35 | 35 | "@ampproject/remapping" "^2.2.0" |
36 | 36 | "@babel/code-frame" "^7.21.4" |
37 | | - "@babel/generator" "^7.21.4" |
38 | | - "@babel/helper-compilation-targets" "^7.21.4" |
39 | | - "@babel/helper-module-transforms" "^7.21.2" |
40 | | - "@babel/helpers" "^7.21.0" |
41 | | - "@babel/parser" "^7.21.4" |
| 37 | + "@babel/generator" "^7.21.5" |
| 38 | + "@babel/helper-compilation-targets" "^7.21.5" |
| 39 | + "@babel/helper-module-transforms" "^7.21.5" |
| 40 | + "@babel/helpers" "^7.21.5" |
| 41 | + "@babel/parser" "^7.21.5" |
42 | 42 | "@babel/template" "^7.20.7" |
43 | | - "@babel/traverse" "^7.21.4" |
44 | | - "@babel/types" "^7.21.4" |
| 43 | + "@babel/traverse" "^7.21.5" |
| 44 | + "@babel/types" "^7.21.5" |
45 | 45 | convert-source-map "^1.7.0" |
46 | 46 | debug "^4.1.0" |
47 | 47 | gensync "^1.0.0-beta.2" |
48 | 48 | json5 "^2.2.2" |
49 | 49 | semver "^6.3.0" |
50 | 50 |
|
51 | | -"@babel/generator@^7.21.4", "@babel/generator@^7.7.2": |
52 | | - version "7.21.4" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
54 | | - integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
| 51 | +"@babel/generator@^7.21.5", "@babel/generator@^7.7.2": |
| 52 | + version "7.21.5" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" |
| 54 | + integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== |
55 | 55 | dependencies: |
56 | | - "@babel/types" "^7.21.4" |
| 56 | + "@babel/types" "^7.21.5" |
57 | 57 | "@jridgewell/gen-mapping" "^0.3.2" |
58 | 58 | "@jridgewell/trace-mapping" "^0.3.17" |
59 | 59 | jsesc "^2.5.1" |
60 | 60 |
|
61 | | -"@babel/helper-compilation-targets@^7.21.4": |
62 | | - version "7.21.4" |
63 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
64 | | - integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 61 | +"@babel/helper-compilation-targets@^7.21.5": |
| 62 | + version "7.21.5" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" |
| 64 | + integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== |
65 | 65 | dependencies: |
66 | | - "@babel/compat-data" "^7.21.4" |
| 66 | + "@babel/compat-data" "^7.21.5" |
67 | 67 | "@babel/helper-validator-option" "^7.21.0" |
68 | 68 | browserslist "^4.21.3" |
69 | 69 | lru-cache "^5.1.1" |
70 | 70 | semver "^6.3.0" |
71 | 71 |
|
72 | | -"@babel/helper-environment-visitor@^7.18.9": |
73 | | - version "7.18.9" |
74 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
75 | | - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
| 72 | +"@babel/helper-environment-visitor@^7.21.5": |
| 73 | + version "7.21.5" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" |
| 75 | + integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== |
76 | 76 |
|
77 | 77 | "@babel/helper-function-name@^7.21.0": |
78 | 78 | version "7.21.0" |
|
89 | 89 | dependencies: |
90 | 90 | "@babel/types" "^7.18.6" |
91 | 91 |
|
92 | | -"@babel/helper-module-imports@^7.18.6": |
| 92 | +"@babel/helper-module-imports@^7.21.4": |
93 | 93 | version "7.21.4" |
94 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
95 | 95 | integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
96 | 96 | dependencies: |
97 | 97 | "@babel/types" "^7.21.4" |
98 | 98 |
|
99 | | -"@babel/helper-module-transforms@^7.21.2": |
100 | | - version "7.21.2" |
101 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
102 | | - integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
| 99 | +"@babel/helper-module-transforms@^7.21.5": |
| 100 | + version "7.21.5" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" |
| 102 | + integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== |
103 | 103 | dependencies: |
104 | | - "@babel/helper-environment-visitor" "^7.18.9" |
105 | | - "@babel/helper-module-imports" "^7.18.6" |
106 | | - "@babel/helper-simple-access" "^7.20.2" |
| 104 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 105 | + "@babel/helper-module-imports" "^7.21.4" |
| 106 | + "@babel/helper-simple-access" "^7.21.5" |
107 | 107 | "@babel/helper-split-export-declaration" "^7.18.6" |
108 | 108 | "@babel/helper-validator-identifier" "^7.19.1" |
109 | 109 | "@babel/template" "^7.20.7" |
110 | | - "@babel/traverse" "^7.21.2" |
111 | | - "@babel/types" "^7.21.2" |
| 110 | + "@babel/traverse" "^7.21.5" |
| 111 | + "@babel/types" "^7.21.5" |
112 | 112 |
|
113 | 113 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0": |
114 | | - version "7.20.2" |
115 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
116 | | - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== |
| 114 | + version "7.21.5" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz#345f2377d05a720a4e5ecfa39cbf4474a4daed56" |
| 116 | + integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg== |
117 | 117 |
|
118 | | -"@babel/helper-simple-access@^7.20.2": |
119 | | - version "7.20.2" |
120 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
121 | | - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
| 118 | +"@babel/helper-simple-access@^7.21.5": |
| 119 | + version "7.21.5" |
| 120 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 121 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
122 | 122 | dependencies: |
123 | | - "@babel/types" "^7.20.2" |
| 123 | + "@babel/types" "^7.21.5" |
124 | 124 |
|
125 | 125 | "@babel/helper-split-export-declaration@^7.18.6": |
126 | 126 | version "7.18.6" |
|
129 | 129 | dependencies: |
130 | 130 | "@babel/types" "^7.18.6" |
131 | 131 |
|
132 | | -"@babel/helper-string-parser@^7.19.4": |
133 | | - version "7.19.4" |
134 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
135 | | - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 132 | +"@babel/helper-string-parser@^7.21.5": |
| 133 | + version "7.21.5" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
| 135 | + integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== |
136 | 136 |
|
137 | 137 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
138 | 138 | version "7.19.1" |
|
144 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
145 | 145 | integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
146 | 146 |
|
147 | | -"@babel/helpers@^7.21.0": |
148 | | - version "7.21.0" |
149 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
150 | | - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 147 | +"@babel/helpers@^7.21.5": |
| 148 | + version "7.21.5" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" |
| 150 | + integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== |
151 | 151 | dependencies: |
152 | 152 | "@babel/template" "^7.20.7" |
153 | | - "@babel/traverse" "^7.21.0" |
154 | | - "@babel/types" "^7.21.0" |
| 153 | + "@babel/traverse" "^7.21.5" |
| 154 | + "@babel/types" "^7.21.5" |
155 | 155 |
|
156 | 156 | "@babel/highlight@^7.18.6": |
157 | 157 | version "7.18.6" |
|
162 | 162 | chalk "^2.0.0" |
163 | 163 | js-tokens "^4.0.0" |
164 | 164 |
|
165 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4": |
166 | | - version "7.21.4" |
167 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
168 | | - integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
| 165 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5": |
| 166 | + version "7.21.5" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" |
| 168 | + integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== |
169 | 169 |
|
170 | 170 | "@babel/plugin-syntax-async-generators@^7.8.4": |
171 | 171 | version "7.8.4" |
|
274 | 274 | "@babel/parser" "^7.20.7" |
275 | 275 | "@babel/types" "^7.20.7" |
276 | 276 |
|
277 | | -"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2": |
278 | | - version "7.21.4" |
279 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
280 | | - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 277 | +"@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": |
| 278 | + version "7.21.5" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
| 280 | + integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
281 | 281 | dependencies: |
282 | 282 | "@babel/code-frame" "^7.21.4" |
283 | | - "@babel/generator" "^7.21.4" |
284 | | - "@babel/helper-environment-visitor" "^7.18.9" |
| 283 | + "@babel/generator" "^7.21.5" |
| 284 | + "@babel/helper-environment-visitor" "^7.21.5" |
285 | 285 | "@babel/helper-function-name" "^7.21.0" |
286 | 286 | "@babel/helper-hoist-variables" "^7.18.6" |
287 | 287 | "@babel/helper-split-export-declaration" "^7.18.6" |
288 | | - "@babel/parser" "^7.21.4" |
289 | | - "@babel/types" "^7.21.4" |
| 288 | + "@babel/parser" "^7.21.5" |
| 289 | + "@babel/types" "^7.21.5" |
290 | 290 | debug "^4.1.0" |
291 | 291 | globals "^11.1.0" |
292 | 292 |
|
293 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
294 | | - version "7.21.4" |
295 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
296 | | - integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
| 293 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 294 | + version "7.21.5" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" |
| 296 | + integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== |
297 | 297 | dependencies: |
298 | | - "@babel/helper-string-parser" "^7.19.4" |
| 298 | + "@babel/helper-string-parser" "^7.21.5" |
299 | 299 | "@babel/helper-validator-identifier" "^7.19.1" |
300 | 300 | to-fast-properties "^2.0.0" |
301 | 301 |
|
|
392 | 392 | integrity sha512-LgPi7t9cMc2gBL63jkx/H3LAAtM/DjgZEsnmYmGqrCPWYVmKY1Y4sH2PBaV2ocE9CypV83M0DellGiUNb0kmug== |
393 | 393 |
|
394 | 394 | "@cspell/dict-cpp@^5.0.2": |
395 | | - version "5.0.2" |
396 | | - resolved "https://registry.yarnpkg.com/@cspell/dict-cpp/-/dict-cpp-5.0.2.tgz#ab6fd2b91a08c30602426ac782a4855f239cd1e7" |
397 | | - integrity sha512-Q0ZjfhrHHfm0Y1/7LMCq3Fne/bhiBeBogUw4TV1wX/1tg3m+5BtaW/7GiOzRk+rFsblVj3RFam59VJKMT3vSoQ== |
| 395 | + version "5.0.3" |
| 396 | + resolved "https://registry.yarnpkg.com/@cspell/dict-cpp/-/dict-cpp-5.0.3.tgz#231c03019dba4db59bcfee0fda5a710d70569052" |
| 397 | + integrity sha512-7sx/RFsf0hB3q8chx8OHYl9Kd+g0pqA1laphwaAQ+/jPwoAreYT3kNQWbJ3bIt/rMoORetFSQxckSbaJXwwqpw== |
398 | 398 |
|
399 | 399 | "@cspell/dict-cryptocurrencies@^3.0.1": |
400 | 400 | version "3.0.1" |
|
547 | 547 | integrity sha512-baKkbs/WGEV2lCWZoL0KBPh3uiPcul5GSDwmXEBAsR5McEW52LF94/b7xWM0EmSAc/y8ODc5LnPYC7RDRLi6LQ== |
548 | 548 |
|
549 | 549 | "@cspell/dict-python@^4.0.2": |
550 | | - version "4.0.3" |
551 | | - resolved "https://registry.yarnpkg.com/@cspell/dict-python/-/dict-python-4.0.3.tgz#408295135f3cc7beb8471a41af2ffc5a16c118bc" |
552 | | - integrity sha512-tUEMEbtV5kjuiX//K1SFo4ayO6q+bY9ghqTAo3bdlraZy59MFx8KVLYHnRndVqGwM8rRwRhp9Kmb6boAnBl+Kw== |
| 550 | + version "4.0.4" |
| 551 | + resolved "https://registry.yarnpkg.com/@cspell/dict-python/-/dict-python-4.0.4.tgz#9d327ee40e3654c891fc508b40f939fc81d480e1" |
| 552 | + integrity sha512-whCrxsALD66PxSbxZ++xV1HQzxpRZMiX6LXEkZlj4gWuptrzyZUdTMiI8EqVEVfyf5G4EW7HNCTz35kNL5Zl+w== |
553 | 553 |
|
554 | 554 | "@cspell/dict-r@^2.0.1": |
555 | 555 | version "2.0.1" |
|
572 | 572 | integrity sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ== |
573 | 573 |
|
574 | 574 | "@cspell/dict-software-terms@^3.1.6": |
575 | | - version "3.1.7" |
576 | | - resolved "https://registry.yarnpkg.com/@cspell/dict-software-terms/-/dict-software-terms-3.1.7.tgz#619482874c7ffa32dfc012141e089be31680626f" |
577 | | - integrity sha512-kYJeG0QB5W/IFkBT8+W+sSN/tyDSRhj4E3hmTsaBL1EAvf6zAdSnH+7Nl0ED0zuitpCCC8JF4iCKu+PxyqZKYQ== |
| 575 | + version "3.1.8" |
| 576 | + resolved "https://registry.yarnpkg.com/@cspell/dict-software-terms/-/dict-software-terms-3.1.8.tgz#f222c19236ac1d5d538053992fc2da2660620d52" |
| 577 | + integrity sha512-gXJWSqnr8U50wHo/tpplLaZUQBQQGOwaJFHyMhN+DVNO92setoApHQ0zSqy4KSSkfvdbgYP0nPAj0MAo9/TvOw== |
578 | 578 |
|
579 | 579 | "@cspell/dict-sql@^2.1.0": |
580 | 580 | version "2.1.0" |
|
738 | 738 | eslint-visitor-keys "^3.3.0" |
739 | 739 |
|
740 | 740 | "@eslint-community/regexpp@^4.4.0": |
741 | | - version "4.5.0" |
742 | | - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724" |
743 | | - integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ== |
| 741 | + version "4.5.1" |
| 742 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" |
| 743 | + integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== |
744 | 744 |
|
745 | 745 | "@eslint/eslintrc@^2.0.2": |
746 | 746 | version "2.0.2" |
|
1420 | 1420 | integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== |
1421 | 1421 |
|
1422 | 1422 | "@types/node@*": |
1423 | | - version "18.16.1" |
1424 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.1.tgz#5db121e9c5352925bb1f1b892c4ae620e3526799" |
1425 | | - integrity sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA== |
| 1423 | + version "18.16.3" |
| 1424 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" |
| 1425 | + integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== |
1426 | 1426 |
|
1427 | 1427 | "@types/normalize-package-data@^2.4.1": |
1428 | 1428 | version "2.4.1" |
@@ -2483,9 +2483,9 @@ ed2curve@^0.3.0: |
2483 | 2483 | tweetnacl "1.x.x" |
2484 | 2484 |
|
2485 | 2485 | electron-to-chromium@^1.4.284: |
2486 | | - version "1.4.373" |
2487 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.373.tgz#58eb1c180e56550fdbf8cd6e4f04a84abd414bb9" |
2488 | | - integrity sha512-whGyixOVSRlyOBQDsRH9xltFaMij2/+DQRdaYahCq0P/fiVnAVGaW7OVsFnEjze/qUo298ez9C46gnALpo6ukg== |
| 2486 | + version "1.4.377" |
| 2487 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.377.tgz#7f326a0b2c1b96eca6bb65907addc505d0d15989" |
| 2488 | + integrity sha512-H3BYG6DW5Z+l0xcfXaicJGxrpA4kMlCxnN71+iNX+dBLkRMOdVJqFJiAmbNZZKA1zISpRg17JR03qGifXNsJtw== |
2489 | 2489 |
|
2490 | 2490 | elliptic@^6.5.4: |
2491 | 2491 | version "6.5.4" |
@@ -3984,9 +3984,9 @@ jest@^29.4.3: |
3984 | 3984 | jest-cli "^29.5.0" |
3985 | 3985 |
|
3986 | 3986 | jose@^4.12.0: |
3987 | | - version "4.14.2" |
3988 | | - resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.2.tgz#f126e2805555882f0d86d1f84bcf00481d5ab3bf" |
3989 | | - integrity sha512-Fcbi5lskAiSvs8qhdQBusANZWwyATdp7IxgHJTXiaU74sbVjX9uAw+myDPvI8pNo2wXKHECXCR63hqhRkN/SSQ== |
| 3987 | + version "4.14.4" |
| 3988 | + resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.4.tgz#59e09204e2670c3164ee24cbfe7115c6f8bff9ca" |
| 3989 | + integrity sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g== |
3990 | 3990 |
|
3991 | 3991 | js-sdsl@^4.1.4: |
3992 | 3992 | version "4.4.0" |
@@ -4388,9 +4388,9 @@ nice-try@^1.0.4: |
4388 | 4388 | integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== |
4389 | 4389 |
|
4390 | 4390 | nock@^13.3.0: |
4391 | | - version "13.3.0" |
4392 | | - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768" |
4393 | | - integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg== |
| 4391 | + version "13.3.1" |
| 4392 | + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.1.tgz#f22d4d661f7a05ebd9368edae1b5dc0a62d758fc" |
| 4393 | + integrity sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw== |
4394 | 4394 | dependencies: |
4395 | 4395 | debug "^4.1.0" |
4396 | 4396 | json-stringify-safe "^5.0.1" |
@@ -5818,9 +5818,9 @@ yargs-parser@^21.0.1, yargs-parser@^21.1.1: |
5818 | 5818 | integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== |
5819 | 5819 |
|
5820 | 5820 | yargs@^17.3.1: |
5821 | | - version "17.7.1" |
5822 | | - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967" |
5823 | | - integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw== |
| 5821 | + version "17.7.2" |
| 5822 | + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" |
| 5823 | + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== |
5824 | 5824 | dependencies: |
5825 | 5825 | cliui "^8.0.1" |
5826 | 5826 | escalade "^3.1.1" |
|
0 commit comments