@harperfast/harper-pro 5.0.0-alpha.2 → 5.0.0-alpha.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.
Files changed (40) hide show
  1. package/core/CONTRIBUTING.md +2 -0
  2. package/core/package.json +2 -2
  3. package/core/resources/DatabaseTransaction.ts +1 -1
  4. package/core/resources/LMDBTransaction.ts +9 -4
  5. package/core/resources/databases.ts +1 -1
  6. package/core/unitTests/resources/permissions.test.js +7 -2
  7. package/core/unitTests/resources/txn-tracking.test.js +10 -4
  8. package/core/unitTests/resources/vectorIndex.test.js +1 -0
  9. package/dist/bin/harper.js +1 -1
  10. package/dist/bin/harper.js.map +1 -1
  11. package/dist/core/resources/DatabaseTransaction.js +1 -1
  12. package/dist/core/resources/DatabaseTransaction.js.map +1 -1
  13. package/dist/core/resources/LMDBTransaction.js +9 -5
  14. package/dist/core/resources/LMDBTransaction.js.map +1 -1
  15. package/dist/core/resources/databases.js +1 -1
  16. package/dist/core/resources/databases.js.map +1 -1
  17. package/dist/licensing/usageLicensing.js +246 -0
  18. package/dist/licensing/usageLicensing.js.map +1 -0
  19. package/dist/licensing/validation.js +149 -0
  20. package/dist/licensing/validation.js.map +1 -0
  21. package/dist/replication/replicator.js +5 -2
  22. package/dist/replication/replicator.js.map +1 -1
  23. package/dist/replication/setNode.js +0 -1
  24. package/dist/replication/setNode.js.map +1 -1
  25. package/dist/security/certificate.js +206 -6
  26. package/dist/security/certificate.js.map +1 -1
  27. package/dist/security/keyService.js +58 -0
  28. package/dist/security/keyService.js.map +1 -0
  29. package/dist/security/sshKeyOperations.js +343 -0
  30. package/dist/security/sshKeyOperations.js.map +1 -0
  31. package/licensing/usageLicensing.ts +262 -0
  32. package/licensing/validation.ts +191 -0
  33. package/npm-shrinkwrap.json +253 -253
  34. package/package.json +3 -2
  35. package/replication/replicator.ts +6 -2
  36. package/replication/setNode.ts +0 -1
  37. package/security/certificate.ts +259 -7
  38. package/security/keyService.ts +74 -0
  39. package/security/sshKeyOperations.ts +405 -0
  40. package/static/defaultConfig.yaml +2 -0
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@harperfast/harper-pro",
3
- "version": "5.0.0-alpha.2",
3
+ "version": "5.0.0-alpha.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-alpha.2",
9
+ "version": "5.0.0-alpha.3",
10
10
  "license": "Elastic-2.0",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "3.964.0",
@@ -2002,9 +2002,9 @@
2002
2002
  }
2003
2003
  },
2004
2004
  "node_modules/@eslint/config-array/node_modules/minimatch": {
2005
- "version": "3.1.3",
2006
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
2007
- "integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
2005
+ "version": "3.1.4",
2006
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz",
2007
+ "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==",
2008
2008
  "dev": true,
2009
2009
  "license": "ISC",
2010
2010
  "dependencies": {
@@ -2041,20 +2041,20 @@
2041
2041
  }
2042
2042
  },
2043
2043
  "node_modules/@eslint/eslintrc": {
2044
- "version": "3.3.3",
2045
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
2046
- "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
2044
+ "version": "3.3.4",
2045
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
2046
+ "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
2047
2047
  "dev": true,
2048
2048
  "license": "MIT",
2049
2049
  "dependencies": {
2050
- "ajv": "^6.12.4",
2050
+ "ajv": "^6.14.0",
2051
2051
  "debug": "^4.3.2",
2052
2052
  "espree": "^10.0.1",
2053
2053
  "globals": "^14.0.0",
2054
2054
  "ignore": "^5.2.0",
2055
2055
  "import-fresh": "^3.2.1",
2056
2056
  "js-yaml": "^4.1.1",
2057
- "minimatch": "^3.1.2",
2057
+ "minimatch": "^3.1.3",
2058
2058
  "strip-json-comments": "^3.1.1"
2059
2059
  },
2060
2060
  "engines": {
@@ -2096,9 +2096,9 @@
2096
2096
  }
2097
2097
  },
2098
2098
  "node_modules/@eslint/eslintrc/node_modules/minimatch": {
2099
- "version": "3.1.3",
2100
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
2101
- "integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
2099
+ "version": "3.1.4",
2100
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz",
2101
+ "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==",
2102
2102
  "dev": true,
2103
2103
  "license": "ISC",
2104
2104
  "dependencies": {
@@ -2567,9 +2567,9 @@
2567
2567
  }
2568
2568
  },
2569
2569
  "node_modules/@harperdb/code-guidelines/node_modules/minimatch": {
2570
- "version": "9.0.6",
2571
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
2572
- "integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
2570
+ "version": "9.0.7",
2571
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
2572
+ "integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
2573
2573
  "dev": true,
2574
2574
  "license": "ISC",
2575
2575
  "dependencies": {
@@ -3633,12 +3633,12 @@
3633
3633
  }
3634
3634
  },
3635
3635
  "node_modules/@smithy/abort-controller": {
3636
- "version": "4.2.9",
3637
- "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.9.tgz",
3638
- "integrity": "sha512-6YGSygFmck1vMjzSxbjEPKMm1xWUr2+w+F8kWVc8rqKQYd1C5zZftvxGii4ti4Mh5ulIXZtAUoXS88Hhu6fkjQ==",
3636
+ "version": "4.2.10",
3637
+ "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.10.tgz",
3638
+ "integrity": "sha512-qocxM/X4XGATqQtUkbE9SPUB6wekBi+FyJOMbPj0AhvyvFGYEmOlz6VB22iMePCQsFmMIvFSeViDvA7mZJG47g==",
3639
3639
  "license": "Apache-2.0",
3640
3640
  "dependencies": {
3641
- "@smithy/types": "^4.12.1",
3641
+ "@smithy/types": "^4.13.0",
3642
3642
  "tslib": "^2.6.2"
3643
3643
  },
3644
3644
  "engines": {
@@ -3671,16 +3671,16 @@
3671
3671
  }
3672
3672
  },
3673
3673
  "node_modules/@smithy/config-resolver": {
3674
- "version": "4.4.7",
3675
- "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.7.tgz",
3676
- "integrity": "sha512-RISbtc12JKdFRYadt2kW12Cp6XCSU00uFaBZPZqInNVSrRdJFPY/S6nd6/sV7+ySTgGPiKrERtnimEFI6sSweQ==",
3674
+ "version": "4.4.9",
3675
+ "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.9.tgz",
3676
+ "integrity": "sha512-ejQvXqlcU30h7liR9fXtj7PIAau1t/sFbJpgWPfiYDs7zd16jpH0IsSXKcba2jF6ChTXvIjACs27kNMc5xxE2Q==",
3677
3677
  "license": "Apache-2.0",
3678
3678
  "dependencies": {
3679
- "@smithy/node-config-provider": "^4.3.9",
3680
- "@smithy/types": "^4.12.1",
3679
+ "@smithy/node-config-provider": "^4.3.10",
3680
+ "@smithy/types": "^4.13.0",
3681
3681
  "@smithy/util-config-provider": "^4.2.1",
3682
- "@smithy/util-endpoints": "^3.2.9",
3683
- "@smithy/util-middleware": "^4.2.9",
3682
+ "@smithy/util-endpoints": "^3.3.1",
3683
+ "@smithy/util-middleware": "^4.2.10",
3684
3684
  "tslib": "^2.6.2"
3685
3685
  },
3686
3686
  "engines": {
@@ -3688,18 +3688,18 @@
3688
3688
  }
3689
3689
  },
