Skip to content

Commit 83b44fd

Browse files
build(deps): bump the yarn group across 1 directory with 4 updates (#73)
Bumps the yarn group with 4 updates in the / directory: [@scalar/fastify-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/fastify), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@scalar/fastify-api-reference` from 1.44.15 to 1.44.17 - [Release notes](https://github.com/scalar/scalar/releases) - [Changelog](https://github.com/scalar/scalar/blob/main/integrations/fastify/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/fastify) Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) Updates `@types/node` from 25.2.2 to 25.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript-eslint` from 8.54.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@scalar/fastify-api-reference" dependency-version: 1.44.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: yarn - dependency-name: "@types/node" dependency-version: 25.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: yarn - dependency-name: typescript-eslint dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10fca9b commit 83b44fd

2 files changed

Lines changed: 111 additions & 99 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@fastify/swagger": "^9.7.0",
4242
"@fastify/swagger-ui": "^5.2.5",
4343
"@fastify/type-provider-typebox": "^6.1.0",
44-
"@scalar/fastify-api-reference": "^1.44.15",
44+
"@scalar/fastify-api-reference": "^1.44.17",
4545
"fastify": "^5.7.4",
4646
"fastify-cli": "^7.4.1",
4747
"fastify-plugin": "^5.1.0",
@@ -53,10 +53,10 @@
5353
"devDependencies": {
5454
"@commitlint/cli": "^20.4.1",
5555
"@commitlint/config-conventional": "^20.4.1",
56-
"@eslint/js": "^9.39.2",
56+
"@eslint/js": "^10.0.1",
5757
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
5858
"@types/jsonwebtoken": "^9.0.10",
59-
"@types/node": "^25.2.2",
59+
"@types/node": "^25.2.3",
6060
"@typescript/native-preview": "^7.0.0-dev.20260212.1",
6161
"eslint": "^9.39.2",
6262
"eslint-config-prettier": "^10.1.8",
@@ -67,7 +67,7 @@
6767
"rimraf": "^6.1.2",
6868
"tsx": "^4.21.0",
6969
"typescript": "^5.9.3",
70-
"typescript-eslint": "^8.54.0"
70+
"typescript-eslint": "^8.55.0"
7171
},
7272
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
7373
}

yarn.lock

Lines changed: 107 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -555,13 +555,25 @@ __metadata:
555555
languageName: node
556556
linkType: hard
557557

558-
"@eslint/js@npm:9.39.2, @eslint/js@npm:^9.39.2":
558+
"@eslint/js@npm:9.39.2":
559559
version: 9.39.2
560560
resolution: "@eslint/js@npm:9.39.2"
561561
checksum: 10c0/00f51c52b04ac79faebfaa65a9652b2093b9c924e945479f1f3945473f78aee83cbc76c8d70bbffbf06f7024626575b16d97b66eab16182e1d0d39daff2f26f5
562562
languageName: node
563563
linkType: hard
564564

565+
"@eslint/js@npm:^10.0.1":
566+
version: 10.0.1
567+
resolution: "@eslint/js@npm:10.0.1"
568+
peerDependencies:
569+
eslint: ^10.0.0
570+
peerDependenciesMeta:
571+
eslint:
572+
optional: true
573+
checksum: 10c0/9f3fcaf71ba7fdf65d82e8faad6ecfe97e11801cc3c362b306a88ea1ed1344ae0d35330dddb0e8ad18f010f6687a70b75491b9e01c8af57acd7987cee6b3ec6c
574+
languageName: node
575+
linkType: hard
576+
565577
"@eslint/object-schema@npm:^2.1.7":
566578
version: 2.1.7
567579
resolution: "@eslint/object-schema@npm:2.1.7"
@@ -929,16 +941,16 @@ __metadata:
929941
languageName: node
930942
linkType: hard
931943

