@leo-h/create-nodejs-app 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0});const name="@leo-h/create-nodejs-app",version="1.0.18",packageManager="pnpm@9.15.0",author="Leonardo Henrique <leonardo0507.business@gmail.com>",description="Create a modern Node.js app with TypeScript using one command.",license="MIT",keywords=["node","node.js","typescript"],bin={"create-nodejs-app":"./dist/index.js"},files=["./dist","./templates"],repository={type:"git",url:"https://github.com/Leo-Henrique/create-nodejs-app"},scripts={start:"node ./dist/index.js","start:dev":"tsx --env-file=.env.development ./src/index.ts","start:dev:watch":"tsx --env-file=.env.development watch ./src/index.ts",typecheck:"tsc --noEmit",lint:"eslint . --max-warnings 0 --cache","lint:fix":"pnpm lint --fix",format:"prettier . --write --cache","test:unit":"vitest run","test:unit:watch":"vitest","test:e2e":"vitest run --config ./vitest.config.e2e.mts","test:e2e:watch":"vitest --config ./vitest.config.e2e.mts","test:coverage":"vitest run --coverage.enabled=true",template:"tsx --env-file=.env.development ./scripts/template-cli.ts",prebuild:"rimraf ./dist",build:"unbuild",prepublishOnly:"pnpm build"},dependencies={commander:"12.1.0",picocolors:"1.1.1",prompts:"2.4.2","validate-npm-package-name":"5.0.1",zod:"3.24.1"},devDependencies={"@eslint/js":"9.17.0","@faker-js/faker":"8.4.1","@types/node":"20.17.10","@types/prompts":"2.4.9","@types/validate-npm-package-name":"4.0.2","@vitest/eslint-plugin":"1.1.16","conventional-changelog-conventionalcommits":"8.0.0",eslint:"9.17.0","eslint-config-prettier":"9.1.0",globals:"15.13.0",husky:"9.1.7","lint-staged":"15.2.11",prettier:"3.4.2",rimraf:"5.0.10",tsx:"4.19.2",typescript:"5.7.2","typescript-eslint":"8.18.1",unbuild:"2.0.0","vite-tsconfig-paths":"4.3.2",vitest:"1.6.0"},d={name,version,packageManager,author,description,license,keywords,bin,files,repository,scripts,dependencies,devDependencies};exports.author=author;exports.bin=bin;exports.default=d;exports.dependencies=dependencies;exports.description=description;exports.devDependencies=devDependencies;exports.files=files;exports.keywords=keywords;exports.license=license;exports.name=name;exports.packageManager=packageManager;exports.repository=repository;exports.scripts=scripts;exports.version=version;
1
+ Object.defineProperty(exports,"__esModule",{value:!0});const name="@leo-h/create-nodejs-app",version="1.0.20",packageManager="pnpm@9.15.0",author="Leonardo Henrique <leonardo0507.business@gmail.com>",description="Create a modern Node.js app with TypeScript using one command.",license="MIT",keywords=["node","node.js","typescript"],bin={"create-nodejs-app":"./dist/index.js"},files=["./dist","./templates"],repository={type:"git",url:"https://github.com/Leo-Henrique/create-nodejs-app"},scripts={start:"node ./dist/index.js","start:dev":"tsx --env-file=.env.development ./src/index.ts","start:dev:watch":"tsx --env-file=.env.development watch ./src/index.ts",typecheck:"tsc --noEmit",lint:"eslint . --max-warnings 0 --cache","lint:fix":"pnpm lint --fix",format:"prettier . --write --cache","test:unit":"vitest run","test:unit:watch":"vitest","test:e2e":"vitest run --config ./vitest.config.e2e.mts","test:e2e:watch":"vitest --config ./vitest.config.e2e.mts","test:coverage":"vitest run --coverage.enabled=true",template:"tsx --env-file=.env.development ./scripts/template-cli.ts",prebuild:"rimraf ./dist",build:"unbuild",prepublishOnly:"pnpm build"},dependencies={commander:"12.1.0",picocolors:"1.1.1",prompts:"2.4.2","validate-npm-package-name":"5.0.1",zod:"3.24.1"},devDependencies={"@eslint/js":"9.17.0","@faker-js/faker":"9.3.0","@types/node":"20.17.10","@types/prompts":"2.4.9","@types/validate-npm-package-name":"4.0.2","@vitest/eslint-plugin":"1.1.18","conventional-changelog-conventionalcommits":"8.0.0",eslint:"9.17.0","eslint-config-prettier":"9.1.0",globals:"15.14.0",husky:"9.1.7","lint-staged":"15.2.11",prettier:"3.4.2",rimraf:"6.0.1",tsx:"4.19.2",typescript:"5.7.2","typescript-eslint":"8.18.1",unbuild:"2.0.0","vite-tsconfig-paths":"4.3.2",vitest:"1.6.0"},d={name,version,packageManager,author,description,license,keywords,bin,files,repository,scripts,dependencies,devDependencies};exports.author=author;exports.bin=bin;exports.default=d;exports.dependencies=dependencies;exports.description=description;exports.devDependencies=devDependencies;exports.files=files;exports.keywords=keywords;exports.license=license;exports.name=name;exports.packageManager=packageManager;exports.repository=repository;exports.scripts=scripts;exports.version=version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo-h/create-nodejs-app",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "packageManager": "pnpm@9.15.0",
5
5
  "author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