3690
3690
  "node_modules/@smithy/core": {
3691
- "version": "3.23.4",
3692
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.4.tgz",
3693
- "integrity": "sha512-IH7G3hWxUhd2Z6HtvjZ1EiyDBCRYRr2sngOB9KUWf96XQ8JP2O5ascUH6TouW5YCIMFaVnKADEscM/vUfI3TvA==",
3691
+ "version": "3.23.6",
3692
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.6.tgz",
3693
+ "integrity": "sha512-4xE+0L2NrsFKpEVFlFELkIHQddBvMbQ41LRIP74dGCXnY1zQ9DgksrBcRBDJT+iOzGy4VEJIeU3hkUK5mn06kg==",
3694
3694
  "license": "Apache-2.0",
3695
3695
  "dependencies": {
3696
- "@smithy/middleware-serde": "^4.2.10",
3697
- "@smithy/protocol-http": "^5.3.9",
3698
- "@smithy/types": "^4.12.1",
3696
+ "@smithy/middleware-serde": "^4.2.11",
3697
+ "@smithy/protocol-http": "^5.3.10",
3698
+ "@smithy/types": "^4.13.0",
3699
3699
  "@smithy/util-base64": "^4.3.1",
3700
3700
  "@smithy/util-body-length-browser": "^4.2.1",
3701
- "@smithy/util-middleware": "^4.2.9",
3702
- "@smithy/util-stream": "^4.5.14",
3701
+ "@smithy/util-middleware": "^4.2.10",
3702
+ "@smithy/util-stream": "^4.5.15",
3703
3703
  "@smithy/util-utf8": "^4.2.1",
3704
3704
  "@smithy/uuid": "^1.1.1",
3705
3705
  "tslib": "^2.6.2"
@@ -3709,15 +3709,15 @@
3709
3709
  }
3710
3710
  },
3711
3711
  "node_modules/@smithy/credential-provider-imds": {
3712
- "version": "4.2.9",
3713
- "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.9.tgz",
3714
- "integrity": "sha512-Jf723a38EGAzWHxJHzb9DtBq7lrvdJlkCAPWQdN/oiznovx5yWXCFCVspzDe8JU6b+k9hJXYB5duFZpb+3mB6Q==",
3712
+ "version": "4.2.10",
3713
+ "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.10.tgz",
3714
+ "integrity": "sha512-3bsMLJJLTZGZqVGGeBVFfLzuRulVsGTj12BzRKODTHqUABpIr0jMN1vN3+u6r2OfyhAQ2pXaMZWX/swBK5I6PQ==",
3715
3715
  "license": "Apache-2.0",
3716
3716
  "dependencies": {
3717
- "@smithy/node-config-provider": "^4.3.9",
3718
- "@smithy/property-provider": "^4.2.9",
3719
- "@smithy/types": "^4.12.1",
3720
- "@smithy/url-parser": "^4.2.9",
3717
+ "@smithy/node-config-provider": "^4.3.10",
3718
+ "@smithy/property-provider": "^4.2.10",
3719
+ "@smithy/types": "^4.13.0",
3720
+ "@smithy/url-parser": "^4.2.10",
3721
3721
  "tslib": "^2.6.2"
3722
3722
  },
3723
3723
  "engines": {
@@ -3725,13 +3725,13 @@
3725
3725
  }
3726
3726
  },
3727
3727
  "node_modules/@smithy/eventstream-codec": {
3728
- "version": "4.2.9",
3729
- "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.2.9.tgz",
3730
- "integrity": "sha512-8/wOb1wm/joXCj6SNHRFnfcNBR4xmumw869UnM+RrjoWeliNcTnOTw2WZXBWoKfszbL/v/AxdijIilqRMst+vA==",
3728
+ "version": "4.2.10",
3729
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.2.10.tgz",
3730
+ "integrity": "sha512-A4ynrsFFfSXUHicfTcRehytppFBcY3HQxEGYiyGktPIOye3Ot7fxpiy4VR42WmtGI4Wfo6OXt/c1Ky1nUFxYYQ==",
3731
3731
  "license": "Apache-2.0",
3732
3732
  "dependencies": {
3733
3733
  "@aws-crypto/crc32": "5.2.0",
3734
- "@smithy/types": "^4.12.1",
3734
+ "@smithy/types": "^4.13.0",
3735
3735
  "@smithy/util-hex-encoding": "^4.2.1",
3736
3736
  "tslib": "^2.6.2"
3737
3737
  },
@@ -3740,13 +3740,13 @@
3740
3740
  }
3741
3741
  },
3742
3742
  "node_modules/@smithy/eventstream-serde-browser": {
3743
- "version": "4.2.9",
3744
- "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.9.tgz",
3745
- "integrity": "sha512-HbD4ptlSKHVfF84F77oqy2kswQR5H9basFILtCvnhtgzvRntiQtqstT1XFENzI7dQzrGD0HfhMjziSCs6EZEFA==",
3743
+ "version": "4.2.10",
3744
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.10.tgz",
3745
+ "integrity": "sha512-0xupsu9yj9oDVuQ50YCTS9nuSYhGlrwqdaKQel9y2Fz7LU9fNErVlw9N0o4pm4qqvWEGbSTI4HKc6XJfB30MVw==",
3746
3746
  "license": "Apache-2.0",
3747
3747
  "dependencies": {
3748
- "@smithy/eventstream-serde-universal": "^4.2.9",
3749
- "@smithy/types": "^4.12.1",
3748
+ "@smithy/eventstream-serde-universal": "^4.2.10",
3749
+ "@smithy/types": "^4.13.0",
3750
3750
  "tslib": "^2.6.2"
3751
3751
  },
3752
3752
  "engines": {
@@ -3754,12 +3754,12 @@
3754
3754
  }
3755
3755
  },
3756
3756
  "node_modules/@smithy/eventstream-serde-config-resolver": {
3757
- "version": "4.3.9",
3758
- "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.9.tgz",
3759
- "integrity": "sha512-W2KlYzjD1V7jCUsTxy/HWrWDa9RdnzqY8Aeskaoakrj+9aiZ53YzEC7lNb3JJ0zKFjWoLbXdaSXmftBBR8Wjsw==",
3757
+ "version": "4.3.10",
3758
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.10.tgz",
3759
+ "integrity": "sha512-8kn6sinrduk0yaYHMJDsNuiFpXwQwibR7n/4CDUqn4UgaG+SeBHu5jHGFdU9BLFAM7Q4/gvr9RYxBHz9/jKrhA==",
3760
3760
  "license": "Apache-2.0",
3761
3761
  "dependencies": {
3762
- "@smithy/types": "^4.12.1",
3762
+ "@smithy/types": "^4.13.0",
3763
3763
  "tslib": "^2.6.2"
3764
3764
  },
3765
3765
  "engines": {
@@ -3767,13 +3767,13 @@
3767
3767
  }
3768
3768
  },