932-
"@scalar/fastify-api-reference@npm:^1.44.15":
933-
version: 1.44.15
934-
resolution: "@scalar/fastify-api-reference@npm:1.44.15"
944+
"@scalar/fastify-api-reference@npm:^1.44.17":
945+
version: 1.44.17
946+
resolution: "@scalar/fastify-api-reference@npm:1.44.17"
935947
dependencies:
936948
"@scalar/core": "npm:0.3.37"
937-
"@scalar/openapi-parser": "npm:0.24.8"
949+
"@scalar/openapi-parser": "npm:0.24.9"
938950
"@scalar/openapi-types": "npm:0.5.3"
939951
fastify-plugin: "npm:^4.5.1"
940952
github-slugger: "npm:^2.0.0"
941-
checksum: 10c0/4e85dfc415e71eb687265b7dc1b978507b524b95ee6fe45240d8f4262071630bd5eece51c5d478fd23044b10403075407471b3fd79e203196a692d83e95721a3
953+
checksum: 10c0/c44230faff5bc257ca947f6c428a29d34f8db1fb45304f3952062d7bdecc5d9421bfdaee357b242d4d226294ee576ead400678bed66a8f91adc12e2ae796ecb3
942954
languageName: node
943955
linkType: hard
944956

@@ -949,22 +961,22 @@ __metadata:
949961
languageName: node
950962
linkType: hard
951963

952-
"@scalar/json-magic@npm:0.10.0":
953-
version: 0.10.0
954-
resolution: "@scalar/json-magic@npm:0.10.0"
964+
"@scalar/json-magic@npm:0.11.0":
965+
version: 0.11.0
966+
resolution: "@scalar/json-magic@npm:0.11.0"
955967
dependencies:
956968
"@scalar/helpers": "npm:0.2.11"
957969
yaml: "npm:^2.8.0"
958-
checksum: 10c0/8d8c7902d2f4c1e7ff5811d84c76400f7142b4c5286a8d10068044db50036e18d7ba56001d6588cd8607cf7029132d36bfab01d60077274e2cc57eb019100cfd
970+
checksum: 10c0/32f7fa12c430974528fabd33aafecb52a8c94ee7235e5f2077aa55c620a647bcf2ad050900182a8f74792c040f34759952e96869e389abdf55f89ccaafec23c1
959971
languageName: node
960972
linkType: hard
961973

962-
"@scalar/openapi-parser@npm:0.24.8":
963-
version: 0.24.8
964-
resolution: "@scalar/openapi-parser@npm:0.24.8"
974+
"@scalar/openapi-parser@npm:0.24.9":
975+
version: 0.24.9
976+
resolution: "@scalar/openapi-parser@npm:0.24.9"
965977
dependencies:
966978
"@scalar/helpers": "npm:0.2.11"
967-
"@scalar/json-magic": "npm:0.10.0"
979+
"@scalar/json-magic": "npm:0.11.0"
968980
"@scalar/openapi-types": "npm:0.5.3"
969981
"@scalar/openapi-upgrader": "npm:0.1.8"
970982
ajv: "npm:^8.17.1"
@@ -973,7 +985,7 @@ __metadata:
973985
jsonpointer: "npm:^5.0.1"
974986
leven: "npm:^4.0.0"
975987
yaml: "npm:^2.8.0"
976-
checksum: 10c0/ad2ed172c5f006383eed44b5664737e9caab0581f238597e2735d6ba9b196ea5287abb07cfac090691aeb1f8bbd442312154344e3da902e4f198133e3eb96aaa
988+
checksum: 10c0/52f7734e6cfad4c0c6445397abe3385f5e3e55251edabf71ef8913101f37a138e7ffb41b13d7c07ec6ce93ffd3dee6afca08e94b7366989394fa5086548d8786
977989
languageName: node
978990
linkType: hard
979991

@@ -1106,12 +1118,12 @@ __metadata:
11061118
languageName: node
11071119
linkType: hard
11081120

