CognxSafeTrack commited on
Commit ·
e73f123
1
Parent(s): 785a2fd
chore: install @fastify/rate-limit
Browse files- pnpm-lock.yaml +21 -0
pnpm-lock.yaml
CHANGED
|
@@ -69,6 +69,9 @@ importers:
|
|
| 69 |
'@fastify/cors':
|
| 70 |
specifier: ^8.0.0
|
| 71 |
version: 8.5.0
|
|
|
|
|
|
|
|
|
|
| 72 |
'@prisma/client':
|
| 73 |
specifier: ^5.0.0
|
| 74 |
version: 5.22.0(prisma@5.22.0)
|
|
@@ -84,6 +87,9 @@ importers:
|
|
| 84 |
fastify:
|
| 85 |
specifier: ^4.0.0
|
| 86 |
version: 4.29.1
|
|
|
|
|
|
|
|
|
|
| 87 |
ioredis:
|
| 88 |
specifier: ^5.9.3
|
| 89 |
version: 5.9.3
|
|
@@ -604,6 +610,9 @@ packages:
|
|
| 604 |
'@fastify/merge-json-schemas@0.1.1':
|
| 605 |
resolution: {integrity: sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==}
|
| 606 |
|
|
|
|
|
|
|
|
|
|
| 607 |
'@ioredis/commands@1.5.0':
|
| 608 |
resolution: {integrity: sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==}
|
| 609 |
|
|
@@ -623,6 +632,10 @@ packages:
|
|
| 623 |
'@jridgewell/trace-mapping@0.3.31':
|
| 624 |
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
| 625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 626 |
'@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
|
| 627 |
resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==}
|
| 628 |
cpu: [arm64]
|
|
@@ -2488,6 +2501,12 @@ snapshots:
|
|
| 2488 |
dependencies:
|
| 2489 |
fast-deep-equal: 3.1.3
|
| 2490 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2491 |
'@ioredis/commands@1.5.0': {}
|
| 2492 |
|
| 2493 |
'@jridgewell/gen-mapping@0.3.13':
|
|
@@ -2509,6 +2528,8 @@ snapshots:
|
|
| 2509 |
'@jridgewell/resolve-uri': 3.1.2
|
| 2510 |
'@jridgewell/sourcemap-codec': 1.5.5
|
| 2511 |
|
|
|
|
|
|
|
| 2512 |
'@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
|
| 2513 |
optional: true
|
| 2514 |
|
|
|
|
| 69 |
'@fastify/cors':
|
| 70 |
specifier: ^8.0.0
|
| 71 |
version: 8.5.0
|
| 72 |
+
'@fastify/rate-limit':
|
| 73 |
+
specifier: ^9.0.0
|
| 74 |
+
version: 9.1.0
|
| 75 |
'@prisma/client':
|
| 76 |
specifier: ^5.0.0
|
| 77 |
version: 5.22.0(prisma@5.22.0)
|
|
|
|
| 87 |
fastify:
|
| 88 |
specifier: ^4.0.0
|
| 89 |
version: 4.29.1
|
| 90 |
+
fastify-plugin:
|
| 91 |
+
specifier: ^4.5.1
|
| 92 |
+
version: 4.5.1
|
| 93 |
ioredis:
|
| 94 |
specifier: ^5.9.3
|
| 95 |
version: 5.9.3
|
|
|
|
| 610 |
'@fastify/merge-json-schemas@0.1.1':
|
| 611 |
resolution: {integrity: sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==}
|
| 612 |
|
| 613 |
+
'@fastify/rate-limit@9.1.0':
|
| 614 |
+
resolution: {integrity: sha512-h5dZWCkuZXN0PxwqaFQLxeln8/LNwQwH9popywmDCFdKfgpi4b/HoMH1lluy6P+30CG9yzzpSpwTCIPNB9T1JA==}
|
| 615 |
+
|
| 616 |
'@ioredis/commands@1.5.0':
|
| 617 |
resolution: {integrity: sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==}
|
| 618 |
|
|
|
|
| 632 |
'@jridgewell/trace-mapping@0.3.31':
|
| 633 |
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
| 634 |
|
| 635 |
+
'@lukeed/ms@2.0.2':
|
| 636 |
+
resolution: {integrity: sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==}
|
| 637 |
+
engines: {node: '>=8'}
|
| 638 |
+
|
| 639 |
'@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
|
| 640 |
resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==}
|
| 641 |
cpu: [arm64]
|
|
|
|
| 2501 |
dependencies:
|
| 2502 |
fast-deep-equal: 3.1.3
|
| 2503 |
|
| 2504 |
+
'@fastify/rate-limit@9.1.0':
|
| 2505 |
+
dependencies:
|
| 2506 |
+
'@lukeed/ms': 2.0.2
|
| 2507 |
+
fastify-plugin: 4.5.1
|
| 2508 |
+
toad-cache: 3.7.0
|
| 2509 |
+
|
| 2510 |
'@ioredis/commands@1.5.0': {}
|
| 2511 |
|
| 2512 |
'@jridgewell/gen-mapping@0.3.13':
|
|
|
|
| 2528 |
'@jridgewell/resolve-uri': 3.1.2
|
| 2529 |
'@jridgewell/sourcemap-codec': 1.5.5
|
| 2530 |
|
| 2531 |
+
'@lukeed/ms@2.0.2': {}
|
| 2532 |
+
|
| 2533 |
'@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
|
| 2534 |
optional: true
|
| 2535 |
|