3769
3769
  "node_modules/@smithy/eventstream-serde-node": {
3770
- "version": "4.2.9",
3771
- "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.9.tgz",
3772
- "integrity": "sha512-6nMJG2KJJ5cjmPmySomEdpqhGsfneanKCjb5uBJJIM2D6rZhemEpYBtes6zr910LkxWseWTIbWrif0vaOB9NTA==",
3770
+ "version": "4.2.10",
3771
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.10.tgz",
3772
+ "integrity": "sha512-uUrxPGgIffnYfvIOUmBM5i+USdEBRTdh7mLPttjphgtooxQ8CtdO1p6K5+Q4BBAZvKlvtJ9jWyrWpBJYzBKsyQ==",
3773
3773
  "license": "Apache-2.0",
3774
3774
  "dependencies": {
3775
- "@smithy/eventstream-serde-universal": "^4.2.9",
3776
- "@smithy/types": "^4.12.1",
3775
+ "@smithy/eventstream-serde-universal": "^4.2.10",
3776
+ "@smithy/types": "^4.13.0",
3777
3777
  "tslib": "^2.6.2"
3778
3778
  },
3779
3779
  "engines": {
@@ -3781,13 +3781,13 @@
3781
3781
  }
3782
3782
  },
3783
3783
  "node_modules/@smithy/eventstream-serde-universal": {
3784
- "version": "4.2.9",
3785
- "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.9.tgz",
3786
- "integrity": "sha512-RgkumJugvbFVcifYCFeYaFpMOuLiIAcvzKe21EeaM6/KKU/4XYyf8hs/So9GSN6SDe4bqZbwB4g/rr/pIxUZmA==",
3784
+ "version": "4.2.10",
3785
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.10.tgz",
3786
+ "integrity": "sha512-aArqzOEvcs2dK+xQVCgLbpJQGfZihw8SD4ymhkwNTtwKbnrzdhJsFDKuMQnam2kF69WzgJYOU5eJlCx+CA32bw==",
3787
3787
  "license": "Apache-2.0",
3788
3788
  "dependencies": {
3789
- "@smithy/eventstream-codec": "^4.2.9",
3790
- "@smithy/types": "^4.12.1",
3789
+ "@smithy/eventstream-codec": "^4.2.10",
3790
+ "@smithy/types": "^4.13.0",
3791
3791
  "tslib": "^2.6.2"
3792
3792
  },
3793
3793
  "engines": {
@@ -3795,14 +3795,14 @@
3795
3795
  }
3796
3796
  },
3797
3797
  "node_modules/@smithy/fetch-http-handler": {
3798
- "version": "5.3.10",
3799
- "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.10.tgz",
3800
- "integrity": "sha512-qF4EcrEtEf2P6f2kGGuSVe1lan26cn7PsWJBC3vZJ6D16Fm5FSN06udOMVoW6hjzQM3W7VDFwtyUG2szQY50dA==",
3798
+ "version": "5.3.11",
3799
+ "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.11.tgz",
3800
+ "integrity": "sha512-wbTRjOxdFuyEg0CpumjZO0hkUl+fetJFqxNROepuLIoijQh51aMBmzFLfoQdwRjxsuuS2jizzIUTjPWgd8pd7g==",
3801
3801
  "license": "Apache-2.0",
3802
3802
  "dependencies": {
3803
- "@smithy/protocol-http": "^5.3.9",
3804
- "@smithy/querystring-builder": "^4.2.9",
3805
- "@smithy/types": "^4.12.1",
3803
+ "@smithy/protocol-http": "^5.3.10",
3804
+ "@smithy/querystring-builder": "^4.2.10",
3805
+ "@smithy/types": "^4.13.0",
3806
3806
  "@smithy/util-base64": "^4.3.1",
3807
3807
  "tslib": "^2.6.2"
3808
3808
  },
@@ -3811,14 +3811,14 @@
3811
3811
  }
3812
3812
  },
3813
3813
  "node_modules/@smithy/hash-blob-browser": {
3814
- "version": "4.2.10",
3815
- "resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.10.tgz",
3816
- "integrity": "sha512-2lZvvcwTaXq6cGOcX72Ej9WU+z3T/C5NOuqIm+zLD3MlExRp9kW/Qa/p66NbBM74X0BdrdvpsMYwlkhtvHrxaQ==",
3814
+ "version": "4.2.11",
3815
+ "resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.11.tgz",
3816
+ "integrity": "sha512-DrcAx3PM6AEbWZxsKl6CWAGnVwiz28Wp1ZhNu+Hi4uI/6C1PIZBIaPM2VoqBDAsOWbM6ZVzOEQMxFLLdmb4eBQ==",
3817
3817
  "license": "Apache-2.0",
3818
3818
  "dependencies": {
3819
3819
  "@smithy/chunked-blob-reader": "^5.2.1",
3820
3820
  "@smithy/chunked-blob-reader-native": "^4.2.2",
3821
- "@smithy/types": "^4.12.1",
3821
+ "@smithy/types": "^4.13.0",
3822
3822
  "tslib": "^2.6.2"
3823
3823
  },
3824
3824
  "engines": {
@@ -3826,12 +3826,12 @@
3826
3826
  }
3827
3827
  },
3828
3828
  "node_modules/@smithy/hash-node": {
3829
- "version": "4.2.9",
3830
- "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.2.9.tgz",
3831
- "integrity": "sha512-/iSYAwSIA/SAeLga2YEpPLLOmw3n86RW4/bkhxtY1DSTR9z5HGjbYTzPaBKv2m8a4nK1rqZWchhl41qTaqMLbg==",
3829
+ "version": "4.2.10",
3830
+ "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.2.10.tgz",
3831
+ "integrity": "sha512-1VzIOI5CcsvMDvP3iv1vG/RfLJVVVc67dCRyLSB2Hn9SWCZrDO3zvcIzj3BfEtqRW5kcMg5KAeVf1K3dR6nD3w==",
3832
3832
  "license": "Apache-2.0",
3833
3833
  "dependencies": {
3834
- "@smithy/types": "^4.12.1",
3834
+ "@smithy/types": "^4.13.0",
3835
3835
  "@smithy/util-buffer-from": "^4.2.1",
3836
3836
  "@smithy/util-utf8": "^4.2.1",
3837
3837
  "tslib": "^2.6.2"
@@ -3841,12 +3841,12 @@
3841
3841
  }
3842
3842
  },
3843
3843
  "node_modules/@smithy/hash-stream-node": {
3844
- "version": "4.2.9",
3845
- "resolved": "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-4.2.9.tgz",
3846
- "integrity": "sha512-WFPbY/TysowQuoWR0xOCPT3RH1KMpThUWjx75RAMLkDlTYTANzyPHZiDRslf2e5bTmCYcqCshN7up70Ic/Zqug==",
3844
+ "version": "4.2.10",
3845
+ "resolved": "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-4.2.10.tgz",
3846
+ "integrity": "sha512-w78xsYrOlwXKwN5tv1GnKIRbHb1HygSpeZMP6xDxCPGf1U/xDHjCpJu64c5T35UKyEPwa0bPeIcvU69VY3khUA==",
3847
3847
  "license": "Apache-2.0",
3848
3848
  "dependencies": {
3849
- "@smithy/types": "^4.12.1",
3849
+ "@smithy/types": "^4.13.0",
3850
3850
  "@smithy/util-utf8": "^4.2.1",
3851
3851
  "tslib": "^2.6.2"
3852
3852
  },
@@ -3855,12 +3855,12 @@
3855
3855
  }
3856
3856
  },