6
6
  "description": "Create a modern Node.js app with TypeScript using one command.",
@@ -48,19 +48,19 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@eslint/js": "9.17.0",
51
- "@faker-js/faker": "8.4.1",
51
+ "@faker-js/faker": "9.3.0",
52
52
  "@types/node": "20.17.10",
53
53
  "@types/prompts": "2.4.9",
54
54
  "@types/validate-npm-package-name": "4.0.2",
55
- "@vitest/eslint-plugin": "1.1.16",
55
+ "@vitest/eslint-plugin": "1.1.18",
56
56
  "conventional-changelog-conventionalcommits": "8.0.0",
57
57
  "eslint": "9.17.0",
58
58
  "eslint-config-prettier": "9.1.0",
59
- "globals": "15.13.0",
59
+ "globals": "15.14.0",
60
60
  "husky": "9.1.7",
61
61
  "lint-staged": "15.2.11",
62
62
  "prettier": "3.4.2",
63
- "rimraf": "5.0.10",
63
+ "rimraf": "6.0.1",
64
64
  "tsx": "4.19.2",
65
65
  "typescript": "5.7.2",
66
66
  "typescript-eslint": "8.18.1",
@@ -22,16 +22,16 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@eslint/js": "9.17.0",
25
- "@faker-js/faker": "8.4.1",
25
+ "@faker-js/faker": "9.3.0",
26
26
  "@types/node": "20.17.10",
27
- "@vitest/eslint-plugin": "1.1.16",
27
+ "@vitest/eslint-plugin": "1.1.18",
28
28
  "eslint": "9.17.0",
29
29
  "eslint-config-prettier": "9.1.0",
30
- "globals": "15.13.0",
30
+ "globals": "15.14.0",
31
31
  "husky": "9.1.7",
32
32
  "lint-staged": "15.2.11",
33
33
  "prettier": "3.4.2",
34
- "rimraf": "5.0.10",
34
+ "rimraf": "6.0.1",
35
35
  "tsx": "4.19.2",
36
36
  "typescript": "5.7.2",
37
37
  "typescript-eslint": "8.18.1",
@@ -19,14 +19,14 @@ importers:
19
19
  specifier: 9.17.0
20
20
  version: 9.17.0
21
21
  '@faker-js/faker':
22
- specifier: 8.4.1
23
- version: 8.4.1
22
+ specifier: 9.3.0
23
+ version: 9.3.0
24
24
  '@types/node':
25
25
  specifier: 20.17.10
26
26
  version: 20.17.10
27
27
  '@vitest/eslint-plugin':
28
- specifier: 1.1.16
29
- version: 1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))
28
+ specifier: 1.1.18
29
+ version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))
30
30
  eslint:
31
31
  specifier: 9.17.0
32
32
  version: 9.17.0(jiti@1.21.6)
@@ -34,8 +34,8 @@ importers:
34
34
  specifier: 9.1.0
35
35
  version: 9.1.0(eslint@9.17.0(jiti@1.21.6))
36
36
  globals:
37
- specifier: 15.13.0
38
- version: 15.13.0
37
+ specifier: 15.14.0
38
+ version: 15.14.0
39
39
  husky:
40
40
  specifier: 9.1.7
41
41
  version: 9.1.7
@@ -46,8 +46,8 @@ importers:
46
46
  specifier: 3.4.2
47
47
  version: 3.4.2
48
48
  rimraf:
49
- specifier: 5.0.10
50
- version: 5.0.10
49
+ specifier: 6.0.1
50
+ version: 6.0.1
51
51
  tsx:
52
52
  specifier: 4.19.2
53
53
  version: 4.19.2
@@ -622,9 +622,9 @@ packages:
622
622
  resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
623
623
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
624
624
 