1109-
"@types/node@npm:^25.2.2":
1110-
version: 25.2.2
1111-
resolution: "@types/node@npm:25.2.2"
1121+
"@types/node@npm:^25.2.3":
1122+
version: 25.2.3
1123+
resolution: "@types/node@npm:25.2.3"
11121124
dependencies:
11131125
undici-types: "npm:~7.16.0"
1114-
checksum: 10c0/45aa45b00df0aac4712c2d6e934a6ed21ac54e0284dd726df1c7620b8c7d36a4fb601b9f8fe1d2951298d1ee7618cf8275688e329c295eb36e8b8fa827a8e334
1126+
checksum: 10c0/925833029ce0bb4a72c36f90b93287184d3511aeb0fa60a994ae94b5430c22f9be6693d67d210df79267cb54c6f6978caaefb149d99ab5f83af5827ba7cb9822
11151127
languageName: node
11161128
linkType: hard
11171129

@@ -1138,138 +1150,138 @@ __metadata:
11381150
languageName: node
11391151
linkType: hard
11401152

1141-
"@typescript-eslint/eslint-plugin@npm:8.54.0":
1142-
version: 8.54.0
1143-
resolution: "@typescript-eslint/eslint-plugin@npm:8.54.0"
1153+
"@typescript-eslint/eslint-plugin@npm:8.55.0":
1154+
version: 8.55.0
1155+
resolution: "@typescript-eslint/eslint-plugin@npm:8.55.0"
11441156
dependencies:
11451157
"@eslint-community/regexpp": "npm:^4.12.2"
1146-
"@typescript-eslint/scope-manager": "npm:8.54.0"
1147-
"@typescript-eslint/type-utils": "npm:8.54.0"
1148-
"@typescript-eslint/utils": "npm:8.54.0"
1149-
"@typescript-eslint/visitor-keys": "npm:8.54.0"
1158+
"@typescript-eslint/scope-manager": "npm:8.55.0"
1159+
"@typescript-eslint/type-utils": "npm:8.55.0"
1160+
"@typescript-eslint/utils": "npm:8.55.0"
1161+
"@typescript-eslint/visitor-keys": "npm:8.55.0"
11501162
ignore: "npm:^7.0.5"
11511163
natural-compare: "npm:^1.4.0"
11521164
ts-api-utils: "npm:^2.4.0"
11531165
peerDependencies:
1154-
"@typescript-eslint/parser": ^8.54.0
1166+
"@typescript-eslint/parser": ^8.55.0
11551167
eslint: ^8.57.0 || ^9.0.0
11561168
typescript: ">=4.8.4 <6.0.0"
1157-
checksum: 10c0/e533c8285880b883e02a833f378597c2776e6b0c20a5935440e2a02c1c42f40069a8badcf6d581bb4ec35a6856a806c4b66674c1c15c33cd64cc6b9c0cdd1dad
1169+
checksum: 10c0/e15973dfc822f6a455142433fa393ea2dd9fd4ba443e0d2fb68c6be7cd9a36e13412f061ccfe436a2c90fa070c4538bdd50985d374e85606c98800d372c17eb9
11581170
languageName: node
11591171
linkType: hard
11601172