3857
3857
  "node_modules/@smithy/invalid-dependency": {
3858
- "version": "4.2.9",
3859
- "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.2.9.tgz",
3860
- "integrity": "sha512-J+0rlwWZKgOYugVgRE5VlVz/UFV+6cIpZkmfWBq1ld1x3htKDdHOutYhZTURIvSVztWn0T3aghCdEzGdXXsSMw==",
3858
+ "version": "4.2.10",
3859
+ "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.2.10.tgz",
3860
+ "integrity": "sha512-vy9KPNSFUU0ajFYk0sDZIYiUlAWGEAhRfehIr5ZkdFrRFTAuXEPUd41USuqHU6vvLX4r6Q9X7MKBco5+Il0Org==",
3861
3861
  "license": "Apache-2.0",
3862
3862
  "dependencies": {
3863
- "@smithy/types": "^4.12.1",
3863
+ "@smithy/types": "^4.13.0",
3864
3864
  "tslib": "^2.6.2"
3865
3865
  },
3866
3866
  "engines": {
@@ -3880,12 +3880,12 @@
3880
3880
  }
3881
3881
  },
3882
3882
  "node_modules/@smithy/md5-js": {
3883
- "version": "4.2.9",
3884
- "resolved": "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-4.2.9.tgz",
3885
- "integrity": "sha512-ZCCWfGj4wvqV+5OS9e/GvR5jlR7j1mMB1UkGE+V7P1USFMwcL4Z4j5mO9nGvQGkfe20KM87ymbvZIcU9tHNlIg==",
3883
+ "version": "4.2.10",
3884
+ "resolved": "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-4.2.10.tgz",
3885
+ "integrity": "sha512-Op+Dh6dPLWTjWITChFayDllIaCXRofOed8ecpggTC5fkh8yXes0vAEX7gRUfjGK+TlyxoCAA05gHbZW/zB9JwQ==",
3886
3886
  "license": "Apache-2.0",
3887
3887
  "dependencies": {
3888
- "@smithy/types": "^4.12.1",
3888
+ "@smithy/types": "^4.13.0",
3889
3889
  "@smithy/util-utf8": "^4.2.1",
3890
3890
  "tslib": "^2.6.2"
3891
3891
  },
@@ -3894,13 +3894,13 @@
3894
3894
  }
3895
3895
  },
3896
3896
  "node_modules/@smithy/middleware-content-length": {
3897
- "version": "4.2.9",
3898
- "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.2.9.tgz",
3899
- "integrity": "sha512-9ViCZhFkmLUDyIPeBAsW7h5/Tcix806gWqd/BBqwW6KB8mhgZTTqjRMsyTTmMo2zpF+KckpYQsSiiFrIGHRaFw==",
3897
+ "version": "4.2.10",
3898
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.2.10.tgz",
3899
+ "integrity": "sha512-TQZ9kX5c6XbjhaEBpvhSvMEZ0klBs1CFtOdPFwATZSbC9UeQfKHPLPN9Y+I6wZGMOavlYTOlHEPDrt42PMSH9w==",
3900
3900
  "license": "Apache-2.0",
3901
3901
  "dependencies": {
3902
- "@smithy/protocol-http": "^5.3.9",
3903
- "@smithy/types": "^4.12.1",
3902
+ "@smithy/protocol-http": "^5.3.10",
3903
+ "@smithy/types": "^4.13.0",
3904
3904
  "tslib": "^2.6.2"
3905
3905
  },
3906
3906
  "engines": {
@@ -3908,18 +3908,18 @@
3908
3908
  }
3909
3909
  },
