@harperfast/harper-pro 5.0.0-beta.2 → 5.0.0-beta.3
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.
- package/core/integrationTests/README.md +6 -6
- package/core/integrationTests/deploy/deploy-from-github.test.ts +2 -2
- package/core/integrationTests/deploy/deploy-from-source.test.ts +2 -2
- package/core/integrationTests/server/crash-replay.test.ts +3 -3
- package/core/integrationTests/server/operation-user-rbac.test.ts +2 -2
- package/core/integrationTests/server/operations-server.test.ts +4 -2
- package/core/integrationTests/server/storage-reclamation.test.ts +2 -2
- package/core/integrationTests/server/thread-management.test.ts +2 -2
- package/core/integrationTests/utils/README.md +84 -32
- package/core/integrationTests/utils/harperLifecycle.ts +10 -18
- package/core/package.json +13 -13
- package/core/server/threads/manageThreads.js +3 -1
- package/dist/cloneNode/cloneNode.js +3 -7
- package/dist/cloneNode/cloneNode.js.map +1 -1
- package/dist/core/server/threads/manageThreads.js +3 -1
- package/dist/core/server/threads/manageThreads.js.map +1 -1
- package/npm-shrinkwrap.json +1109 -982
- package/package.json +13 -13
- package/studio/web/assets/{index-CzghSAn2.js → index-C1G-Jo6n.js} +2 -2
- package/studio/web/assets/{index-CzghSAn2.js.map → index-C1G-Jo6n.js.map} +1 -1
- package/studio/web/assets/{index-CWN9Wp5V.js → index-D-CahN0-.js} +2 -2
- package/studio/web/assets/{index-CWN9Wp5V.js.map → index-D-CahN0-.js.map} +1 -1
- package/studio/web/assets/{index-DMDhGP7N.js → index-DxlZI0PX.js} +5 -5
- package/studio/web/assets/{index-DMDhGP7N.js.map → index-DxlZI0PX.js.map} +1 -1
- package/studio/web/assets/{index.lazy-C-yDTGUy.js → index.lazy-BUXDDqq9.js} +2 -2
- package/studio/web/assets/{index.lazy-C-yDTGUy.js.map → index.lazy-BUXDDqq9.js.map} +1 -1
- package/studio/web/assets/{profiler-0fZAOscv.js → profiler-CU93QiSW.js} +2 -2
- package/studio/web/assets/{profiler-0fZAOscv.js.map → profiler-CU93QiSW.js.map} +1 -1
- package/studio/web/assets/{react-redux-BIxqK8O6.js → react-redux-B8k9Ep7e.js} +2 -2
- package/studio/web/assets/{react-redux-BIxqK8O6.js.map → react-redux-B8k9Ep7e.js.map} +1 -1
- package/studio/web/assets/{startRecording-Ca3Gf2MY.js → startRecording-DFeBXGk6.js} +2 -2
- package/studio/web/assets/{startRecording-Ca3Gf2MY.js.map → startRecording-DFeBXGk6.js.map} +1 -1
- package/studio/web/index.html +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/harper-pro",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@harperfast/harper-pro",
|
|
9
|
-
"version": "5.0.0-beta.
|
|
9
|
+
"version": "5.0.0-beta.3",
|
|
10
10
|
"license": "Elastic-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1012.0",
|
|
13
13
|
"@aws-sdk/lib-storage": "3.964.0",
|
|
14
14
|
"@datadog/pprof": "^5.11.1",
|
|
15
15
|
"@endo/static-module-record": "^1.1.2",
|
|
16
|
-
"@fastify/autoload": "
|
|
17
|
-
"@fastify/compress": "
|
|
18
|
-
"@fastify/cors": "
|
|
19
|
-
"@fastify/static": "
|
|
16
|
+
"@fastify/autoload": "^6.3.1",
|
|
17
|
+
"@fastify/compress": "^8.3.1",
|
|
18
|
+
"@fastify/cors": "^11.2.0",
|
|
19
|
+
"@fastify/static": "^9.0.0",
|
|
20
20
|
"@harperfast/extended-iterable": "^1.0.1",
|
|
21
21
|
"@harperfast/rocksdb-js": "^0.1.12",
|
|
22
22
|
"@turf/area": "6.5.0",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dotenv": "^16.4.7",
|
|
41
41
|
"easy-ocsp": "1.2.2",
|
|
42
42
|
"fast-glob": "3.3.3",
|
|
43
|
-
"fastify": "
|
|
44
|
-
"fastify-plugin": "
|
|
43
|
+
"fastify": "^5.8.2",
|
|
44
|
+
"fastify-plugin": "^5.1.0",
|
|
45
45
|
"fs-extra": "11.3.3",
|
|
46
46
|
"graphql": "^16.10.0",
|
|
47
47
|
"graphql-http": "^1.22.4",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsonata": "1.8.7",
|
|
56
56
|
"jsonwebtoken": "9.0.3",
|
|
57
57
|
"lmdb": "3.5.2",
|
|
58
|
-
"lodash": "4.17.
|
|
58
|
+
"lodash": "^4.17.23",
|
|
59
59
|
"mathjs": "11.12.0",
|
|
60
60
|
"micromatch": "^4.0.8",
|
|
61
61
|
"minimist": "1.2.8",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"ses": "^1.14.0",
|
|
84
84
|
"stream-chain": "2.2.5",
|
|
85
85
|
"stream-json": "1.9.1",
|
|
86
|
-
"systeminformation": "5.
|
|
87
|
-
"tar-fs": "3.
|
|
86
|
+
"systeminformation": "^5.31.4",
|
|
87
|
+
"tar-fs": "^3.1.2",
|
|
88
88
|
"ulidx": "0.5.0",
|
|
89
89
|
"uuid": "11.1.0",
|
|
90
90
|
"validate.js": "0.13.1",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"globals": "^16.5.0",
|
|
115
115
|
"intercept-stdout": "0.1.2",
|
|
116
116
|
"mkcert": "^3.2.0",
|
|
117
|
-
"mocha": "^11.7.
|
|
117
|
+
"mocha": "^11.7.5",
|
|
118
118
|
"mqtt": "~4.3.8",
|
|
119
119
|
"oxlint": "^1.31.0",
|
|
120
120
|
"prettier": "~3.7.3",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"tsx": "^4.20.6",
|
|
126
126
|
"typescript": "^5.8.2",
|
|
127
127
|
"typescript-eslint": "^8.45.0",
|
|
128
|
-
"undici": "^7.
|
|
128
|
+
"undici": "^7.24.4",
|
|
129
129
|
"why-is-node-still-running": "^1.0.0"
|
|
130
130
|
},
|
|
131
131
|
"engines": {
|
|
@@ -136,18 +136,18 @@
|
|
|
136
136
|
},
|
|
137
137
|
"core": {
|
|
138
138
|
"name": "harper",
|
|
139
|
-
"version": "5.0.0-beta.
|
|
139
|
+
"version": "5.0.0-beta.3",
|
|
140
140
|
"extraneous": true,
|
|
141
141
|
"license": "Apache-2.0",
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@aws-sdk/client-s3": "3.
|
|
143
|
+
"@aws-sdk/client-s3": "^3.1012.0",
|
|
144
144
|
"@aws-sdk/lib-storage": "3.964.0",
|
|
145
145
|
"@datadog/pprof": "^5.11.1",
|
|
146
146
|
"@endo/static-module-record": "^1.1.2",
|
|
147
|
-
"@fastify/autoload": "
|
|
148
|
-
"@fastify/compress": "
|
|
149
|
-
"@fastify/cors": "
|
|
150
|
-
"@fastify/static": "
|
|
147
|
+
"@fastify/autoload": "^6.3.1",
|
|
148
|
+
"@fastify/compress": "^8.3.1",
|
|
149
|
+
"@fastify/cors": "^11.2.0",
|
|
150
|
+
"@fastify/static": "^9.0.0",
|
|
151
151
|
"@harperfast/extended-iterable": "^1.0.1",
|
|
152
152
|
"@harperfast/rocksdb-js": "^0.1.12",
|
|
153
153
|
"@turf/area": "6.5.0",
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
"dotenv": "^16.4.7",
|
|
172
172
|
"easy-ocsp": "1.2.2",
|
|
173
173
|
"fast-glob": "3.3.3",
|
|
174
|
-
"fastify": "
|
|
175
|
-
"fastify-plugin": "
|
|
174
|
+
"fastify": "^5.8.2",
|
|
175
|
+
"fastify-plugin": "^5.1.0",
|
|
176
176
|
"fs-extra": "11.3.3",
|
|
177
177
|
"graphql": "^16.10.0",
|
|
178
178
|
"graphql-http": "^1.22.4",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"jsonata": "1.8.7",
|
|
187
187
|
"jsonwebtoken": "9.0.3",
|
|
188
188
|
"lmdb": "3.5.2",
|
|
189
|
-
"lodash": "4.17.
|
|
189
|
+
"lodash": "^4.17.23",
|
|
190
190
|
"mathjs": "11.12.0",
|
|
191
191
|
"micromatch": "^4.0.8",
|
|
192
192
|
"minimist": "1.2.8",
|
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
"ses": "^1.14.0",
|
|
215
215
|
"stream-chain": "2.2.5",
|
|
216
216
|
"stream-json": "1.9.1",
|
|
217
|
-
"systeminformation": "5.
|
|
218
|
-
"tar-fs": "3.
|
|
217
|
+
"systeminformation": "^5.31.4",
|
|
218
|
+
"tar-fs": "^3.1.2",
|
|
219
219
|
"ulidx": "0.5.0",
|
|
220
220
|
"uuid": "11.1.0",
|
|
221
221
|
"validate.js": "0.13.1",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"globals": "^16.5.0",
|
|
245
245
|
"intercept-stdout": "0.1.2",
|
|
246
246
|
"mkcert": "^3.2.0",
|
|
247
|
-
"mocha": "^11.7.
|
|
247
|
+
"mocha": "^11.7.5",
|
|
248
248
|
"mqtt": "~4.3.8",
|
|
249
249
|
"oxlint": "^1.31.0",
|
|
250
250
|
"prettier": "~3.7.3",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"tsx": "^4.20.6",
|
|
256
256
|
"typescript": "^5.8.2",
|
|
257
257
|
"typescript-eslint": "^8.45.0",
|
|
258
|
-
"undici": "^7.
|
|
258
|
+
"undici": "^7.24.4",
|
|
259
259
|
"why-is-node-still-running": "^1.0.0"
|
|
260
260
|
},
|
|
261
261
|
"engines": {
|
|
@@ -495,313 +495,264 @@
|
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
"node_modules/@aws-sdk/client-s3": {
|
|
498
|
-
"version": "3.
|
|
499
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
500
|
-
"integrity": "sha512-
|
|
498
|
+
"version": "3.1012.0",
|
|
499
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.1012.0.tgz",
|
|
500
|
+
"integrity": "sha512-YB44c/NVLwyLw2x8hYSIdMFRwFJyZRuaq1HCTS2RiUWmHucSGxohuKwQdQn/XWh+NILugB+RnXrBkSqTlR3ypw==",
|
|
501
501
|
"license": "Apache-2.0",
|
|
502
502
|
"dependencies": {
|
|
503
503
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
504
504
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
505
505
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
506
|
-
"@aws-sdk/core": "3.
|
|
507
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
508
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
509
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
510
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
511
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
512
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
513
|
-
"@aws-sdk/middleware-logger": "3.
|
|
514
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
515
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
516
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
517
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
518
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
519
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
520
|
-
"@aws-sdk/types": "3.
|
|
521
|
-
"@aws-sdk/util-endpoints": "3.
|
|
522
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
523
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
524
|
-
"@smithy/config-resolver": "^4.4.
|
|
525
|
-
"@smithy/core": "^3.
|
|
526
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
527
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
528
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
529
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
530
|
-
"@smithy/hash-blob-browser": "^4.2.
|
|
531
|
-
"@smithy/hash-node": "^4.2.
|
|
532
|
-
"@smithy/hash-stream-node": "^4.2.
|
|
533
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
534
|
-
"@smithy/md5-js": "^4.2.
|
|
535
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
536
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
537
|
-
"@smithy/middleware-retry": "^4.4.
|
|
538
|
-
"@smithy/middleware-serde": "^4.2.
|
|
539
|
-
"@smithy/middleware-stack": "^4.2.
|
|
540
|
-
"@smithy/node-config-provider": "^4.3.
|
|
541
|
-
"@smithy/node-http-handler": "^4.
|
|
542
|
-
"@smithy/protocol-http": "^5.3.
|
|
543
|
-
"@smithy/smithy-client": "^4.
|
|
544
|
-
"@smithy/types": "^4.
|
|
545
|
-
"@smithy/url-parser": "^4.2.
|
|
546
|
-
"@smithy/util-base64": "^4.3.
|
|
547
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
548
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
549
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
550
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
551
|
-
"@smithy/util-endpoints": "^3.
|
|
552
|
-
"@smithy/util-middleware": "^4.2.
|
|
553
|
-
"@smithy/util-retry": "^4.2.
|
|
554
|
-
"@smithy/util-stream": "^4.5.
|
|
555
|
-
"@smithy/util-utf8": "^4.2.
|
|
556
|
-
"@smithy/util-waiter": "^4.2.
|
|
557
|
-
"tslib": "^2.6.2"
|
|
558
|
-
},
|
|
559
|
-
"engines": {
|
|
560
|
-
"node": ">=18.0.0"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
"node_modules/@aws-sdk/client-sso": {
|
|
564
|
-
"version": "3.964.0",
|
|
565
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.964.0.tgz",
|
|
566
|
-
"integrity": "sha512-IenVyY8Io2CwBgmS22xk/H5LibmSbvLnPA9oFqLORO6Ji1Ks8z/ow+ud/ZurVjFekz3LD/uxVFX3ZKGo6N7Byw==",
|
|
567
|
-
"license": "Apache-2.0",
|
|
568
|
-
"dependencies": {
|
|
569
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
570
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
571
|
-
"@aws-sdk/core": "3.964.0",
|
|
572
|
-
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
573
|
-
"@aws-sdk/middleware-logger": "3.957.0",
|
|
574
|
-
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
575
|
-
"@aws-sdk/middleware-user-agent": "3.964.0",
|
|
576
|
-
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
577
|
-
"@aws-sdk/types": "3.957.0",
|
|
578
|
-
"@aws-sdk/util-endpoints": "3.957.0",
|
|
579
|
-
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
580
|
-
"@aws-sdk/util-user-agent-node": "3.964.0",
|
|
581
|
-
"@smithy/config-resolver": "^4.4.5",
|
|
582
|
-
"@smithy/core": "^3.20.0",
|
|
583
|
-
"@smithy/fetch-http-handler": "^5.3.8",
|
|
584
|
-
"@smithy/hash-node": "^4.2.7",
|
|
585
|
-
"@smithy/invalid-dependency": "^4.2.7",
|
|
586
|
-
"@smithy/middleware-content-length": "^4.2.7",
|
|
587
|
-
"@smithy/middleware-endpoint": "^4.4.1",
|
|
588
|
-
"@smithy/middleware-retry": "^4.4.17",
|
|
589
|
-
"@smithy/middleware-serde": "^4.2.8",
|
|
590
|
-
"@smithy/middleware-stack": "^4.2.7",
|
|
591
|
-
"@smithy/node-config-provider": "^4.3.7",
|
|
592
|
-
"@smithy/node-http-handler": "^4.4.7",
|
|
593
|
-
"@smithy/protocol-http": "^5.3.7",
|
|
594
|
-
"@smithy/smithy-client": "^4.10.2",
|
|
595
|
-
"@smithy/types": "^4.11.0",
|
|
596
|
-
"@smithy/url-parser": "^4.2.7",
|
|
597
|
-
"@smithy/util-base64": "^4.3.0",
|
|
598
|
-
"@smithy/util-body-length-browser": "^4.2.0",
|
|
599
|
-
"@smithy/util-body-length-node": "^4.2.1",
|
|
600
|
-
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
601
|
-
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
602
|
-
"@smithy/util-endpoints": "^3.2.7",
|
|
603
|
-
"@smithy/util-middleware": "^4.2.7",
|
|
604
|
-
"@smithy/util-retry": "^4.2.7",
|
|
605
|
-
"@smithy/util-utf8": "^4.2.0",
|
|
506
|
+
"@aws-sdk/core": "^3.973.21",
|
|
507
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
508
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.8",
|
|
509
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.8",
|
|
510
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.1",
|
|
511
|
+
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
512
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.8",
|
|
513
|
+
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
514
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.8",
|
|
515
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.21",
|
|
516
|
+
"@aws-sdk/middleware-ssec": "^3.972.8",
|
|
517
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
518
|
+
"@aws-sdk/region-config-resolver": "^3.972.8",
|
|
519
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.9",
|
|
520
|
+
"@aws-sdk/types": "^3.973.6",
|
|
521
|
+
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
522
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
523
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
524
|
+
"@smithy/config-resolver": "^4.4.11",
|
|
525
|
+
"@smithy/core": "^3.23.12",
|
|
526
|
+
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
527
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.12",
|
|
528
|
+
"@smithy/eventstream-serde-node": "^4.2.12",
|
|
529
|
+
"@smithy/fetch-http-handler": "^5.3.15",
|
|
530
|
+
"@smithy/hash-blob-browser": "^4.2.13",
|
|
531
|
+
"@smithy/hash-node": "^4.2.12",
|
|
532
|
+
"@smithy/hash-stream-node": "^4.2.12",
|
|
533
|
+
"@smithy/invalid-dependency": "^4.2.12",
|
|
534
|
+
"@smithy/md5-js": "^4.2.12",
|
|
535
|
+
"@smithy/middleware-content-length": "^4.2.12",
|
|
536
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
537
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
538
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
539
|
+
"@smithy/middleware-stack": "^4.2.12",
|
|
540
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
541
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
542
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
543
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
544
|
+
"@smithy/types": "^4.13.1",
|
|
545
|
+
"@smithy/url-parser": "^4.2.12",
|
|
546
|
+
"@smithy/util-base64": "^4.3.2",
|
|
547
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
548
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
549
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
550
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
551
|
+
"@smithy/util-endpoints": "^3.3.3",
|
|
552
|
+
"@smithy/util-middleware": "^4.2.12",
|
|
553
|
+
"@smithy/util-retry": "^4.2.12",
|
|
554
|
+
"@smithy/util-stream": "^4.5.20",
|
|
555
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
556
|
+
"@smithy/util-waiter": "^4.2.13",
|
|
606
557
|
"tslib": "^2.6.2"
|
|
607
558
|
},
|
|
608
559
|
"engines": {
|
|
609
|
-
"node": ">=
|
|
560
|
+
"node": ">=20.0.0"
|
|
610
561
|
}
|
|
611
562
|
},
|
|
612
563
|
"node_modules/@aws-sdk/core": {
|
|
613
|
-
"version": "3.
|
|
614
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
615
|
-
"integrity": "sha512-
|
|
564
|
+
"version": "3.973.21",
|
|
565
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.21.tgz",
|
|
566
|
+
"integrity": "sha512-OTUcDX9Yfz/FLKbHjiMaP9D4Hs44lYJzN7zBcrK2nDmBt0Wr8D6nYt12QoBkZsW0nVMFsTIGaZCrsU9zCcIMXQ==",
|
|
616
567
|
"license": "Apache-2.0",
|
|
617
568
|
"dependencies": {
|
|
618
|
-
"@aws-sdk/types": "3.
|
|
619
|
-
"@aws-sdk/xml-builder": "3.
|
|
620
|
-
"@smithy/core": "^3.
|
|
621
|
-
"@smithy/node-config-provider": "^4.3.
|
|
622
|
-
"@smithy/property-provider": "^4.2.
|
|
623
|
-
"@smithy/protocol-http": "^5.3.
|
|
624
|
-
"@smithy/signature-v4": "^5.3.
|
|
625
|
-
"@smithy/smithy-client": "^4.
|
|
626
|
-
"@smithy/types": "^4.
|
|
627
|
-
"@smithy/util-base64": "^4.3.
|
|
628
|
-
"@smithy/util-middleware": "^4.2.
|
|
629
|
-
"@smithy/util-utf8": "^4.2.
|
|
569
|
+
"@aws-sdk/types": "^3.973.6",
|
|
570
|
+
"@aws-sdk/xml-builder": "^3.972.12",
|
|
571
|
+
"@smithy/core": "^3.23.12",
|
|
572
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
573
|
+
"@smithy/property-provider": "^4.2.12",
|
|
574
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
575
|
+
"@smithy/signature-v4": "^5.3.12",
|
|
576
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
577
|
+
"@smithy/types": "^4.13.1",
|
|
578
|
+
"@smithy/util-base64": "^4.3.2",
|
|
579
|
+
"@smithy/util-middleware": "^4.2.12",
|
|
580
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
630
581
|
"tslib": "^2.6.2"
|
|
631
582
|
},
|
|
632
583
|
"engines": {
|
|
633
|
-
"node": ">=
|
|
584
|
+
"node": ">=20.0.0"
|
|
634
585
|
}
|
|
635
586
|
},
|
|
636
587
|
"node_modules/@aws-sdk/crc64-nvme": {
|
|
637
|
-
"version": "3.
|
|
638
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/crc64-nvme/-/crc64-nvme-3.
|
|
639
|
-
"integrity": "sha512-
|
|
588
|
+
"version": "3.972.5",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/crc64-nvme/-/crc64-nvme-3.972.5.tgz",
|
|
590
|
+
"integrity": "sha512-2VbTstbjKdT+yKi8m7b3a9CiVac+pL/IY2PHJwsaGkkHmuuqkJZIErPck1h6P3T9ghQMLSdMPyW6Qp7Di5swFg==",
|
|
640
591
|
"license": "Apache-2.0",
|
|
641
592
|
"dependencies": {
|
|
642
|
-
"@smithy/types": "^4.
|
|
593
|
+
"@smithy/types": "^4.13.1",
|
|
643
594
|
"tslib": "^2.6.2"
|
|
644
595
|
},
|
|
645
596
|
"engines": {
|
|
646
|
-
"node": ">=
|
|
597
|
+
"node": ">=20.0.0"
|
|
647
598
|
}
|
|
648
599
|
},
|
|
649
600
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
650
|
-
"version": "3.
|
|
651
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
652
|
-
"integrity": "sha512-
|
|
601
|
+
"version": "3.972.19",
|
|
602
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.19.tgz",
|
|
603
|
+
"integrity": "sha512-33NpkQtmnsjLr9QdZvL3w8bjy+WoBJ+jY8JwuzxIq38rDNi1kwpBWW7Yjh+8bMlksd+ZAWW0fH4S/6OeoAdU5A==",
|
|
653
604
|
"license": "Apache-2.0",
|
|
654
605
|
"dependencies": {
|
|
655
|
-
"@aws-sdk/core": "3.
|
|
656
|
-
"@aws-sdk/types": "3.
|
|
657
|
-
"@smithy/property-provider": "^4.2.
|
|
658
|
-
"@smithy/types": "^4.
|
|
606
|
+
"@aws-sdk/core": "^3.973.21",
|
|
607
|
+
"@aws-sdk/types": "^3.973.6",
|
|
608
|
+
"@smithy/property-provider": "^4.2.12",
|
|
609
|
+
"@smithy/types": "^4.13.1",
|
|
659
610
|
"tslib": "^2.6.2"
|
|
660
611
|
},
|
|
661
612
|
"engines": {
|
|
662
|
-
"node": ">=
|
|
613
|
+
"node": ">=20.0.0"
|
|
663
614
|
}
|
|
664
615
|
},
|
|
665
616
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
666
|
-
"version": "3.
|
|
667
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.
|
|
668
|
-
"integrity": "sha512-
|
|
617
|
+
"version": "3.972.21",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.21.tgz",
|
|
619
|
+
"integrity": "sha512-xFke7yjbON4unNOG0TApQwz+o1LH5VhVLgWlUuiLRWNDyBfeHIFje2ck8qHybvJ8Fkm5m3SsN+pvHtVo6PGWlQ==",
|
|
669
620
|
"license": "Apache-2.0",
|
|
670
621
|
"dependencies": {
|
|
671
|
-
"@aws-sdk/core": "3.
|
|
672
|
-
"@aws-sdk/types": "3.
|
|
673
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
674
|
-
"@smithy/node-http-handler": "^4.
|
|
675
|
-
"@smithy/property-provider": "^4.2.
|
|
676
|
-
"@smithy/protocol-http": "^5.3.
|
|
677
|
-
"@smithy/smithy-client": "^4.
|
|
678
|
-
"@smithy/types": "^4.
|
|
679
|
-
"@smithy/util-stream": "^4.5.
|
|
622
|
+
"@aws-sdk/core": "^3.973.21",
|
|
623
|
+
"@aws-sdk/types": "^3.973.6",
|
|
624
|
+
"@smithy/fetch-http-handler": "^5.3.15",
|
|
625
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
626
|
+
"@smithy/property-provider": "^4.2.12",
|
|
627
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
628
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
629
|
+
"@smithy/types": "^4.13.1",
|
|
630
|
+
"@smithy/util-stream": "^4.5.20",
|
|
680
631
|
"tslib": "^2.6.2"
|
|
681
632
|
},
|
|
682
633
|
"engines": {
|
|
683
|
-
"node": ">=
|
|
634
|
+
"node": ">=20.0.0"
|
|
684
635
|
}
|
|
685
636
|
},
|
|
686
637
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
687
|
-
"version": "3.
|
|
688
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
689
|
-
"integrity": "sha512-
|
|
690
|
-
"license": "Apache-2.0",
|
|
691
|
-
"dependencies": {
|
|
692
|
-
"@aws-sdk/core": "3.
|
|
693
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
694
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
695
|
-
"@aws-sdk/credential-provider-login": "3.
|
|
696
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
697
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
698
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
699
|
-
"@aws-sdk/nested-clients": "3.
|
|
700
|
-
"@aws-sdk/types": "3.
|
|
701
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
702
|
-
"@smithy/property-provider": "^4.2.
|
|
703
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
704
|
-
"@smithy/types": "^4.
|
|
638
|
+
"version": "3.972.21",
|
|
639
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.21.tgz",
|
|
640
|
+
"integrity": "sha512-fmJN7KhB7CoG65w9fC2LVOd2wZbR2d1yJIpZNe2J5CeDPu7nUHSmavuJAeGEoE3OL5UIBVPNhmK/fV/NQrs3Hw==",
|
|
641
|
+
"license": "Apache-2.0",
|
|
642
|
+
"dependencies": {
|
|
643
|
+
"@aws-sdk/core": "^3.973.21",
|
|
644
|
+
"@aws-sdk/credential-provider-env": "^3.972.19",
|
|
645
|
+
"@aws-sdk/credential-provider-http": "^3.972.21",
|
|
646
|
+
"@aws-sdk/credential-provider-login": "^3.972.21",
|
|
647
|
+
"@aws-sdk/credential-provider-process": "^3.972.19",
|
|
648
|
+
"@aws-sdk/credential-provider-sso": "^3.972.21",
|
|
649
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.21",
|
|
650
|
+
"@aws-sdk/nested-clients": "^3.996.11",
|
|
651
|
+
"@aws-sdk/types": "^3.973.6",
|
|
652
|
+
"@smithy/credential-provider-imds": "^4.2.12",
|
|
653
|
+
"@smithy/property-provider": "^4.2.12",
|
|
654
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
655
|
+
"@smithy/types": "^4.13.1",
|
|
705
656
|
"tslib": "^2.6.2"
|
|
706
657
|
},
|
|
707
658
|
"engines": {
|
|
708
|
-
"node": ">=
|
|
659
|
+
"node": ">=20.0.0"
|
|
709
660
|
}
|
|
710
661
|
},
|
|
711
662
|
"node_modules/@aws-sdk/credential-provider-login": {
|
|
712
|
-
"version": "3.
|
|
713
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.
|
|
714
|
-
"integrity": "sha512-
|
|
663
|
+
"version": "3.972.21",
|
|
664
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.21.tgz",
|
|
665
|
+
"integrity": "sha512-ENU+YCiuQocQjfIf9bPxZ+ZY0wIBkl3SMH22optBQwy8UFpSfonHynXzGT27xQxer4cYTNOpwDqbfo57BusbpQ==",
|
|
715
666
|
"license": "Apache-2.0",
|
|
716
667
|
"dependencies": {
|
|
717
|
-
"@aws-sdk/core": "3.
|
|
718
|
-
"@aws-sdk/nested-clients": "3.
|
|
719
|
-
"@aws-sdk/types": "3.
|
|
720
|
-
"@smithy/property-provider": "^4.2.
|
|
721
|
-
"@smithy/protocol-http": "^5.3.
|
|
722
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
723
|
-
"@smithy/types": "^4.
|
|
668
|
+
"@aws-sdk/core": "^3.973.21",
|
|
669
|
+
"@aws-sdk/nested-clients": "^3.996.11",
|
|
670
|
+
"@aws-sdk/types": "^3.973.6",
|
|
671
|
+
"@smithy/property-provider": "^4.2.12",
|
|
672
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
673
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
674
|
+
"@smithy/types": "^4.13.1",
|
|
724
675
|
"tslib": "^2.6.2"
|
|
725
676
|
},
|
|
726
677
|
"engines": {
|
|
727
|
-
"node": ">=
|
|
678
|
+
"node": ">=20.0.0"
|
|
728
679
|
}
|
|
729
680
|
},
|
|
730
681
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
731
|
-
"version": "3.
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
733
|
-
"integrity": "sha512-
|
|
734
|
-
"license": "Apache-2.0",
|
|
735
|
-
"dependencies": {
|
|
736
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
737
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
738
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
739
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
740
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
741
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
742
|
-
"@aws-sdk/types": "3.
|
|
743
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
744
|
-
"@smithy/property-provider": "^4.2.
|
|
745
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
746
|
-
"@smithy/types": "^4.
|
|
682
|
+
"version": "3.972.22",
|
|
683
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.22.tgz",
|
|
684
|
+
"integrity": "sha512-VE6i8nkmrRyhKut7nnfCWRbdDf+CfyRr8ixSwdaPDguYlgvkAO2pHu9oK11XzbSuatB0io1ozI/vpYhelXn8Pg==",
|
|
685
|
+
"license": "Apache-2.0",
|
|
686
|
+
"dependencies": {
|
|
687
|
+
"@aws-sdk/credential-provider-env": "^3.972.19",
|
|
688
|
+
"@aws-sdk/credential-provider-http": "^3.972.21",
|
|
689
|
+
"@aws-sdk/credential-provider-ini": "^3.972.21",
|
|
690
|
+
"@aws-sdk/credential-provider-process": "^3.972.19",
|
|
691
|
+
"@aws-sdk/credential-provider-sso": "^3.972.21",
|
|
692
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.21",
|
|
693
|
+
"@aws-sdk/types": "^3.973.6",
|
|
694
|
+
"@smithy/credential-provider-imds": "^4.2.12",
|
|
695
|
+
"@smithy/property-provider": "^4.2.12",
|
|
696
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
697
|
+
"@smithy/types": "^4.13.1",
|
|
747
698
|
"tslib": "^2.6.2"
|
|
748
699
|
},
|
|
749
700
|
"engines": {
|
|
750
|
-
"node": ">=
|
|
701
|
+
"node": ">=20.0.0"
|
|
751
702
|
}
|
|
752
703
|
},
|
|
753
704
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
754
|
-
"version": "3.
|
|
755
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
756
|
-
"integrity": "sha512-
|
|
705
|
+
"version": "3.972.19",
|
|
706
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.19.tgz",
|
|
707
|
+
"integrity": "sha512-hjj5bFo4kf5/WzAMjDEFByVOMbq5gZiagIpJexf7Kp9nIDaGzhCphMsx03NCA8s9zUJzHlD1lXazd7MS+e03Lg==",
|
|
757
708
|
"license": "Apache-2.0",
|
|
758
709
|
"dependencies": {
|
|
759
|
-
"@aws-sdk/core": "3.
|
|
760
|
-
"@aws-sdk/types": "3.
|
|
761
|
-
"@smithy/property-provider": "^4.2.
|
|
762
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
763
|
-
"@smithy/types": "^4.
|
|
710
|
+
"@aws-sdk/core": "^3.973.21",
|
|
711
|
+
"@aws-sdk/types": "^3.973.6",
|
|
712
|
+
"@smithy/property-provider": "^4.2.12",
|
|
713
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
714
|
+
"@smithy/types": "^4.13.1",
|
|
764
715
|
"tslib": "^2.6.2"
|
|
765
716
|
},
|
|
766
717
|
"engines": {
|
|
767
|
-
"node": ">=
|
|
718
|
+
"node": ">=20.0.0"
|
|
768
719
|
}
|
|
769
720
|
},
|
|
770
721
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
771
|
-
"version": "3.
|
|
772
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
773
|
-
"integrity": "sha512-
|
|
722
|
+
"version": "3.972.21",
|
|
723
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.21.tgz",
|
|
724
|
+
"integrity": "sha512-9jWRCuMZpZKlqCZ46bvievqdfswsyB2yPAr9rOiN+FxaGgf8jrR5iYDqJgscvk1jrbAxiK4cIjHv3XjIAWAhzQ==",
|
|
774
725
|
"license": "Apache-2.0",
|
|
775
726
|
"dependencies": {
|
|
776
|
-
"@aws-sdk/
|
|
777
|
-
"@aws-sdk/
|
|
778
|
-
"@aws-sdk/token-providers": "3.
|
|
779
|
-
"@aws-sdk/types": "3.
|
|
780
|
-
"@smithy/property-provider": "^4.2.
|
|
781
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
782
|
-
"@smithy/types": "^4.
|
|
727
|
+
"@aws-sdk/core": "^3.973.21",
|
|
728
|
+
"@aws-sdk/nested-clients": "^3.996.11",
|
|
729
|
+
"@aws-sdk/token-providers": "3.1012.0",
|
|
730
|
+
"@aws-sdk/types": "^3.973.6",
|
|
731
|
+
"@smithy/property-provider": "^4.2.12",
|
|
732
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
733
|
+
"@smithy/types": "^4.13.1",
|
|
783
734
|
"tslib": "^2.6.2"
|
|
784
735
|
},
|
|
785
736
|
"engines": {
|
|
786
|
-
"node": ">=
|
|
737
|
+
"node": ">=20.0.0"
|
|
787
738
|
}
|
|
788
739
|
},
|
|
789
740
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
790
|
-
"version": "3.
|
|
791
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
792
|
-
"integrity": "sha512-
|
|
741
|
+
"version": "3.972.21",
|
|
742
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.21.tgz",
|
|
743
|
+
"integrity": "sha512-ShWQO/cQVZ+j3zUDK7Kj+m7grPzQCVA2iaZdJ+hJTGvVH5lR32Ip/rgZZ+zBdH6D6wczP9Upa4NMXoqJdGpK1g==",
|
|
793
744
|
"license": "Apache-2.0",
|
|
794
745
|
"dependencies": {
|
|
795
|
-
"@aws-sdk/core": "3.
|
|
796
|
-
"@aws-sdk/nested-clients": "3.
|
|
797
|
-
"@aws-sdk/types": "3.
|
|
798
|
-
"@smithy/property-provider": "^4.2.
|
|
799
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
800
|
-
"@smithy/types": "^4.
|
|
746
|
+
"@aws-sdk/core": "^3.973.21",
|
|
747
|
+
"@aws-sdk/nested-clients": "^3.996.11",
|
|
748
|
+
"@aws-sdk/types": "^3.973.6",
|
|
749
|
+
"@smithy/property-provider": "^4.2.12",
|
|
750
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
751
|
+
"@smithy/types": "^4.13.1",
|
|
801
752
|
"tslib": "^2.6.2"
|
|
802
753
|
},
|
|
803
754
|
"engines": {
|
|
804
|
-
"node": ">=
|
|
755
|
+
"node": ">=20.0.0"
|
|
805
756
|
}
|
|
806
757
|
},
|
|
807
758
|
"node_modules/@aws-sdk/lib-storage": {
|
|
@@ -826,318 +777,319 @@
|
|
|
826
777
|
}
|
|
827
778
|
},
|
|
828
779
|
"node_modules/@aws-sdk/middleware-bucket-endpoint": {
|
|
829
|
-
"version": "3.
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.
|
|
831
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "3.972.8",
|
|
781
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.972.8.tgz",
|
|
782
|
+
"integrity": "sha512-WR525Rr2QJSETa9a050isktyWi/4yIGcmY3BQ1kpHqb0LqUglQHCS8R27dTJxxWNZvQ0RVGtEZjTCbZJpyF3Aw==",
|
|
832
783
|
"license": "Apache-2.0",
|
|
833
784
|
"dependencies": {
|
|
834
|
-
"@aws-sdk/types": "3.
|
|
835
|
-
"@aws-sdk/util-arn-parser": "3.
|
|
836
|
-
"@smithy/node-config-provider": "^4.3.
|
|
837
|
-
"@smithy/protocol-http": "^5.3.
|
|
838
|
-
"@smithy/types": "^4.
|
|
839
|
-
"@smithy/util-config-provider": "^4.2.
|
|
785
|
+
"@aws-sdk/types": "^3.973.6",
|
|
786
|
+
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
787
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
788
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
789
|
+
"@smithy/types": "^4.13.1",
|
|
790
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
840
791
|
"tslib": "^2.6.2"
|
|
841
792
|
},
|
|
842
793
|
"engines": {
|
|
843
|
-
"node": ">=
|
|
794
|
+
"node": ">=20.0.0"
|
|
844
795
|
}
|
|
845
796
|
},
|
|
846
797
|
"node_modules/@aws-sdk/middleware-expect-continue": {
|
|
847
|
-
"version": "3.
|
|
848
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.
|
|
849
|
-
"integrity": "sha512-
|
|
798
|
+
"version": "3.972.8",
|
|
799
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.972.8.tgz",
|
|
800
|
+
"integrity": "sha512-5DTBTiotEES1e2jOHAq//zyzCjeMB78lEHd35u15qnrid4Nxm7diqIf9fQQ3Ov0ChH1V3Vvt13thOnrACmfGVQ==",
|
|
850
801
|
"license": "Apache-2.0",
|
|
851
802
|
"dependencies": {
|
|
852
|
-
"@aws-sdk/types": "3.
|
|
853
|
-
"@smithy/protocol-http": "^5.3.
|
|
854
|
-
"@smithy/types": "^4.
|
|
803
|
+
"@aws-sdk/types": "^3.973.6",
|
|
804
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
805
|
+
"@smithy/types": "^4.13.1",
|
|
855
806
|
"tslib": "^2.6.2"
|
|
856
807
|
},
|
|
857
808
|
"engines": {
|
|
858
|
-
"node": ">=
|
|
809
|
+
"node": ">=20.0.0"
|
|
859
810
|
}
|
|
860
811
|
},
|
|
861
812
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
862
|
-
"version": "3.
|
|
863
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
864
|
-
"integrity": "sha512-
|
|
813
|
+
"version": "3.974.1",
|
|
814
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.974.1.tgz",
|
|
815
|
+
"integrity": "sha512-1MQ8czTjW8b8SpM+ZoQ0k5yD4rd19G9ALPlGgbFdRS7bwlm9ArxXWu2M22mUgSjsGJwzDkpV8e9tjUnre6adAw==",
|
|
865
816
|
"license": "Apache-2.0",
|
|
866
817
|
"dependencies": {
|
|
867
818
|
"@aws-crypto/crc32": "5.2.0",
|
|
868
819
|
"@aws-crypto/crc32c": "5.2.0",
|
|
869
820
|
"@aws-crypto/util": "5.2.0",
|
|
870
|
-
"@aws-sdk/core": "3.
|
|
871
|
-
"@aws-sdk/crc64-nvme": "3.
|
|
872
|
-
"@aws-sdk/types": "3.
|
|
873
|
-
"@smithy/is-array-buffer": "^4.2.
|
|
874
|
-
"@smithy/node-config-provider": "^4.3.
|
|
875
|
-
"@smithy/protocol-http": "^5.3.
|
|
876
|
-
"@smithy/types": "^4.
|
|
877
|
-
"@smithy/util-middleware": "^4.2.
|
|
878
|
-
"@smithy/util-stream": "^4.5.
|
|
879
|
-
"@smithy/util-utf8": "^4.2.
|
|
821
|
+
"@aws-sdk/core": "^3.973.21",
|
|
822
|
+
"@aws-sdk/crc64-nvme": "^3.972.5",
|
|
823
|
+
"@aws-sdk/types": "^3.973.6",
|
|
824
|
+
"@smithy/is-array-buffer": "^4.2.2",
|
|
825
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
826
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
827
|
+
"@smithy/types": "^4.13.1",
|
|
828
|
+
"@smithy/util-middleware": "^4.2.12",
|
|
829
|
+
"@smithy/util-stream": "^4.5.20",
|
|
830
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
880
831
|
"tslib": "^2.6.2"
|
|
881
832
|
},
|
|
882
833
|
"engines": {
|
|
883
|
-
"node": ">=
|
|
834
|
+
"node": ">=20.0.0"
|
|
884
835
|
}
|
|
885
836
|
},
|
|
886
837
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
887
|
-
"version": "3.
|
|
888
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
889
|
-
"integrity": "sha512-
|
|
838
|
+
"version": "3.972.8",
|
|
839
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.8.tgz",
|
|
840
|
+
"integrity": "sha512-wAr2REfKsqoKQ+OkNqvOShnBoh+nkPurDKW7uAeVSu6kUECnWlSJiPvnoqxGlfousEY/v9LfS9sNc46hjSYDIQ==",
|
|
890
841
|
"license": "Apache-2.0",
|
|
891
842
|
"dependencies": {
|
|
892
|
-
"@aws-sdk/types": "3.
|
|
893
|
-
"@smithy/protocol-http": "^5.3.
|
|
894
|
-
"@smithy/types": "^4.
|
|
843
|
+
"@aws-sdk/types": "^3.973.6",
|
|
844
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
845
|
+
"@smithy/types": "^4.13.1",
|
|
895
846
|
"tslib": "^2.6.2"
|
|
896
847
|
},
|
|
897
848
|
"engines": {
|
|
898
|
-
"node": ">=
|
|
849
|
+
"node": ">=20.0.0"
|
|
899
850
|
}
|
|
900
851
|
},
|
|
901
852
|
"node_modules/@aws-sdk/middleware-location-constraint": {
|
|
902
|
-
"version": "3.
|
|
903
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.
|
|
904
|
-
"integrity": "sha512-
|
|
853
|
+
"version": "3.972.8",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.972.8.tgz",
|
|
855
|
+
"integrity": "sha512-KaUoFuoFPziIa98DSQsTPeke1gvGXlc5ZGMhy+b+nLxZ4A7jmJgLzjEF95l8aOQN2T/qlPP3MrAyELm8ExXucw==",
|
|
905
856
|
"license": "Apache-2.0",
|
|
906
857
|
"dependencies": {
|
|
907
|
-
"@aws-sdk/types": "3.
|
|
908
|
-
"@smithy/types": "^4.
|
|
858
|
+
"@aws-sdk/types": "^3.973.6",
|
|
859
|
+
"@smithy/types": "^4.13.1",
|
|
909
860
|
"tslib": "^2.6.2"
|
|
910
861
|
},
|
|
911
862
|
"engines": {
|
|
912
|
-
"node": ">=
|
|
863
|
+
"node": ">=20.0.0"
|
|
913
864
|
}
|
|
914
865
|
},
|
|
915
866
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
916
|
-
"version": "3.
|
|
917
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
918
|
-
"integrity": "sha512-
|
|
867
|
+
"version": "3.972.8",
|
|
868
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.972.8.tgz",
|
|
869
|
+
"integrity": "sha512-CWl5UCM57WUFaFi5kB7IBY1UmOeLvNZAZ2/OZ5l20ldiJ3TiIz1pC65gYj8X0BCPWkeR1E32mpsCk1L1I4n+lA==",
|
|
919
870
|
"license": "Apache-2.0",
|
|
920
871
|
"dependencies": {
|
|
921
|
-
"@aws-sdk/types": "3.
|
|
922
|
-
"@smithy/types": "^4.
|
|
872
|
+
"@aws-sdk/types": "^3.973.6",
|
|
873
|
+
"@smithy/types": "^4.13.1",
|
|
923
874
|
"tslib": "^2.6.2"
|
|
924
875
|
},
|
|
925
876
|
"engines": {
|
|
926
|
-
"node": ">=
|
|
877
|
+
"node": ">=20.0.0"
|
|
927
878
|
}
|
|
928
879
|
},
|
|
929
880
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
930
|
-
"version": "3.
|
|
931
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
932
|
-
"integrity": "sha512-
|
|
881
|
+
"version": "3.972.8",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.8.tgz",
|
|
883
|
+
"integrity": "sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA==",
|
|
933
884
|
"license": "Apache-2.0",
|
|
934
885
|
"dependencies": {
|
|
935
|
-
"@aws-sdk/types": "3.
|
|
886
|
+
"@aws-sdk/types": "^3.973.6",
|
|
936
887
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
937
|
-
"@smithy/protocol-http": "^5.3.
|
|
938
|
-
"@smithy/types": "^4.
|
|
888
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
889
|
+
"@smithy/types": "^4.13.1",
|
|
939
890
|
"tslib": "^2.6.2"
|
|
940
891
|
},
|
|
941
892
|
"engines": {
|
|
942
|
-
"node": ">=
|
|
893
|
+
"node": ">=20.0.0"
|
|
943
894
|
}
|
|
944
895
|
},
|
|
945
896
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
946
|
-
"version": "3.
|
|
947
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.
|
|
948
|
-
"integrity": "sha512-
|
|
897
|
+
"version": "3.972.21",
|
|
898
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.21.tgz",
|
|
899
|
+
"integrity": "sha512-SXkHy8OET88y4NaSui3gMfoTpg4jHvcbAVXYJuP74vsgsJKCv/vzWM+0hVJ1W+EBOghd+qFIud80ZiuPt2RXRw==",
|
|
949
900
|
"license": "Apache-2.0",
|
|
950
901
|
"dependencies": {
|
|
951
|
-
"@aws-sdk/core": "3.
|
|
952
|
-
"@aws-sdk/types": "3.
|
|
953
|
-
"@aws-sdk/util-arn-parser": "3.
|
|
954
|
-
"@smithy/core": "^3.
|
|
955
|
-
"@smithy/node-config-provider": "^4.3.
|
|
956
|
-
"@smithy/protocol-http": "^5.3.
|
|
957
|
-
"@smithy/signature-v4": "^5.3.
|
|
958
|
-
"@smithy/smithy-client": "^4.
|
|
959
|
-
"@smithy/types": "^4.
|
|
960
|
-
"@smithy/util-config-provider": "^4.2.
|
|
961
|
-
"@smithy/util-middleware": "^4.2.
|
|
962
|
-
"@smithy/util-stream": "^4.5.
|
|
963
|
-
"@smithy/util-utf8": "^4.2.
|
|
902
|
+
"@aws-sdk/core": "^3.973.21",
|
|
903
|
+
"@aws-sdk/types": "^3.973.6",
|
|
904
|
+
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
905
|
+
"@smithy/core": "^3.23.12",
|
|
906
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
907
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
908
|
+
"@smithy/signature-v4": "^5.3.12",
|
|
909
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
910
|
+
"@smithy/types": "^4.13.1",
|
|
911
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
912
|
+
"@smithy/util-middleware": "^4.2.12",
|
|
913
|
+
"@smithy/util-stream": "^4.5.20",
|
|
914
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
964
915
|
"tslib": "^2.6.2"
|
|
965
916
|
},
|
|
966
917
|
"engines": {
|
|
967
|
-
"node": ">=
|
|
918
|
+
"node": ">=20.0.0"
|
|
968
919
|
}
|
|
969
920
|
},
|
|
970
921
|
"node_modules/@aws-sdk/middleware-ssec": {
|
|
971
|
-
"version": "3.
|
|
972
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.
|
|
973
|
-
"integrity": "sha512-
|
|
922
|
+
"version": "3.972.8",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.972.8.tgz",
|
|
924
|
+
"integrity": "sha512-wqlK0yO/TxEC2UsY9wIlqeeutF6jjLe0f96Pbm40XscTo57nImUk9lBcw0dPgsm0sppFtAkSlDrfpK+pC30Wqw==",
|
|
974
925
|
"license": "Apache-2.0",
|
|
975
926
|
"dependencies": {
|
|
976
|
-
"@aws-sdk/types": "3.
|
|
977
|
-
"@smithy/types": "^4.
|
|
927
|
+
"@aws-sdk/types": "^3.973.6",
|
|
928
|
+
"@smithy/types": "^4.13.1",
|
|
978
929
|
"tslib": "^2.6.2"
|
|
979
930
|
},
|
|
980
931
|
"engines": {
|
|
981
|
-
"node": ">=
|
|
932
|
+
"node": ">=20.0.0"
|
|
982
933
|
}
|
|
983
934
|
},
|
|
984
935
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
985
|
-
"version": "3.
|
|
986
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
987
|
-
"integrity": "sha512
|
|
936
|
+
"version": "3.972.22",
|
|
937
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.22.tgz",
|
|
938
|
+
"integrity": "sha512-pZPNGWZVQvgUIO/P9PXZNz7ciq9mLYb/wQEurg3phKTa3DiBIunIRcgA0eBNwmog6S3oy0KR1bv4EJ4ld9A5sQ==",
|
|
988
939
|
"license": "Apache-2.0",
|
|
989
940
|
"dependencies": {
|
|
990
|
-
"@aws-sdk/core": "3.
|
|
991
|
-
"@aws-sdk/types": "3.
|
|
992
|
-
"@aws-sdk/util-endpoints": "3.
|
|
993
|
-
"@smithy/core": "^3.
|
|
994
|
-
"@smithy/protocol-http": "^5.3.
|
|
995
|
-
"@smithy/types": "^4.
|
|
941
|
+
"@aws-sdk/core": "^3.973.21",
|
|
942
|
+
"@aws-sdk/types": "^3.973.6",
|
|
943
|
+
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
944
|
+
"@smithy/core": "^3.23.12",
|
|
945
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
946
|
+
"@smithy/types": "^4.13.1",
|
|
947
|
+
"@smithy/util-retry": "^4.2.12",
|
|
996
948
|
"tslib": "^2.6.2"
|
|
997
949
|
},
|
|
998
950
|
"engines": {
|
|
999
|
-
"node": ">=
|
|
951
|
+
"node": ">=20.0.0"
|
|
1000
952
|
}
|
|
1001
953
|
},
|
|
1002
954
|
"node_modules/@aws-sdk/nested-clients": {
|
|
1003
|
-
"version": "3.
|
|
1004
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.
|
|
1005
|
-
"integrity": "sha512-
|
|
955
|
+
"version": "3.996.11",
|
|
956
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.996.11.tgz",
|
|
957
|
+
"integrity": "sha512-i7SwoSR4JB/79JoGDUACnFUQOZwXGLWNX35lIb1Pq72nUGlVV+RFZp+BLa8S+mog2pbXU9+6Kc5YwGiMi5bKhQ==",
|
|
1006
958
|
"license": "Apache-2.0",
|
|
1007
959
|
"dependencies": {
|
|
1008
960
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1009
961
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
1010
|
-
"@aws-sdk/core": "3.
|
|
1011
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1012
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1013
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1014
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1015
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
1016
|
-
"@aws-sdk/types": "3.
|
|
1017
|
-
"@aws-sdk/util-endpoints": "3.
|
|
1018
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
1019
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
1020
|
-
"@smithy/config-resolver": "^4.4.
|
|
1021
|
-
"@smithy/core": "^3.
|
|
1022
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
1023
|
-
"@smithy/hash-node": "^4.2.
|
|
1024
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
1025
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
1026
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
1027
|
-
"@smithy/middleware-retry": "^4.4.
|
|
1028
|
-
"@smithy/middleware-serde": "^4.2.
|
|
1029
|
-
"@smithy/middleware-stack": "^4.2.
|
|
1030
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1031
|
-
"@smithy/node-http-handler": "^4.
|
|
1032
|
-
"@smithy/protocol-http": "^5.3.
|
|
1033
|
-
"@smithy/smithy-client": "^4.
|
|
1034
|
-
"@smithy/types": "^4.
|
|
1035
|
-
"@smithy/url-parser": "^4.2.
|
|
1036
|
-
"@smithy/util-base64": "^4.3.
|
|
1037
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
1038
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
1039
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
1040
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
1041
|
-
"@smithy/util-endpoints": "^3.
|
|
1042
|
-
"@smithy/util-middleware": "^4.2.
|
|
1043
|
-
"@smithy/util-retry": "^4.2.
|
|
1044
|
-
"@smithy/util-utf8": "^4.2.
|
|
962
|
+
"@aws-sdk/core": "^3.973.21",
|
|
963
|
+
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
964
|
+
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
965
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.8",
|
|
966
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
967
|
+
"@aws-sdk/region-config-resolver": "^3.972.8",
|
|
968
|
+
"@aws-sdk/types": "^3.973.6",
|
|
969
|
+
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
970
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
971
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
972
|
+
"@smithy/config-resolver": "^4.4.11",
|
|
973
|
+
"@smithy/core": "^3.23.12",
|
|
974
|
+
"@smithy/fetch-http-handler": "^5.3.15",
|
|
975
|
+
"@smithy/hash-node": "^4.2.12",
|
|
976
|
+
"@smithy/invalid-dependency": "^4.2.12",
|
|
977
|
+
"@smithy/middleware-content-length": "^4.2.12",
|
|
978
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
979
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
980
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
981
|
+
"@smithy/middleware-stack": "^4.2.12",
|
|
982
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
983
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
984
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
985
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
986
|
+
"@smithy/types": "^4.13.1",
|
|
987
|
+
"@smithy/url-parser": "^4.2.12",
|
|
988
|
+
"@smithy/util-base64": "^4.3.2",
|
|
989
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
990
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
991
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
992
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
993
|
+
"@smithy/util-endpoints": "^3.3.3",
|
|
994
|
+
"@smithy/util-middleware": "^4.2.12",
|
|
995
|
+
"@smithy/util-retry": "^4.2.12",
|
|
996
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
1045
997
|
"tslib": "^2.6.2"
|
|
1046
998
|
},
|
|
1047
999
|
"engines": {
|
|
1048
|
-
"node": ">=
|
|
1000
|
+
"node": ">=20.0.0"
|
|
1049
1001
|
}
|
|
1050
1002
|
},
|
|
1051
1003
|
"node_modules/@aws-sdk/region-config-resolver": {
|
|
1052
|
-
"version": "3.
|
|
1053
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.
|
|
1054
|
-
"integrity": "sha512-
|
|
1004
|
+
"version": "3.972.8",
|
|
1005
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.8.tgz",
|
|
1006
|
+
"integrity": "sha512-1eD4uhTDeambO/PNIDVG19A6+v4NdD7xzwLHDutHsUqz0B+i661MwQB2eYO4/crcCvCiQG4SRm1k81k54FEIvw==",
|
|
1055
1007
|
"license": "Apache-2.0",
|
|
1056
1008
|
"dependencies": {
|
|
1057
|
-
"@aws-sdk/types": "3.
|
|
1058
|
-
"@smithy/config-resolver": "^4.4.
|
|
1059
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1060
|
-
"@smithy/types": "^4.
|
|
1009
|
+
"@aws-sdk/types": "^3.973.6",
|
|
1010
|
+
"@smithy/config-resolver": "^4.4.11",
|
|
1011
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
1012
|
+
"@smithy/types": "^4.13.1",
|
|
1061
1013
|
"tslib": "^2.6.2"
|
|
1062
1014
|
},
|
|
1063
1015
|
"engines": {
|
|
1064
|
-
"node": ">=
|
|
1016
|
+
"node": ">=20.0.0"
|
|
1065
1017
|
}
|
|
1066
1018
|
},
|
|
1067
1019
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
1068
|
-
"version": "3.
|
|
1069
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.
|
|
1070
|
-
"integrity": "sha512-
|
|
1020
|
+
"version": "3.996.9",
|
|
1021
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.9.tgz",
|
|
1022
|
+
"integrity": "sha512-2aAUwudVQ3uNkCfkBLQwNVD2jkfb299NSeDueXsT2NcNdFrWtHRkiQzX3wk47UFYbm87BkdxrsAJcQO7PdQOhA==",
|
|
1071
1023
|
"license": "Apache-2.0",
|
|
1072
1024
|
"dependencies": {
|
|
1073
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
1074
|
-
"@aws-sdk/types": "3.
|
|
1075
|
-
"@smithy/protocol-http": "^5.3.
|
|
1076
|
-
"@smithy/signature-v4": "^5.3.
|
|
1077
|
-
"@smithy/types": "^4.
|
|
1025
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.21",
|
|
1026
|
+
"@aws-sdk/types": "^3.973.6",
|
|
1027
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
1028
|
+
"@smithy/signature-v4": "^5.3.12",
|
|
1029
|
+
"@smithy/types": "^4.13.1",
|
|
1078
1030
|
"tslib": "^2.6.2"
|
|
1079
1031
|
},
|
|
1080
1032
|
"engines": {
|
|
1081
|
-
"node": ">=
|
|
1033
|
+
"node": ">=20.0.0"
|
|
1082
1034
|
}
|
|
1083
1035
|
},
|
|
1084
1036
|
"node_modules/@aws-sdk/token-providers": {
|
|
1085
|
-
"version": "3.
|
|
1086
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
1087
|
-
"integrity": "sha512-
|
|
1037
|
+
"version": "3.1012.0",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1012.0.tgz",
|
|
1039
|
+
"integrity": "sha512-vzKwy020zjuiF4WTJzejx5nYcXJnRhHpb6i3lyZHIwfFwXG1yX4bzBVNMWYWF+bz1i2Pp2VhJbPyzpqj4VuJXQ==",
|
|
1088
1040
|
"license": "Apache-2.0",
|
|
1089
1041
|
"dependencies": {
|
|
1090
|
-
"@aws-sdk/core": "3.
|
|
1091
|
-
"@aws-sdk/nested-clients": "3.
|
|
1092
|
-
"@aws-sdk/types": "3.
|
|
1093
|
-
"@smithy/property-provider": "^4.2.
|
|
1094
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
1095
|
-
"@smithy/types": "^4.
|
|
1042
|
+
"@aws-sdk/core": "^3.973.21",
|
|
1043
|
+
"@aws-sdk/nested-clients": "^3.996.11",
|
|
1044
|
+
"@aws-sdk/types": "^3.973.6",
|
|
1045
|
+
"@smithy/property-provider": "^4.2.12",
|
|
1046
|
+
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
1047
|
+
"@smithy/types": "^4.13.1",
|
|
1096
1048
|
"tslib": "^2.6.2"
|
|
1097
1049
|
},
|
|
1098
1050
|
"engines": {
|
|
1099
|
-
"node": ">=
|
|
1051
|
+
"node": ">=20.0.0"
|
|
1100
1052
|
}
|
|
1101
1053
|
},
|
|
1102
1054
|
"node_modules/@aws-sdk/types": {
|
|
1103
|
-
"version": "3.
|
|
1104
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
1105
|
-
"integrity": "sha512-
|
|
1055
|
+
"version": "3.973.6",
|
|
1056
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.6.tgz",
|
|
1057
|
+
"integrity": "sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw==",
|
|
1106
1058
|
"license": "Apache-2.0",
|
|
1107
1059
|
"dependencies": {
|
|
1108
|
-
"@smithy/types": "^4.
|
|
1060
|
+
"@smithy/types": "^4.13.1",
|
|
1109
1061
|
"tslib": "^2.6.2"
|
|
1110
1062
|
},
|
|
1111
1063
|
"engines": {
|
|
1112
|
-
"node": ">=
|
|
1064
|
+
"node": ">=20.0.0"
|
|
1113
1065
|
}
|
|
1114
1066
|
},
|
|
1115
1067
|
"node_modules/@aws-sdk/util-arn-parser": {
|
|
1116
|
-
"version": "3.
|
|
1117
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.
|
|
1118
|
-
"integrity": "sha512-
|
|
1068
|
+
"version": "3.972.3",
|
|
1069
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.972.3.tgz",
|
|
1070
|
+
"integrity": "sha512-HzSD8PMFrvgi2Kserxuff5VitNq2sgf3w9qxmskKDiDTThWfVteJxuCS9JXiPIPtmCrp+7N9asfIaVhBFORllA==",
|
|
1119
1071
|
"license": "Apache-2.0",
|
|
1120
1072
|
"dependencies": {
|
|
1121
1073
|
"tslib": "^2.6.2"
|
|
1122
1074
|
},
|
|
1123
1075
|
"engines": {
|
|
1124
|
-
"node": ">=
|
|
1076
|
+
"node": ">=20.0.0"
|
|
1125
1077
|
}
|
|
1126
1078
|
},
|
|
1127
1079
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
1128
|
-
"version": "3.
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
1130
|
-
"integrity": "sha512-
|
|
1080
|
+
"version": "3.996.5",
|
|
1081
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.996.5.tgz",
|
|
1082
|
+
"integrity": "sha512-Uh93L5sXFNbyR5sEPMzUU8tJ++Ku97EY4udmC01nB8Zu+xfBPwpIwJ6F7snqQeq8h2pf+8SGN5/NoytfKgYPIw==",
|
|
1131
1083
|
"license": "Apache-2.0",
|
|
1132
1084
|
"dependencies": {
|
|
1133
|
-
"@aws-sdk/types": "3.
|
|
1134
|
-
"@smithy/types": "^4.
|
|
1135
|
-
"@smithy/url-parser": "^4.2.
|
|
1136
|
-
"@smithy/util-endpoints": "^3.
|
|
1085
|
+
"@aws-sdk/types": "^3.973.6",
|
|
1086
|
+
"@smithy/types": "^4.13.1",
|
|
1087
|
+
"@smithy/url-parser": "^4.2.12",
|
|
1088
|
+
"@smithy/util-endpoints": "^3.3.3",
|
|
1137
1089
|
"tslib": "^2.6.2"
|
|
1138
1090
|
},
|
|
1139
1091
|
"engines": {
|
|
1140
|
-
"node": ">=
|
|
1092
|
+
"node": ">=20.0.0"
|
|
1141
1093
|
}
|
|
1142
1094
|
},
|
|
1143
1095
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
@@ -1153,31 +1105,32 @@
|
|
|
1153
1105
|
}
|
|
1154
1106
|
},
|
|
1155
1107
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
1156
|
-
"version": "3.
|
|
1157
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
1158
|
-
"integrity": "sha512-
|
|
1108
|
+
"version": "3.972.8",
|
|
1109
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.8.tgz",
|
|
1110
|
+
"integrity": "sha512-B3KGXJviV2u6Cdw2SDY2aDhoJkVfY/Q/Trwk2CMSkikE1Oi6gRzxhvhIfiRpHfmIsAhV4EA54TVEX8K6CbHbkA==",
|
|
1159
1111
|
"license": "Apache-2.0",
|
|
1160
1112
|
"dependencies": {
|
|
1161
|
-
"@aws-sdk/types": "3.
|
|
1162
|
-
"@smithy/types": "^4.
|
|
1113
|
+
"@aws-sdk/types": "^3.973.6",
|
|
1114
|
+
"@smithy/types": "^4.13.1",
|
|
1163
1115
|
"bowser": "^2.11.0",
|
|
1164
1116
|
"tslib": "^2.6.2"
|
|
1165
1117
|
}
|
|
1166
1118
|
},
|
|
1167
1119
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
1168
|
-
"version": "3.
|
|
1169
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
1170
|
-
"integrity": "sha512-
|
|
1120
|
+
"version": "3.973.8",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.8.tgz",
|
|
1122
|
+
"integrity": "sha512-Kvb96TafGPLYo4Z2GRCzQTne77epXgiZEo0DDXwavzkWmgDV/1XD1tMA766gzRcHHFUraWsE+4T8DKtPTZUxgQ==",
|
|
1171
1123
|
"license": "Apache-2.0",
|
|
1172
1124
|
"dependencies": {
|
|
1173
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1174
|
-
"@aws-sdk/types": "3.
|
|
1175
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1176
|
-
"@smithy/types": "^4.
|
|
1125
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
1126
|
+
"@aws-sdk/types": "^3.973.6",
|
|
1127
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
1128
|
+
"@smithy/types": "^4.13.1",
|
|
1129
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
1177
1130
|
"tslib": "^2.6.2"
|
|
1178
1131
|
},
|
|
1179
1132
|
"engines": {
|
|
1180
|
-
"node": ">=
|
|
1133
|
+
"node": ">=20.0.0"
|
|
1181
1134
|
},
|
|
1182
1135
|
"peerDependencies": {
|
|
1183
1136
|
"aws-crt": ">=1.0.0"
|
|
@@ -1189,17 +1142,17 @@
|
|
|
1189
1142
|
}
|
|
1190
1143
|
},
|
|
1191
1144
|
"node_modules/@aws-sdk/xml-builder": {
|
|
1192
|
-
"version": "3.
|
|
1193
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.
|
|
1194
|
-
"integrity": "sha512-
|
|
1145
|
+
"version": "3.972.12",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.12.tgz",
|
|
1147
|
+
"integrity": "sha512-xjyucfn+F+kMf25c+LIUnvX3oyLSlj9T0Vncs5WMQI6G36JdnSwC8g0qf8RajfmSClXr660EpTz7FFKluZ4BqQ==",
|
|
1195
1148
|
"license": "Apache-2.0",
|
|
1196
1149
|
"dependencies": {
|
|
1197
|
-
"@smithy/types": "^4.
|
|
1198
|
-
"fast-xml-parser": "5.
|
|
1150
|
+
"@smithy/types": "^4.13.1",
|
|
1151
|
+
"fast-xml-parser": "5.5.6",
|
|
1199
1152
|
"tslib": "^2.6.2"
|
|
1200
1153
|
},
|
|
1201
1154
|
"engines": {
|
|
1202
|
-
"node": ">=
|
|
1155
|
+
"node": ">=20.0.0"
|
|
1203
1156
|
}
|
|
1204
1157
|
},
|
|
1205
1158
|
"node_modules/@aws/lambda-invoke-store": {
|
|
@@ -2147,23 +2100,40 @@
|
|
|
2147
2100
|
}
|
|
2148
2101
|
},
|
|
2149
2102
|
"node_modules/@fastify/accept-negotiator": {
|
|
2150
|
-
"version": "
|
|
2151
|
-
"resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-
|
|
2152
|
-
"integrity": "sha512
|
|
2153
|
-
"
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2103
|
+
"version": "2.0.1",
|
|
2104
|
+
"resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
|
|
2105
|
+
"integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
|
|
2106
|
+
"funding": [
|
|
2107
|
+
{
|
|
2108
|
+
"type": "github",
|
|
2109
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"type": "opencollective",
|
|
2113
|
+
"url": "https://opencollective.com/fastify"
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"license": "MIT"
|
|
2157
2117
|
},
|
|
2158
2118
|
"node_modules/@fastify/ajv-compiler": {
|
|
2159
|
-
"version": "
|
|
2160
|
-
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-
|
|
2161
|
-
"integrity": "sha512-
|
|
2119
|
+
"version": "4.0.5",
|
|
2120
|
+
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz",
|
|
2121
|
+
"integrity": "sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==",
|
|
2122
|
+
"funding": [
|
|
2123
|
+
{
|
|
2124
|
+
"type": "github",
|
|
2125
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"type": "opencollective",
|
|
2129
|
+
"url": "https://opencollective.com/fastify"
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2162
2132
|
"license": "MIT",
|
|
2163
2133
|
"dependencies": {
|
|
2164
|
-
"ajv": "^8.
|
|
2165
|
-
"ajv-formats": "^
|
|
2166
|
-
"fast-uri": "^
|
|
2134
|
+
"ajv": "^8.12.0",
|
|
2135
|
+
"ajv-formats": "^3.0.1",
|
|
2136
|
+
"fast-uri": "^3.0.0"
|
|
2167
2137
|
}
|
|
2168
2138
|
},
|
|
2169
2139
|
"node_modules/@fastify/ajv-compiler/node_modules/ajv": {
|
|
@@ -2182,10 +2152,16 @@
|
|
|
2182
2152
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
2183
2153
|
}
|
|
2184
2154
|
},
|
|
2185
|
-
"node_modules/@fastify/ajv-compiler/node_modules/
|
|
2186
|
-
"version": "
|
|
2187
|
-
"resolved": "https://registry.npmjs.org/
|
|
2188
|
-
"integrity": "sha512-
|
|
2155
|
+
"node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse": {
|
|
2156
|
+
"version": "1.0.0",
|
|
2157
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2158
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2159
|
+
"license": "MIT"
|
|
2160
|
+
},
|
|
2161
|
+
"node_modules/@fastify/autoload": {
|
|
2162
|
+
"version": "6.3.1",
|
|
2163
|
+
"resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.3.1.tgz",
|
|
2164
|
+
"integrity": "sha512-0fsG+lO3m5yEZVjXKpltCe+2eHhM6rfAPQhvlGUgLUFTw/N2wA9WqPTObMtrF3oUCUrxbSDv60HlUIoh+aFM1A==",
|
|
2189
2165
|
"funding": [
|
|
2190
2166
|
{
|
|
2191
2167
|
"type": "github",
|
|
@@ -2196,95 +2172,189 @@
|
|
|
2196
2172
|
"url": "https://opencollective.com/fastify"
|
|
2197
2173
|
}
|
|
2198
2174
|
],
|
|
2199
|
-
"license": "BSD-3-Clause"
|
|
2200
|
-
},
|
|
2201
|
-
"node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse": {
|
|
2202
|
-
"version": "1.0.0",
|
|
2203
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2204
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2205
|
-
"license": "MIT"
|
|
2206
|
-
},
|
|
2207
|
-
"node_modules/@fastify/autoload": {
|
|
2208
|
-
"version": "5.10.0",
|
|
2209
|
-
"resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.10.0.tgz",
|
|
2210
|
-
"integrity": "sha512-4A6s86qMbjcpWHmJL7cErtjIxOPuW8c67DLiuO8HoJQxuK97vaptoUnK5BTOwRg1ntYqfc3tjwerTTo5NQ3fEQ==",
|
|
2211
2175
|
"license": "MIT"
|
|
2212
2176
|
},
|
|
2213
2177
|
"node_modules/@fastify/compress": {
|
|
2214
|
-
"version": "
|
|
2215
|
-
"resolved": "https://registry.npmjs.org/@fastify/compress/-/compress-
|
|
2216
|
-
"integrity": "sha512-
|
|
2178
|
+
"version": "8.3.1",
|
|
2179
|
+
"resolved": "https://registry.npmjs.org/@fastify/compress/-/compress-8.3.1.tgz",
|
|
2180
|
+
"integrity": "sha512-BUpItLr6MUX9e9ukg5Y6xekyA/7pBFG8QWtFCrUDm9ctoBc3R2/nA16yOaOWtVoccpXGjdDEYA/MxAb5+8cxag==",
|
|
2181
|
+
"funding": [
|
|
2182
|
+
{
|
|
2183
|
+
"type": "github",
|
|
2184
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"type": "opencollective",
|
|
2188
|
+
"url": "https://opencollective.com/fastify"
|
|
2189
|
+
}
|
|
2190
|
+
],
|
|
2217
2191
|
"license": "MIT",
|
|
2218
2192
|
"dependencies": {
|
|
2219
|
-
"@fastify/accept-negotiator": "^
|
|
2220
|
-
"fastify-plugin": "^
|
|
2221
|
-
"into-stream": "^6.0.0",
|
|
2193
|
+
"@fastify/accept-negotiator": "^2.0.0",
|
|
2194
|
+
"fastify-plugin": "^5.0.0",
|
|
2222
2195
|
"mime-db": "^1.52.0",
|
|
2223
|
-
"minipass": "^7.0.
|
|
2196
|
+
"minipass": "^7.0.4",
|
|
2224
2197
|
"peek-stream": "^1.1.3",
|
|
2225
2198
|
"pump": "^3.0.0",
|
|
2226
|
-
"pumpify": "^2.0.1"
|
|
2199
|
+
"pumpify": "^2.0.1",
|
|
2200
|
+
"readable-stream": "^4.5.2"
|
|
2227
2201
|
}
|
|
2228
2202
|
},
|
|
2229
2203
|
"node_modules/@fastify/cors": {
|
|
2230
|
-
"version": "
|
|
2231
|
-
"resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-
|
|
2232
|
-
"integrity": "sha512-
|
|
2204
|
+
"version": "11.2.0",
|
|
2205
|
+
"resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-11.2.0.tgz",
|
|
2206
|
+
"integrity": "sha512-LbLHBuSAdGdSFZYTLVA3+Ch2t+sA6nq3Ejc6XLAKiQ6ViS2qFnvicpj0htsx03FyYeLs04HfRNBsz/a8SvbcUw==",
|
|
2207
|
+
"funding": [
|
|
2208
|
+
{
|
|
2209
|
+
"type": "github",
|
|
2210
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"type": "opencollective",
|
|
2214
|
+
"url": "https://opencollective.com/fastify"
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2233
2217
|
"license": "MIT",
|
|
2234
2218
|
"dependencies": {
|
|
2235
|
-
"fastify-plugin": "^
|
|
2236
|
-
"
|
|
2219
|
+
"fastify-plugin": "^5.0.0",
|
|
2220
|
+
"toad-cache": "^3.7.0"
|
|
2237
2221
|
}
|
|
2238
2222
|
},
|
|
2239
2223
|
"node_modules/@fastify/error": {
|
|
2240
|
-
"version": "
|
|
2241
|
-
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-
|
|
2242
|
-
"integrity": "sha512-
|
|
2224
|
+
"version": "4.2.0",
|
|
2225
|
+
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.2.0.tgz",
|
|
2226
|
+
"integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==",
|
|
2227
|
+
"funding": [
|
|
2228
|
+
{
|
|
2229
|
+
"type": "github",
|
|
2230
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"type": "opencollective",
|
|
2234
|
+
"url": "https://opencollective.com/fastify"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2243
2237
|
"license": "MIT"
|
|
2244
2238
|
},
|
|
2245
2239
|
"node_modules/@fastify/fast-json-stringify-compiler": {
|
|
2246
|
-
"version": "
|
|
2247
|
-
"resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-
|
|
2248
|
-
"integrity": "sha512-
|
|
2240
|
+
"version": "5.0.3",
|
|
2241
|
+
"resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.3.tgz",
|
|
2242
|
+
"integrity": "sha512-uik7yYHkLr6fxd8hJSZ8c+xF4WafPK+XzneQDPU+D10r5X19GW8lJcom2YijX2+qtFF1ENJlHXKFM9ouXNJYgQ==",
|
|
2243
|
+
"funding": [
|
|
2244
|
+
{
|
|
2245
|
+
"type": "github",
|
|
2246
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"type": "opencollective",
|
|
2250
|
+
"url": "https://opencollective.com/fastify"
|
|
2251
|
+
}
|
|
2252
|
+
],
|
|
2249
2253
|
"license": "MIT",
|
|
2250
2254
|
"dependencies": {
|
|
2251
|
-
"fast-json-stringify": "^
|
|
2255
|
+
"fast-json-stringify": "^6.0.0"
|
|
2252
2256
|
}
|
|
2253
2257
|
},
|
|
2258
|
+
"node_modules/@fastify/forwarded": {
|
|
2259
|
+
"version": "3.0.1",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/@fastify/forwarded/-/forwarded-3.0.1.tgz",
|
|
2261
|
+
"integrity": "sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==",
|
|
2262
|
+
"funding": [
|
|
2263
|
+
{
|
|
2264
|
+
"type": "github",
|
|
2265
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"type": "opencollective",
|
|
2269
|
+
"url": "https://opencollective.com/fastify"
|
|
2270
|
+
}
|
|
2271
|
+
],
|
|
2272
|
+
"license": "MIT"
|
|
2273
|
+
},
|
|
2254
2274
|
"node_modules/@fastify/merge-json-schemas": {
|
|
2255
|
-
"version": "0.
|
|
2256
|
-
"resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.
|
|
2257
|
-
"integrity": "sha512-
|
|
2275
|
+
"version": "0.2.1",
|
|
2276
|
+
"resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz",
|
|
2277
|
+
"integrity": "sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==",
|
|
2278
|
+
"funding": [
|
|
2279
|
+
{
|
|
2280
|
+
"type": "github",
|
|
2281
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"type": "opencollective",
|
|
2285
|
+
"url": "https://opencollective.com/fastify"
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"license": "MIT",
|
|
2289
|
+
"dependencies": {
|
|
2290
|
+
"dequal": "^2.0.3"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
"node_modules/@fastify/proxy-addr": {
|
|
2294
|
+
"version": "5.1.0",
|
|
2295
|
+
"resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz",
|
|
2296
|
+
"integrity": "sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==",
|
|
2297
|
+
"funding": [
|
|
2298
|
+
{
|
|
2299
|
+
"type": "github",
|
|
2300
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"type": "opencollective",
|
|
2304
|
+
"url": "https://opencollective.com/fastify"
|
|
2305
|
+
}
|
|
2306
|
+
],
|
|
2258
2307
|
"license": "MIT",
|
|
2259
2308
|
"dependencies": {
|
|
2260
|
-
"
|
|
2309
|
+
"@fastify/forwarded": "^3.0.0",
|
|
2310
|
+
"ipaddr.js": "^2.1.0"
|
|
2261
2311
|
}
|
|
2262
2312
|
},
|
|
2263
2313
|
"node_modules/@fastify/send": {
|
|
2264
|
-
"version": "
|
|
2265
|
-
"resolved": "https://registry.npmjs.org/@fastify/send/-/send-
|
|
2266
|
-
"integrity": "sha512-
|
|
2314
|
+
"version": "4.1.0",
|
|
2315
|
+
"resolved": "https://registry.npmjs.org/@fastify/send/-/send-4.1.0.tgz",
|
|
2316
|
+
"integrity": "sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==",
|
|
2317
|
+
"funding": [
|
|
2318
|
+
{
|
|
2319
|
+
"type": "github",
|
|
2320
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"type": "opencollective",
|
|
2324
|
+
"url": "https://opencollective.com/fastify"
|
|
2325
|
+
}
|
|
2326
|
+
],
|
|
2267
2327
|
"license": "MIT",
|
|
2268
2328
|
"dependencies": {
|
|
2269
|
-
"@lukeed/ms": "^2.0.
|
|
2329
|
+
"@lukeed/ms": "^2.0.2",
|
|
2270
2330
|
"escape-html": "~1.0.3",
|
|
2271
2331
|
"fast-decode-uri-component": "^1.0.1",
|
|
2272
|
-
"http-errors": "2.0.0",
|
|
2273
|
-
"mime": "^3
|
|
2332
|
+
"http-errors": "^2.0.0",
|
|
2333
|
+
"mime": "^3"
|
|
2274
2334
|
}
|
|
2275
2335
|
},
|
|
2276
2336
|
"node_modules/@fastify/static": {
|
|
2277
|
-
"version": "
|
|
2278
|
-
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-
|
|
2279
|
-
"integrity": "sha512-
|
|
2337
|
+
"version": "9.0.0",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-9.0.0.tgz",
|
|
2339
|
+
"integrity": "sha512-r64H8Woe/vfilg5RTy7lwWlE8ZZcTrc3kebYFMEUBrMqlydhQyoiExQXdYAy2REVpST/G35+stAM8WYp1WGmMA==",
|
|
2340
|
+
"funding": [
|
|
2341
|
+
{
|
|
2342
|
+
"type": "github",
|
|
2343
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"type": "opencollective",
|
|
2347
|
+
"url": "https://opencollective.com/fastify"
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2280
2350
|
"license": "MIT",
|
|
2281
2351
|
"dependencies": {
|
|
2282
|
-
"@fastify/accept-negotiator": "^
|
|
2283
|
-
"@fastify/send": "^
|
|
2284
|
-
"content-disposition": "^0.
|
|
2285
|
-
"fastify-plugin": "^
|
|
2286
|
-
"fastq": "^1.17.
|
|
2287
|
-
"glob": "^
|
|
2352
|
+
"@fastify/accept-negotiator": "^2.0.0",
|
|
2353
|
+
"@fastify/send": "^4.0.0",
|
|
2354
|
+
"content-disposition": "^1.0.1",
|
|
2355
|
+
"fastify-plugin": "^5.0.0",
|
|
2356
|
+
"fastq": "^1.17.1",
|
|
2357
|
+
"glob": "^13.0.0"
|
|
2288
2358
|
}
|
|
2289
2359
|
},
|
|
2290
2360
|
"node_modules/@hapi/hoek": {
|
|
@@ -2861,6 +2931,7 @@
|
|
|
2861
2931
|
"version": "8.0.2",
|
|
2862
2932
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
2863
2933
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
2934
|
+
"dev": true,
|
|
2864
2935
|
"license": "ISC",
|
|
2865
2936
|
"dependencies": {
|
|
2866
2937
|
"string-width": "^5.1.2",
|
|
@@ -2878,6 +2949,7 @@
|
|
|
2878
2949
|
"version": "6.2.2",
|
|
2879
2950
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
2880
2951
|
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
2952
|
+
"dev": true,
|
|
2881
2953
|
"license": "MIT",
|
|
2882
2954
|
"engines": {
|
|
2883
2955
|
"node": ">=12"
|
|
@@ -2890,6 +2962,7 @@
|
|
|
2890
2962
|
"version": "6.2.3",
|
|
2891
2963
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
2892
2964
|
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
2965
|
+
"dev": true,
|
|
2893
2966
|
"license": "MIT",
|
|
2894
2967
|
"engines": {
|
|
2895
2968
|
"node": ">=12"
|
|
@@ -2902,12 +2975,14 @@
|
|
|
2902
2975
|
"version": "9.2.2",
|
|
2903
2976
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
2904
2977
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
2978
|
+
"dev": true,
|
|
2905
2979
|
"license": "MIT"
|
|
2906
2980
|
},
|
|
2907
2981
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
2908
2982
|
"version": "5.1.2",
|
|
2909
2983
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
2910
2984
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
2985
|
+
"dev": true,
|
|
2911
2986
|
"license": "MIT",
|
|
2912
2987
|
"dependencies": {
|
|
2913
2988
|
"eastasianwidth": "^0.2.0",
|
|
@@ -2925,6 +3000,7 @@
|
|
|
2925
3000
|
"version": "7.2.0",
|
|
2926
3001
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
2927
3002
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3003
|
+
"dev": true,
|
|
2928
3004
|
"license": "MIT",
|
|
2929
3005
|
"dependencies": {
|
|
2930
3006
|
"ansi-regex": "^6.2.2"
|
|
@@ -2940,6 +3016,7 @@
|
|
|
2940
3016
|
"version": "8.1.0",
|
|
2941
3017
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
2942
3018
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
3019
|
+
"dev": true,
|
|
2943
3020
|
"license": "MIT",
|
|
2944
3021
|
"dependencies": {
|
|
2945
3022
|
"ansi-styles": "^6.1.0",
|
|
@@ -3589,6 +3666,7 @@
|
|
|
3589
3666
|
"version": "0.11.0",
|
|
3590
3667
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
3591
3668
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
3669
|
+
"dev": true,
|
|
3592
3670
|
"license": "MIT",
|
|
3593
3671
|
"optional": true,
|
|
3594
3672
|
"engines": {
|
|
@@ -5120,9 +5198,9 @@
|
|
|
5120
5198
|
}
|
|
5121
5199
|
},
|
|
5122
5200
|
"node_modules/ajv-formats": {
|
|
5123
|
-
"version": "
|
|
5124
|
-
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-
|
|
5125
|
-
"integrity": "sha512-
|
|
5201
|
+
"version": "3.0.1",
|
|
5202
|
+
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
5203
|
+
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
5126
5204
|
"license": "MIT",
|
|
5127
5205
|
"dependencies": {
|
|
5128
5206
|
"ajv": "^8.0.0"
|
|
@@ -5152,22 +5230,6 @@
|
|
|
5152
5230
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
5153
5231
|
}
|
|
5154
5232
|
},
|
|
5155
|
-
"node_modules/ajv-formats/node_modules/fast-uri": {
|
|
5156
|
-
"version": "3.1.0",
|
|
5157
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
5158
|
-
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
5159
|
-
"funding": [
|
|
5160
|
-
{
|
|
5161
|
-
"type": "github",
|
|
5162
|
-
"url": "https://github.com/sponsors/fastify"
|
|
5163
|
-
},
|
|
5164
|
-
{
|
|
5165
|
-
"type": "opencollective",
|
|
5166
|
-
"url": "https://opencollective.com/fastify"
|
|
5167
|
-
}
|
|
5168
|
-
],
|
|
5169
|
-
"license": "BSD-3-Clause"
|
|
5170
|
-
},
|
|
5171
5233
|
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
5172
5234
|
"version": "1.0.0",
|
|
5173
5235
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -5316,12 +5378,22 @@
|
|
|
5316
5378
|
}
|
|
5317
5379
|
},
|
|
5318
5380
|
"node_modules/avvio": {
|
|
5319
|
-
"version": "
|
|
5320
|
-
"resolved": "https://registry.npmjs.org/avvio/-/avvio-
|
|
5321
|
-
"integrity": "sha512-
|
|
5381
|
+
"version": "9.2.0",
|
|
5382
|
+
"resolved": "https://registry.npmjs.org/avvio/-/avvio-9.2.0.tgz",
|
|
5383
|
+
"integrity": "sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==",
|
|
5384
|
+
"funding": [
|
|
5385
|
+
{
|
|
5386
|
+
"type": "github",
|
|
5387
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"type": "opencollective",
|
|
5391
|
+
"url": "https://opencollective.com/fastify"
|
|
5392
|
+
}
|
|
5393
|
+
],
|
|
5322
5394
|
"license": "MIT",
|
|
5323
5395
|
"dependencies": {
|
|
5324
|
-
"@fastify/error": "^
|
|
5396
|
+
"@fastify/error": "^4.0.0",
|
|
5325
5397
|
"fastq": "^1.17.1"
|
|
5326
5398
|
}
|
|
5327
5399
|
},
|
|
@@ -5355,7 +5427,6 @@
|
|
|
5355
5427
|
"version": "4.0.4",
|
|
5356
5428
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
5357
5429
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
5358
|
-
"dev": true,
|
|
5359
5430
|
"license": "MIT",
|
|
5360
5431
|
"engines": {
|
|
5361
5432
|
"node": "18 || 20 || >=22"
|
|
@@ -5513,31 +5584,6 @@
|
|
|
5513
5584
|
"ieee754": "^1.2.1"
|
|
5514
5585
|
}
|
|
5515
5586
|
},
|
|
5516
|
-
"node_modules/bl/node_modules/readable-stream": {
|
|
5517
|
-
"version": "4.7.0",
|
|
5518
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
5519
|
-
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
5520
|
-
"license": "MIT",
|
|
5521
|
-
"dependencies": {
|
|
5522
|
-
"abort-controller": "^3.0.0",
|
|
5523
|
-
"buffer": "^6.0.3",
|
|
5524
|
-
"events": "^3.3.0",
|
|
5525
|
-
"process": "^0.11.10",
|
|
5526
|
-
"string_decoder": "^1.3.0"
|
|
5527
|
-
},
|
|
5528
|
-
"engines": {
|
|
5529
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5530
|
-
}
|
|
5531
|
-
},
|
|
5532
|
-
"node_modules/bl/node_modules/string_decoder": {
|
|
5533
|
-
"version": "1.3.0",
|
|
5534
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
5535
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
5536
|
-
"license": "MIT",
|
|
5537
|
-
"dependencies": {
|
|
5538
|
-
"safe-buffer": "~5.2.0"
|
|
5539
|
-
}
|
|
5540
|
-
},
|
|
5541
5587
|
"node_modules/bowser": {
|
|
5542
5588
|
"version": "2.14.1",
|
|
5543
5589
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz",
|
|
@@ -5548,7 +5594,6 @@
|
|
|
5548
5594
|
"version": "5.0.4",
|
|
5549
5595
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
5550
5596
|
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
5551
|
-
"dev": true,
|
|
5552
5597
|
"license": "MIT",
|
|
5553
5598
|
"dependencies": {
|
|
5554
5599
|
"balanced-match": "^4.0.2"
|
|
@@ -6001,24 +6046,29 @@
|
|
|
6001
6046
|
}
|
|
6002
6047
|
},
|
|
6003
6048
|
"node_modules/content-disposition": {
|
|
6004
|
-
"version": "0.
|
|
6005
|
-
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.
|
|
6006
|
-
"integrity": "sha512-
|
|
6049
|
+
"version": "1.0.1",
|
|
6050
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
|
|
6051
|
+
"integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
|
|
6007
6052
|
"license": "MIT",
|
|
6008
|
-
"dependencies": {
|
|
6009
|
-
"safe-buffer": "5.2.1"
|
|
6010
|
-
},
|
|
6011
6053
|
"engines": {
|
|
6012
|
-
"node": ">=
|
|
6054
|
+
"node": ">=18"
|
|
6055
|
+
},
|
|
6056
|
+
"funding": {
|
|
6057
|
+
"type": "opencollective",
|
|
6058
|
+
"url": "https://opencollective.com/express"
|
|
6013
6059
|
}
|
|
6014
6060
|
},
|
|
6015
6061
|
"node_modules/cookie": {
|
|
6016
|
-
"version": "
|
|
6017
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-
|
|
6018
|
-
"integrity": "sha512-
|
|
6062
|
+
"version": "1.1.1",
|
|
6063
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
6064
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
6019
6065
|
"license": "MIT",
|
|
6020
6066
|
"engines": {
|
|
6021
|
-
"node": ">=
|
|
6067
|
+
"node": ">=18"
|
|
6068
|
+
},
|
|
6069
|
+
"funding": {
|
|
6070
|
+
"type": "opencollective",
|
|
6071
|
+
"url": "https://opencollective.com/express"
|
|
6022
6072
|
}
|
|
6023
6073
|
},
|
|
6024
6074
|
"node_modules/cookie-signature": {
|
|
@@ -6229,6 +6279,15 @@
|
|
|
6229
6279
|
"node": ">= 0.8"
|
|
6230
6280
|
}
|
|
6231
6281
|
},
|
|
6282
|
+
"node_modules/dequal": {
|
|
6283
|
+
"version": "2.0.3",
|
|
6284
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
6285
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
6286
|
+
"license": "MIT",
|
|
6287
|
+
"engines": {
|
|
6288
|
+
"node": ">=6"
|
|
6289
|
+
}
|
|
6290
|
+
},
|
|
6232
6291
|
"node_modules/detect-libc": {
|
|
6233
6292
|
"version": "2.1.2",
|
|
6234
6293
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
@@ -6315,6 +6374,7 @@
|
|
|
6315
6374
|
"version": "0.2.0",
|
|
6316
6375
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
6317
6376
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
6377
|
+
"dev": true,
|
|
6318
6378
|
"license": "MIT"
|
|
6319
6379
|
},
|
|
6320
6380
|
"node_modules/easy-ocsp": {
|
|
@@ -6826,12 +6886,6 @@
|
|
|
6826
6886
|
"node": "> 0.1.90"
|
|
6827
6887
|
}
|
|
6828
6888
|
},
|
|
6829
|
-
"node_modules/fast-content-type-parse": {
|
|
6830
|
-
"version": "1.1.0",
|
|
6831
|
-
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz",
|
|
6832
|
-
"integrity": "sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==",
|
|
6833
|
-
"license": "MIT"
|
|
6834
|
-
},
|
|
6835
6889
|
"node_modules/fast-decode-uri-component": {
|
|
6836
6890
|
"version": "1.0.1",
|
|
6837
6891
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
@@ -6893,17 +6947,26 @@
|
|
|
6893
6947
|
"license": "MIT"
|
|
6894
6948
|
},
|
|
6895
6949
|
"node_modules/fast-json-stringify": {
|
|
6896
|
-
"version": "
|
|
6897
|
-
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-
|
|
6898
|
-
"integrity": "sha512-
|
|
6950
|
+
"version": "6.3.0",
|
|
6951
|
+
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.3.0.tgz",
|
|
6952
|
+
"integrity": "sha512-oRCntNDY/329HJPlmdNLIdogNtt6Vyjb1WuT01Soss3slIdyUp8kAcDU3saQTOquEK8KFVfwIIF7FebxUAu+yA==",
|
|
6953
|
+
"funding": [
|
|
6954
|
+
{
|
|
6955
|
+
"type": "github",
|
|
6956
|
+
"url": "https://github.com/sponsors/fastify"
|
|
6957
|
+
},
|
|
6958
|
+
{
|
|
6959
|
+
"type": "opencollective",
|
|
6960
|
+
"url": "https://opencollective.com/fastify"
|
|
6961
|
+
}
|
|
6962
|
+
],
|
|
6899
6963
|
"license": "MIT",
|
|
6900
6964
|
"dependencies": {
|
|
6901
|
-
"@fastify/merge-json-schemas": "^0.
|
|
6902
|
-
"ajv": "^8.
|
|
6965
|
+
"@fastify/merge-json-schemas": "^0.2.0",
|
|
6966
|
+
"ajv": "^8.12.0",
|
|
6903
6967
|
"ajv-formats": "^3.0.1",
|
|
6904
|
-
"fast-
|
|
6905
|
-
"
|
|
6906
|
-
"json-schema-ref-resolver": "^1.0.1",
|
|
6968
|
+
"fast-uri": "^3.0.0",
|
|
6969
|
+
"json-schema-ref-resolver": "^3.0.0",
|
|
6907
6970
|
"rfdc": "^1.2.0"
|
|
6908
6971
|
}
|
|
6909
6972
|
},
|
|
@@ -6923,39 +6986,6 @@
|
|
|
6923
6986
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
6924
6987
|
}
|
|
6925
6988
|
},
|
|
6926
|
-
"node_modules/fast-json-stringify/node_modules/ajv-formats": {
|
|
6927
|
-
"version": "3.0.1",
|
|
6928
|
-
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
6929
|
-
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
6930
|
-
"license": "MIT",
|
|
6931
|
-
"dependencies": {
|
|
6932
|
-
"ajv": "^8.0.0"
|
|
6933
|
-
},
|
|
6934
|
-
"peerDependencies": {
|
|
6935
|
-
"ajv": "^8.0.0"
|
|
6936
|
-
},
|
|
6937
|
-
"peerDependenciesMeta": {
|
|
6938
|
-
"ajv": {
|
|
6939
|
-
"optional": true
|
|
6940
|
-
}
|
|
6941
|
-
}
|
|
6942
|
-
},
|
|
6943
|
-
"node_modules/fast-json-stringify/node_modules/ajv/node_modules/fast-uri": {
|
|
6944
|
-
"version": "3.1.0",
|
|
6945
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
6946
|
-
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
6947
|
-
"funding": [
|
|
6948
|
-
{
|
|
6949
|
-
"type": "github",
|
|
6950
|
-
"url": "https://github.com/sponsors/fastify"
|
|
6951
|
-
},
|
|
6952
|
-
{
|
|
6953
|
-
"type": "opencollective",
|
|
6954
|
-
"url": "https://opencollective.com/fastify"
|
|
6955
|
-
}
|
|
6956
|
-
],
|
|
6957
|
-
"license": "BSD-3-Clause"
|
|
6958
|
-
},
|
|
6959
6989
|
"node_modules/fast-json-stringify/node_modules/json-schema-traverse": {
|
|
6960
6990
|
"version": "1.0.0",
|
|
6961
6991
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -6995,15 +7025,40 @@
|
|
|
6995
7025
|
"license": "MIT"
|
|
6996
7026
|
},
|
|
6997
7027
|
"node_modules/fast-uri": {
|
|
6998
|
-
"version": "
|
|
6999
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-
|
|
7000
|
-
"integrity": "sha512-
|
|
7001
|
-
"
|
|
7028
|
+
"version": "3.1.0",
|
|
7029
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
7030
|
+
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
7031
|
+
"funding": [
|
|
7032
|
+
{
|
|
7033
|
+
"type": "github",
|
|
7034
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7035
|
+
},
|
|
7036
|
+
{
|
|
7037
|
+
"type": "opencollective",
|
|
7038
|
+
"url": "https://opencollective.com/fastify"
|
|
7039
|
+
}
|
|
7040
|
+
],
|
|
7041
|
+
"license": "BSD-3-Clause"
|
|
7042
|
+
},
|
|
7043
|
+
"node_modules/fast-xml-builder": {
|
|
7044
|
+
"version": "1.1.4",
|
|
7045
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
7046
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
7047
|
+
"funding": [
|
|
7048
|
+
{
|
|
7049
|
+
"type": "github",
|
|
7050
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7051
|
+
}
|
|
7052
|
+
],
|
|
7053
|
+
"license": "MIT",
|
|
7054
|
+
"dependencies": {
|
|
7055
|
+
"path-expression-matcher": "^1.1.3"
|
|
7056
|
+
}
|
|
7002
7057
|
},
|
|
7003
7058
|
"node_modules/fast-xml-parser": {
|
|
7004
|
-
"version": "5.
|
|
7005
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
7006
|
-
"integrity": "sha512-
|
|
7059
|
+
"version": "5.5.6",
|
|
7060
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
|
|
7061
|
+
"integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
|
|
7007
7062
|
"funding": [
|
|
7008
7063
|
{
|
|
7009
7064
|
"type": "github",
|
|
@@ -7012,16 +7067,18 @@
|
|
|
7012
7067
|
],
|
|
7013
7068
|
"license": "MIT",
|
|
7014
7069
|
"dependencies": {
|
|
7015
|
-
"
|
|
7070
|
+
"fast-xml-builder": "^1.1.4",
|
|
7071
|
+
"path-expression-matcher": "^1.1.3",
|
|
7072
|
+
"strnum": "^2.1.2"
|
|
7016
7073
|
},
|
|
7017
7074
|
"bin": {
|
|
7018
7075
|
"fxparser": "src/cli/cli.js"
|
|
7019
7076
|
}
|
|
7020
7077
|
},
|
|
7021
7078
|
"node_modules/fastify": {
|
|
7022
|
-
"version": "
|
|
7023
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-
|
|
7024
|
-
"integrity": "sha512-
|
|
7079
|
+
"version": "5.8.2",
|
|
7080
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.2.tgz",
|
|
7081
|
+
"integrity": "sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==",
|
|
7025
7082
|
"funding": [
|
|
7026
7083
|
{
|
|
7027
7084
|
"type": "github",
|
|
@@ -7034,56 +7091,65 @@
|
|
|
7034
7091
|
],
|
|
7035
7092
|
"license": "MIT",
|
|
7036
7093
|
"dependencies": {
|
|
7037
|
-
"@fastify/ajv-compiler": "^
|
|
7038
|
-
"@fastify/error": "^
|
|
7039
|
-
"@fastify/fast-json-stringify-compiler": "^
|
|
7094
|
+
"@fastify/ajv-compiler": "^4.0.5",
|
|
7095
|
+
"@fastify/error": "^4.0.0",
|
|
7096
|
+
"@fastify/fast-json-stringify-compiler": "^5.0.0",
|
|
7097
|
+
"@fastify/proxy-addr": "^5.0.0",
|
|
7040
7098
|
"abstract-logging": "^2.0.1",
|
|
7041
|
-
"avvio": "^
|
|
7042
|
-
"fast-
|
|
7043
|
-
"
|
|
7044
|
-
"
|
|
7045
|
-
"
|
|
7046
|
-
"
|
|
7047
|
-
"
|
|
7048
|
-
"
|
|
7049
|
-
"
|
|
7050
|
-
"
|
|
7051
|
-
"semver": "^7.5.4",
|
|
7052
|
-
"toad-cache": "^3.3.0"
|
|
7099
|
+
"avvio": "^9.0.0",
|
|
7100
|
+
"fast-json-stringify": "^6.0.0",
|
|
7101
|
+
"find-my-way": "^9.0.0",
|
|
7102
|
+
"light-my-request": "^6.0.0",
|
|
7103
|
+
"pino": "^9.14.0 || ^10.1.0",
|
|
7104
|
+
"process-warning": "^5.0.0",
|
|
7105
|
+
"rfdc": "^1.3.1",
|
|
7106
|
+
"secure-json-parse": "^4.0.0",
|
|
7107
|
+
"semver": "^7.6.0",
|
|
7108
|
+
"toad-cache": "^3.7.0"
|
|
7053
7109
|
}
|
|
7054
7110
|
},
|
|
7055
7111
|
"node_modules/fastify-plugin": {
|
|
7056
|
-
"version": "
|
|
7057
|
-
"resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-
|
|
7058
|
-
"integrity": "sha512-
|
|
7112
|
+
"version": "5.1.0",
|
|
7113
|
+
"resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz",
|
|
7114
|
+
"integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==",
|
|
7115
|
+
"funding": [
|
|
7116
|
+
{
|
|
7117
|
+
"type": "github",
|
|
7118
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7119
|
+
},
|
|
7120
|
+
{
|
|
7121
|
+
"type": "opencollective",
|
|
7122
|
+
"url": "https://opencollective.com/fastify"
|
|
7123
|
+
}
|
|
7124
|
+
],
|
|
7059
7125
|
"license": "MIT"
|
|
7060
7126
|
},
|
|
7061
7127
|
"node_modules/fastify/node_modules/pino": {
|
|
7062
|
-
"version": "
|
|
7063
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-
|
|
7064
|
-
"integrity": "sha512-
|
|
7128
|
+
"version": "10.3.1",
|
|
7129
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
|
|
7130
|
+
"integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
|
|
7065
7131
|
"license": "MIT",
|
|
7066
7132
|
"dependencies": {
|
|
7067
7133
|
"@pinojs/redact": "^0.4.0",
|
|
7068
7134
|
"atomic-sleep": "^1.0.0",
|
|
7069
7135
|
"on-exit-leak-free": "^2.1.0",
|
|
7070
|
-
"pino-abstract-transport": "^
|
|
7136
|
+
"pino-abstract-transport": "^3.0.0",
|
|
7071
7137
|
"pino-std-serializers": "^7.0.0",
|
|
7072
7138
|
"process-warning": "^5.0.0",
|
|
7073
7139
|
"quick-format-unescaped": "^4.0.3",
|
|
7074
7140
|
"real-require": "^0.2.0",
|
|
7075
7141
|
"safe-stable-stringify": "^2.3.1",
|
|
7076
7142
|
"sonic-boom": "^4.0.1",
|
|
7077
|
-
"thread-stream": "^
|
|
7143
|
+
"thread-stream": "^4.0.0"
|
|
7078
7144
|
},
|
|
7079
7145
|
"bin": {
|
|
7080
7146
|
"pino": "bin.js"
|
|
7081
7147
|
}
|
|
7082
7148
|
},
|
|
7083
7149
|
"node_modules/fastify/node_modules/pino-abstract-transport": {
|
|
7084
|
-
"version": "
|
|
7085
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
7086
|
-
"integrity": "sha512-
|
|
7150
|
+
"version": "3.0.0",
|
|
7151
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
|
|
7152
|
+
"integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
|
|
7087
7153
|
"license": "MIT",
|
|
7088
7154
|
"dependencies": {
|
|
7089
7155
|
"split2": "^4.0.0"
|
|
@@ -7095,22 +7161,6 @@
|
|
|
7095
7161
|
"integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
|
|
7096
7162
|
"license": "MIT"
|
|
7097
7163
|
},
|
|
7098
|
-
"node_modules/fastify/node_modules/pino/node_modules/process-warning": {
|
|
7099
|
-
"version": "5.0.0",
|
|
7100
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
7101
|
-
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
7102
|
-
"funding": [
|
|
7103
|
-
{
|
|
7104
|
-
"type": "github",
|
|
7105
|
-
"url": "https://github.com/sponsors/fastify"
|
|
7106
|
-
},
|
|
7107
|
-
{
|
|
7108
|
-
"type": "opencollective",
|
|
7109
|
-
"url": "https://opencollective.com/fastify"
|
|
7110
|
-
}
|
|
7111
|
-
],
|
|
7112
|
-
"license": "MIT"
|
|
7113
|
-
},
|
|
7114
7164
|
"node_modules/fastify/node_modules/sonic-boom": {
|
|
7115
7165
|
"version": "4.2.1",
|
|
7116
7166
|
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
|
|
@@ -7130,12 +7180,15 @@
|
|
|
7130
7180
|
}
|
|
7131
7181
|
},
|
|
7132
7182
|
"node_modules/fastify/node_modules/thread-stream": {
|
|
7133
|
-
"version": "
|
|
7134
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-
|
|
7135
|
-
"integrity": "sha512-
|
|
7183
|
+
"version": "4.0.0",
|
|
7184
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
|
|
7185
|
+
"integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
|
|
7136
7186
|
"license": "MIT",
|
|
7137
7187
|
"dependencies": {
|
|
7138
7188
|
"real-require": "^0.2.0"
|
|
7189
|
+
},
|
|
7190
|
+
"engines": {
|
|
7191
|
+
"node": ">=20"
|
|
7139
7192
|
}
|
|
7140
7193
|
},
|
|
7141
7194
|
"node_modules/fastq": {
|
|
@@ -7197,17 +7250,17 @@
|
|
|
7197
7250
|
}
|
|
7198
7251
|
},
|
|
7199
7252
|
"node_modules/find-my-way": {
|
|
7200
|
-
"version": "
|
|
7201
|
-
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-
|
|
7202
|
-
"integrity": "sha512-
|
|
7253
|
+
"version": "9.5.0",
|
|
7254
|
+
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
|
|
7255
|
+
"integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==",
|
|
7203
7256
|
"license": "MIT",
|
|
7204
7257
|
"dependencies": {
|
|
7205
7258
|
"fast-deep-equal": "^3.1.3",
|
|
7206
7259
|
"fast-querystring": "^1.0.0",
|
|
7207
|
-
"safe-regex2": "^
|
|
7260
|
+
"safe-regex2": "^5.0.0"
|
|
7208
7261
|
},
|
|
7209
7262
|
"engines": {
|
|
7210
|
-
"node": ">=
|
|
7263
|
+
"node": ">=20"
|
|
7211
7264
|
}
|
|
7212
7265
|
},
|
|
7213
7266
|
"node_modules/find-up": {
|
|
@@ -7283,6 +7336,7 @@
|
|
|
7283
7336
|
"version": "3.3.1",
|
|
7284
7337
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
7285
7338
|
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
7339
|
+
"dev": true,
|
|
7286
7340
|
"license": "ISC",
|
|
7287
7341
|
"dependencies": {
|
|
7288
7342
|
"cross-spawn": "^7.0.6",
|
|
@@ -7295,6 +7349,19 @@
|
|
|
7295
7349
|
"url": "https://github.com/sponsors/isaacs"
|
|
7296
7350
|
}
|
|
7297
7351
|
},
|
|
7352
|
+
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
7353
|
+
"version": "4.1.0",
|
|
7354
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
7355
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
7356
|
+
"dev": true,
|
|
7357
|
+
"license": "ISC",
|
|
7358
|
+
"engines": {
|
|
7359
|
+
"node": ">=14"
|
|
7360
|
+
},
|
|
7361
|
+
"funding": {
|
|
7362
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
7363
|
+
}
|
|
7364
|
+
},
|
|
7298
7365
|
"node_modules/form-data": {
|
|
7299
7366
|
"version": "4.0.5",
|
|
7300
7367
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
@@ -7330,15 +7397,6 @@
|
|
|
7330
7397
|
"url": "https://ko-fi.com/tunnckoCore/commissions"
|
|
7331
7398
|
}
|
|
7332
7399
|
},
|
|
7333
|
-
"node_modules/forwarded": {
|
|
7334
|
-
"version": "0.2.0",
|
|
7335
|
-
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
7336
|
-
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
7337
|
-
"license": "MIT",
|
|
7338
|
-
"engines": {
|
|
7339
|
-
"node": ">= 0.6"
|
|
7340
|
-
}
|
|
7341
|
-
},
|
|
7342
7400
|
"node_modules/fraction.js": {
|
|
7343
7401
|
"version": "4.3.4",
|
|
7344
7402
|
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.4.tgz",
|
|
@@ -7356,19 +7414,9 @@
|
|
|
7356
7414
|
"version": "2.0.0",
|
|
7357
7415
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
|
7358
7416
|
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
|
7359
|
-
"license": "MIT",
|
|
7360
|
-
"engines": {
|
|
7361
|
-
"node": ">= 0.8"
|
|
7362
|
-
}
|
|
7363
|
-
},
|
|
7364
|
-
"node_modules/from2": {
|
|
7365
|
-
"version": "2.3.0",
|
|
7366
|
-
"resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
|
|
7367
|
-
"integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==",
|
|
7368
|
-
"license": "MIT",
|
|
7369
|
-
"dependencies": {
|
|
7370
|
-
"inherits": "^2.0.1",
|
|
7371
|
-
"readable-stream": "^2.0.0"
|
|
7417
|
+
"license": "MIT",
|
|
7418
|
+
"engines": {
|
|
7419
|
+
"node": ">= 0.8"
|
|
7372
7420
|
}
|
|
7373
7421
|
},
|
|
7374
7422
|
"node_modules/fs-extra": {
|
|
@@ -7519,21 +7567,17 @@
|
|
|
7519
7567
|
}
|
|
7520
7568
|
},
|
|
7521
7569
|
"node_modules/glob": {
|
|
7522
|
-
"version": "
|
|
7523
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
7524
|
-
"integrity": "sha512-
|
|
7525
|
-
"
|
|
7526
|
-
"license": "ISC",
|
|
7570
|
+
"version": "13.0.6",
|
|
7571
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
7572
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
7573
|
+
"license": "BlueOak-1.0.0",
|
|
7527
7574
|
"dependencies": {
|
|
7528
|
-
"
|
|
7529
|
-
"
|
|
7530
|
-
"
|
|
7531
|
-
"minipass": "^7.1.2",
|
|
7532
|
-
"package-json-from-dist": "^1.0.0",
|
|
7533
|
-
"path-scurry": "^1.11.1"
|
|
7575
|
+
"minimatch": "^10.2.2",
|
|
7576
|
+
"minipass": "^7.1.3",
|
|
7577
|
+
"path-scurry": "^2.0.2"
|
|
7534
7578
|
},
|
|
7535
|
-
"
|
|
7536
|
-
"
|
|
7579
|
+
"engines": {
|
|
7580
|
+
"node": "18 || 20 || >=22"
|
|
7537
7581
|
},
|
|
7538
7582
|
"funding": {
|
|
7539
7583
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -7552,36 +7596,6 @@
|
|
|
7552
7596
|
"node": ">=10.13.0"
|
|
7553
7597
|
}
|
|
7554
7598
|
},
|
|
7555
|
-
"node_modules/glob/node_modules/balanced-match": {
|
|
7556
|
-
"version": "1.0.2",
|
|
7557
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7558
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7559
|
-
"license": "MIT"
|
|
7560
|
-
},
|
|
7561
|
-
"node_modules/glob/node_modules/brace-expansion": {
|
|
7562
|
-
"version": "2.0.2",
|
|
7563
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
7564
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
7565
|
-
"license": "MIT",
|
|
7566
|
-
"dependencies": {
|
|
7567
|
-
"balanced-match": "^1.0.0"
|
|
7568
|
-
}
|
|
7569
|
-
},
|
|
7570
|
-
"node_modules/glob/node_modules/minimatch": {
|
|
7571
|
-
"version": "9.0.9",
|
|
7572
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
7573
|
-
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
7574
|
-
"license": "ISC",
|
|
7575
|
-
"dependencies": {
|
|
7576
|
-
"brace-expansion": "^2.0.2"
|
|
7577
|
-
},
|
|
7578
|
-
"engines": {
|
|
7579
|
-
"node": ">=16 || 14 >=14.17"
|
|
7580
|
-
},
|
|
7581
|
-
"funding": {
|
|
7582
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7583
|
-
}
|
|
7584
|
-
},
|
|
7585
7599
|
"node_modules/globals": {
|
|
7586
7600
|
"version": "16.5.0",
|
|
7587
7601
|
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
|
|
@@ -7694,6 +7708,36 @@
|
|
|
7694
7708
|
"pump": "^2.0.0"
|
|
7695
7709
|
}
|
|
7696
7710
|
},
|
|
7711
|
+
"node_modules/gunzip-maybe/node_modules/readable-stream": {
|
|
7712
|
+
"version": "2.3.8",
|
|
7713
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
7714
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
7715
|
+
"license": "MIT",
|
|
7716
|
+
"dependencies": {
|
|
7717
|
+
"core-util-is": "~1.0.0",
|
|
7718
|
+
"inherits": "~2.0.3",
|
|
7719
|
+
"isarray": "~1.0.0",
|
|
7720
|
+
"process-nextick-args": "~2.0.0",
|
|
7721
|
+
"safe-buffer": "~5.1.1",
|
|
7722
|
+
"string_decoder": "~1.1.1",
|
|
7723
|
+
"util-deprecate": "~1.0.1"
|
|
7724
|
+
}
|
|
7725
|
+
},
|
|
7726
|
+
"node_modules/gunzip-maybe/node_modules/safe-buffer": {
|
|
7727
|
+
"version": "5.1.2",
|
|
7728
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
7729
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
7730
|
+
"license": "MIT"
|
|
7731
|
+
},
|
|
7732
|
+
"node_modules/gunzip-maybe/node_modules/string_decoder": {
|
|
7733
|
+
"version": "1.1.1",
|
|
7734
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
7735
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
7736
|
+
"license": "MIT",
|
|
7737
|
+
"dependencies": {
|
|
7738
|
+
"safe-buffer": "~5.1.0"
|
|
7739
|
+
}
|
|
7740
|
+
},
|
|
7697
7741
|
"node_modules/has-flag": {
|
|
7698
7742
|
"version": "4.0.0",
|
|
7699
7743
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
@@ -7844,19 +7888,23 @@
|
|
|
7844
7888
|
}
|
|
7845
7889
|
},
|
|
7846
7890
|
"node_modules/http-errors": {
|
|
7847
|
-
"version": "2.0.
|
|
7848
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.
|
|
7849
|
-
"integrity": "sha512-
|
|
7891
|
+
"version": "2.0.1",
|
|
7892
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
7893
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
7850
7894
|
"license": "MIT",
|
|
7851
7895
|
"dependencies": {
|
|
7852
|
-
"depd": "2.0.0",
|
|
7853
|
-
"inherits": "2.0.4",
|
|
7854
|
-
"setprototypeof": "1.2.0",
|
|
7855
|
-
"statuses": "2.0.
|
|
7856
|
-
"toidentifier": "1.0.1"
|
|
7896
|
+
"depd": "~2.0.0",
|
|
7897
|
+
"inherits": "~2.0.4",
|
|
7898
|
+
"setprototypeof": "~1.2.0",
|
|
7899
|
+
"statuses": "~2.0.2",
|
|
7900
|
+
"toidentifier": "~1.0.1"
|
|
7857
7901
|
},
|
|
7858
7902
|
"engines": {
|
|
7859
7903
|
"node": ">= 0.8"
|
|
7904
|
+
},
|
|
7905
|
+
"funding": {
|
|
7906
|
+
"type": "opencollective",
|
|
7907
|
+
"url": "https://opencollective.com/express"
|
|
7860
7908
|
}
|
|
7861
7909
|
},
|
|
7862
7910
|
"node_modules/human-readable-ids": {
|
|
@@ -8052,29 +8100,13 @@
|
|
|
8052
8100
|
"lodash.toarray": "^3.0.0"
|
|
8053
8101
|
}
|
|
8054
8102
|
},
|
|
8055
|
-
"node_modules/into-stream": {
|
|
8056
|
-
"version": "6.0.0",
|
|
8057
|
-
"resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz",
|
|
8058
|
-
"integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==",
|
|
8059
|
-
"license": "MIT",
|
|
8060
|
-
"dependencies": {
|
|
8061
|
-
"from2": "^2.3.0",
|
|
8062
|
-
"p-is-promise": "^3.0.0"
|
|
8063
|
-
},
|
|
8064
|
-
"engines": {
|
|
8065
|
-
"node": ">=10"
|
|
8066
|
-
},
|
|
8067
|
-
"funding": {
|
|
8068
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8069
|
-
}
|
|
8070
|
-
},
|
|
8071
8103
|
"node_modules/ipaddr.js": {
|
|
8072
|
-
"version": "
|
|
8073
|
-
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-
|
|
8074
|
-
"integrity": "sha512-
|
|
8104
|
+
"version": "2.3.0",
|
|
8105
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
|
|
8106
|
+
"integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
|
|
8075
8107
|
"license": "MIT",
|
|
8076
8108
|
"engines": {
|
|
8077
|
-
"node": ">=
|
|
8109
|
+
"node": ">= 10"
|
|
8078
8110
|
}
|
|
8079
8111
|
},
|
|
8080
8112
|
"node_modules/is-arguments": {
|
|
@@ -8247,6 +8279,7 @@
|
|
|
8247
8279
|
"version": "3.4.3",
|
|
8248
8280
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
8249
8281
|
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
8282
|
+
"dev": true,
|
|
8250
8283
|
"license": "BlueOak-1.0.0",
|
|
8251
8284
|
"dependencies": {
|
|
8252
8285
|
"@isaacs/cliui": "^8.0.2"
|
|
@@ -8336,12 +8369,22 @@
|
|
|
8336
8369
|
"license": "MIT"
|
|
8337
8370
|
},
|
|
8338
8371
|
"node_modules/json-schema-ref-resolver": {
|
|
8339
|
-
"version": "
|
|
8340
|
-
"resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-
|
|
8341
|
-
"integrity": "sha512-
|
|
8372
|
+
"version": "3.0.0",
|
|
8373
|
+
"resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz",
|
|
8374
|
+
"integrity": "sha512-hOrZIVL5jyYFjzk7+y7n5JDzGlU8rfWDuYyHwGa2WA8/pcmMHezp2xsVwxrebD/Q9t8Nc5DboieySDpCp4WG4A==",
|
|
8375
|
+
"funding": [
|
|
8376
|
+
{
|
|
8377
|
+
"type": "github",
|
|
8378
|
+
"url": "https://github.com/sponsors/fastify"
|
|
8379
|
+
},
|
|
8380
|
+
{
|
|
8381
|
+
"type": "opencollective",
|
|
8382
|
+
"url": "https://opencollective.com/fastify"
|
|
8383
|
+
}
|
|
8384
|
+
],
|
|
8342
8385
|
"license": "MIT",
|
|
8343
8386
|
"dependencies": {
|
|
8344
|
-
"
|
|
8387
|
+
"dequal": "^2.0.3"
|
|
8345
8388
|
}
|
|
8346
8389
|
},
|
|
8347
8390
|
"node_modules/json-schema-traverse": {
|
|
@@ -8497,16 +8540,42 @@
|
|
|
8497
8540
|
}
|
|
8498
8541
|
},
|
|
8499
8542
|
"node_modules/light-my-request": {
|
|
8500
|
-
"version": "
|
|
8501
|
-
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-
|
|
8502
|
-
"integrity": "sha512-
|
|
8543
|
+
"version": "6.6.0",
|
|
8544
|
+
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz",
|
|
8545
|
+
"integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==",
|
|
8546
|
+
"funding": [
|
|
8547
|
+
{
|
|
8548
|
+
"type": "github",
|
|
8549
|
+
"url": "https://github.com/sponsors/fastify"
|
|
8550
|
+
},
|
|
8551
|
+
{
|
|
8552
|
+
"type": "opencollective",
|
|
8553
|
+
"url": "https://opencollective.com/fastify"
|
|
8554
|
+
}
|
|
8555
|
+
],
|
|
8503
8556
|
"license": "BSD-3-Clause",
|
|
8504
8557
|
"dependencies": {
|
|
8505
|
-
"cookie": "^0.
|
|
8506
|
-
"process-warning": "^
|
|
8507
|
-
"set-cookie-parser": "^2.
|
|
8558
|
+
"cookie": "^1.0.1",
|
|
8559
|
+
"process-warning": "^4.0.0",
|
|
8560
|
+
"set-cookie-parser": "^2.6.0"
|
|
8508
8561
|
}
|
|
8509
8562
|
},
|
|
8563
|
+
"node_modules/light-my-request/node_modules/process-warning": {
|
|
8564
|
+
"version": "4.0.1",
|
|
8565
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
|
|
8566
|
+
"integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
|
|
8567
|
+
"funding": [
|
|
8568
|
+
{
|
|
8569
|
+
"type": "github",
|
|
8570
|
+
"url": "https://github.com/sponsors/fastify"
|
|
8571
|
+
},
|
|
8572
|
+
{
|
|
8573
|
+
"type": "opencollective",
|
|
8574
|
+
"url": "https://opencollective.com/fastify"
|
|
8575
|
+
}
|
|
8576
|
+
],
|
|
8577
|
+
"license": "MIT"
|
|
8578
|
+
},
|
|
8510
8579
|
"node_modules/lmdb": {
|
|
8511
8580
|
"version": "3.5.2",
|
|
8512
8581
|
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.5.2.tgz",
|
|
@@ -8571,9 +8640,9 @@
|
|
|
8571
8640
|
}
|
|
8572
8641
|
},
|
|
8573
8642
|
"node_modules/lodash": {
|
|
8574
|
-
"version": "4.17.
|
|
8575
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
|
8576
|
-
"integrity": "sha512-
|
|
8643
|
+
"version": "4.17.23",
|
|
8644
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
8645
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
8577
8646
|
"license": "MIT"
|
|
8578
8647
|
},
|
|
8579
8648
|
"node_modules/lodash._arraycopy": {
|
|
@@ -8853,7 +8922,6 @@
|
|
|
8853
8922
|
"version": "10.2.4",
|
|
8854
8923
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
8855
8924
|
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
8856
|
-
"dev": true,
|
|
8857
8925
|
"license": "BlueOak-1.0.0",
|
|
8858
8926
|
"dependencies": {
|
|
8859
8927
|
"brace-expansion": "^5.0.2"
|
|
@@ -8922,15 +8990,6 @@
|
|
|
8922
8990
|
"node": ">=10"
|
|
8923
8991
|
}
|
|
8924
8992
|
},
|
|
8925
|
-
"node_modules/mnemonist": {
|
|
8926
|
-
"version": "0.39.6",
|
|
8927
|
-
"resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.6.tgz",
|
|
8928
|
-
"integrity": "sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==",
|
|
8929
|
-
"license": "MIT",
|
|
8930
|
-
"dependencies": {
|
|
8931
|
-
"obliterator": "^2.0.1"
|
|
8932
|
-
}
|
|
8933
|
-
},
|
|
8934
8993
|
"node_modules/mocha": {
|
|
8935
8994
|
"version": "11.7.5",
|
|
8936
8995
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
|
|
@@ -9000,6 +9059,35 @@
|
|
|
9000
9059
|
"node": ">=12"
|
|
9001
9060
|
}
|
|
9002
9061
|
},
|
|
9062
|
+
"node_modules/mocha/node_modules/glob": {
|
|
9063
|
+
"version": "10.5.0",
|
|
9064
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
9065
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
9066
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
9067
|
+
"dev": true,
|
|
9068
|
+
"license": "ISC",
|
|
9069
|
+
"dependencies": {
|
|
9070
|
+
"foreground-child": "^3.1.0",
|
|
9071
|
+
"jackspeak": "^3.1.2",
|
|
9072
|
+
"minimatch": "^9.0.4",
|
|
9073
|
+
"minipass": "^7.1.2",
|
|
9074
|
+
"package-json-from-dist": "^1.0.0",
|
|
9075
|
+
"path-scurry": "^1.11.1"
|
|
9076
|
+
},
|
|
9077
|
+
"bin": {
|
|
9078
|
+
"glob": "dist/esm/bin.mjs"
|
|
9079
|
+
},
|
|
9080
|
+
"funding": {
|
|
9081
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9082
|
+
}
|
|
9083
|
+
},
|
|
9084
|
+
"node_modules/mocha/node_modules/lru-cache": {
|
|
9085
|
+
"version": "10.4.3",
|
|
9086
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
9087
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
9088
|
+
"dev": true,
|
|
9089
|
+
"license": "ISC"
|
|
9090
|
+
},
|
|
9003
9091
|
"node_modules/mocha/node_modules/minimatch": {
|
|
9004
9092
|
"version": "9.0.9",
|
|
9005
9093
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
@@ -9016,6 +9104,23 @@
|
|
|
9016
9104
|
"url": "https://github.com/sponsors/isaacs"
|
|
9017
9105
|
}
|
|
9018
9106
|
},
|
|
9107
|
+
"node_modules/mocha/node_modules/path-scurry": {
|
|
9108
|
+
"version": "1.11.1",
|
|
9109
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
9110
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
9111
|
+
"dev": true,
|
|
9112
|
+
"license": "BlueOak-1.0.0",
|
|
9113
|
+
"dependencies": {
|
|
9114
|
+
"lru-cache": "^10.2.0",
|
|
9115
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
9116
|
+
},
|
|
9117
|
+
"engines": {
|
|
9118
|
+
"node": ">=16 || 14 >=14.18"
|
|
9119
|
+
},
|
|
9120
|
+
"funding": {
|
|
9121
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9122
|
+
}
|
|
9123
|
+
},
|
|
9019
9124
|
"node_modules/mocha/node_modules/supports-color": {
|
|
9020
9125
|
"version": "8.1.1",
|
|
9021
9126
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -9554,12 +9659,6 @@
|
|
|
9554
9659
|
"node": ">= 0.4"
|
|
9555
9660
|
}
|
|
9556
9661
|
},
|
|
9557
|
-
"node_modules/obliterator": {
|
|
9558
|
-
"version": "2.0.5",
|
|
9559
|
-
"resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
|
|
9560
|
-
"integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
|
|
9561
|
-
"license": "MIT"
|
|
9562
|
-
},
|
|
9563
9662
|
"node_modules/on-exit-leak-free": {
|
|
9564
9663
|
"version": "2.1.2",
|
|
9565
9664
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
@@ -9762,6 +9861,18 @@
|
|
|
9762
9861
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9763
9862
|
}
|
|
9764
9863
|
},
|
|
9864
|
+
"node_modules/ora/node_modules/signal-exit": {
|
|
9865
|
+
"version": "4.1.0",
|
|
9866
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
9867
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
9868
|
+
"license": "ISC",
|
|
9869
|
+
"engines": {
|
|
9870
|
+
"node": ">=14"
|
|
9871
|
+
},
|
|
9872
|
+
"funding": {
|
|
9873
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9874
|
+
}
|
|
9875
|
+
},
|
|
9765
9876
|
"node_modules/ora/node_modules/string-width": {
|
|
9766
9877
|
"version": "7.2.0",
|
|
9767
9878
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -9845,15 +9956,6 @@
|
|
|
9845
9956
|
}
|
|
9846
9957
|
}
|
|
9847
9958
|
},
|
|
9848
|
-
"node_modules/p-is-promise": {
|
|
9849
|
-
"version": "3.0.0",
|
|
9850
|
-
"resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz",
|
|
9851
|
-
"integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==",
|
|
9852
|
-
"license": "MIT",
|
|
9853
|
-
"engines": {
|
|
9854
|
-
"node": ">=8"
|
|
9855
|
-
}
|
|
9856
|
-
},
|
|
9857
9959
|
"node_modules/p-limit": {
|
|
9858
9960
|
"version": "3.1.0",
|
|
9859
9961
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -9890,6 +9992,7 @@
|
|
|
9890
9992
|
"version": "1.0.1",
|
|
9891
9993
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
9892
9994
|
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
9995
|
+
"dev": true,
|
|
9893
9996
|
"license": "BlueOak-1.0.0"
|
|
9894
9997
|
},
|
|
9895
9998
|
"node_modules/pako": {
|
|
@@ -9975,6 +10078,21 @@
|
|
|
9975
10078
|
"node": ">=8"
|
|
9976
10079
|
}
|
|
9977
10080
|
},
|
|
10081
|
+
"node_modules/path-expression-matcher": {
|
|
10082
|
+
"version": "1.1.3",
|
|
10083
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
10084
|
+
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
10085
|
+
"funding": [
|
|
10086
|
+
{
|
|
10087
|
+
"type": "github",
|
|
10088
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
10089
|
+
}
|
|
10090
|
+
],
|
|
10091
|
+
"license": "MIT",
|
|
10092
|
+
"engines": {
|
|
10093
|
+
"node": ">=14.0.0"
|
|
10094
|
+
}
|
|
10095
|
+
},
|
|
9978
10096
|
"node_modules/path-is-absolute": {
|
|
9979
10097
|
"version": "1.0.1",
|
|
9980
10098
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
@@ -9995,26 +10113,29 @@
|
|
|
9995
10113
|
}
|
|
9996
10114
|
},
|
|
9997
10115
|
"node_modules/path-scurry": {
|
|
9998
|
-
"version": "
|
|
9999
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-
|
|
10000
|
-
"integrity": "sha512-
|
|
10116
|
+
"version": "2.0.2",
|
|
10117
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
10118
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
10001
10119
|
"license": "BlueOak-1.0.0",
|
|
10002
10120
|
"dependencies": {
|
|
10003
|
-
"lru-cache": "^
|
|
10004
|
-
"minipass": "^
|
|
10121
|
+
"lru-cache": "^11.0.0",
|
|
10122
|
+
"minipass": "^7.1.2"
|
|
10005
10123
|
},
|
|
10006
10124
|
"engines": {
|
|
10007
|
-
"node": "
|
|
10125
|
+
"node": "18 || 20 || >=22"
|
|
10008
10126
|
},
|
|
10009
10127
|
"funding": {
|
|
10010
10128
|
"url": "https://github.com/sponsors/isaacs"
|
|
10011
10129
|
}
|
|
10012
10130
|
},
|
|
10013
10131
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
10014
|
-
"version": "
|
|
10015
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
10016
|
-
"integrity": "sha512-
|
|
10017
|
-
"license": "
|
|
10132
|
+
"version": "11.2.7",
|
|
10133
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
10134
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
10135
|
+
"license": "BlueOak-1.0.0",
|
|
10136
|
+
"engines": {
|
|
10137
|
+
"node": "20 || >=22"
|
|
10138
|
+
}
|
|
10018
10139
|
},
|
|
10019
10140
|
"node_modules/pause": {
|
|
10020
10141
|
"version": "0.0.1",
|
|
@@ -10032,16 +10153,46 @@
|
|
|
10032
10153
|
"through2": "^2.0.3"
|
|
10033
10154
|
}
|
|
10034
10155
|
},
|
|
10035
|
-
"node_modules/peek-stream/node_modules/duplexify": {
|
|
10036
|
-
"version": "3.7.1",
|
|
10037
|
-
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
|
|
10038
|
-
"integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
|
|
10156
|
+
"node_modules/peek-stream/node_modules/duplexify": {
|
|
10157
|
+
"version": "3.7.1",
|
|
10158
|
+
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
|
|
10159
|
+
"integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
|
|
10160
|
+
"license": "MIT",
|
|
10161
|
+
"dependencies": {
|
|
10162
|
+
"end-of-stream": "^1.0.0",
|
|
10163
|
+
"inherits": "^2.0.1",
|
|
10164
|
+
"readable-stream": "^2.0.0",
|
|
10165
|
+
"stream-shift": "^1.0.0"
|
|
10166
|
+
}
|
|
10167
|
+
},
|
|
10168
|
+
"node_modules/peek-stream/node_modules/readable-stream": {
|
|
10169
|
+
"version": "2.3.8",
|
|
10170
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
10171
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
10172
|
+
"license": "MIT",
|
|
10173
|
+
"dependencies": {
|
|
10174
|
+
"core-util-is": "~1.0.0",
|
|
10175
|
+
"inherits": "~2.0.3",
|
|
10176
|
+
"isarray": "~1.0.0",
|
|
10177
|
+
"process-nextick-args": "~2.0.0",
|
|
10178
|
+
"safe-buffer": "~5.1.1",
|
|
10179
|
+
"string_decoder": "~1.1.1",
|
|
10180
|
+
"util-deprecate": "~1.0.1"
|
|
10181
|
+
}
|
|
10182
|
+
},
|
|
10183
|
+
"node_modules/peek-stream/node_modules/safe-buffer": {
|
|
10184
|
+
"version": "5.1.2",
|
|
10185
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
10186
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
10187
|
+
"license": "MIT"
|
|
10188
|
+
},
|
|
10189
|
+
"node_modules/peek-stream/node_modules/string_decoder": {
|
|
10190
|
+
"version": "1.1.1",
|
|
10191
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
10192
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
10039
10193
|
"license": "MIT",
|
|
10040
10194
|
"dependencies": {
|
|
10041
|
-
"
|
|
10042
|
-
"inherits": "^2.0.1",
|
|
10043
|
-
"readable-stream": "^2.0.0",
|
|
10044
|
-
"stream-shift": "^1.0.0"
|
|
10195
|
+
"safe-buffer": "~5.1.0"
|
|
10045
10196
|
}
|
|
10046
10197
|
},
|
|
10047
10198
|
"node_modules/picocolors": {
|
|
@@ -10094,46 +10245,6 @@
|
|
|
10094
10245
|
"split2": "^4.0.0"
|
|
10095
10246
|
}
|
|
10096
10247
|
},
|
|
10097
|
-
"node_modules/pino-abstract-transport/node_modules/buffer": {
|
|
10098
|
-
"version": "6.0.3",
|
|
10099
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
10100
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
10101
|
-
"funding": [
|
|
10102
|
-
{
|
|
10103
|
-
"type": "github",
|
|
10104
|
-
"url": "https://github.com/sponsors/feross"
|
|
10105
|
-
},
|
|
10106
|
-
{
|
|
10107
|
-
"type": "patreon",
|
|
10108
|
-
"url": "https://www.patreon.com/feross"
|
|
10109
|
-
},
|
|
10110
|
-
{
|
|
10111
|
-
"type": "consulting",
|
|
10112
|
-
"url": "https://feross.org/support"
|
|
10113
|
-
}
|
|
10114
|
-
],
|
|
10115
|
-
"license": "MIT",
|
|
10116
|
-
"dependencies": {
|
|
10117
|
-
"base64-js": "^1.3.1",
|
|
10118
|
-
"ieee754": "^1.2.1"
|
|
10119
|
-
}
|
|
10120
|
-
},
|
|
10121
|
-
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
10122
|
-
"version": "4.7.0",
|
|
10123
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
10124
|
-
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
10125
|
-
"license": "MIT",
|
|
10126
|
-
"dependencies": {
|
|
10127
|
-
"abort-controller": "^3.0.0",
|
|
10128
|
-
"buffer": "^6.0.3",
|
|
10129
|
-
"events": "^3.3.0",
|
|
10130
|
-
"process": "^0.11.10",
|
|
10131
|
-
"string_decoder": "^1.3.0"
|
|
10132
|
-
},
|
|
10133
|
-
"engines": {
|
|
10134
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10135
|
-
}
|
|
10136
|
-
},
|
|
10137
10248
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
10138
10249
|
"version": "4.2.0",
|
|
10139
10250
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -10143,15 +10254,6 @@
|
|
|
10143
10254
|
"node": ">= 10.x"
|
|
10144
10255
|
}
|
|
10145
10256
|
},
|
|
10146
|
-
"node_modules/pino-abstract-transport/node_modules/string_decoder": {
|
|
10147
|
-
"version": "1.3.0",
|
|
10148
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
10149
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
10150
|
-
"license": "MIT",
|
|
10151
|
-
"dependencies": {
|
|
10152
|
-
"safe-buffer": "~5.2.0"
|
|
10153
|
-
}
|
|
10154
|
-
},
|
|
10155
10257
|
"node_modules/pino-std-serializers": {
|
|
10156
10258
|
"version": "6.2.2",
|
|
10157
10259
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
|
@@ -10262,9 +10364,19 @@
|
|
|
10262
10364
|
"license": "MIT"
|
|
10263
10365
|
},
|
|
10264
10366
|
"node_modules/process-warning": {
|
|
10265
|
-
"version": "
|
|
10266
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
10267
|
-
"integrity": "sha512-
|
|
10367
|
+
"version": "5.0.0",
|
|
10368
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
10369
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
10370
|
+
"funding": [
|
|
10371
|
+
{
|
|
10372
|
+
"type": "github",
|
|
10373
|
+
"url": "https://github.com/sponsors/fastify"
|
|
10374
|
+
},
|
|
10375
|
+
{
|
|
10376
|
+
"type": "opencollective",
|
|
10377
|
+
"url": "https://opencollective.com/fastify"
|
|
10378
|
+
}
|
|
10379
|
+
],
|
|
10268
10380
|
"license": "MIT"
|
|
10269
10381
|
},
|
|
10270
10382
|
"node_modules/prompt": {
|
|
@@ -10299,19 +10411,6 @@
|
|
|
10299
10411
|
"url": "https://github.com/steveukx/properties?sponsor=1"
|
|
10300
10412
|
}
|
|
10301
10413
|
},
|
|
10302
|
-
"node_modules/proxy-addr": {
|
|
10303
|
-
"version": "2.0.7",
|
|
10304
|
-
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
10305
|
-
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
10306
|
-
"license": "MIT",
|
|
10307
|
-
"dependencies": {
|
|
10308
|
-
"forwarded": "0.2.0",
|
|
10309
|
-
"ipaddr.js": "1.9.1"
|
|
10310
|
-
},
|
|
10311
|
-
"engines": {
|
|
10312
|
-
"node": ">= 0.10"
|
|
10313
|
-
}
|
|
10314
|
-
},
|
|
10315
10414
|
"node_modules/proxy-from-env": {
|
|
10316
10415
|
"version": "1.1.0",
|
|
10317
10416
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
@@ -10457,25 +10556,44 @@
|
|
|
10457
10556
|
}
|
|
10458
10557
|
},
|
|
10459
10558
|
"node_modules/readable-stream": {
|
|
10460
|
-
"version": "
|
|
10461
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-
|
|
10462
|
-
"integrity": "sha512-
|
|
10559
|
+
"version": "4.7.0",
|
|
10560
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
10561
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
10463
10562
|
"license": "MIT",
|
|
10464
10563
|
"dependencies": {
|
|
10465
|
-
"
|
|
10466
|
-
"
|
|
10467
|
-
"
|
|
10468
|
-
"process
|
|
10469
|
-
"
|
|
10470
|
-
|
|
10471
|
-
|
|
10564
|
+
"abort-controller": "^3.0.0",
|
|
10565
|
+
"buffer": "^6.0.3",
|
|
10566
|
+
"events": "^3.3.0",
|
|
10567
|
+
"process": "^0.11.10",
|
|
10568
|
+
"string_decoder": "^1.3.0"
|
|
10569
|
+
},
|
|
10570
|
+
"engines": {
|
|
10571
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10472
10572
|
}
|
|
10473
10573
|
},
|
|
10474
|
-
"node_modules/readable-stream/node_modules/
|
|
10475
|
-
"version": "
|
|
10476
|
-
"resolved": "https://registry.npmjs.org/
|
|
10477
|
-
"integrity": "sha512-
|
|
10478
|
-
"
|
|
10574
|
+
"node_modules/readable-stream/node_modules/buffer": {
|
|
10575
|
+
"version": "6.0.3",
|
|
10576
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
10577
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
10578
|
+
"funding": [
|
|
10579
|
+
{
|
|
10580
|
+
"type": "github",
|
|
10581
|
+
"url": "https://github.com/sponsors/feross"
|
|
10582
|
+
},
|
|
10583
|
+
{
|
|
10584
|
+
"type": "patreon",
|
|
10585
|
+
"url": "https://www.patreon.com/feross"
|
|
10586
|
+
},
|
|
10587
|
+
{
|
|
10588
|
+
"type": "consulting",
|
|
10589
|
+
"url": "https://feross.org/support"
|
|
10590
|
+
}
|
|
10591
|
+
],
|
|
10592
|
+
"license": "MIT",
|
|
10593
|
+
"dependencies": {
|
|
10594
|
+
"base64-js": "^1.3.1",
|
|
10595
|
+
"ieee754": "^1.2.1"
|
|
10596
|
+
}
|
|
10479
10597
|
},
|
|
10480
10598
|
"node_modules/readdirp": {
|
|
10481
10599
|
"version": "4.1.2",
|
|
@@ -10586,16 +10704,10 @@
|
|
|
10586
10704
|
"node": ">=8"
|
|
10587
10705
|
}
|
|
10588
10706
|
},
|
|
10589
|
-
"node_modules/restore-cursor/node_modules/signal-exit": {
|
|
10590
|
-
"version": "3.0.7",
|
|
10591
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
10592
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
10593
|
-
"license": "ISC"
|
|
10594
|
-
},
|
|
10595
10707
|
"node_modules/ret": {
|
|
10596
|
-
"version": "0.
|
|
10597
|
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.
|
|
10598
|
-
"integrity": "sha512-
|
|
10708
|
+
"version": "0.5.0",
|
|
10709
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
10710
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
10599
10711
|
"license": "MIT",
|
|
10600
10712
|
"engines": {
|
|
10601
10713
|
"node": ">=10"
|
|
@@ -10705,12 +10817,25 @@
|
|
|
10705
10817
|
"license": "MIT"
|
|
10706
10818
|
},
|
|
10707
10819
|
"node_modules/safe-regex2": {
|
|
10708
|
-
"version": "
|
|
10709
|
-
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-
|
|
10710
|
-
"integrity": "sha512-
|
|
10820
|
+
"version": "5.1.0",
|
|
10821
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.1.0.tgz",
|
|
10822
|
+
"integrity": "sha512-pNHAuBW7TrcleFHsxBr5QMi/Iyp0ENjUKz7GCcX1UO7cMh+NmVK6HxQckNL1tJp1XAJVjG6B8OKIPqodqj9rtw==",
|
|
10823
|
+
"funding": [
|
|
10824
|
+
{
|
|
10825
|
+
"type": "github",
|
|
10826
|
+
"url": "https://github.com/sponsors/fastify"
|
|
10827
|
+
},
|
|
10828
|
+
{
|
|
10829
|
+
"type": "opencollective",
|
|
10830
|
+
"url": "https://opencollective.com/fastify"
|
|
10831
|
+
}
|
|
10832
|
+
],
|
|
10711
10833
|
"license": "MIT",
|
|
10712
10834
|
"dependencies": {
|
|
10713
|
-
"ret": "~0.
|
|
10835
|
+
"ret": "~0.5.0"
|
|
10836
|
+
},
|
|
10837
|
+
"bin": {
|
|
10838
|
+
"safe-regex2": "bin/safe-regex2.js"
|
|
10714
10839
|
}
|
|
10715
10840
|
},
|
|
10716
10841
|
"node_modules/safe-stable-stringify": {
|
|
@@ -10738,9 +10863,19 @@
|
|
|
10738
10863
|
}
|
|
10739
10864
|
},
|
|
10740
10865
|
"node_modules/secure-json-parse": {
|
|
10741
|
-
"version": "
|
|
10742
|
-
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-
|
|
10743
|
-
"integrity": "sha512-
|
|
10866
|
+
"version": "4.1.0",
|
|
10867
|
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz",
|
|
10868
|
+
"integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==",
|
|
10869
|
+
"funding": [
|
|
10870
|
+
{
|
|
10871
|
+
"type": "github",
|
|
10872
|
+
"url": "https://github.com/sponsors/fastify"
|
|
10873
|
+
},
|
|
10874
|
+
{
|
|
10875
|
+
"type": "opencollective",
|
|
10876
|
+
"url": "https://opencollective.com/fastify"
|
|
10877
|
+
}
|
|
10878
|
+
],
|
|
10744
10879
|
"license": "BSD-3-Clause"
|
|
10745
10880
|
},
|
|
10746
10881
|
"node_modules/seedrandom": {
|
|
@@ -10787,26 +10922,6 @@
|
|
|
10787
10922
|
"url": "https://opencollective.com/express"
|
|
10788
10923
|
}
|
|
10789
10924
|
},
|
|
10790
|
-
"node_modules/send/node_modules/http-errors": {
|
|
10791
|
-
"version": "2.0.1",
|
|
10792
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
10793
|
-
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
10794
|
-
"license": "MIT",
|
|
10795
|
-
"dependencies": {
|
|
10796
|
-
"depd": "~2.0.0",
|
|
10797
|
-
"inherits": "~2.0.4",
|
|
10798
|
-
"setprototypeof": "~1.2.0",
|
|
10799
|
-
"statuses": "~2.0.2",
|
|
10800
|
-
"toidentifier": "~1.0.1"
|
|
10801
|
-
},
|
|
10802
|
-
"engines": {
|
|
10803
|
-
"node": ">= 0.8"
|
|
10804
|
-
},
|
|
10805
|
-
"funding": {
|
|
10806
|
-
"type": "opencollective",
|
|
10807
|
-
"url": "https://opencollective.com/express"
|
|
10808
|
-
}
|
|
10809
|
-
},
|
|
10810
10925
|
"node_modules/send/node_modules/mime-types": {
|
|
10811
10926
|
"version": "3.0.2",
|
|
10812
10927
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
@@ -10823,15 +10938,6 @@
|
|
|
10823
10938
|
"url": "https://opencollective.com/express"
|
|
10824
10939
|
}
|
|
10825
10940
|
},
|
|
10826
|
-
"node_modules/send/node_modules/statuses": {
|
|
10827
|
-
"version": "2.0.2",
|
|
10828
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
10829
|
-
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
10830
|
-
"license": "MIT",
|
|
10831
|
-
"engines": {
|
|
10832
|
-
"node": ">= 0.8"
|
|
10833
|
-
}
|
|
10834
|
-
},
|
|
10835
10941
|
"node_modules/serialize-javascript": {
|
|
10836
10942
|
"version": "6.0.2",
|
|
10837
10943
|
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
|
|
@@ -10995,16 +11101,10 @@
|
|
|
10995
11101
|
}
|
|
10996
11102
|
},
|
|
10997
11103
|
"node_modules/signal-exit": {
|
|
10998
|
-
"version": "
|
|
10999
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-
|
|
11000
|
-
"integrity": "sha512-
|
|
11001
|
-
"license": "ISC"
|
|
11002
|
-
"engines": {
|
|
11003
|
-
"node": ">=14"
|
|
11004
|
-
},
|
|
11005
|
-
"funding": {
|
|
11006
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
11007
|
-
}
|
|
11104
|
+
"version": "3.0.7",
|
|
11105
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
11106
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
11107
|
+
"license": "ISC"
|
|
11008
11108
|
},
|
|
11009
11109
|
"node_modules/sinon": {
|
|
11010
11110
|
"version": "21.0.3",
|
|
@@ -11107,9 +11207,9 @@
|
|
|
11107
11207
|
}
|
|
11108
11208
|
},
|
|
11109
11209
|
"node_modules/statuses": {
|
|
11110
|
-
"version": "2.0.
|
|
11111
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.
|
|
11112
|
-
"integrity": "sha512-
|
|
11210
|
+
"version": "2.0.2",
|
|
11211
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
11212
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
11113
11213
|
"license": "MIT",
|
|
11114
11214
|
"engines": {
|
|
11115
11215
|
"node": ">= 0.8"
|
|
@@ -11184,20 +11284,14 @@
|
|
|
11184
11284
|
}
|
|
11185
11285
|
},
|
|
11186
11286
|
"node_modules/string_decoder": {
|
|
11187
|
-
"version": "1.
|
|
11188
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.
|
|
11189
|
-
"integrity": "sha512-
|
|
11287
|
+
"version": "1.3.0",
|
|
11288
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
11289
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
11190
11290
|
"license": "MIT",
|
|
11191
11291
|
"dependencies": {
|
|
11192
|
-
"safe-buffer": "~5.
|
|
11292
|
+
"safe-buffer": "~5.2.0"
|
|
11193
11293
|
}
|
|
11194
11294
|
},
|
|
11195
|
-
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
11196
|
-
"version": "5.1.2",
|
|
11197
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
11198
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
11199
|
-
"license": "MIT"
|
|
11200
|
-
},
|
|
11201
11295
|
"node_modules/string-width": {
|
|
11202
11296
|
"version": "4.2.3",
|
|
11203
11297
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -11217,6 +11311,7 @@
|
|
|
11217
11311
|
"version": "4.2.3",
|
|
11218
11312
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
11219
11313
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
11314
|
+
"dev": true,
|
|
11220
11315
|
"license": "MIT",
|
|
11221
11316
|
"dependencies": {
|
|
11222
11317
|
"emoji-regex": "^8.0.0",
|
|
@@ -11244,6 +11339,7 @@
|
|
|
11244
11339
|
"version": "6.0.1",
|
|
11245
11340
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
11246
11341
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
11342
|
+
"dev": true,
|
|
11247
11343
|
"license": "MIT",
|
|
11248
11344
|
"dependencies": {
|
|
11249
11345
|
"ansi-regex": "^5.0.1"
|
|
@@ -11355,9 +11451,9 @@
|
|
|
11355
11451
|
}
|
|
11356
11452
|
},
|
|
11357
11453
|
"node_modules/systeminformation": {
|
|
11358
|
-
"version": "5.
|
|
11359
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.
|
|
11360
|
-
"integrity": "sha512-
|
|
11454
|
+
"version": "5.31.4",
|
|
11455
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.31.4.tgz",
|
|
11456
|
+
"integrity": "sha512-lZppDyQx91VdS5zJvAyGkmwe+Mq6xY978BDUG2wRkWE+jkmUF5ti8cvOovFQoN5bvSFKCXVkyKEaU5ec3SJiRg==",
|
|
11361
11457
|
"license": "MIT",
|
|
11362
11458
|
"os": [
|
|
11363
11459
|
"darwin",
|
|
@@ -11381,9 +11477,9 @@
|
|
|
11381
11477
|
}
|
|
11382
11478
|
},
|
|
11383
11479
|
"node_modules/tar-fs": {
|
|
11384
|
-
"version": "3.
|
|
11385
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.
|
|
11386
|
-
"integrity": "sha512-
|
|
11480
|
+
"version": "3.1.2",
|
|
11481
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
|
|
11482
|
+
"integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
|
|
11387
11483
|
"license": "MIT",
|
|
11388
11484
|
"dependencies": {
|
|
11389
11485
|
"pump": "^3.0.0",
|
|
@@ -11449,6 +11545,36 @@
|
|
|
11449
11545
|
"xtend": "~4.0.1"
|
|
11450
11546
|
}
|
|
11451
11547
|
},
|
|
11548
|
+
"node_modules/through2/node_modules/readable-stream": {
|
|
11549
|
+
"version": "2.3.8",
|
|
11550
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
11551
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
11552
|
+
"license": "MIT",
|
|
11553
|
+
"dependencies": {
|
|
11554
|
+
"core-util-is": "~1.0.0",
|
|
11555
|
+
"inherits": "~2.0.3",
|
|
11556
|
+
"isarray": "~1.0.0",
|
|
11557
|
+
"process-nextick-args": "~2.0.0",
|
|
11558
|
+
"safe-buffer": "~5.1.1",
|
|
11559
|
+
"string_decoder": "~1.1.1",
|
|
11560
|
+
"util-deprecate": "~1.0.1"
|
|
11561
|
+
}
|
|
11562
|
+
},
|
|
11563
|
+
"node_modules/through2/node_modules/safe-buffer": {
|
|
11564
|
+
"version": "5.1.2",
|
|
11565
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
11566
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
11567
|
+
"license": "MIT"
|
|
11568
|
+
},
|
|
11569
|
+
"node_modules/through2/node_modules/string_decoder": {
|
|
11570
|
+
"version": "1.1.1",
|
|
11571
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
11572
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
11573
|
+
"license": "MIT",
|
|
11574
|
+
"dependencies": {
|
|
11575
|
+
"safe-buffer": "~5.1.0"
|
|
11576
|
+
}
|
|
11577
|
+
},
|
|
11452
11578
|
"node_modules/tiny-emitter": {
|
|
11453
11579
|
"version": "2.1.0",
|
|
11454
11580
|
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
|
|
@@ -11860,6 +11986,7 @@
|
|
|
11860
11986
|
"version": "7.0.0",
|
|
11861
11987
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
11862
11988
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
11989
|
+
"dev": true,
|
|
11863
11990
|
"license": "MIT",
|
|
11864
11991
|
"dependencies": {
|
|
11865
11992
|
"ansi-styles": "^4.0.0",
|