1161-
"@typescript-eslint/parser@npm:8.54.0":
1162-
version: 8.54.0
1163-
resolution: "@typescript-eslint/parser@npm:8.54.0"
1173+
"@typescript-eslint/parser@npm:8.55.0":
1174+
version: 8.55.0
1175+
resolution: "@typescript-eslint/parser@npm:8.55.0"
11641176
dependencies:
1165-
"@typescript-eslint/scope-manager": "npm:8.54.0"
1166-
"@typescript-eslint/types": "npm:8.54.0"
1167-
"@typescript-eslint/typescript-estree": "npm:8.54.0"
1168-
"@typescript-eslint/visitor-keys": "npm:8.54.0"
1177+
"@typescript-eslint/scope-manager": "npm:8.55.0"
1178+
"@typescript-eslint/types": "npm:8.55.0"
1179+
"@typescript-eslint/typescript-estree": "npm:8.55.0"
1180+
"@typescript-eslint/visitor-keys": "npm:8.55.0"
11691181
debug: "npm:^4.4.3"
11701182
peerDependencies:
11711183
eslint: ^8.57.0 || ^9.0.0
11721184
typescript: ">=4.8.4 <6.0.0"
1173-
checksum: 10c0/60a1cfe94bc23086f03701640f4d83d7e37b8f4d729011e0f029e5accf2b3d099c50938c0a798a399e86046279432ff663f33102ba4338c4c82f7acead2bcbac
1185+
checksum: 10c0/8b8f8caf64a43b98bff8e7bb99cd62d7c72daeee44e80e0a5f693dd376d9c898997e0b9fd5521604d1445bcb24552f54aed5cae022072f8c354a2baf2a452284
11741186
languageName: node
11751187
linkType: hard
11761188

1177-
"@typescript-eslint/project-service@npm:8.54.0":
1178-
version: 8.54.0
1179-
resolution: "@typescript-eslint/project-service@npm:8.54.0"
1189+
"@typescript-eslint/project-service@npm:8.55.0":
1190+
version: 8.55.0
1191+
resolution: "@typescript-eslint/project-service@npm:8.55.0"
11801192
dependencies:
1181-
"@typescript-eslint/tsconfig-utils": "npm:^8.54.0"
1182-
"@typescript-eslint/types": "npm:^8.54.0"
1193+
"@typescript-eslint/tsconfig-utils": "npm:^8.55.0"
1194+
"@typescript-eslint/types": "npm:^8.55.0"
11831195
debug: "npm:^4.4.3"
11841196
peerDependencies:
11851197
typescript: ">=4.8.4 <6.0.0"
1186-
checksum: 10c0/3392ae259199021a80616a44d9484d1c363f61bc5c631dff2d08c6a906c98716a20caa7b832b8970120a1eb1eb2de3ee890cd527d6edb04f532f4e48a690a792
1198+
checksum: 10c0/f35273a63635d2de84409f68dfcea901ed2cd3f08206abb825d742b929c8fce66e0a6a32524d87ce895a7c4c2549e4388baa08644c0a5244c9708151b0f62f52
11871199
languageName: node
11881200
linkType: hard
11891201

1190-
"@typescript-eslint/scope-manager@npm:8.54.0":
1191-
version: 8.54.0
1192-
resolution: "@typescript-eslint/scope-manager@npm:8.54.0"
1202+
"@typescript-eslint/scope-manager@npm:8.55.0":
1203+
version: 8.55.0
1204+
resolution: "@typescript-eslint/scope-manager@npm:8.55.0"
11931205
dependencies:
1194-
"@typescript-eslint/types": "npm:8.54.0"
1195-
"@typescript-eslint/visitor-keys": "npm:8.54.0"
1196-
checksum: 10c0/794740a5c0c1afc38d71e6bc59cc62870286e40d99f15e9760e76fb3d4197e961ee151c286c428535c404f5137721242a14da21350b749d0feb1f589f167814f
1206+
"@typescript-eslint/types": "npm:8.55.0"
1207+
"@typescript-eslint/visitor-keys": "npm:8.55.0"
1208+
checksum: 10c0/c42bd6b8e4936cac8bee3adbc2f707e3aee5f16af3dd18c1d095f4a1b881471b58de73abc0ad176db98654683a808946902e51d86efff39dc7610d29152c3078
11971209
languageName: node
11981210
linkType: hard
11991211