3910
3910
  "node_modules/@smithy/middleware-endpoint": {
3911
- "version": "4.4.18",
3912
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.18.tgz",
3913
- "integrity": "sha512-4OS3TP3IWZysT8KlSG/UwfKdelJmuQ2CqVNfrkjm2Rsm146/DuSTfXiD1ulgWpp9L6lJmPYfWTp7/m4b4dQSdQ==",
3914
- "license": "Apache-2.0",
3915
- "dependencies": {
3916
- "@smithy/core": "^3.23.4",
3917
- "@smithy/middleware-serde": "^4.2.10",
3918
- "@smithy/node-config-provider": "^4.3.9",
3919
- "@smithy/shared-ini-file-loader": "^4.4.4",
3920
- "@smithy/types": "^4.12.1",
3921
- "@smithy/url-parser": "^4.2.9",
3922
- "@smithy/util-middleware": "^4.2.9",
3911
+ "version": "4.4.20",
3912
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.20.tgz",
3913
+ "integrity": "sha512-9W6Np4ceBP3XCYAGLoMCmn8t2RRVzuD1ndWPLBbv7H9CrwM9Bprf6Up6BM9ZA/3alodg0b7Kf6ftBK9R1N04vw==",
3914
+ "license": "Apache-2.0",
3915
+ "dependencies": {
3916
+ "@smithy/core": "^3.23.6",
3917
+ "@smithy/middleware-serde": "^4.2.11",
3918
+ "@smithy/node-config-provider": "^4.3.10",
3919
+ "@smithy/shared-ini-file-loader": "^4.4.5",
3920
+ "@smithy/types": "^4.13.0",
3921
+ "@smithy/url-parser": "^4.2.10",
3922
+ "@smithy/util-middleware": "^4.2.10",
3923
3923
  "tslib": "^2.6.2"
3924
3924
  },
3925
3925
  "engines": {
@@ -3927,18 +3927,18 @@
3927
3927
  }
3928
3928
  },
3929
3929
  "node_modules/@smithy/middleware-retry": {
3930
- "version": "4.4.35",
3931
- "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.35.tgz",
3932
- "integrity": "sha512-sz+Th9ofKypOtaboPTcyZtIfCs2LNb84bzxEhPffCElyMorVYDBdeGzxYqSLC6gWaZUqpPSbj5F6TIxYUlSCfQ==",
3933
- "license": "Apache-2.0",
3934
- "dependencies": {
3935
- "@smithy/node-config-provider": "^4.3.9",
3936
- "@smithy/protocol-http": "^5.3.9",
3937
- "@smithy/service-error-classification": "^4.2.9",
3938
- "@smithy/smithy-client": "^4.11.7",
3939
- "@smithy/types": "^4.12.1",
3940
- "@smithy/util-middleware": "^4.2.9",
3941
- "@smithy/util-retry": "^4.2.9",
3930
+ "version": "4.4.37",
3931
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.37.tgz",
3932
+ "integrity": "sha512-/1psZZllBBSQ7+qo5+hhLz7AEPGLx3Z0+e3ramMBEuPK2PfvLK4SrncDB9VegX5mBn+oP/UTDrM6IHrFjvX1ZA==",
3933
+ "license": "Apache-2.0",
3934
+ "dependencies": {
3935
+ "@smithy/node-config-provider": "^4.3.10",
3936
+ "@smithy/protocol-http": "^5.3.10",
3937
+ "@smithy/service-error-classification": "^4.2.10",
3938
+ "@smithy/smithy-client": "^4.12.0",
3939
+ "@smithy/types": "^4.13.0",
3940
+ "@smithy/util-middleware": "^4.2.10",
3941
+ "@smithy/util-retry": "^4.2.10",
3942
3942
  "@smithy/uuid": "^1.1.1",
3943
3943
  "tslib": "^2.6.2"
3944
3944
  },
@@ -3947,13 +3947,13 @@
3947
3947
  }
3948
3948
  },
3949
3949
  "node_modules/@smithy/middleware-serde": {
3950
- "version": "4.2.10",
3951
- "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.10.tgz",
3952
- "integrity": "sha512-BQsdoi7ma4siJAzD0S6MedNPhiMcTdTLUqEUjrHeT1TJppBKWnwqySg34Oh/uGRhJeBd1sAH2t5tghBvcyD6tw==",
3950
+ "version": "4.2.11",
3951
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.11.tgz",
3952
+ "integrity": "sha512-STQdONGPwbbC7cusL60s7vOa6He6A9w2jWhoapL0mgVjmR19pr26slV+yoSP76SIssMTX/95e5nOZ6UQv6jolg==",
3953
3953
  "license": "Apache-2.0",
3954
3954
  "dependencies": {
3955
- "@smithy/protocol-http": "^5.3.9",
3956
- "@smithy/types": "^4.12.1",
3955
+ "@smithy/protocol-http": "^5.3.10",
3956
+ "@smithy/types": "^4.13.0",
3957
3957
  "tslib": "^2.6.2"
3958
3958
  },
3959
3959
  "engines": {
@@ -3961,12 +3961,12 @@
3961
3961
  }
3962
3962
  },
3963
3963
  "node_modules/@smithy/middleware-stack": {
3964
- "version": "4.2.9",
3965
- "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.9.tgz",
3966
- "integrity": "sha512-pid7ksBr7nm0X/3paIlGo9Fh3UK1pQ5yH0007tBmdkVvv+AsBZAOzC2dmLhlzDWKkSB+ZCiiyDArjAW3klkbMg==",
3964
+ "version": "4.2.10",
3965
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.10.tgz",
3966
+ "integrity": "sha512-pmts/WovNcE/tlyHa8z/groPeOtqtEpp61q3W0nW1nDJuMq/x+hWa/OVQBtgU0tBqupeXq0VBOLA4UZwE8I0YA==",
3967
3967
  "license": "Apache-2.0",
3968
3968
  "dependencies": {
3969
- "@smithy/types": "^4.12.1",
3969
+ "@smithy/types": "^4.13.0",
3970
3970
  "tslib": "^2.6.2"
3971
3971
  },
3972
3972
  "engines": {
@@ -3974,14 +3974,14 @@
3974
3974
  }
3975
3975
  },
3976
3976
  "node_modules/@smithy/node-config-provider": {
3977
- "version": "4.3.9",
3978
- "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.9.tgz",
3979
- "integrity": "sha512-EjdDTVGnnyJ9y8jXIfkF45UUZs21/Pp8xaMTZySLoC0xI3EhY7jq4co3LQnhh/bB6VVamd9ELpYJWLDw2ANhZA==",
3977
+ "version": "4.3.10",
3978
+ "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.10.tgz",
3979
+ "integrity": "sha512-UALRbJtVX34AdP2VECKVlnNgidLHA2A7YgcJzwSBg1hzmnO/bZBHl/LDQQyYifzUwp1UOODnl9JJ3KNawpUJ9w==",
3980
3980
  "license": "Apache-2.0",
3981
3981
  "dependencies": {
3982
- "@smithy/property-provider": "^4.2.9",
3983
- "@smithy/shared-ini-file-loader": "^4.4.4",
3984
- "@smithy/types": "^4.12.1",
3982
+ "@smithy/property-provider": "^4.2.10",
3983
+ "@smithy/shared-ini-file-loader": "^4.4.5",
3984
+ "@smithy/types": "^4.13.0",
3985
3985
  "tslib": "^2.6.2"
3986
3986
  },
3987
3987
  "engines": {
@@ -3989,15 +3989,15 @@
3989
3989
  }
3990
3990
  },
3991
3991
  "node_modules/@smithy/node-http-handler": {
3992
- "version": "4.4.11",
3993
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.4.11.tgz",
3994
- "integrity": "sha512-kQNJFwzYA9y+Fj3h9t1ToXYOJBobwUVEc6/WX45urJXyErgG0WOsres8Se8BAiFCMe8P06OkzRgakv7bQ5S+6Q==",
3992
+ "version": "4.4.12",
3993
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.4.12.tgz",
3994
+ "integrity": "sha512-zo1+WKJkR9x7ZtMeMDAAsq2PufwiLDmkhcjpWPRRkmeIuOm6nq1qjFICSZbnjBvD09ei8KMo26BWxsu2BUU+5w==",
3995
3995
  "license": "Apache-2.0",
3996
3996
  "dependencies": {
3997
- "@smithy/abort-controller": "^4.2.9",
3998
- "@smithy/protocol-http": "^5.3.9",
3999
- "@smithy/querystring-builder": "^4.2.9",
4000
- "@smithy/types": "^4.12.1",
3997
+ "@smithy/abort-controller": "^4.2.10",
3998
+ "@smithy/protocol-http": "^5.3.10",
3999
+ "@smithy/querystring-builder": "^4.2.10",
4000
+ "@smithy/types": "^4.13.0",
4001
4001
  "tslib": "^2.6.2"
4002
4002
  },
4003
4003
  "engines": {
@@ -4005,12 +4005,12 @@
4005
4005
  }
4006
4006
  },
4007
4007
  "node_modules/@smithy/property-provider": {
4008
- "version": "4.2.9",
4009
- "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.9.tgz",
4010
- "integrity": "sha512-ibHwLxq4KlbfueoNxMNrZkG+O7V/5XKrewhDGYn0p9DYKCsdsofuWHKdX3QW4zHlAUfLStqdCUSDi/q/9WSjwA==",
4008
+ "version": "4.2.10",
4009
+ "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.10.tgz",
4010
+ "integrity": "sha512-5jm60P0CU7tom0eNrZ7YrkgBaoLFXzmqB0wVS+4uK8PPGmosSrLNf6rRd50UBvukztawZ7zyA8TxlrKpF5z9jw==",
4011
4011
  "license": "Apache-2.0",
4012
4012
  "dependencies": {
4013
- "@smithy/types": "^4.12.1",
4013
+ "@smithy/types": "^4.13.0",
4014
4014
  "tslib": "^2.6.2"
4015
4015
  },
4016
4016
  "engines": {
@@ -4018,12 +4018,12 @@
4018
4018
  }
4019
4019
  },
4020
4020
  "node_modules/@smithy/protocol-http": {
4021
- "version": "5.3.9",
4022
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.9.tgz",
4023
- "integrity": "sha512-PRy4yZqsKI3Eab8TLc16Dj2NzC4dnw/8E95+++Jc+wwlkjBpAq3tNLqkLHMmSvDfxKQ+X5PmmCYt+rM/GcMKPA==",
4021
+ "version": "5.3.10",
4022
+ "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.10.tgz",
4023
+ "integrity": "sha512-2NzVWpYY0tRdfeCJLsgrR89KE3NTWT2wGulhNUxYlRmtRmPwLQwKzhrfVaiNlA9ZpJvbW7cjTVChYKgnkqXj1A==",
4024
4024
  "license": "Apache-2.0",
4025
4025
  "dependencies": {
4026
- "@smithy/types": "^4.12.1",
4026
+ "@smithy/types": "^4.13.0",
4027
4027
  "tslib": "^2.6.2"
4028
4028
  },
4029
4029
  "engines": {
@@ -4031,12 +4031,12 @@
4031
4031
  }
4032
4032
  },
4033
4033
  "node_modules/@smithy/querystring-builder": {
4034
- "version": "4.2.9",
4035
- "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.9.tgz",
4036
- "integrity": "sha512-/AIDaq0+ehv+QfeyAjCUFShwHIt+FA1IodsV/2AZE5h4PUZcQYv5sjmy9V67UWfsBoTjOPKUFYSRfGoNW9T2UQ==",
4034
+ "version": "4.2.10",
4035
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.10.tgz",
4036
+ "integrity": "sha512-HeN7kEvuzO2DmAzLukE9UryiUvejD3tMp9a1D1NJETerIfKobBUCLfviP6QEk500166eD2IATaXM59qgUI+YDA==",
4037
4037
  "license": "Apache-2.0",
4038
4038
  "dependencies": {
4039
- "@smithy/types": "^4.12.1",
4039
+ "@smithy/types": "^4.13.0",
4040
4040
  "@smithy/util-uri-escape": "^4.2.1",
4041
4041
  "tslib": "^2.6.2"
4042
4042
  },
@@ -4045,12 +4045,12 @@
4045
4045
  }
4046
4046
  },
