Compare commits

4 Commits

Author SHA1 Message Date
08163055a1 fix(deps): update dependency ts-jest to v29.4.1
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-26 20:12:21 +00:00
4e79c82bee chore(deps): update node.js to v22.18.0 (#112)
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.17.1-slim` -> `22.18.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `22.17.1-slim` -> `22.18.0-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | minor | `22.17.1` -> `22.18.0` |

---

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

Reviewed-on: #112
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-08-26 19:58:01 +00:00
4cefe5b8ba fix(deps): update dependency typescript to v5.9.2 (#111)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

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

Reviewed-on: #111
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-08-26 19:46:15 +00:00
ea34cd35ea fix(deps): update dependency @types/node to v22.18.0 (#109)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.16.4` -> `22.18.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.16.4/22.18.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.16.4/22.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

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

Reviewed-on: #109
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-08-26 19:42:59 +00:00
5 changed files with 57 additions and 57 deletions

View File

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

74
.pnp.cjs generated
View File

@@ -29,12 +29,12 @@ 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.18.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.1"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.1"],\
["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.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"]\
],\ ],\
"linkType": "SOFT"\ "linkType": "SOFT"\
}]\ }]\
@@ -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.3.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.3.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.3.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.3.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.3.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.3.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"],\
@@ -1496,7 +1496,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.3.0"],\
["@types/yargs", "npm:17.0.33"],\ ["@types/yargs", "npm:17.0.33"],\
["chalk", "npm:4.1.2"]\ ["chalk", "npm:4.1.2"]\
],\ ],\
@@ -1804,19 +1804,19 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@types/node", [\ ["@types/node", [\
["npm:22.16.4", {\ ["npm:22.18.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.18.0-b8526ce106-10c0.zip/node_modules/@types/node/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node", "npm:22.16.4"],\ ["@types/node", "npm:22.18.0"],\
["undici-types", "npm:6.21.0"]\ ["undici-types", "npm:6.21.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}],\ }],\
["npm:24.0.14", {\ ["npm:24.3.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.3.0-ebc21e5665-10c0.zip/node_modules/@types/node/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node", "npm:24.0.14"],\ ["@types/node", "npm:24.3.0"],\
["undici-types", "npm:7.8.0"]\ ["undici-types", "npm:7.10.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\
@@ -2553,12 +2553,12 @@ 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.18.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.1"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.1"],\
["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.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"]\
],\ ],\
"linkType": "SOFT"\ "linkType": "SOFT"\
}]\ }]\
@@ -3547,7 +3547,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.3.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"],\
@@ -3660,7 +3660,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.3.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"],\
@@ -3739,7 +3739,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.3.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"],\
@@ -3753,7 +3753,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.3.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"],\
@@ -3815,7 +3815,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.3.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"]\
],\ ],\
@@ -3890,7 +3890,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.3.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"],\
@@ -3923,7 +3923,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.3.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"],\
@@ -3978,7 +3978,7 @@ const RAW_RUNTIME_STATE =
"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.3.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"],\
@@ -4009,7 +4009,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.3.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"],\
@@ -4024,7 +4024,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.3.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"],\
@@ -5201,7 +5201,7 @@ const RAW_RUNTIME_STATE =
["semver", "npm:7.7.2"],\ ["semver", "npm:7.7.2"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.1"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.4.1"],\
["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.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"],\
["yargs-parser", "npm:21.1.1"]\ ["yargs-parser", "npm:21.1.1"]\
],\ ],\
"packagePeers": [\ "packagePeers": [\
@@ -5243,7 +5243,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.18.0"],\
["@types/swc__core", null],\ ["@types/swc__core", null],\
["@types/swc__wasm", null],\ ["@types/swc__wasm", null],\
["@types/typescript", null],\ ["@types/typescript", null],\
@@ -5254,7 +5254,7 @@ const RAW_RUNTIME_STATE =
["diff", "npm:4.0.2"],\ ["diff", "npm:4.0.2"],\
["make-error", "npm:1.3.6"],\ ["make-error", "npm:1.3.6"],\
["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.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"],\
["v8-compile-cache-lib", "npm:3.0.1"],\ ["v8-compile-cache-lib", "npm:3.0.1"],\
["yn", "npm:3.1.1"]\ ["yn", "npm:3.1.1"]\
],\ ],\
@@ -5305,10 +5305,10 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["typescript", [\ ["typescript", [\
["patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5", {\ ["patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5", {\
"packageLocation": "../../../../cache/others/berry/cache/typescript-patch-f64146f279-10c0.zip/node_modules/typescript/",\ "packageLocation": "../../../../cache/others/berry/cache/typescript-patch-bcfe2ebaf8-10c0.zip/node_modules/typescript/",\
"packageDependencies": [\ "packageDependencies": [\
["typescript", "patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"]\ ["typescript", "patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\
@@ -5330,10 +5330,10 @@ const RAW_RUNTIME_STATE =
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}],\ }],\
["npm:7.8.0", {\ ["npm:7.10.0", {\
"packageLocation": "../../../../cache/others/berry/cache/undici-types-npm-7.8.0-86f3e2d23e-10c0.zip/node_modules/undici-types/",\ "packageLocation": "../../../../cache/others/berry/cache/undici-types-npm-7.10.0-cd8324b9eb-10c0.zip/node_modules/undici-types/",\
"packageDependencies": [\ "packageDependencies": [\
["undici-types", "npm:7.8.0"]\ ["undici-types", "npm:7.10.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\

View File

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

View File

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

View File

@@ -1226,20 +1226,20 @@ __metadata:
linkType: hard linkType: hard
"@types/node@npm:*": "@types/node@npm:*":
version: 24.0.14 version: 24.3.0
resolution: "@types/node@npm:24.0.14" resolution: "@types/node@npm:24.3.0"
dependencies: dependencies:
undici-types: "npm:~7.8.0" undici-types: "npm:~7.10.0"
checksum: 10c0/536b5a816554ad1522e9e0c1d517b317f8478798bd76a332d83690aa42b19b5b263eb295ee25f9d0badb430ee6e36412ee9070cb5e3359f6bdcf7e08f94302f1 checksum: 10c0/96bdeca01f690338957c2dcc92cb9f76c262c10398f8d91860865464412b0f9d309c24d9b03d0bdd26dd47fa7ee3f8227893d5c89bc2009d919a525a22512030
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.18.0
resolution: "@types/node@npm:22.16.4" resolution: "@types/node@npm:22.18.0"
dependencies: dependencies:
undici-types: "npm:~6.21.0" undici-types: "npm:~6.21.0"
checksum: 10c0/a6e3f345c2d9656451ceac349e59c4cafa2b03f793acf3ab4f318fd90cee47d76c4fa79a7a08b8772978958a42fb03c8c71caa50c064b4e88613085dea287c2d checksum: 10c0/02cce4493eee8408e66e76fcad164f33c0600ed0854ad08e5519a76a06402da5b589b278cf71bc975c9e014f2668bdf758bc3be7fed63bdbfd0900495372797c
languageName: node languageName: node
linkType: hard linkType: hard
@@ -4232,22 +4232,22 @@ __metadata:
linkType: hard linkType: hard
"typescript@npm:^5.6.2": "typescript@npm:^5.6.2":
version: 5.8.3 version: 5.9.2
resolution: "typescript@npm:5.8.3" resolution: "typescript@npm:5.9.2"
bin: bin:
tsc: bin/tsc tsc: bin/tsc
tsserver: bin/tsserver tsserver: bin/tsserver
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48 checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
languageName: node languageName: node
linkType: hard linkType: hard
"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>": "typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
version: 5.8.3 version: 5.9.2
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5" resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
bin: bin:
tsc: bin/tsc tsc: bin/tsc
tsserver: bin/tsserver tsserver: bin/tsserver
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
languageName: node languageName: node
linkType: hard linkType: hard
@@ -4267,10 +4267,10 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"undici-types@npm:~7.8.0": "undici-types@npm:~7.10.0":
version: 7.8.0 version: 7.10.0
resolution: "undici-types@npm:7.8.0" resolution: "undici-types@npm:7.10.0"
checksum: 10c0/9d9d246d1dc32f318d46116efe3cfca5a72d4f16828febc1918d94e58f6ffcf39c158aa28bf5b4fc52f410446bc7858f35151367bd7a49f21746cab6497b709b checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635
languageName: node languageName: node
linkType: hard linkType: hard