1200-
"@typescript-eslint/tsconfig-utils@npm:8.54.0, @typescript-eslint/tsconfig-utils@npm:^8.54.0":
1201-
version: 8.54.0
1202-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.54.0"
1212+
"@typescript-eslint/tsconfig-utils@npm:8.55.0, @typescript-eslint/tsconfig-utils@npm:^8.55.0":
1213+
version: 8.55.0
1214+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.55.0"
12031215
peerDependencies:
12041216
typescript: ">=4.8.4 <6.0.0"
1205-
checksum: 10c0/e8598b0f051650c085d749002138d12249a3efd03e7de02e9e7913939dddd649d159b91f29ca3d28f5ee798b3f528a7195688e23c5e0b315d534e7af20a0c99a
1217+
checksum: 10c0/77b9a0d0b1d6ab0ce26c81394bb1aa969649016d2857e5f915a15b88012ac3dccec9fc5ff65535e1cc373434e1462513f7964e416a8d7a695f7277dcd39ec2af
12061218
languageName: node
12071219
linkType: hard
12081220

1209-
"@typescript-eslint/type-utils@npm:8.54.0":
1210-
version: 8.54.0
1211-
resolution: "@typescript-eslint/type-utils@npm:8.54.0"
1221+
"@typescript-eslint/type-utils@npm:8.55.0":
1222+
version: 8.55.0
1223+
resolution: "@typescript-eslint/type-utils@npm:8.55.0"
12121224
dependencies:
1213-
"@typescript-eslint/types": "npm:8.54.0"
1214-
"@typescript-eslint/typescript-estree": "npm:8.54.0"
1215-
"@typescript-eslint/utils": "npm:8.54.0"
1225+
"@typescript-eslint/types": "npm:8.55.0"
1226+
"@typescript-eslint/typescript-estree": "npm:8.55.0"
1227+
"@typescript-eslint/utils": "npm:8.55.0"
12161228
debug: "npm:^4.4.3"
12171229
ts-api-utils: "npm:^2.4.0"
12181230
peerDependencies:
12191231
eslint: ^8.57.0 || ^9.0.0
12201232
typescript: ">=4.8.4 <6.0.0"
1221-
checksum: 10c0/ad807800d8b2662f823505249a84a6f5b1246b192a7ff08c49f298e220e4d9bb3d76f1f0852510421e030161604a4b939bff87f11b9074f118a3bd1d26139c6f
1233+
checksum: 10c0/4987440d6e1ee2ae8024259796381612ab2fc81821ff93c45400f803726ea4894a25d07afa5f80cdf3081a189d99dc83a3a8dcd94ff9a4cab81461fe28ab9aef
12221234
languageName: node
12231235
linkType: hard
12241236

1225-
"@typescript-eslint/types@npm:8.54.0, @typescript-eslint/types@npm:^8.54.0":
1226-
version: 8.54.0
1227-
resolution: "@typescript-eslint/types@npm:8.54.0"
1228-
checksum: 10c0/2219594fe5e8931ff91fd1b7a2606d33cd4f093d43f9ca71bcaa37f106ef79ad51f830dea51392f7e3d8bca77f7077ef98733f87bc008fad2f0bbd9ea5fb8a40
1237+
"@typescript-eslint/types@npm:8.55.0, @typescript-eslint/types@npm:^8.55.0":
1238+
version: 8.55.0
1239+
resolution: "@typescript-eslint/types@npm:8.55.0"
1240+
checksum: 10c0/dc572f55966e2f0fee149e5d5e42a91cedcdeac451bff29704eb701f9336f123bbc7d7abcfbda717f9e1ef6b402fa24679908bc6032e67513287403037ef345f
12291241
languageName: node
12301242
linkType: hard
12311243