4047
4047
  "node_modules/@smithy/querystring-parser": {
4048
- "version": "4.2.9",
4049
- "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.9.tgz",
4050
- "integrity": "sha512-kZ9AHhrYTea3UoklXudEnyA4duy9KAWERC28+ft8y8HIhR3yGsjv1PFTgzMpB+5L4tQKXNTwFbVJMeRK20vpHQ==",
4048
+ "version": "4.2.10",
4049
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.10.tgz",
4050
+ "integrity": "sha512-4Mh18J26+ao1oX5wXJfWlTT+Q1OpDR8ssiC9PDOuEgVBGloqg18Fw7h5Ct8DyT9NBYwJgtJ2nLjKKFU6RP1G1Q==",
4051
4051
  "license": "Apache-2.0",
4052
4052
  "dependencies": {
4053
- "@smithy/types": "^4.12.1",
4053
+ "@smithy/types": "^4.13.0",
4054
4054
  "tslib": "^2.6.2"
4055
4055
  },
4056
4056
  "engines": {
@@ -4058,24 +4058,24 @@
4058
4058
  }
4059
4059
  },
4060
4060
  "node_modules/@smithy/service-error-classification": {
4061
- "version": "4.2.9",
4062
- "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.2.9.tgz",
4063
- "integrity": "sha512-DYYd4xrm9Ozik+ZT4f5ZqSXdzscVHF/tFCzqieIFcLrjRDxWSgRtvtXOohJGoniLfPcBcy5ltR3tp2Lw4/d9ag==",
4061
+ "version": "4.2.10",
4062
+ "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.2.10.tgz",
4063
+ "integrity": "sha512-0R/+/Il5y8nB/By90o8hy/bWVYptbIfvoTYad0igYQO5RefhNCDmNzqxaMx7K1t/QWo0d6UynqpqN5cCQt1MCg==",
4064
4064
  "license": "Apache-2.0",
4065
4065
  "dependencies": {
4066
- "@smithy/types": "^4.12.1"
4066
+ "@smithy/types": "^4.13.0"
4067
4067
  },
4068
4068
  "engines": {
4069
4069
  "node": ">=18.0.0"
4070
4070
  }
4071
4071
  },
4072
4072
  "node_modules/@smithy/shared-ini-file-loader": {
4073
- "version": "4.4.4",
4074
- "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.4.tgz",
4075
- "integrity": "sha512-tA5Cm11BHQCk/67y6VPIWydLh/pMY90jqOEWIr/2VAzTOoDwGpwp0C/AuHBc3/xWSOA5m5PXLN+lIOrsnTm/PQ==",
4073
+ "version": "4.4.5",
4074
+ "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.5.tgz",
4075
+ "integrity": "sha512-pHgASxl50rrtOztgQCPmOXFjRW+mCd7ALr/3uXNzRrRoGV5G2+78GOsQ3HlQuBVHCh9o6xqMNvlIKZjWn4Euug==",
4076
4076
  "license": "Apache-2.0",
4077
4077
  "dependencies": {
4078
- "@smithy/types": "^4.12.1",
4078
+ "@smithy/types": "^4.13.0",
4079
4079
  "tslib": "^2.6.2"
4080
4080
  },
4081
4081
  "engines": {
@@ -4083,16 +4083,16 @@
4083
4083
  }
4084
4084
  },
4085
4085
  "node_modules/@smithy/signature-v4": {
4086
- "version": "5.3.9",
4087
- "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.9.tgz",
4088
- "integrity": "sha512-QZKreDINuWf6KIcUUuurjBJiPPSRpMyU3sFPKk6urNAYcKkXhe6Ma+9MBX9e87yDnZfa/cqNMxobkdi9bpJt1A==",
4086
+ "version": "5.3.10",
4087
+ "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.10.tgz",
4088
+ "integrity": "sha512-Wab3wW8468WqTKIxI+aZe3JYO52/RYT/8sDOdzkUhjnLakLe9qoQqIcfih/qxcF4qWEFoWBszY0mj5uxffaVXA==",
4089
4089
  "license": "Apache-2.0",
4090
4090
  "dependencies": {
4091
4091
  "@smithy/is-array-buffer": "^4.2.1",
4092
- "@smithy/protocol-http": "^5.3.9",
4093
- "@smithy/types": "^4.12.1",
4092
+ "@smithy/protocol-http": "^5.3.10",
4093
+ "@smithy/types": "^4.13.0",
4094
4094
  "@smithy/util-hex-encoding": "^4.2.1",
4095
- "@smithy/util-middleware": "^4.2.9",
4095
+ "@smithy/util-middleware": "^4.2.10",
4096
4096
  "@smithy/util-uri-escape": "^4.2.1",
4097
4097
  "@smithy/util-utf8": "^4.2.1",
4098
4098
  "tslib": "^2.6.2"
@@ -4102,17 +4102,17 @@
4102
4102
  }
4103
4103
  },
4104
4104
  "node_modules/@smithy/smithy-client": {
4105
- "version": "4.11.7",
4106
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.11.7.tgz",
4107
- "integrity": "sha512-gQP2J3qB/Wmc26gdmB8gA6zq2o2spG5sEU3o7TaTATBJEk29sYGWdEFoGEy91BczSpifTo0DQhVYjZXBEVcrpA==",
4105
+ "version": "4.12.0",
4106
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.12.0.tgz",
4107
+ "integrity": "sha512-R8bQ9K3lCcXyZmBnQqUZJF4ChZmtWT5NLi6x5kgWx5D+/j0KorXcA0YcFg/X5TOgnTCy1tbKc6z2g2y4amFupQ==",
4108
4108
  "license": "Apache-2.0",
4109
4109
  "dependencies": {
4110
- "@smithy/core": "^3.23.4",
4111
- "@smithy/middleware-endpoint": "^4.4.18",
4112
- "@smithy/middleware-stack": "^4.2.9",
4113
- "@smithy/protocol-http": "^5.3.9",
4114
- "@smithy/types": "^4.12.1",
4115
- "@smithy/util-stream": "^4.5.14",
4110
+ "@smithy/core": "^3.23.6",
4111
+ "@smithy/middleware-endpoint": "^4.4.20",
4112
+ "@smithy/middleware-stack": "^4.2.10",
4113
+ "@smithy/protocol-http": "^5.3.10",
4114
+ "@smithy/types": "^4.13.0",
4115
+ "@smithy/util-stream": "^4.5.15",
4116
4116
  "tslib": "^2.6.2"
4117
4117
  },
4118
4118
  "engines": {
@@ -4120,9 +4120,9 @@
4120
4120
  }
4121
4121
  },
4122
4122
  "node_modules/@smithy/types": {
4123
- "version": "4.12.1",
4124
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.12.1.tgz",
4125
- "integrity": "sha512-ow30Ze/DD02KH2p0eMyIF2+qJzGyNb0kFrnTRtPpuOkQ4hrgvLdaU4YC6r/K8aOrCML4FH0Cmm0aI4503L1Hwg==",
4123
+ "version": "4.13.0",
4124
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.13.0.tgz",
4125
+ "integrity": "sha512-COuLsZILbbQsdrwKQpkkpyep7lCsByxwj7m0Mg5v66/ZTyenlfBc40/QFQ5chO0YN/PNEH1Bi3fGtfXPnYNeDw==",
4126
4126
  "license": "Apache-2.0",
4127
4127
  "dependencies": {
4128
4128
  "tslib": "^2.6.2"
@@ -4132,13 +4132,13 @@
4132
4132
  }
4133
4133
  },
