3 Commits

Author SHA1 Message Date
094589786e fix(deps): update dependency @types/node to v22.17.0
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-29 15:15:08 +00:00
90bbaed669 chore(deps): update node.js to v22.17.1 (#108)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/nodejs/node) | docker | patch | `22.17.0-slim` -> `22.17.1-slim` |
| [node](https://github.com/nodejs/node) | final | patch | `22.17.0-slim` -> `22.17.1-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | patch | `22.17.0` -> `22.17.1` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #108
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-23 21:47:08 +00:00
fd0075b376 chore(deps): update node.js to v22.17.0 (#107)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/nodejs/node) | docker | minor | `22.16.0-slim` -> `22.17.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `22.16.0-slim` -> `22.17.0-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | minor | `22.16.0` -> `22.17.0` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #107
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-15 21:08:41 +00:00
5 changed files with 189 additions and 61 deletions

View File

@@ -27,7 +27,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'node:22.16.0-slim' image: 'node:22.17.1-slim'
commands: commands:
- yarn set version 4.6.0 - yarn set version 4.6.0
- yarn install - yarn install

137
.pnp.cjs generated
View File

@@ -29,10 +29,10 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./",\ "packageLocation": "./",\
"packageDependencies": [\ "packageDependencies": [\
["@types/jest", "npm:30.0.0"],\ ["@types/jest", "npm:30.0.0"],\
["@types/node", "npm:22.16.4"],\ ["@types/node", "npm:22.17.0"],\
["clean-architecture", "workspace:."],\ ["clean-architecture", "workspace:."],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:30.0.4"],\ ["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:30.0.4"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.0"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.3.4"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.2"],\ ["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.2"],\
["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"]\ ["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"]\
],\ ],\
@@ -1207,7 +1207,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["@jest/console", "npm:30.0.4"],\ ["@jest/console", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["jest-message-util", "npm:30.0.2"],\ ["jest-message-util", "npm:30.0.2"],\
["jest-util", "npm:30.0.2"],\ ["jest-util", "npm:30.0.2"],\
@@ -1234,7 +1234,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:30.0.4"],\ ["@jest/test-result", "npm:30.0.4"],\
["@jest/transform", "npm:30.0.4"],\ ["@jest/transform", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["@types/node-notifier", null],\ ["@types/node-notifier", null],\
["ansi-escapes", "npm:4.3.2"],\ ["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
@@ -1282,7 +1282,7 @@ const RAW_RUNTIME_STATE =
["@jest/environment", "npm:30.0.4"],\ ["@jest/environment", "npm:30.0.4"],\
["@jest/fake-timers", "npm:30.0.4"],\ ["@jest/fake-timers", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["jest-mock", "npm:30.0.2"]\ ["jest-mock", "npm:30.0.2"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
@@ -1316,7 +1316,7 @@ const RAW_RUNTIME_STATE =
["@jest/fake-timers", "npm:30.0.4"],\ ["@jest/fake-timers", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@sinonjs/fake-timers", "npm:13.0.5"],\ ["@sinonjs/fake-timers", "npm:13.0.5"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["jest-message-util", "npm:30.0.2"],\ ["jest-message-util", "npm:30.0.2"],\
["jest-mock", "npm:30.0.2"],\ ["jest-mock", "npm:30.0.2"],\
["jest-util", "npm:30.0.2"]\ ["jest-util", "npm:30.0.2"]\
@@ -1351,7 +1351,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/@jest-pattern-npm-30.0.1-2ce04a6497-10c0.zip/node_modules/@jest/pattern/",\ "packageLocation": "../../../../cache/others/berry/cache/@jest-pattern-npm-30.0.1-2ce04a6497-10c0.zip/node_modules/@jest/pattern/",\
"packageDependencies": [\ "packageDependencies": [\
["@jest/pattern", "npm:30.0.1"],\ ["@jest/pattern", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["jest-regex-util", "npm:30.0.1"]\ ["jest-regex-util", "npm:30.0.1"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
@@ -1375,7 +1375,7 @@ const RAW_RUNTIME_STATE =
["@jest/transform", "npm:30.0.4"],\ ["@jest/transform", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@jridgewell/trace-mapping", "npm:0.3.29"],\ ["@jridgewell/trace-mapping", "npm:0.3.29"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["@types/node-notifier", null],\ ["@types/node-notifier", null],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["collect-v8-coverage", "npm:1.0.2"],\ ["collect-v8-coverage", "npm:1.0.2"],\
@@ -1403,6 +1403,14 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@jest/schemas", [\ ["@jest/schemas", [\
["npm:29.6.3", {\
"packageLocation": "../../../../cache/others/berry/cache/@jest-schemas-npm-29.6.3-292730e442-10c0.zip/node_modules/@jest/schemas/",\
"packageDependencies": [\
["@jest/schemas", "npm:29.6.3"],\
["@sinclair/typebox", "npm:0.27.8"]\
],\
"linkType": "HARD"\
}],\
["npm:30.0.1", {\ ["npm:30.0.1", {\
"packageLocation": "../../../../cache/others/berry/cache/@jest-schemas-npm-30.0.1-36d48d0621-10c0.zip/node_modules/@jest/schemas/",\ "packageLocation": "../../../../cache/others/berry/cache/@jest-schemas-npm-30.0.1-36d48d0621-10c0.zip/node_modules/@jest/schemas/",\
"packageDependencies": [\ "packageDependencies": [\
@@ -1488,6 +1496,19 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@jest/types", [\ ["@jest/types", [\
["npm:29.6.3", {\
"packageLocation": "../../../../cache/others/berry/cache/@jest-types-npm-29.6.3-a584ca999d-10c0.zip/node_modules/@jest/types/",\
"packageDependencies": [\
["@jest/schemas", "npm:29.6.3"],\
["@jest/types", "npm:29.6.3"],\
["@types/istanbul-lib-coverage", "npm:2.0.4"],\
["@types/istanbul-reports", "npm:3.0.1"],\
["@types/node", "npm:24.1.0"],\
["@types/yargs", "npm:17.0.24"],\
["chalk", "npm:4.1.2"]\
],\
"linkType": "HARD"\
}],\
["npm:30.0.1", {\ ["npm:30.0.1", {\
"packageLocation": "../../../../cache/others/berry/cache/@jest-types-npm-30.0.1-1ab631dee6-10c0.zip/node_modules/@jest/types/",\ "packageLocation": "../../../../cache/others/berry/cache/@jest-types-npm-30.0.1-1ab631dee6-10c0.zip/node_modules/@jest/types/",\
"packageDependencies": [\ "packageDependencies": [\
@@ -1496,7 +1517,7 @@ const RAW_RUNTIME_STATE =
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/istanbul-lib-coverage", "npm:2.0.6"],\ ["@types/istanbul-lib-coverage", "npm:2.0.6"],\
["@types/istanbul-reports", "npm:3.0.4"],\ ["@types/istanbul-reports", "npm:3.0.4"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["@types/yargs", "npm:17.0.33"],\ ["@types/yargs", "npm:17.0.33"],\
["chalk", "npm:4.1.2"]\ ["chalk", "npm:4.1.2"]\
],\ ],\
@@ -1628,6 +1649,13 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@sinclair/typebox", [\ ["@sinclair/typebox", [\
["npm:0.27.8", {\
"packageLocation": "../../../../cache/others/berry/cache/@sinclair-typebox-npm-0.27.8-23e206d653-10c0.zip/node_modules/@sinclair/typebox/",\
"packageDependencies": [\
["@sinclair/typebox", "npm:0.27.8"]\
],\
"linkType": "HARD"\
}],\
["npm:0.34.37", {\ ["npm:0.34.37", {\
"packageLocation": "../../../../cache/others/berry/cache/@sinclair-typebox-npm-0.34.37-57513db3b2-10c0.zip/node_modules/@sinclair/typebox/",\ "packageLocation": "../../../../cache/others/berry/cache/@sinclair-typebox-npm-0.34.37-57513db3b2-10c0.zip/node_modules/@sinclair/typebox/",\
"packageDependencies": [\ "packageDependencies": [\
@@ -1783,6 +1811,14 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@types/istanbul-reports", [\ ["@types/istanbul-reports", [\
["npm:3.0.1", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-istanbul-reports-npm-3.0.1-770e825002-10c0.zip/node_modules/@types/istanbul-reports/",\
"packageDependencies": [\
["@types/istanbul-lib-report", "npm:3.0.0"],\
["@types/istanbul-reports", "npm:3.0.1"]\
],\
"linkType": "HARD"\
}],\
["npm:3.0.4", {\ ["npm:3.0.4", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-istanbul-reports-npm-3.0.4-1afa69db29-10c0.zip/node_modules/@types/istanbul-reports/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-istanbul-reports-npm-3.0.4-1afa69db29-10c0.zip/node_modules/@types/istanbul-reports/",\
"packageDependencies": [\ "packageDependencies": [\
@@ -1804,18 +1840,18 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@types/node", [\ ["@types/node", [\
["npm:22.16.4", {\ ["npm:22.17.0", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-22.16.4-b523097f5b-10c0.zip/node_modules/@types/node/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-22.17.0-d1a2089b53-10c0.zip/node_modules/@types/node/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node", "npm:22.16.4"],\ ["@types/node", "npm:22.17.0"],\
["undici-types", "npm:6.21.0"]\ ["undici-types", "npm:6.21.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}],\ }],\
["npm:24.0.14", {\ ["npm:24.1.0", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-24.0.14-fdce34fd3b-10c0.zip/node_modules/@types/node/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-24.1.0-b409136c60-10c0.zip/node_modules/@types/node/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["undici-types", "npm:7.8.0"]\ ["undici-types", "npm:7.8.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
@@ -1831,6 +1867,14 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@types/yargs", [\ ["@types/yargs", [\
["npm:17.0.24", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-yargs-npm-17.0.24-b034cf1d8b-10c0.zip/node_modules/@types/yargs/",\
"packageDependencies": [\
["@types/yargs", "npm:17.0.24"],\
["@types/yargs-parser", "npm:21.0.0"]\
],\
"linkType": "HARD"\
}],\
["npm:17.0.33", {\ ["npm:17.0.33", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-yargs-npm-17.0.33-1d6cca6a2e-10c0.zip/node_modules/@types/yargs/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-yargs-npm-17.0.33-1d6cca6a2e-10c0.zip/node_modules/@types/yargs/",\
"packageDependencies": [\ "packageDependencies": [\
@@ -2540,6 +2584,13 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["ci-info", [\ ["ci-info", [\
["npm:3.8.0", {\
"packageLocation": "../../../../cache/others/berry/cache/ci-info-npm-3.8.0-d56a0b67d6-10c0.zip/node_modules/ci-info/",\
"packageDependencies": [\
["ci-info", "npm:3.8.0"]\
],\
"linkType": "HARD"\
}],\
["npm:4.3.0", {\ ["npm:4.3.0", {\
"packageLocation": "../../../../cache/others/berry/cache/ci-info-npm-4.3.0-2894137978-10c0.zip/node_modules/ci-info/",\ "packageLocation": "../../../../cache/others/berry/cache/ci-info-npm-4.3.0-2894137978-10c0.zip/node_modules/ci-info/",\
"packageDependencies": [\ "packageDependencies": [\
@@ -2562,10 +2613,10 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./",\ "packageLocation": "./",\
"packageDependencies": [\ "packageDependencies": [\
["@types/jest", "npm:30.0.0"],\ ["@types/jest", "npm:30.0.0"],\
["@types/node", "npm:22.16.4"],\ ["@types/node", "npm:22.17.0"],\
["clean-architecture", "workspace:."],\ ["clean-architecture", "workspace:."],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:30.0.4"],\ ["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:30.0.4"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.0"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.3.4"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.2"],\ ["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.2"],\
["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"]\ ["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"]\
],\ ],\
@@ -3575,7 +3626,7 @@ const RAW_RUNTIME_STATE =
["@jest/expect", "npm:30.0.4"],\ ["@jest/expect", "npm:30.0.4"],\
["@jest/test-result", "npm:30.0.4"],\ ["@jest/test-result", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["co", "npm:4.6.0"],\ ["co", "npm:4.6.0"],\
["dedent", "virtual:737dc3baa71aef5f1645d647602ee35eff805e258099c28d5cd42db30cca35bff86a6c5a4d912b4906244617e26a74e69931ebfd3bbbd2171d179b5d66fefdf4#npm:1.6.0"],\ ["dedent", "virtual:737dc3baa71aef5f1645d647602ee35eff805e258099c28d5cd42db30cca35bff86a6c5a4d912b4906244617e26a74e69931ebfd3bbbd2171d179b5d66fefdf4#npm:1.6.0"],\
@@ -3688,7 +3739,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-sequencer", "npm:30.0.4"],\ ["@jest/test-sequencer", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/esbuild-register", null],\ ["@types/esbuild-register", null],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["@types/ts-node", null],\ ["@types/ts-node", null],\
["babel-jest", "virtual:dbb02fe1440cb9da81a7cfb44475475dae32507d236b3f519af0b283fe636f23c822b2c2dbbd566b479a8b1aeb93a9a0ec3751cbe4efa2279e6be7ca9981943e#npm:30.0.4"],\ ["babel-jest", "virtual:dbb02fe1440cb9da81a7cfb44475475dae32507d236b3f519af0b283fe636f23c822b2c2dbbd566b479a8b1aeb93a9a0ec3751cbe4efa2279e6be7ca9981943e#npm:30.0.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
@@ -3767,7 +3818,7 @@ const RAW_RUNTIME_STATE =
["@jest/environment", "npm:30.0.4"],\ ["@jest/environment", "npm:30.0.4"],\
["@jest/fake-timers", "npm:30.0.4"],\ ["@jest/fake-timers", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["jest-environment-node", "npm:30.0.4"],\ ["jest-environment-node", "npm:30.0.4"],\
["jest-mock", "npm:30.0.2"],\ ["jest-mock", "npm:30.0.2"],\
["jest-util", "npm:30.0.2"],\ ["jest-util", "npm:30.0.2"],\
@@ -3781,7 +3832,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/jest-haste-map-npm-30.0.2-1a3177bd79-10c0.zip/node_modules/jest-haste-map/",\ "packageLocation": "../../../../cache/others/berry/cache/jest-haste-map-npm-30.0.2-1a3177bd79-10c0.zip/node_modules/jest-haste-map/",\
"packageDependencies": [\ "packageDependencies": [\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["anymatch", "npm:3.1.3"],\ ["anymatch", "npm:3.1.3"],\
["fb-watchman", "npm:2.0.2"],\ ["fb-watchman", "npm:2.0.2"],\
["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin<compat/fsevents>::version=2.3.3&hash=df0bf1"],\ ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin<compat/fsevents>::version=2.3.3&hash=df0bf1"],\
@@ -3843,7 +3894,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/jest-mock-npm-30.0.2-8daf3cfa42-10c0.zip/node_modules/jest-mock/",\ "packageLocation": "../../../../cache/others/berry/cache/jest-mock-npm-30.0.2-8daf3cfa42-10c0.zip/node_modules/jest-mock/",\
"packageDependencies": [\ "packageDependencies": [\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["jest-mock", "npm:30.0.2"],\ ["jest-mock", "npm:30.0.2"],\
["jest-util", "npm:30.0.2"]\ ["jest-util", "npm:30.0.2"]\
],\ ],\
@@ -3918,7 +3969,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:30.0.4"],\ ["@jest/test-result", "npm:30.0.4"],\
["@jest/transform", "npm:30.0.4"],\ ["@jest/transform", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["emittery", "npm:0.13.1"],\ ["emittery", "npm:0.13.1"],\
["exit-x", "npm:0.2.2"],\ ["exit-x", "npm:0.2.2"],\
@@ -3951,7 +4002,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:30.0.4"],\ ["@jest/test-result", "npm:30.0.4"],\
["@jest/transform", "npm:30.0.4"],\ ["@jest/transform", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["cjs-module-lexer", "npm:2.1.0"],\ ["cjs-module-lexer", "npm:2.1.0"],\
["collect-v8-coverage", "npm:1.0.2"],\ ["collect-v8-coverage", "npm:1.0.2"],\
@@ -4002,11 +4053,24 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["jest-util", [\ ["jest-util", [\
["npm:29.6.3", {\
"packageLocation": "../../../../cache/others/berry/cache/jest-util-npm-29.6.3-6ffdea2c1c-10c0.zip/node_modules/jest-util/",\
"packageDependencies": [\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:24.1.0"],\
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.8.0"],\
["graceful-fs", "npm:4.2.11"],\
["jest-util", "npm:29.6.3"],\
["picomatch", "npm:2.3.1"]\
],\
"linkType": "HARD"\
}],\
["npm:30.0.2", {\ ["npm:30.0.2", {\
"packageLocation": "../../../../cache/others/berry/cache/jest-util-npm-30.0.2-85493d7c89-10c0.zip/node_modules/jest-util/",\ "packageLocation": "../../../../cache/others/berry/cache/jest-util-npm-30.0.2-85493d7c89-10c0.zip/node_modules/jest-util/",\
"packageDependencies": [\ "packageDependencies": [\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["ci-info", "npm:4.3.0"],\ ["ci-info", "npm:4.3.0"],\
["graceful-fs", "npm:4.2.11"],\ ["graceful-fs", "npm:4.2.11"],\
@@ -4037,7 +4101,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["@jest/test-result", "npm:30.0.4"],\ ["@jest/test-result", "npm:30.0.4"],\
["@jest/types", "npm:30.0.1"],\ ["@jest/types", "npm:30.0.1"],\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["ansi-escapes", "npm:4.3.2"],\ ["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["emittery", "npm:0.13.1"],\ ["emittery", "npm:0.13.1"],\
@@ -4052,7 +4116,7 @@ const RAW_RUNTIME_STATE =
["npm:30.0.2", {\ ["npm:30.0.2", {\
"packageLocation": "../../../../cache/others/berry/cache/jest-worker-npm-30.0.2-17774a66ba-10c0.zip/node_modules/jest-worker/",\ "packageLocation": "../../../../cache/others/berry/cache/jest-worker-npm-30.0.2-17774a66ba-10c0.zip/node_modules/jest-worker/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.1.0"],\
["@ungap/structured-clone", "npm:1.3.0"],\ ["@ungap/structured-clone", "npm:1.3.0"],\
["jest-util", "npm:30.0.2"],\ ["jest-util", "npm:30.0.2"],\
["jest-worker", "npm:30.0.2"],\ ["jest-worker", "npm:30.0.2"],\
@@ -5185,15 +5249,15 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["ts-jest", [\ ["ts-jest", [\
["npm:29.4.0", {\ ["npm:29.3.4", {\
"packageLocation": "../../../../cache/others/berry/cache/ts-jest-npm-29.4.0-9f040f13a5-10c0.zip/node_modules/ts-jest/",\ "packageLocation": "../../../../cache/others/berry/cache/ts-jest-npm-29.3.4-ab85c5ac0f-10c0.zip/node_modules/ts-jest/",\
"packageDependencies": [\ "packageDependencies": [\
["ts-jest", "npm:29.4.0"]\ ["ts-jest", "npm:29.3.4"]\
],\ ],\
"linkType": "SOFT"\ "linkType": "SOFT"\
}],\ }],\
["virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.0", {\ ["virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.3.4", {\
"packageLocation": "./.yarn/__virtual__/ts-jest-virtual-173b9e8037/5/cache/others/berry/cache/ts-jest-npm-29.4.0-9f040f13a5-10c0.zip/node_modules/ts-jest/",\ "packageLocation": "./.yarn/__virtual__/ts-jest-virtual-f21331bb69/5/cache/others/berry/cache/ts-jest-npm-29.3.4-ab85c5ac0f-10c0.zip/node_modules/ts-jest/",\
"packageDependencies": [\ "packageDependencies": [\
["@babel/core", null],\ ["@babel/core", null],\
["@jest/transform", null],\ ["@jest/transform", null],\
@@ -5202,7 +5266,6 @@ const RAW_RUNTIME_STATE =
["@types/babel__core", null],\ ["@types/babel__core", null],\
["@types/esbuild", null],\ ["@types/esbuild", null],\
["@types/jest", "npm:30.0.0"],\ ["@types/jest", "npm:30.0.0"],\
["@types/jest-util", null],\
["@types/jest__transform", null],\ ["@types/jest__transform", null],\
["@types/jest__types", null],\ ["@types/jest__types", null],\
["@types/typescript", null],\ ["@types/typescript", null],\
@@ -5212,12 +5275,12 @@ const RAW_RUNTIME_STATE =
["esbuild", null],\ ["esbuild", null],\
["fast-json-stable-stringify", "npm:2.1.0"],\ ["fast-json-stable-stringify", "npm:2.1.0"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:30.0.4"],\ ["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:30.0.4"],\
["jest-util", null],\ ["jest-util", "npm:29.6.3"],\
["json5", "npm:2.2.3"],\ ["json5", "npm:2.2.3"],\
["lodash.memoize", "npm:4.1.2"],\ ["lodash.memoize", "npm:4.1.2"],\
["make-error", "npm:1.3.6"],\ ["make-error", "npm:1.3.6"],\
["semver", "npm:7.7.2"],\ ["semver", "npm:7.7.2"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.0"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.3.4"],\
["type-fest", "npm:4.41.0"],\ ["type-fest", "npm:4.41.0"],\
["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"],\ ["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"],\
["yargs-parser", "npm:21.1.1"]\ ["yargs-parser", "npm:21.1.1"]\
@@ -5229,14 +5292,12 @@ const RAW_RUNTIME_STATE =
"@types/babel-jest",\ "@types/babel-jest",\
"@types/babel__core",\ "@types/babel__core",\
"@types/esbuild",\ "@types/esbuild",\
"@types/jest-util",\
"@types/jest",\ "@types/jest",\
"@types/jest__transform",\ "@types/jest__transform",\
"@types/jest__types",\ "@types/jest__types",\
"@types/typescript",\ "@types/typescript",\
"babel-jest",\ "babel-jest",\
"esbuild",\ "esbuild",\
"jest-util",\
"jest",\ "jest",\
"typescript"\ "typescript"\
],\ ],\
@@ -5261,7 +5322,7 @@ const RAW_RUNTIME_STATE =
["@tsconfig/node12", "npm:1.0.11"],\ ["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\ ["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.4"],\ ["@tsconfig/node16", "npm:1.0.4"],\
["@types/node", "npm:22.16.4"],\ ["@types/node", "npm:22.17.0"],\
["@types/swc__core", null],\ ["@types/swc__core", null],\
["@types/swc__wasm", null],\ ["@types/swc__wasm", null],\
["@types/typescript", null],\ ["@types/typescript", null],\

View File

@@ -1,2 +1,2 @@
nodejs 22.16.0 nodejs 22.17.1
yarn 1.22.22 yarn 1.22.22

View File

@@ -1,4 +1,4 @@
FROM node:22.16.0-slim FROM node:22.17.1-slim
WORKDIR /opt/app WORKDIR /opt/app

107
yarn.lock
View File

@@ -875,6 +875,15 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@jest/schemas@npm:^29.6.3":
version: 29.6.3
resolution: "@jest/schemas@npm:29.6.3"
dependencies:
"@sinclair/typebox": "npm:^0.27.8"
checksum: 10c0/b329e89cd5f20b9278ae1233df74016ebf7b385e0d14b9f4c1ad18d096c4c19d1e687aa113a9c976b16ec07f021ae53dea811fb8c1248a50ac34fbe009fdf6be
languageName: node
linkType: hard
"@jest/snapshot-utils@npm:30.0.4": "@jest/snapshot-utils@npm:30.0.4":
version: 30.0.4 version: 30.0.4
resolution: "@jest/snapshot-utils@npm:30.0.4" resolution: "@jest/snapshot-utils@npm:30.0.4"
@@ -960,6 +969,20 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@jest/types@npm:^29.6.3":
version: 29.6.3
resolution: "@jest/types@npm:29.6.3"
dependencies:
"@jest/schemas": "npm:^29.6.3"
"@types/istanbul-lib-coverage": "npm:^2.0.0"
"@types/istanbul-reports": "npm:^3.0.0"
"@types/node": "npm:*"
"@types/yargs": "npm:^17.0.8"
chalk: "npm:^4.0.0"
checksum: 10c0/ea4e493dd3fb47933b8ccab201ae573dcc451f951dc44ed2a86123cd8541b82aa9d2b1031caf9b1080d6673c517e2dcc25a44b2dc4f3fbc37bfc965d444888c0
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.3.0, @jridgewell/gen-mapping@npm:^0.3.2": "@jridgewell/gen-mapping@npm:^0.3.0, @jridgewell/gen-mapping@npm:^0.3.2":
version: 0.3.3 version: 0.3.3
resolution: "@jridgewell/gen-mapping@npm:0.3.3" resolution: "@jridgewell/gen-mapping@npm:0.3.3"
@@ -1073,6 +1096,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@sinclair/typebox@npm:^0.27.8":
version: 0.27.8
resolution: "@sinclair/typebox@npm:0.27.8"
checksum: 10c0/ef6351ae073c45c2ac89494dbb3e1f87cc60a93ce4cde797b782812b6f97da0d620ae81973f104b43c9b7eaa789ad20ba4f6a1359f1cc62f63729a55a7d22d4e
languageName: node
linkType: hard
"@sinclair/typebox@npm:^0.34.0": "@sinclair/typebox@npm:^0.34.0":
version: 0.34.37 version: 0.34.37
resolution: "@sinclair/typebox@npm:0.34.37" resolution: "@sinclair/typebox@npm:0.34.37"
@@ -1183,7 +1213,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.1": "@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1":
version: 2.0.4 version: 2.0.4
resolution: "@types/istanbul-lib-coverage@npm:2.0.4" resolution: "@types/istanbul-lib-coverage@npm:2.0.4"
checksum: 10c0/af5f6b64e788331ed3f7b2e2613cb6ca659c58b8500be94bbda8c995ad3da9216c006f1cfe6f66b321c39392b1bda18b16e63cef090a77d24a00b4bd5ba3b018 checksum: 10c0/af5f6b64e788331ed3f7b2e2613cb6ca659c58b8500be94bbda8c995ad3da9216c006f1cfe6f66b321c39392b1bda18b16e63cef090a77d24a00b4bd5ba3b018
@@ -1206,6 +1236,15 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/istanbul-reports@npm:^3.0.0":
version: 3.0.1
resolution: "@types/istanbul-reports@npm:3.0.1"
dependencies:
"@types/istanbul-lib-report": "npm:*"
checksum: 10c0/e147f0db9346a0cae9a359220bc76f7c78509fb6979a2597feb24d64b6e8328d2d26f9d152abbd59c6bca721e4ea2530af20116d01df50815efafd1e151fd777
languageName: node
linkType: hard
"@types/istanbul-reports@npm:^3.0.4": "@types/istanbul-reports@npm:^3.0.4":
version: 3.0.4 version: 3.0.4
resolution: "@types/istanbul-reports@npm:3.0.4" resolution: "@types/istanbul-reports@npm:3.0.4"
@@ -1226,20 +1265,20 @@ __metadata:
linkType: hard linkType: hard
"@types/node@npm:*": "@types/node@npm:*":
version: 24.0.14 version: 24.1.0
resolution: "@types/node@npm:24.0.14" resolution: "@types/node@npm:24.1.0"
dependencies: dependencies:
undici-types: "npm:~7.8.0" undici-types: "npm:~7.8.0"
checksum: 10c0/536b5a816554ad1522e9e0c1d517b317f8478798bd76a332d83690aa42b19b5b263eb295ee25f9d0badb430ee6e36412ee9070cb5e3359f6bdcf7e08f94302f1 checksum: 10c0/6c4686bc144f6ce7bffd4cadc3e1196e2217c1da4c639c637213719c8a3ee58b6c596b994befcbffeacd9d9eb0c3bff6529d2bc27da5d1cb9d58b1da0056f9f4
languageName: node languageName: node
linkType: hard linkType: hard
"@types/node@npm:^22.7.5": "@types/node@npm:^22.7.5":
version: 22.16.4 version: 22.17.0
resolution: "@types/node@npm:22.16.4" resolution: "@types/node@npm:22.17.0"
dependencies: dependencies:
undici-types: "npm:~6.21.0" undici-types: "npm:~6.21.0"
checksum: 10c0/a6e3f345c2d9656451ceac349e59c4cafa2b03f793acf3ab4f318fd90cee47d76c4fa79a7a08b8772978958a42fb03c8c71caa50c064b4e88613085dea287c2d checksum: 10c0/e1c603b660d3de3243dfc02ded5d40623ff3f36315ffbdd8cdc81bc2c5a8da172035879d437b72e9fa61ca01827f28e9c2b0c32898f411a8e9ba0a5efac0b4ca
languageName: node languageName: node
linkType: hard linkType: hard
@@ -1266,6 +1305,15 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/yargs@npm:^17.0.8":
version: 17.0.24
resolution: "@types/yargs@npm:17.0.24"
dependencies:
"@types/yargs-parser": "npm:*"
checksum: 10c0/fbebf57e1d04199e5e7eb0c67a402566fa27177ee21140664e63da826408793d203d262b48f8f41d4a7665126393d2e952a463e960e761226def247d9bbcdbd0
languageName: node
linkType: hard
"@ungap/structured-clone@npm:^1.3.0": "@ungap/structured-clone@npm:^1.3.0":
version: 1.3.0 version: 1.3.0
resolution: "@ungap/structured-clone@npm:1.3.0" resolution: "@ungap/structured-clone@npm:1.3.0"
@@ -1796,7 +1844,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"chalk@npm:^4.0.2, chalk@npm:^4.1.2": "chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.2":
version: 4.1.2 version: 4.1.2
resolution: "chalk@npm:4.1.2" resolution: "chalk@npm:4.1.2"
dependencies: dependencies:
@@ -1820,6 +1868,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"ci-info@npm:^3.2.0":
version: 3.8.0
resolution: "ci-info@npm:3.8.0"
checksum: 10c0/0d3052193b58356372b34ab40d2668c3e62f1006d5ca33726d1d3c423853b19a85508eadde7f5908496fb41448f465263bf61c1ee58b7832cb6a924537e3863a
languageName: node
linkType: hard
"ci-info@npm:^4.2.0": "ci-info@npm:^4.2.0":
version: 4.3.0 version: 4.3.0
resolution: "ci-info@npm:4.3.0" resolution: "ci-info@npm:4.3.0"
@@ -2392,7 +2447,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.6": "graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9":
version: 4.2.11 version: 4.2.11
resolution: "graceful-fs@npm:4.2.11" resolution: "graceful-fs@npm:4.2.11"
checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2
@@ -3060,6 +3115,20 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"jest-util@npm:^29.0.0":
version: 29.6.3
resolution: "jest-util@npm:29.6.3"
dependencies:
"@jest/types": "npm:^29.6.3"
"@types/node": "npm:*"
chalk: "npm:^4.0.0"
ci-info: "npm:^3.2.0"
graceful-fs: "npm:^4.2.9"
picomatch: "npm:^2.2.3"
checksum: 10c0/9428c07696f27aa8f230a13a35546559f9a087f3e3744f53f69a620598234c03004b808b1b4a12120cc5771a88403bf0a1e3f95a7ccd610acf03d90c36135e88
languageName: node
linkType: hard
"jest-validate@npm:30.0.2": "jest-validate@npm:30.0.2":
version: 30.0.2 version: 30.0.2
resolution: "jest-validate@npm:30.0.2" resolution: "jest-validate@npm:30.0.2"
@@ -3705,7 +3774,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"picomatch@npm:^2.0.4, picomatch@npm:^2.3.1": "picomatch@npm:^2.0.4, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1":
version: 2.3.1 version: 2.3.1
resolution: "picomatch@npm:2.3.1" resolution: "picomatch@npm:2.3.1"
checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be
@@ -4144,12 +4213,13 @@ __metadata:
linkType: hard linkType: hard
"ts-jest@npm:^29.2.5": "ts-jest@npm:^29.2.5":
version: 29.4.0 version: 29.3.4
resolution: "ts-jest@npm:29.4.0" resolution: "ts-jest@npm:29.3.4"
dependencies: dependencies:
bs-logger: "npm:^0.2.6" bs-logger: "npm:^0.2.6"
ejs: "npm:^3.1.10" ejs: "npm:^3.1.10"
fast-json-stable-stringify: "npm:^2.1.0" fast-json-stable-stringify: "npm:^2.1.0"
jest-util: "npm:^29.0.0"
json5: "npm:^2.2.3" json5: "npm:^2.2.3"
lodash.memoize: "npm:^4.1.2" lodash.memoize: "npm:^4.1.2"
make-error: "npm:^1.3.6" make-error: "npm:^1.3.6"
@@ -4158,11 +4228,10 @@ __metadata:
yargs-parser: "npm:^21.1.1" yargs-parser: "npm:^21.1.1"
peerDependencies: peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8" "@babel/core": ">=7.0.0-beta.0 <8"
"@jest/transform": ^29.0.0 || ^30.0.0 "@jest/transform": ^29.0.0
"@jest/types": ^29.0.0 || ^30.0.0 "@jest/types": ^29.0.0
babel-jest: ^29.0.0 || ^30.0.0 babel-jest: ^29.0.0
jest: ^29.0.0 || ^30.0.0 jest: ^29.0.0
jest-util: ^29.0.0 || ^30.0.0
typescript: ">=4.3 <6" typescript: ">=4.3 <6"
peerDependenciesMeta: peerDependenciesMeta:
"@babel/core": "@babel/core":
@@ -4175,11 +4244,9 @@ __metadata:
optional: true optional: true
esbuild: esbuild:
optional: true optional: true
jest-util:
optional: true
bin: bin:
ts-jest: cli.js ts-jest: cli.js
checksum: 10c0/c266431200786995b5bd32f8e61f17a564ce231278aace1d98fb0ae670f24013aeea06c90ec6019431e5a6f5e798868785131bef856085c931d193e2efbcea04 checksum: 10c0/68ed5abbbdb16ff8a9df2ba7ebb8e19ea4fffe87db7e0b59d842d674e7935af8b375b51a69c2cc9215ef22a6325a9f99b80ab97f5c300c30910695000e3bfeee
languageName: node languageName: node
linkType: hard linkType: hard