1232-
"@typescript-eslint/typescript-estree@npm:8.54.0":
1233-
version: 8.54.0
1234-
resolution: "@typescript-eslint/typescript-estree@npm:8.54.0"
1244+
"@typescript-eslint/typescript-estree@npm:8.55.0":
1245+
version: 8.55.0
1246+
resolution: "@typescript-eslint/typescript-estree@npm:8.55.0"
12351247
dependencies:
1236-
"@typescript-eslint/project-service": "npm:8.54.0"
1237-
"@typescript-eslint/tsconfig-utils": "npm:8.54.0"
1238-
"@typescript-eslint/types": "npm:8.54.0"
1239-
"@typescript-eslint/visitor-keys": "npm:8.54.0"
1248+
"@typescript-eslint/project-service": "npm:8.55.0"
1249+
"@typescript-eslint/tsconfig-utils": "npm:8.55.0"
1250+
"@typescript-eslint/types": "npm:8.55.0"
1251+
"@typescript-eslint/visitor-keys": "npm:8.55.0"
12401252
debug: "npm:^4.4.3"
12411253
minimatch: "npm:^9.0.5"
12421254
semver: "npm:^7.7.3"
12431255
tinyglobby: "npm:^0.2.15"
12441256
ts-api-utils: "npm:^2.4.0"
12451257
peerDependencies:
12461258
typescript: ">=4.8.4 <6.0.0"
1247-
checksum: 10c0/1a1a7c0a318e71f3547ab5573198d36165ea152c50447ef92e6326303f9a5c397606201ba80c7b86a725dcdd2913e924be94466a0c33b1b0c3ee852059e646b6
1259+
checksum: 10c0/2db3ff9489945ad04508b14009eb0f6b2b7c6c2469805327fa09ffa460af354cd181ff2e8153f9008bd60254efb54a004a59ccacbdbc9c963956e2c2c1189dbc
12481260
languageName: node
12491261
linkType: hard
12501262

1251-
"@typescript-eslint/utils@npm:8.54.0":
1252-
version: 8.54.0
1253-
resolution: "@typescript-eslint/utils@npm:8.54.0"
1263+
"@typescript-eslint/utils@npm:8.55.0":
1264+
version: 8.55.0
1265+
resolution: "@typescript-eslint/utils@npm:8.55.0"
12541266
dependencies:
12551267
"@eslint-community/eslint-utils": "npm:^4.9.1"
1256-
"@typescript-eslint/scope-manager": "npm:8.54.0"
1257-
"@typescript-eslint/types": "npm:8.54.0"
1258-
"@typescript-eslint/typescript-estree": "npm:8.54.0"
1268+
"@typescript-eslint/scope-manager": "npm:8.55.0"
1269+
"@typescript-eslint/types": "npm:8.55.0"
1270+
"@typescript-eslint/typescript-estree": "npm:8.55.0"
12591271
peerDependencies:
12601272
eslint: ^8.57.0 || ^9.0.0
12611273
typescript: ">=4.8.4 <6.0.0"
1262-
checksum: 10c0/949a97dca8024d39666e04ecdf2d4e12722f5064c387901e72bdcc7adafb96cf650a070dc79f9dd46fa1aae6ac2b5eac5ae3fe5a6979385208c28809a1bd143f
1274+
checksum: 10c0/b57b86ac531e433c8057279805e6c903250460bc937cea46ec3b9284181a38f23b7c1ef092e8a1e37179432b39bd587c33db7f031b4243b1207ef37f23e4f24f
12631275
languageName: node
12641276
linkType: hard
12651277

1266-
"@typescript-eslint/visitor-keys@npm:8.54.0":
1267-
version: 8.54.0
1268-
resolution: "@typescript-eslint/visitor-keys@npm:8.54.0"
1278+
"@typescript-eslint/visitor-keys@npm:8.55.0":
1279+
version: 8.55.0
1280+
resolution: "@typescript-eslint/visitor-keys@npm:8.55.0"
12691281
dependencies:
1270-
"@typescript-eslint/types": "npm:8.54.0"
1282+
"@typescript-eslint/types": "npm:8.55.0"
12711283
eslint-visitor-keys: "npm:^4.2.1"
1272-
checksum: 10c0/f83a9aa92f7f4d1fdb12cbca28c6f5704c36371264606b456388b2c869fc61e73c86d3736556e1bb6e253f3a607128b5b1bf6c68395800ca06f18705576faadd
1284+
checksum: 10c0/995c5ca91f7c7c1f3c4fdb4f98654abdff55efa570076b9b012da4cc203ebe7e2aee57ba83208ae51c2aef496c45cb8f6909560349131b779f31ce6f8758da23
12731285
languageName: node
12741286
linkType: hard
12751287