4134
4134
  "node_modules/@smithy/url-parser": {
4135
- "version": "4.2.9",
4136
- "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.9.tgz",
4137
- "integrity": "sha512-gYs8FrnwKoIvL+GyPz6VvweCkrXqHeD+KnOAxB+NFy6mLr4l75lFrn3dZ413DG0K2TvFtN7L43x7r8hyyohYdg==",
4135
+ "version": "4.2.10",
4136
+ "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.10.tgz",
4137
+ "integrity": "sha512-uypjF7fCDsRk26u3qHmFI/ePL7bxxB9vKkE+2WKEciHhz+4QtbzWiHRVNRJwU3cKhrYDYQE3b0MRFtqfLYdA4A==",
4138
4138
  "license": "Apache-2.0",
4139
4139
  "dependencies": {
4140
- "@smithy/querystring-parser": "^4.2.9",
4141
- "@smithy/types": "^4.12.1",
4140
+ "@smithy/querystring-parser": "^4.2.10",
4141
+ "@smithy/types": "^4.13.0",
4142
4142
  "tslib": "^2.6.2"
4143
4143
  },
4144
4144
  "engines": {
@@ -4209,14 +4209,14 @@
4209
4209
  }
4210
4210
  },
4211
4211
  "node_modules/@smithy/util-defaults-mode-browser": {
4212
- "version": "4.3.34",
4213
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.34.tgz",
4214
- "integrity": "sha512-m75CH7xaVG8ErlnfXsIBLrgVrApejrvUpohr41CMdeWNcEu/Ouvj9fbNA7oW9Qpr0Awf+BmDRrYx72hEKgY+FQ==",
4212
+ "version": "4.3.36",
4213
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.36.tgz",
4214
+ "integrity": "sha512-R0smq7EHQXRVMxkAxtH5akJ/FvgAmNF6bUy/GwY/N20T4GrwjT633NFm0VuRpC+8Bbv8R9A0DoJ9OiZL/M3xew==",
4215
4215
  "license": "Apache-2.0",
4216
4216
  "dependencies": {
4217
- "@smithy/property-provider": "^4.2.9",
4218
- "@smithy/smithy-client": "^4.11.7",
4219
- "@smithy/types": "^4.12.1",
4217
+ "@smithy/property-provider": "^4.2.10",
4218
+ "@smithy/smithy-client": "^4.12.0",
4219
+ "@smithy/types": "^4.13.0",
4220
4220
  "tslib": "^2.6.2"
4221
4221
  },
4222
4222
  "engines": {
@@ -4224,17 +4224,17 @@
4224
4224
  }
4225
4225
  },
4226
4226
  "node_modules/@smithy/util-defaults-mode-node": {
4227
- "version": "4.2.37",
4228
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.37.tgz",
4229
- "integrity": "sha512-1LcAt0PV1dletxiGwcw2IJ8vLNhfkir02NTi1i/CFCY2ObtM5wDDjn/8V2dbPrbyoh6OTFH+uayI1rSVRBMT3A==",
4227
+ "version": "4.2.39",
4228
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.39.tgz",
4229
+ "integrity": "sha512-otWuoDm35btJV1L8MyHrPl462B07QCdMTktKc7/yM+Psv6KbED/ziXiHnmr7yPHUjfIwE9S8Max0LO24Mo3ZVg==",
4230
4230
  "license": "Apache-2.0",
4231
4231
  "dependencies": {
4232
- "@smithy/config-resolver": "^4.4.7",
4233
- "@smithy/credential-provider-imds": "^4.2.9",
4234
- "@smithy/node-config-provider": "^4.3.9",
4235
- "@smithy/property-provider": "^4.2.9",
4236
- "@smithy/smithy-client": "^4.11.7",
4237
- "@smithy/types": "^4.12.1",
4232
+ "@smithy/config-resolver": "^4.4.9",
4233
+ "@smithy/credential-provider-imds": "^4.2.10",
4234
+ "@smithy/node-config-provider": "^4.3.10",
4235
+ "@smithy/property-provider": "^4.2.10",
4236
+ "@smithy/smithy-client": "^4.12.0",
4237
+ "@smithy/types": "^4.13.0",
4238
4238
  "tslib": "^2.6.2"
4239
4239
  },
4240
4240
  "engines": {
@@ -4242,13 +4242,13 @@
4242
4242
  }
4243
4243
  },
4244
4244
  "node_modules/@smithy/util-endpoints": {
4245
- "version": "3.2.9",
4246
- "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.2.9.tgz",
4247
- "integrity": "sha512-9FTqTzKxCFelCKdtHb22BTbrLgw7tTI+D6r/Ci/njI0tzqWLQctS0uEDTzraCR5K6IJItfFp1QmESlBytSpRhQ==",
4245
+ "version": "3.3.1",
4246
+ "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.3.1.tgz",
4247
+ "integrity": "sha512-xyctc4klmjmieQiF9I1wssBWleRV0RhJ2DpO8+8yzi2LO1Z+4IWOZNGZGNj4+hq9kdo+nyfrRLmQTzc16Op2Vg==",
4248
4248
  "license": "Apache-2.0",
4249
4249
  "dependencies": {
4250
- "@smithy/node-config-provider": "^4.3.9",
4251
- "@smithy/types": "^4.12.1",
4250
+ "@smithy/node-config-provider": "^4.3.10",
4251
+ "@smithy/types": "^4.13.0",
4252
4252
  "tslib": "^2.6.2"
4253
4253
  },
4254
4254
  "engines": {
@@ -4268,12 +4268,12 @@
4268
4268
  }
4269
4269
  },
4270
4270
  "node_modules/@smithy/util-middleware": {
4271
- "version": "4.2.9",
4272
- "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.9.tgz",
4273
- "integrity": "sha512-pfnZneJ1S9X3TRmg2l3pG11Pvx2BW9O3NFhUN30llrK/yUKu8WbqMTx4/CzED+qKBYw0//ntUT00hvmaG+nLgA==",
4271
+ "version": "4.2.10",
4272
+ "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.10.tgz",
4273
+ "integrity": "sha512-LxaQIWLp4y0r72eA8mwPNQ9va4h5KeLM0I3M/HV9klmFaY2kN766wf5vsTzmaOpNNb7GgXAd9a25P3h8T49PSA==",
4274
4274
  "license": "Apache-2.0",
4275
4275
  "dependencies": {
4276
- "@smithy/types": "^4.12.1",
4276
+ "@smithy/types": "^4.13.0",
4277
4277
  "tslib": "^2.6.2"
4278
4278
  },
4279
4279
  "engines": {
@@ -4281,13 +4281,13 @@
4281
4281
  }
4282
4282
  },