625
- '@faker-js/faker@8.4.1':
626
- resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==}
627
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
625
+ '@faker-js/faker@9.3.0':
626
+ resolution: {integrity: sha512-r0tJ3ZOkMd9xsu3VRfqlFR6cz0V/jFYRswAIpC+m/DIfAUXq7g8N7wTAlhSANySXYGKzGryfDXwtwsY8TxEIDw==}
627
+ engines: {node: '>=18.0.0', npm: '>=9.0.0'}
628
628
 
629
629
  '@humanfs/core@0.19.1':
630
630
  resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
@@ -684,10 +684,6 @@ packages:
684
684
  resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
685
685
  engines: {node: '>= 8'}
686
686
 
687
- '@pkgjs/parseargs@0.11.0':
688
- resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
689
- engines: {node: '>=14'}
690
-
691
687
  '@rollup/plugin-alias@5.1.0':
692
688
  resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==}
693
689
  engines: {node: '>=14.0.0'}
@@ -895,8 +891,8 @@ packages:
895
891
  resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==}
896
892
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
897
893
 
898
- '@vitest/eslint-plugin@1.1.16':
899
- resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==}
894
+ '@vitest/eslint-plugin@1.1.18':
895
+ resolution: {integrity: sha512-pcnR0hn4KRaWqdEXdZPXLs2wAxzMBD8dKkpVkOuhT+bOOGW1/4BdiUrU3I0LW2loskfVS/XldwcO/lCEoFDyZw==}
900
896
  peerDependencies:
901
897
  '@typescript-eslint/utils': '>= 8.0'
902
898
  eslint: '>= 8.57.0'
@@ -1405,9 +1401,9 @@ packages:
1405
1401
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1406
1402
  engines: {node: '>=10.13.0'}
1407
1403
 
1408
- glob@10.4.1:
1409
- resolution: {integrity: sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==}
1410
- engines: {node: '>=16 || 14 >=14.18'}
1404
+ glob@11.0.0:
1405
+ resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==}
1406
+ engines: {node: 20 || >=22}
1411
1407
  hasBin: true
1412
1408
 
1413
1409
  glob@8.1.0:
@@ -1423,8 +1419,8 @@ packages:
1423
1419
  resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1424
1420
  engines: {node: '>=18'}
1425
1421
 
1426
- globals@15.13.0:
1427
- resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==}
1422
+ globals@15.14.0:
1423
+ resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
1428
1424
  engines: {node: '>=18'}
1429
1425
 
1430
1426
  globby@13.2.2:
@@ -1531,9 +1527,9 @@ packages:
1531
1527
  isexe@2.0.0:
1532
1528
  resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1533
1529
 
1534
- jackspeak@3.4.0:
1535
- resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
1536
- engines: {node: '>=14'}
1530
+ jackspeak@4.0.2:
1531
+ resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==}
1532
+ engines: {node: 20 || >=22}
1537
1533
 
1538
1534
  jiti@1.21.6:
1539
1535
  resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
@@ -1619,9 +1615,9 @@ packages:
1619
1615
  loupe@2.3.7:
1620
1616
  resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==}
1621
1617
 
1622
- lru-cache@10.2.2:
1623
- resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
1624
- engines: {node: 14 || >=16.14}
1618
+ lru-cache@11.0.2:
1619
+ resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==}
1620
+ engines: {node: 20 || >=22}
1625
1621
 
1626
1622
  lru-cache@5.1.1:
1627
1623
  resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -1658,6 +1654,10 @@ packages:
1658
1654
  resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
1659
1655
  engines: {node: '>=18'}
1660
1656
 
1657
+ minimatch@10.0.1:
1658
+ resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
1659
+ engines: {node: 20 || >=22}
1660
+
1661
1661
  minimatch@3.1.2:
1662
1662
  resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1663
1663
 
@@ -1750,6 +1750,9 @@ packages:
1750
1750
  resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1751
1751
  engines: {node: '>=10'}
1752
1752
 
1753
+ package-json-from-dist@1.0.1:
1754
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
1755
+
1753
1756
  parent-module@1.0.1:
1754
1757
  resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1755
1758
  engines: {node: '>=6'}
@@ -1769,9 +1772,9 @@ packages:
1769
1772
  path-parse@1.0.7:
1770
1773
  resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
1771
1774
 
1772
- path-scurry@1.11.1:
1773
- resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
1774
- engines: {node: '>=16 || 14 >=14.18'}
1775
+ path-scurry@2.0.0:
1776
+ resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==}
1777
+ engines: {node: 20 || >=22}
1775
1778
 
1776
1779
  path-type@4.0.0:
1777
1780
  resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
@@ -2030,8 +2033,9 @@ packages:
2030
2033
  rfdc@1.4.1:
2031
2034
  resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
2032
2035
 
2033
- rimraf@5.0.10:
2034
- resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
2036
+ rimraf@6.0.1:
2037
+ resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
2038
+ engines: {node: 20 || >=22}
2035
2039
  hasBin: true
2036
2040
 
2037
2041
  rollup-plugin-dts@6.1.1:
@@ -2773,7 +2777,7 @@ snapshots:
2773
2777
  dependencies:
2774
2778
  levn: 0.4.1
2775
2779
 
2776
- '@faker-js/faker@8.4.1': {}
2780
+ '@faker-js/faker@9.3.0': {}
2777
2781
 
2778
2782
  '@humanfs/core@0.19.1': {}
2779
2783
 
@@ -2830,9 +2834,6 @@ snapshots:
2830
2834
  '@nodelib/fs.scandir': 2.1.5
2831
2835
  fastq: 1.17.1
2832
2836
 
2833
- '@pkgjs/parseargs@0.11.0':
2834
- optional: true
2835
-
2836
2837
  '@rollup/plugin-alias@5.1.0(rollup@3.29.4)':
2837
2838
  dependencies:
2838
2839
  slash: 4.0.0
@@ -3025,7 +3026,7 @@ snapshots:
3025
3026
  '@typescript-eslint/types': 8.18.1
3026
3027
  eslint-visitor-keys: 4.2.0
3027
3028
 
3028
- '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))':
3029
+ '@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))':
3029
3030
  dependencies:
3030
3031
  '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
3031
3032
  eslint: 9.17.0(jiti@1.21.6)
@@ -3583,7 +3584,7 @@ snapshots:
3583
3584
 
3584
3585
  foreground-child@3.1.1:
3585
3586
  dependencies:
3586
- cross-spawn: 7.0.3
3587
+ cross-spawn: 7.0.6
3587
3588
  signal-exit: 4.1.0
3588
3589
 
3589
3590
  fraction.js@4.3.7: {}
@@ -3621,13 +3622,14 @@ snapshots:
3621
3622
  dependencies:
3622
3623
  is-glob: 4.0.3
3623
3624
 
3624
- glob@10.4.1:
3625
+ glob@11.0.0:
3625
3626
  dependencies:
3626
3627
  foreground-child: 3.1.1
3627
- jackspeak: 3.4.0
3628
- minimatch: 9.0.4
3628
+ jackspeak: 4.0.2
3629
+ minimatch: 10.0.1
3629
3630
  minipass: 7.1.2
3630
- path-scurry: 1.11.1
3631
+ package-json-from-dist: 1.0.1
3632
+ path-scurry: 2.0.0
3631
3633
 
3632
3634
  glob@8.1.0:
3633
3635
  dependencies:
@@ -3641,7 +3643,7 @@ snapshots:
3641
3643
 
3642
3644
  globals@14.0.0: {}
3643
3645
 
3644
- globals@15.13.0: {}
3646
+ globals@15.14.0: {}
3645
3647
 
3646
3648
  globby@13.2.2:
3647
3649
  dependencies:
@@ -3730,11 +3732,9 @@ snapshots:
3730
3732
 
3731
3733
  isexe@2.0.0: {}
3732
3734
 
3733
- jackspeak@3.4.0:
3735
+ jackspeak@4.0.2:
3734
3736
  dependencies:
3735
3737
  '@isaacs/cliui': 8.0.2
3736
- optionalDependencies:
3737
- '@pkgjs/parseargs': 0.11.0
3738
3738
 
3739
3739
  jiti@1.21.6: {}
3740
3740
 
@@ -3826,7 +3826,7 @@ snapshots:
3826
3826
  dependencies:
3827
3827
  get-func-name: 2.0.2
3828
3828
 
3829
- lru-cache@10.2.2: {}
3829
+ lru-cache@11.0.2: {}
3830
3830
 
3831
3831
  lru-cache@5.1.1:
3832
3832
  dependencies:
@@ -3858,6 +3858,10 @@ snapshots:
3858
3858
 
3859
3859
  mimic-function@5.0.1: {}
3860
3860
 
3861
+ minimatch@10.0.1:
3862
+ dependencies:
3863
+ brace-expansion: 2.0.1
3864
+
3861
3865
  minimatch@3.1.2:
3862
3866
  dependencies:
3863
3867
  brace-expansion: 1.1.11
@@ -3954,6 +3958,8 @@ snapshots:
3954
3958
  dependencies:
3955
3959
  p-limit: 3.1.0
3956
3960
 
3961
+ package-json-from-dist@1.0.1: {}
3962
+
3957
3963
  parent-module@1.0.1:
3958
3964
  dependencies:
3959
3965
  callsites: 3.1.0
@@ -3966,9 +3972,9 @@ snapshots:
3966
3972
 
3967
3973
  path-parse@1.0.7: {}
3968
3974
 
3969
- path-scurry@1.11.1:
3975
+ path-scurry@2.0.0:
3970
3976
  dependencies:
3971
- lru-cache: 10.2.2
3977
+ lru-cache: 11.0.2
3972
3978
  minipass: 7.1.2
3973
3979
 
3974
3980
  path-type@4.0.0: {}
@@ -4193,9 +4199,10 @@ snapshots:
4193
4199
 
4194
4200
  rfdc@1.4.1: {}
4195
4201
 
4196
- rimraf@5.0.10:
4202
+ rimraf@6.0.1:
4197
4203
  dependencies:
4198
- glob: 10.4.1
4204
+ glob: 11.0.0
4205
+ package-json-from-dist: 1.0.1
4199
4206
 
4200
4207
  rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.7.2):
4201
4208
  dependencies:
@@ -35,19 +35,19 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@eslint/js": "9.17.0",
38
- "@faker-js/faker": "8.4.1",
38
+ "@faker-js/faker": "9.3.0",
39
39
  "@types/mime-types": "2.1.4",
40
40
  "@types/node": "20.17.10",
41
41
  "@types/supertest": "6.0.2",
42
42
  "@vitest/coverage-v8": "1.6.0",
43
- "@vitest/eslint-plugin": "1.1.16",
43
+ "@vitest/eslint-plugin": "1.1.18",
44
44
  "eslint": "9.17.0",
45
45
  "eslint-config-prettier": "9.1.0",
46
- "globals": "15.13.0",
46
+ "globals": "15.14.0",
47
47
  "husky": "9.1.7",
48
48
  "lint-staged": "15.2.11",
49
49
  "prettier": "3.4.2",
50
- "rimraf": "5.0.10",
50
+ "rimraf": "6.0.1",
51
51
  "supertest": "7.0.0",
52
52
  "tsx": "4.19.2",
53
53
  "type-fest": "4.30.2",
@@ -49,8 +49,8 @@ importers:
49
49
  specifier: 9.17.0
50
50
  version: 9.17.0
51
51
  '@faker-js/faker':
52
- specifier: 8.4.1
53
- version: 8.4.1
52
+ specifier: 9.3.0
53
+ version: 9.3.0
54
54
  '@types/mime-types':
55
55
  specifier: 2.1.4
56
56
  version: 2.1.4
@@ -64,8 +64,8 @@ importers:
64
64
  specifier: 1.6.0
65
65
  version: 1.6.0(vitest@1.6.0(@types/node@20.17.10))
66
66
  '@vitest/eslint-plugin':
67
- specifier: 1.1.16
68
- version: 1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))
67
+ specifier: 1.1.18
68
+ version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))
69
69
  eslint:
70
70
  specifier: 9.17.0
71
71
  version: 9.17.0(jiti@1.21.6)
@@ -73,8 +73,8 @@ importers:
73
73
  specifier: 9.1.0
74
74
  version: 9.1.0(eslint@9.17.0(jiti@1.21.6))
75
75
  globals:
76
- specifier: 15.13.0
77
- version: 15.13.0
76
+ specifier: 15.14.0
77
+ version: 15.14.0
78
78
  husky:
79
79
  specifier: 9.1.7
80
80
  version: 9.1.7
@@ -85,8 +85,8 @@ importers:
85
85
  specifier: 3.4.2
86
86
  version: 3.4.2
87
87
  rimraf:
88
- specifier: 5.0.10
89
- version: 5.0.10
88
+ specifier: 6.0.1
89
+ version: 6.0.1
90
90
  supertest:
91
91
  specifier: 7.0.0
92
92
  version: 7.0.0
@@ -670,9 +670,9 @@ packages:
670
670
  resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
671
671
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
672
672
 
673
- '@faker-js/faker@8.4.1':
674
- resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==}
675
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
673
+ '@faker-js/faker@9.3.0':
674
+ resolution: {integrity: sha512-r0tJ3ZOkMd9xsu3VRfqlFR6cz0V/jFYRswAIpC+m/DIfAUXq7g8N7wTAlhSANySXYGKzGryfDXwtwsY8TxEIDw==}
675
+ engines: {node: '>=18.0.0', npm: '>=9.0.0'}
676
676
 
677
677
  '@fastify/accept-negotiator@1.1.0':
678
678
  resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==}
@@ -1009,8 +1009,8 @@ packages:
1009
1009
  peerDependencies:
1010
1010
  vitest: 1.6.0
1011
1011
 
1012
- '@vitest/eslint-plugin@1.1.16':
1013
- resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==}
1012
+ '@vitest/eslint-plugin@1.1.18':
1013
+ resolution: {integrity: sha512-pcnR0hn4KRaWqdEXdZPXLs2wAxzMBD8dKkpVkOuhT+bOOGW1/4BdiUrU3I0LW2loskfVS/XldwcO/lCEoFDyZw==}
1014
1014
  peerDependencies:
1015
1015
  '@typescript-eslint/utils': '>= 8.0'
1016
1016
  eslint: '>= 8.57.0'
@@ -1702,6 +1702,11 @@ packages:
1702
1702
  engines: {node: '>=16 || 14 >=14.18'}
1703
1703
  hasBin: true
1704
1704
 
1705
+ glob@11.0.0:
1706
+ resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==}
1707
+ engines: {node: 20 || >=22}
1708
+ hasBin: true
1709
+
1705
1710
  glob@7.2.3:
1706
1711
  resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
1707
1712
  deprecated: Glob versions prior to v9 are no longer supported
@@ -1719,8 +1724,8 @@ packages:
1719
1724
  resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1720
1725
  engines: {node: '>=18'}
1721
1726
 
1722
- globals@15.13.0:
1723
- resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==}
1727
+ globals@15.14.0:
1728
+ resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
1724
1729
  engines: {node: '>=18'}
1725
1730
 
1726
1731
  globby@13.2.2:
@@ -1879,6 +1884,10 @@ packages:
1879
1884
  resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
1880
1885
  engines: {node: '>=14'}
1881
1886
 
1887
+ jackspeak@4.0.2:
1888
+ resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==}
1889
+ engines: {node: 20 || >=22}
1890
+
1882
1891
  jiti@1.21.6:
1883
1892
  resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
1884
1893
  hasBin: true
@@ -1980,6 +1989,10 @@ packages:
1980
1989
  resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
1981
1990
  engines: {node: 14 || >=16.14}
1982
1991
 
1992
+ lru-cache@11.0.2:
1993
+ resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==}
1994
+ engines: {node: 20 || >=22}
1995
+
1983
1996
  lru-cache@5.1.1:
1984
1997
  resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1985
1998
 
@@ -2048,6 +2061,10 @@ packages:
2048
2061
  resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
2049
2062
  engines: {node: '>=18'}
2050
2063
 
2064
+ minimatch@10.0.1:
2065
+ resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
2066
+ engines: {node: 20 || >=22}
2067
+
2051
2068
  minimatch@3.1.2:
2052
2069
  resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
2053
2070
 
@@ -2165,6 +2182,9 @@ packages:
2165
2182
  resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
2166
2183
  engines: {node: '>=10'}
2167
2184
 
2185
+ package-json-from-dist@1.0.1:
2186
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
2187
+
2168
2188
  parent-module@1.0.1:
2169
2189
  resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
2170
2190
  engines: {node: '>=6'}
@@ -2192,6 +2212,10 @@ packages:
2192
2212
  resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
2193
2213
  engines: {node: '>=16 || 14 >=14.18'}
2194
2214
 
2215
+ path-scurry@2.0.0:
2216
+ resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==}
2217
+ engines: {node: 20 || >=22}
2218
+
2195
2219
  path-type@4.0.0:
2196
2220
  resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
2197
2221
  engines: {node: '>=8'}
@@ -2501,8 +2525,9 @@ packages:
2501
2525
  rfdc@1.4.1:
2502
2526
  resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
2503
2527
 
2504
- rimraf@5.0.10:
2505
- resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
2528
+ rimraf@6.0.1:
2529
+ resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
2530
+ engines: {node: 20 || >=22}
2506
2531
  hasBin: true
2507
2532
 
2508
2533
  rollup-plugin-dts@6.1.1:
@@ -3344,7 +3369,7 @@ snapshots:
3344
3369
  dependencies:
3345
3370
  levn: 0.4.1
3346
3371
 
3347
- '@faker-js/faker@8.4.1': {}
3372
+ '@faker-js/faker@9.3.0': {}
3348
3373
 
3349
3374
  '@fastify/accept-negotiator@1.1.0': {}
3350
3375
 
@@ -3703,7 +3728,7 @@ snapshots:
3703
3728
  transitivePeerDependencies:
3704
3729
  - supports-color
3705
3730
 
3706
- '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))':
3731
+ '@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))':
3707
3732
  dependencies:
3708
3733
  '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
3709
3734
  eslint: 9.17.0(jiti@1.21.6)
