|
1519 | 1519 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
|
1520 | 1520 | integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
|
1521 | 1521 |
|
1522 |
| -"@inversifyjs/common@1.4.0": |
1523 |
| - version "1.4.0" |
1524 |
| - resolved "https://registry.yarnpkg.com/@inversifyjs/common/-/common-1.4.0.tgz#4df42e8cb012a1630ebf2f3c65bb76ac5b0f3e4c" |
1525 |
| - integrity sha512-qfRJ/3iOlCL/VfJq8+4o5X4oA14cZSBbpAmHsYj8EsIit1xDndoOl0xKOyglKtQD4u4gdNVxMHx4RWARk/I4QA== |
| 1522 | +"@inversifyjs/common@1.5.0": |
| 1523 | + version "1.5.0" |
| 1524 | + resolved "https://registry.yarnpkg.com/@inversifyjs/common/-/common-1.5.0.tgz#542cdb0cfc02e36cca5a19208af726ecf904d400" |
| 1525 | + integrity sha512-Qj5BELk11AfI2rgZEAaLPmOftmQRLLmoCXgAjmaF0IngQN5vHomVT5ML7DZ3+CA5fgGcEVMcGbUDAun+Rz+oNg== |
1526 | 1526 |
|
1527 |
| -"@inversifyjs/core@1.3.5": |
1528 |
| - version "1.3.5" |
1529 |
| - resolved "https://registry.yarnpkg.com/@inversifyjs/core/-/core-1.3.5.tgz#c02ee3ed036aae40189302794f16a9f4e0ed4557" |
1530 |
| - integrity sha512-B4MFXabhNTAmrfgB+yeD6wd/GIvmvWC6IQ8Rh/j2C3Ix69kmqwz9pr8Jt3E+Nho9aEHOQCZaGmrALgtqRd+oEQ== |
| 1527 | +"@inversifyjs/container@1.9.1": |
| 1528 | + version "1.9.1" |
| 1529 | + resolved "https://registry.yarnpkg.com/@inversifyjs/container/-/container-1.9.1.tgz#56367187c8a155b929758b3ab46a0ff2016cce4f" |
| 1530 | + integrity sha512-8EhjFoAx1LoD7TpCuP9ptitwc+7kVXEpZB0IeoEsCQb9sWaNYYaBi+7Lommu3/1nYxdMbX2t7AJhQnryT1EEsg== |
1531 | 1531 | dependencies:
|
1532 |
| - "@inversifyjs/common" "1.4.0" |
1533 |
| - "@inversifyjs/reflect-metadata-utils" "0.2.4" |
| 1532 | + "@inversifyjs/common" "1.5.0" |
| 1533 | + "@inversifyjs/core" "5.2.0" |
| 1534 | + "@inversifyjs/reflect-metadata-utils" "1.1.0" |
1534 | 1535 |
|
1535 |
| - |
1536 |
| - version "0.2.4" |
1537 |
| - resolved "https://registry.yarnpkg.com/@inversifyjs/reflect-metadata-utils/-/reflect-metadata-utils-0.2.4.tgz#c65172283db9516c4a27e8d673ca7a31a07d528b" |
1538 |
| - integrity sha512-u95rV3lKfG+NT2Uy/5vNzoDujos8vN8O18SSA5UyhxsGYd4GLQn/eUsGXfOsfa7m34eKrDelTKRUX1m/BcNX5w== |
| 1536 | + |
| 1537 | + version "5.2.0" |
| 1538 | + resolved "https://registry.yarnpkg.com/@inversifyjs/core/-/core-5.2.0.tgz#cd4e27a8096c7156f0b80ecb07af8baa40c453d7" |
| 1539 | + integrity sha512-MMaHGGRjQWT9uAof63sbZyEhRl4XptEAE17DJwrgUcN9LsdIEvecKP3r53pE9VF88PFR41knUKKzagUBvWLHmw== |
| 1540 | + dependencies: |
| 1541 | + "@inversifyjs/common" "1.5.0" |
| 1542 | + "@inversifyjs/prototype-utils" "0.1.0" |
| 1543 | + "@inversifyjs/reflect-metadata-utils" "1.1.0" |
| 1544 | + |
| 1545 | + |
| 1546 | + version "0.1.0" |
| 1547 | + resolved "https://registry.yarnpkg.com/@inversifyjs/prototype-utils/-/prototype-utils-0.1.0.tgz#1378596f3d708244f390e9b233599b862aba450d" |
| 1548 | + integrity sha512-lNz1yyajMRDXBHLvJsYYX81FcmeD15e5Qz1zAZ/3zeYTl+u7ZF/GxNRKJzNOloeMPMtuR8BnvzHA1SZxjR+J9w== |
| 1549 | + dependencies: |
| 1550 | + "@inversifyjs/common" "1.5.0" |
| 1551 | + |
| 1552 | + |
| 1553 | + version "1.1.0" |
| 1554 | + resolved "https://registry.yarnpkg.com/@inversifyjs/reflect-metadata-utils/-/reflect-metadata-utils-1.1.0.tgz#193ab71b92d47a8073e65e5bab640762bc435dcb" |
| 1555 | + integrity sha512-jmuAuC3eL1GnFAYfJGJOMKRDL9q1mgzOyrban6zxfM8Yg1FUHsj25h27bW2G7p8X1Amvhg3MLkaOuogszkrofA== |
1539 | 1556 |
|
1540 | 1557 | "@istanbuljs/load-nyc-config@^1.0.0":
|
1541 | 1558 | version "1.1.0"
|
@@ -7127,13 +7144,14 @@ internal-slot@^1.0.7:
|
7127 | 7144 | hasown "^2.0.0"
|
7128 | 7145 | side-channel "^1.0.4"
|
7129 | 7146 |
|
7130 |
| -inversify@6.2.2: |
7131 |
| - version "6.2.2" |
7132 |
| - resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.2.2.tgz#53b164d0c5753a47477a0d68be56f8e8bc3bafeb" |
7133 |
| - integrity sha512-KB836KHbZ9WrUnB8ax5MtadOwnqQYa+ZJO3KWbPFgcr4RIEnHM621VaqFZzOZd9+U7ln6upt9n0wJei7x2BNqw== |
| 7147 | +inversify@7.5.1: |
| 7148 | + version "7.5.1" |
| 7149 | + resolved "https://registry.yarnpkg.com/inversify/-/inversify-7.5.1.tgz#aa69cf594d7703b63a2e77902f8c47e172840bf0" |
| 7150 | + integrity sha512-oWWFDU2BXiuqZynGcLDDD4tqiWAeaEUCALlCj0vk/QwHGgZY/tzDFPuTmWMY3jwRmDIHxVDkcj9SL3MFTlCEDw== |
7134 | 7151 | dependencies:
|
7135 |
| - "@inversifyjs/common" "1.4.0" |
7136 |
| - "@inversifyjs/core" "1.3.5" |
| 7152 | + "@inversifyjs/common" "1.5.0" |
| 7153 | + "@inversifyjs/container" "1.9.1" |
| 7154 | + "@inversifyjs/core" "5.2.0" |
7137 | 7155 |
|
7138 | 7156 | is-accessor-descriptor@^0.1.6:
|
7139 | 7157 | version "0.1.6"
|
|
0 commit comments