4283
4283
  "node_modules/@smithy/util-retry": {
4284
- "version": "4.2.9",
4285
- "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.9.tgz",
4286
- "integrity": "sha512-79hfhL/oxP40SCXJGfjfE9pjbUVfHhXZFpCWXTHqXSluzaVy7jwWs9Ui7lLbfDBSp+7i+BIwgeVIRerbIRWN6g==",
4284
+ "version": "4.2.10",
4285
+ "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.10.tgz",
4286
+ "integrity": "sha512-HrBzistfpyE5uqTwiyLsFHscgnwB0kgv8vySp7q5kZ0Eltn/tjosaSGGDj/jJ9ys7pWzIP/icE2d+7vMKXLv7A==",
4287
4287
  "license": "Apache-2.0",
4288
4288
  "dependencies": {
4289
- "@smithy/service-error-classification": "^4.2.9",
4290
- "@smithy/types": "^4.12.1",
4289
+ "@smithy/service-error-classification": "^4.2.10",
4290
+ "@smithy/types": "^4.13.0",
4291
4291
  "tslib": "^2.6.2"
4292
4292
  },
4293
4293
  "engines": {
@@ -4295,14 +4295,14 @@
4295
4295
  }
4296
4296
  },
4297
4297
  "node_modules/@smithy/util-stream": {
4298
- "version": "4.5.14",
4299
- "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.14.tgz",
4300
- "integrity": "sha512-IOBEiJTOltSx6MAfwkx/GSVM8/UCJxdtw13haP5OEL543lb1DN6TAypsxv+qcj4l/rKcpapbS6zK9MQGBOhoaA==",
4298
+ "version": "4.5.15",
4299
+ "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.15.tgz",
4300
+ "integrity": "sha512-OlOKnaqnkU9X+6wEkd7mN+WB7orPbCVDauXOj22Q7VtiTkvy7ZdSsOg4QiNAZMgI4OkvNf+/VLUC3VXkxuWJZw==",
4301
4301
  "license": "Apache-2.0",
4302
4302
  "dependencies": {
4303
- "@smithy/fetch-http-handler": "^5.3.10",
4304
- "@smithy/node-http-handler": "^4.4.11",
4305
- "@smithy/types": "^4.12.1",
4303
+ "@smithy/fetch-http-handler": "^5.3.11",
4304
+ "@smithy/node-http-handler": "^4.4.12",
4305
+ "@smithy/types": "^4.13.0",
4306
4306
  "@smithy/util-base64": "^4.3.1",
4307
4307
  "@smithy/util-buffer-from": "^4.2.1",
4308
4308
  "@smithy/util-hex-encoding": "^4.2.1",
@@ -4339,13 +4339,13 @@
4339
4339
  }
4340
4340
  },
4341
4341
  "node_modules/@smithy/util-waiter": {
4342
- "version": "4.2.9",
4343
- "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.2.9.tgz",
4344
- "integrity": "sha512-/PYREwfBaj3fV5V4PfMksYj/WKwrjQ4gW/yo8KLpZSkAdBEkvXd68hovAubrw+n+Q8Rcr9XRn6uzcoQCEhrNFQ==",
4342
+ "version": "4.2.10",
4343
+ "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.2.10.tgz",
4344
+ "integrity": "sha512-4eTWph/Lkg1wZEDAyObwme0kmhEb7J/JjibY2znJdrYRgKbKqB7YoEhhJVJ4R1g/SYih4zuwX7LpJaM8RsnTVg==",
4345
4345
  "license": "Apache-2.0",
4346
4346
  "dependencies": {
4347
- "@smithy/abort-controller": "^4.2.9",
4348
- "@smithy/types": "^4.12.1",
4347
+ "@smithy/abort-controller": "^4.2.10",
4348
+ "@smithy/types": "^4.13.0",
4349
4349
  "tslib": "^2.6.2"
4350
4350
  },
4351
4351
  "engines": {
@@ -5285,9 +5285,9 @@
5285
5285
  }
5286
5286
  },
5287
5287
  "node_modules/bare-fs": {
5288
- "version": "4.5.4",
5289
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.4.tgz",
5290
- "integrity": "sha512-POK4oplfA7P7gqvetNmCs4CNtm9fNsx+IAh7jH7GgU0OJdge2rso0R20TNWVq6VoWcCvsTdlNDaleLHGaKx8CA==",
5288
+ "version": "4.5.5",
5289
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.5.tgz",
5290
+ "integrity": "sha512-XvwYM6VZqKoqDll8BmSww5luA5eflDzY0uEFfBJtFKe4PAAtxBjU3YIxzIBzhyaEQBy1VXEQBto4cpN5RZJw+w==",
5291
5291
  "license": "Apache-2.0",
5292
5292
  "optional": true,
5293
5293
  "dependencies": {
@@ -5310,9 +5310,9 @@
5310
5310
  }
5311
5311
  },
5312
5312
  "node_modules/bare-os": {
5313
- "version": "3.6.2",
5314
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
5315
- "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
5313
+ "version": "3.7.0",
5314
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.7.0.tgz",
5315
+ "integrity": "sha512-64Rcwj8qlnTZU8Ps6JJEdSmxBEUGgI7g8l+lMtsJLl4IsfTcHMTfJ188u2iGV6P6YPRZrtv72B2kjn+hp+Yv3g==",
5316
5316
  "license": "Apache-2.0",
5317
5317
  "optional": true,
5318
5318
  "engines": {
@@ -6585,9 +6585,9 @@
6585
6585
  }
6586
6586
  },
6587
6587
  "node_modules/eslint/node_modules/minimatch": {
6588
- "version": "3.1.3",
6589
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
6590
- "integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
6588
+ "version": "3.1.4",
6589
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz",
6590
+ "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==",
6591
6591
  "dev": true,
6592
6592
  "license": "ISC",
6593
6593
  "dependencies": {
@@ -7468,9 +7468,9 @@
7468
7468
  }
7469
7469
  },
7470
7470
  "node_modules/glob/node_modules/minimatch": {
7471
- "version": "9.0.6",
7472
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
7473
- "integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
7471
+ "version": "9.0.7",
7472
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
7473
+ "integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
7474
7474
  "license": "ISC",
7475
7475
  "dependencies": {
7476
7476
  "brace-expansion": "^5.0.2"
@@ -7521,9 +7521,9 @@
7521
7521
  "license": "MIT"
7522
7522
  },
7523
7523
  "node_modules/graphql": {
7524
- "version": "16.12.0",
7525
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz",
7526
- "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==",
7524
+ "version": "16.13.0",
7525
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.0.tgz",
7526
+ "integrity": "sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA==",
7527
7527
  "license": "MIT",
7528
7528
  "engines": {
7529
7529
  "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
@@ -7716,9 +7716,9 @@
7716
7716
  }
7717
7717
  },
7718
7718
  "node_modules/help-me/node_modules/minimatch": {
7719
- "version": "3.1.3",
7720
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
7721
- "integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
7719
+ "version": "3.1.4",
7720
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz",
7721
+ "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==",
7722
7722
  "dev": true,
7723
7723
  "license": "ISC",
7724
7724
  "dependencies": {
@@ -8750,9 +8750,9 @@
8750
8750
  }
8751
8751
  },
8752
8752
  "node_modules/minimatch": {
8753
- "version": "10.2.2",
8754
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
8755
- "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
8753
+ "version": "10.2.3",
8754
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz",
8755
+ "integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==",
8756
8756
  "dev": true,
8757
8757
  "license": "BlueOak-1.0.0",
8758
8758
  "dependencies": {
@@ -8884,9 +8884,9 @@
8884
8884
  }
8885
8885
  },
8886
8886
  "node_modules/mocha/node_modules/minimatch": {
8887
- "version": "9.0.6",
8888
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
8889
- "integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
8887
+ "version": "9.0.7",
8888
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
8889
+ "integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
8890
8890
  "dev": true,
8891
8891
  "license": "ISC",
8892
8892
  "dependencies": {