@@ -4436,7 +4461,7 @@ snapshots:
4436
4461
 
4437
4462
  foreground-child@3.2.0:
4438
4463
  dependencies:
4439
- cross-spawn: 7.0.3
4464
+ cross-spawn: 7.0.6
4440
4465
  signal-exit: 4.1.0
4441
4466
 
4442
4467
  form-data@4.0.0:
@@ -4504,6 +4529,15 @@ snapshots:
4504
4529
  minipass: 7.1.2
4505
4530
  path-scurry: 1.11.1
4506
4531
 
4532
+ glob@11.0.0:
4533
+ dependencies:
4534
+ foreground-child: 3.2.0
4535
+ jackspeak: 4.0.2
4536
+ minimatch: 10.0.1
4537
+ minipass: 7.1.2
4538
+ package-json-from-dist: 1.0.1
4539
+ path-scurry: 2.0.0
4540
+
4507
4541
  glob@7.2.3:
4508
4542
  dependencies:
4509
4543
  fs.realpath: 1.0.0
@@ -4525,7 +4559,7 @@ snapshots:
4525
4559
 
4526
4560
  globals@14.0.0: {}
4527
4561
 
4528
- globals@15.13.0: {}
4562
+ globals@15.14.0: {}
4529
4563
 
4530
4564
  globby@13.2.2:
4531
4565
  dependencies:
@@ -4669,6 +4703,10 @@ snapshots:
4669
4703
  optionalDependencies:
4670
4704
  '@pkgjs/parseargs': 0.11.0
4671
4705
 
4706
+ jackspeak@4.0.2:
4707
+ dependencies:
4708
+ '@isaacs/cliui': 8.0.2
4709
+
4672
4710
  jiti@1.21.6: {}
4673
4711
 
4674
4712
  js-tokens@4.0.0: {}
@@ -4781,6 +4819,8 @@ snapshots:
4781
4819
 
4782
4820
  lru-cache@10.2.2: {}
4783
4821
 
4822
+ lru-cache@11.0.2: {}
4823
+
4784
4824
  lru-cache@5.1.1:
4785
4825
  dependencies:
4786
4826
  yallist: 3.1.1
@@ -4835,6 +4875,10 @@ snapshots:
4835
4875
 
4836
4876
  mimic-function@5.0.1: {}
4837
4877
 
4878
+ minimatch@10.0.1:
4879
+ dependencies:
4880
+ brace-expansion: 2.0.1
4881
+
4838
4882
  minimatch@3.1.2:
4839
4883
  dependencies:
4840
4884
  brace-expansion: 1.1.11
@@ -4949,6 +4993,8 @@ snapshots:
4949
4993
  dependencies:
4950
4994
  p-limit: 3.1.0
4951
4995
 
4996
+ package-json-from-dist@1.0.1: {}
4997
+
4952
4998
  parent-module@1.0.1:
4953
4999
  dependencies:
4954
5000
  callsites: 3.1.0
@@ -4968,6 +5014,11 @@ snapshots:
4968
5014
  lru-cache: 10.2.2
4969
5015
  minipass: 7.1.2
4970
5016
 
5017
+ path-scurry@2.0.0:
5018
+ dependencies:
5019
+ lru-cache: 11.0.2
5020
+ minipass: 7.1.2
5021
+
4971
5022
  path-type@4.0.0: {}
4972
5023
 
4973
5024
  path-type@5.0.0: {}
@@ -5248,9 +5299,10 @@ snapshots:
5248
5299
 
5249
5300
  rfdc@1.4.1: {}
5250
5301
 
5251
- rimraf@5.0.10:
5302
+ rimraf@6.0.1:
5252
5303
  dependencies:
5253
- glob: 10.4.1
5304
+ glob: 11.0.0
5305
+ package-json-from-dist: 1.0.1
5254
5306
 
5255
5307
  rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.7.2):
5256
5308
  dependencies:
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@eslint/js": "9.17.0",
38
- "@faker-js/faker": "8.4.1",
38
+ "@faker-js/faker": "9.3.0",
39
39
  "@nestjs/cli": "10.4.9",
40
40
  "@nestjs/schematics": "10.2.3",
41
41
  "@nestjs/testing": "10.4.15",
@@ -45,10 +45,10 @@
45
45
  "@types/node": "20.17.10",
46
46
  "@types/supertest": "6.0.2",
47
47
  "@vitest/coverage-v8": "1.6.0",
48
- "@vitest/eslint-plugin": "1.1.16",
48
+ "@vitest/eslint-plugin": "1.1.18",
49
49
  "eslint": "9.17.0",