@@ -4794,18 +4806,18 @@ __metadata:
47944806
dependencies:
47954807
"@commitlint/cli": "npm:^20.4.1"
47964808
"@commitlint/config-conventional": "npm:^20.4.1"
4797-
"@eslint/js": "npm:^9.39.2"
4809+
"@eslint/js": "npm:^10.0.1"
47984810
"@fastify/autoload": "npm:^6.3.1"
47994811
"@fastify/cors": "npm:^11.2.0"
48004812
"@fastify/mongodb": "npm:^10.0.0"
48014813
"@fastify/sensible": "npm:^6.0.4"
48024814
"@fastify/swagger": "npm:^9.7.0"
48034815
"@fastify/swagger-ui": "npm:^5.2.5"
48044816
"@fastify/type-provider-typebox": "npm:^6.1.0"
4805-
"@scalar/fastify-api-reference": "npm:^1.44.15"
4817+
"@scalar/fastify-api-reference": "npm:^1.44.17"
48064818
"@trivago/prettier-plugin-sort-imports": "npm:^6.0.2"
48074819
"@types/jsonwebtoken": "npm:^9.0.10"
4808-
"@types/node": "npm:^25.2.2"
4820+
"@types/node": "npm:^25.2.3"
48094821
"@typescript/native-preview": "npm:^7.0.0-dev.20260212.1"
48104822
eslint: "npm:^9.39.2"
48114823
eslint-config-prettier: "npm:^10.1.8"
@@ -4823,7 +4835,7 @@ __metadata:
48234835
tsx: "npm:^4.21.0"
48244836
typebox: "npm:^1.0.81"
48254837
typescript: "npm:^5.9.3"
4826-
typescript-eslint: "npm:^8.54.0"
4838+
typescript-eslint: "npm:^8.55.0"
48274839
languageName: unknown
48284840
linkType: soft
48294841

@@ -4953,18 +4965,18 @@ __metadata:
49534965
languageName: node
49544966
linkType: hard
49554967

4956-
"typescript-eslint@npm:^8.54.0":
4957-
version: 8.54.0
4958-
resolution: "typescript-eslint@npm:8.54.0"
4968+
"typescript-eslint@npm:^8.55.0":
4969+
version: 8.55.0
4970+
resolution: "typescript-eslint@npm:8.55.0"
49594971
dependencies:
4960-
"@typescript-eslint/eslint-plugin": "npm:8.54.0"
4961-
"@typescript-eslint/parser": "npm:8.54.0"
4962-
"@typescript-eslint/typescript-estree": "npm:8.54.0"
4963-
"@typescript-eslint/utils": "npm:8.54.0"
4972+
"@typescript-eslint/eslint-plugin": "npm:8.55.0"
4973+
"@typescript-eslint/parser": "npm:8.55.0"
4974+
"@typescript-eslint/typescript-estree": "npm:8.55.0"
4975+
"@typescript-eslint/utils": "npm:8.55.0"
49644976
peerDependencies:
49654977
eslint: ^8.57.0 || ^9.0.0
49664978
typescript: ">=4.8.4 <6.0.0"
4967-
checksum: 10c0/0ba92aa22c0aa10c88b0f4732950ed64245947f1c4ac17328dff94b43eaeddd3068595788725781fba07a87cc964304a075b3e37f9a86312173498fcc6ab4338
4979+
checksum: 10c0/92e3e058a57bb29be7498093fd72f875e010170e1ca19214ae1bd1a1c9454354f71613ac9a6981f1e7e1d9e8b52df8888a1f42d0f2809dd5aeaf27f502787fda
49684980
languageName: node
49694981
linkType: hard
49704982

0 commit comments

Comments
 (0)