50
50
  "eslint-config-prettier": "9.1.0",
51
- "globals": "15.13.0",
51
+ "globals": "15.14.0",
52
52
  "husky": "9.1.7",
53
53
  "lint-staged": "15.2.11",
54
54
  "prettier": "3.4.2",
@@ -52,8 +52,8 @@ importers:
52
52
  specifier: 9.17.0
53
53
  version: 9.17.0
54
54
  '@faker-js/faker':
55
- specifier: 8.4.1
56
- version: 8.4.1
55
+ specifier: 9.3.0
56
+ version: 9.3.0
57
57
  '@nestjs/cli':
58
58
  specifier: 10.4.9
59
59
  version: 10.4.9(@swc/cli@0.5.2(@swc/core@1.10.1)(chokidar@3.6.0))(@swc/core@1.10.1)
@@ -82,8 +82,8 @@ importers:
82
82
  specifier: 1.6.0
83
83
  version: 1.6.0(vitest@1.6.0(@types/node@20.17.10)(terser@5.31.3))
84
84
  '@vitest/eslint-plugin':
85
- specifier: 1.1.16
86
- version: 1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10)(terser@5.31.3))
85
+ specifier: 1.1.18
86
+ version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10)(terser@5.31.3))
87
87
  eslint:
88
88
  specifier: 9.17.0
89
89
  version: 9.17.0
@@ -91,8 +91,8 @@ importers:
91
91
  specifier: 9.1.0
92
92
  version: 9.1.0(eslint@9.17.0)
93
93
  globals:
94
- specifier: 15.13.0
95
- version: 15.13.0
94
+ specifier: 15.14.0
95
+ version: 15.14.0
96
96
  husky:
97
97
  specifier: 9.1.7
98
98
  version: 9.1.7
@@ -359,9 +359,9 @@ packages:
359
359
  resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
360
360
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
361
361
 
362
- '@faker-js/faker@8.4.1':
363
- resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==}
364
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
362
+ '@faker-js/faker@9.3.0':
363
+ resolution: {integrity: sha512-r0tJ3ZOkMd9xsu3VRfqlFR6cz0V/jFYRswAIpC+m/DIfAUXq7g8N7wTAlhSANySXYGKzGryfDXwtwsY8TxEIDw==}
364
+ engines: {node: '>=18.0.0', npm: '>=9.0.0'}
365
365
 
366
366
  '@fastify/accept-negotiator@1.1.0':
367
367
  resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==}
@@ -877,8 +877,8 @@ packages:
877
877
  peerDependencies:
878
878
  vitest: 1.6.0
879
879
 
880
- '@vitest/eslint-plugin@1.1.16':
881
- resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==}
880
+ '@vitest/eslint-plugin@1.1.18':
881
+ resolution: {integrity: sha512-pcnR0hn4KRaWqdEXdZPXLs2wAxzMBD8dKkpVkOuhT+bOOGW1/4BdiUrU3I0LW2loskfVS/XldwcO/lCEoFDyZw==}
882
882
  peerDependencies:
883
883
  '@typescript-eslint/utils': '>= 8.0'
884
884
  eslint: '>= 8.57.0'
@@ -1833,8 +1833,8 @@ packages:
1833
1833
  resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1834
1834
  engines: {node: '>=18'}
1835
1835
 
1836
- globals@15.13.0:
1837
- resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==}
1836
+ globals@15.14.0:
1837
+ resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
1838
1838
  engines: {node: '>=18'}
1839
1839
 
1840
1840
  gopd@1.0.1:
@@ -3438,7 +3438,7 @@ snapshots:
3438
3438
  dependencies:
3439
3439
  levn: 0.4.1
3440
3440
 
3441
- '@faker-js/faker@8.4.1': {}
3441
+ '@faker-js/faker@9.3.0': {}
3442
3442
 
3443
3443
  '@fastify/accept-negotiator@1.1.0': {}
3444
3444
 
@@ -3968,7 +3968,7 @@ snapshots:
3968
3968
  transitivePeerDependencies:
3969
3969
  - supports-color
3970
3970
 
3971
- '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10)(terser@5.31.3))':
3971
+ '@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10)(terser@5.31.3))':
3972
3972
  dependencies:
3973
3973
  '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.7.2)
3974
3974
  eslint: 9.17.0
@@ -5095,7 +5095,7 @@ snapshots:
5095
5095
 
5096
5096
  globals@14.0.0: {}
5097
5097
 
5098
- globals@15.13.0: {}
5098
+ globals@15.14.0: {}
5099
5099
 
5100
5100
  gopd@1.0.1:
5101
5101
  dependencies: