@pnp/cli-microsoft365 11.10.0 → 11.11.0-beta.1cb40cb

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 (55) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/config.js +1 -0
  4. package/dist/m365/entra/commands/agent/agent-list.js +48 -0
  5. package/dist/m365/entra/commands.js +1 -0
  6. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +23 -41
  7. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +9 -24
  8. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +24 -44
  9. package/dist/m365/pp/commands/copilot/copilot-get.js +23 -41
  10. package/dist/m365/pp/commands/copilot/copilot-list.js +9 -24
  11. package/dist/m365/pp/commands/copilot/copilot-remove.js +24 -44
  12. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +10 -26
  13. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +9 -24
  14. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +11 -29
  15. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +21 -33
  16. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +25 -46
  17. package/dist/m365/pp/commands/gateway/gateway-get.js +10 -23
  18. package/dist/m365/pp/commands/managementapp/managementapp-add.js +24 -36
  19. package/dist/m365/pp/commands/managementapp/managementapp-list.js +5 -0
  20. package/dist/m365/pp/commands/solution/solution-get.js +23 -41
  21. package/dist/m365/pp/commands/solution/solution-list.js +9 -24
  22. package/dist/m365/pp/commands/solution/solution-publish.js +25 -45
  23. package/dist/m365/pp/commands/solution/solution-publisher-add.js +26 -49
  24. package/dist/m365/pp/commands/solution/solution-publisher-get.js +23 -41
  25. package/dist/m365/pp/commands/solution/solution-publisher-list.js +10 -27
  26. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +24 -44
  27. package/dist/m365/pp/commands/solution/solution-remove.js +24 -44
  28. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +81 -170
  29. package/dist/m365/spo/commands/folder/folder-add.js +1 -1
  30. package/docs/docs/cmd/entra/agent/agent-list.mdx +209 -0
  31. package/docs/docs/cmd/spo/file/file-version-clear.mdx +21 -0
  32. package/docs/docs/cmd/spo/file/file-version-get.mdx +19 -0
  33. package/docs/docs/cmd/spo/file/file-version-list.mdx +19 -0
  34. package/docs/docs/cmd/spo/file/file-version-remove.mdx +21 -0
  35. package/docs/docs/cmd/spo/file/file-version-restore.mdx +21 -0
  36. package/docs/docs/cmd/spo/folder/folder-add.mdx +20 -1
  37. package/docs/docs/cmd/spo/folder/folder-archive.mdx +2 -3
  38. package/docs/docs/cmd/spo/folder/folder-copy.mdx +19 -0
  39. package/docs/docs/cmd/spo/folder/folder-get.mdx +19 -0
  40. package/docs/docs/cmd/spo/folder/folder-list.mdx +19 -0
  41. package/docs/docs/cmd/spo/folder/folder-move.mdx +19 -0
  42. package/docs/docs/cmd/spo/folder/folder-remove.mdx +21 -0
  43. package/docs/docs/cmd/spo/folder/folder-set.mdx +21 -0
  44. package/docs/docs/cmd/todo/list/list-add.mdx +19 -0
  45. package/docs/docs/cmd/todo/list/list-get.mdx +19 -0
  46. package/docs/docs/cmd/todo/list/list-list.mdx +19 -0
  47. package/docs/docs/cmd/todo/list/list-remove.mdx +21 -0
  48. package/docs/docs/cmd/todo/list/list-set.mdx +21 -0
  49. package/docs/docs/cmd/todo/task/task-add.mdx +19 -0
  50. package/docs/docs/cmd/todo/task/task-get.mdx +19 -0
  51. package/docs/docs/cmd/todo/task/task-list.mdx +19 -0
  52. package/docs/docs/cmd/todo/task/task-remove.mdx +21 -0
  53. package/docs/docs/cmd/todo/task/task-set.mdx +19 -0
  54. package/npm-shrinkwrap.json +356 -190
  55. package/package.json +14 -14
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.10.0",
3
+ "version": "11.11.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@pnp/cli-microsoft365",
9
- "version": "11.10.0",
9
+ "version": "11.11.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-common": "^16.11.1",
13
- "@azure/msal-node": "^5.4.0",
12
+ "@azure/msal-common": "^16.11.3",
13
+ "@azure/msal-node": "^5.4.3",
14
14
  "@inquirer/confirm": "^6.1.1",
15
15
  "@inquirer/input": "^5.1.2",
16
16
  "@inquirer/select": "^5.2.1",
@@ -18,11 +18,11 @@
18
18
  "adaptive-expressions": "^4.23.3",
19
19
  "adaptivecards": "^3.0.6",
20
20
  "adaptivecards-templating": "^2.3.1",
21
- "adm-zip": "^0.5.18",
21
+ "adm-zip": "^0.6.0",
22
22
  "applicationinsights": "^3.15.1",
23
- "axios": "^1.18.1",
24
- "chalk": "^5.6.2",
25
- "clipboardy": "^5.3.1",
23
+ "axios": "^1.19.0",
24
+ "chalk": "^6.0.0",
25
+ "clipboardy": "^5.3.2",
26
26
  "configstore": "^8.0.0",
27
27
  "csv-parse": "^6.2.1",
28
28
  "csv-stringify": "^6.8.1",
@@ -61,19 +61,19 @@
61
61
  "@types/node-forge": "^1.3.14",
62
62
  "@types/omelette": "^0.4.5",
63
63
  "@types/semver": "^7.7.1",
64
- "@types/sinon": "^21.0.1",
64
+ "@types/sinon": "^22.0.0",
65
65
  "@types/update-notifier": "^6.0.8",
66
66
  "@types/uuid": "^10.0.0",
67
67
  "@types/yargs-parser": "^21.0.3",
68
- "@typescript-eslint/eslint-plugin": "^8.63.0",
68
+ "@typescript-eslint/eslint-plugin": "^8.65.0",
69
69
  "@typescript-eslint/parser": "^8.58.0",
70
- "c8": "^11.0.0",
71
- "eslint": "^10.6.0",
70
+ "c8": "^12.0.0",
71
+ "eslint": "^10.8.0",
72
72
  "eslint-plugin-mocha": "^11.3.0",
73
- "globals": "^17.7.0",
73
+ "globals": "^17.8.0",
74
74
  "mocha": "^11.7.6",
75
75
  "rimraf": "^6.1.3",
76
- "sinon": "^22.0.0",
76
+ "sinon": "^22.1.0",
77
77
  "source-map-support": "^0.5.21",
78
78
  "tsc-watch": "^7.2.1"
79
79
  }
@@ -548,21 +548,21 @@
548
548
  }
549
549
  },
550
550
  "node_modules/@azure/msal-common": {
551
- "version": "16.11.1",
552
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.11.1.tgz",
553
- "integrity": "sha512-yPohvMwWLv1XnaWnIUyKUh8CvcVChCGqG/VluGwfGmaAfrZTNt5yQ+sIs462Sgw6+e2K83KGmMJ860p73ZSCrw==",
551
+ "version": "16.11.3",
552
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.11.3.tgz",
553
+ "integrity": "sha512-VeXOW+t3Rdd9XGX6lVyIg3DhtjMR1JD8ARKcsnGbJFUWwAmF3sHL7GwZc/ZjEUfHESResAonETRYCuG06OBT7A==",
554
554
  "license": "MIT",
555
555
  "engines": {
556
556
  "node": ">=0.8.0"
557
557
  }
558
558
  },
559
559
  "node_modules/@azure/msal-node": {
560
- "version": "5.4.0",
561
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.4.0.tgz",
562
- "integrity": "sha512-6EZEParwHRlnSSIikw8FNAnAzwmh71uhveUXdPNFeZFviJ9SH+rwFiurhjzXqICYTrpm3E+dj693QOwfPbJXAQ==",
560
+ "version": "5.4.3",
561
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.4.3.tgz",
562
+ "integrity": "sha512-tumCMmzrRhKmTbYQg/7OlfbrIKcKaf8Ed0Fw3suUpRT3owFYljznVgxcfHe8RycQXY9uyROGiLD1GjhpF45AwA==",
563
563
  "license": "MIT",
564
564
  "dependencies": {
565
- "@azure/msal-common": "16.11.1",
565
+ "@azure/msal-common": "16.11.3",
566
566
  "jsonwebtoken": "^9.0.0"
567
567
  },
568
568
  "engines": {
@@ -728,9 +728,9 @@
728
728
  }
729
729
  },
730
730
  "node_modules/@eslint/config-helpers": {
731
- "version": "0.6.0",
732
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
733
- "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
731
+ "version": "0.7.0",
732
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.7.0.tgz",
733
+ "integrity": "sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==",
734
734
  "dev": true,
735
735
  "license": "Apache-2.0",
736
736
  "dependencies": {
@@ -3074,7 +3074,9 @@
3074
3074
  "license": "MIT"
3075
3075
  },
3076
3076
  "node_modules/@types/sinon": {
3077
- "version": "21.0.1",
3077
+ "version": "22.0.0",
3078
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-22.0.0.tgz",
3079
+ "integrity": "sha512-TDbVpbccc2HfiqHR09Argj3mHV1KMW7sCCKj52fsl8lbRLkEn7fB1966EWhOKWUBcqfBueZuPoA7/OK1CKiy3g==",
3078
3080
  "dev": true,
3079
3081
  "license": "MIT",
3080
3082
  "dependencies": {
@@ -3116,17 +3118,17 @@
3116
3118
  "license": "MIT"
3117
3119
  },
3118
3120
  "node_modules/@typescript-eslint/eslint-plugin": {
3119
- "version": "8.63.0",
3120
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.63.0.tgz",
3121
- "integrity": "sha512-rvwSgqT+DHpWdzfSzPatRLm02a0GlESt++9iy3hLCDY4BgkaLcl8LBi9Yh7XGFBpwcBE/K3024QuXWTpbz4FfQ==",
3121
+ "version": "8.65.0",
3122
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.65.0.tgz",
3123
+ "integrity": "sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA==",
3122
3124
  "dev": true,
3123
3125
  "license": "MIT",
3124
3126
  "dependencies": {
3125
3127
  "@eslint-community/regexpp": "^4.12.2",
3126
- "@typescript-eslint/scope-manager": "8.63.0",
3127
- "@typescript-eslint/type-utils": "8.63.0",
3128
- "@typescript-eslint/utils": "8.63.0",
3129
- "@typescript-eslint/visitor-keys": "8.63.0",
3128
+ "@typescript-eslint/scope-manager": "8.65.0",
3129
+ "@typescript-eslint/type-utils": "8.65.0",
3130
+ "@typescript-eslint/utils": "8.65.0",
3131
+ "@typescript-eslint/visitor-keys": "8.65.0",
3130
3132
  "ignore": "^7.0.5",
3131
3133
  "natural-compare": "^1.4.0",
3132
3134
  "ts-api-utils": "^2.5.0"
@@ -3139,22 +3141,22 @@
3139
3141
  "url": "https://opencollective.com/typescript-eslint"
3140
3142
  },
3141
3143
  "peerDependencies": {
3142
- "@typescript-eslint/parser": "^8.63.0",
3144
+ "@typescript-eslint/parser": "^8.65.0",
3143
3145
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
3144
3146
  "typescript": ">=4.8.4 <6.1.0"
3145
3147
  }
3146
3148
  },
3147
3149
  "node_modules/@typescript-eslint/parser": {
3148
- "version": "8.64.0",
3149
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.64.0.tgz",
3150
- "integrity": "sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==",
3150
+ "version": "8.66.0",
3151
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.66.0.tgz",
3152
+ "integrity": "sha512-X6ypGChaWYk6PBtUg2BwuTZEFFcHJAtGTVJ9/lCTOufhZ4i9fNolQNnktq+kkMCwMj7V8Svsq7+TxSDslmhE0g==",
3151
3153
  "dev": true,
3152
3154
  "license": "MIT",
3153
3155
  "dependencies": {
3154
- "@typescript-eslint/scope-manager": "8.64.0",
3155
- "@typescript-eslint/types": "8.64.0",
3156
- "@typescript-eslint/typescript-estree": "8.64.0",
3157
- "@typescript-eslint/visitor-keys": "8.64.0",
3156
+ "@typescript-eslint/scope-manager": "8.66.0",
3157
+ "@typescript-eslint/types": "8.66.0",
3158
+ "@typescript-eslint/typescript-estree": "8.66.0",
3159
+ "@typescript-eslint/visitor-keys": "8.66.0",
3158
3160
  "debug": "^4.4.3"
3159
3161
  },
3160
3162
  "engines": {
@@ -3170,14 +3172,14 @@
3170
3172
  }
3171
3173
  },
3172
3174
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
3173
- "version": "8.64.0",
3174
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
3175
- "integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
3175
+ "version": "8.66.0",
3176
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.66.0.tgz",
3177
+ "integrity": "sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==",
3176
3178
  "dev": true,
3177
3179
  "license": "MIT",
3178
3180
  "dependencies": {
3179
- "@typescript-eslint/types": "8.64.0",
3180
- "@typescript-eslint/visitor-keys": "8.64.0"
3181
+ "@typescript-eslint/types": "8.66.0",
3182
+ "@typescript-eslint/visitor-keys": "8.66.0"
3181
3183
  },
3182
3184
  "engines": {
3183
3185
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3188,9 +3190,9 @@
3188
3190
  }
3189
3191
  },
3190
3192
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
3191
- "version": "8.64.0",
3192
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
3193
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
3193
+ "version": "8.66.0",
3194
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.66.0.tgz",
3195
+ "integrity": "sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==",
3194
3196
  "dev": true,
3195
3197
  "license": "MIT",
3196
3198
  "engines": {
@@ -3202,13 +3204,13 @@
3202
3204
  }
3203
3205
  },
3204
3206
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
3205
- "version": "8.64.0",
3206
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
3207
- "integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
3207
+ "version": "8.66.0",
3208
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.66.0.tgz",
3209
+ "integrity": "sha512-dkKR8q+lKciskj1Y3vthHktl+3cMLWGyVUP23bRiPZ5O9BRT++4EqDDV+TVeIKBL1VXVEqrJlz8MYbcnvJcAlg==",
3208
3210
  "dev": true,
3209
3211
  "license": "MIT",
3210
3212
  "dependencies": {
3211
- "@typescript-eslint/types": "8.64.0",
3213
+ "@typescript-eslint/types": "8.66.0",
3212
3214
  "eslint-visitor-keys": "^5.0.0"
3213
3215
  },
3214
3216
  "engines": {
@@ -3233,14 +3235,14 @@
3233
3235
  }
3234
3236
  },
3235
3237
  "node_modules/@typescript-eslint/project-service": {
3236
- "version": "8.64.0",
3237
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.64.0.tgz",
3238
- "integrity": "sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==",
3238
+ "version": "8.66.0",
3239
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.66.0.tgz",
3240
+ "integrity": "sha512-7MthGPTt4BP69lSryqpqq8HQqxuzynssckL/jyDyk3+TNMQ3y2jFWkptCrktWvBrP+EH787Nl5N5Qpw7WZg+5g==",
3239
3241
  "dev": true,
3240
3242
  "license": "MIT",
3241
3243
  "dependencies": {
3242
- "@typescript-eslint/tsconfig-utils": "^8.64.0",
3243
- "@typescript-eslint/types": "^8.64.0",
3244
+ "@typescript-eslint/tsconfig-utils": "^8.66.0",
3245
+ "@typescript-eslint/types": "^8.66.0",
3244
3246
  "debug": "^4.4.3"
3245
3247
  },
3246
3248
  "engines": {
@@ -3255,9 +3257,9 @@
3255
3257
  }
3256
3258
  },
3257
3259
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
3258
- "version": "8.64.0",
3259
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
3260
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
3260
+ "version": "8.66.0",
3261
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.66.0.tgz",
3262
+ "integrity": "sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==",
3261
3263
  "dev": true,
3262
3264
  "license": "MIT",
3263
3265
  "engines": {
@@ -3269,14 +3271,14 @@
3269
3271
  }
3270
3272
  },
3271
3273
  "node_modules/@typescript-eslint/scope-manager": {
3272
- "version": "8.63.0",
3273
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.63.0.tgz",
3274
- "integrity": "sha512-uUyfMWCnDSN8bCpcrY8nGP2BLkQ9Xn0GsipcONcpIDWhwhO4ZSyHvyS14U3X75mzxWxL3I2UZIrenTzdzcJO8A==",
3274
+ "version": "8.65.0",
3275
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz",
3276
+ "integrity": "sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==",
3275
3277
  "dev": true,
3276
3278
  "license": "MIT",
3277
3279
  "dependencies": {
3278
- "@typescript-eslint/types": "8.63.0",
3279
- "@typescript-eslint/visitor-keys": "8.63.0"
3280
+ "@typescript-eslint/types": "8.65.0",
3281
+ "@typescript-eslint/visitor-keys": "8.65.0"
3280
3282
  },
3281
3283
  "engines": {
3282
3284
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3287,9 +3289,9 @@
3287
3289
  }
3288
3290
  },
3289
3291
  "node_modules/@typescript-eslint/tsconfig-utils": {
3290
- "version": "8.64.0",
3291
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz",
3292
- "integrity": "sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==",
3292
+ "version": "8.66.0",
3293
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.66.0.tgz",
3294
+ "integrity": "sha512-9D5gLYZG4rOjcoag8MQ/fWI8WqA9wcPDyOGyWtWFhvM1lHRbliqUSPIY5J3zqCU1tvSwzXxnnjhQhz5Ne7mJ4g==",
3293
3295
  "dev": true,
3294
3296
  "license": "MIT",
3295
3297
  "engines": {
@@ -3304,15 +3306,15 @@
3304
3306
  }
3305
3307
  },
3306
3308
  "node_modules/@typescript-eslint/type-utils": {
3307
- "version": "8.63.0",
3308
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.63.0.tgz",
3309
- "integrity": "sha512-Nzzh/OGxVCOjObjaj1CQF2RUasyYy2Jfuh+zZ3PjLzG2fYRriAiZLib9UKtO+CpQAS3YHiAS+ckZDclwqI1TPA==",
3309
+ "version": "8.65.0",
3310
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.65.0.tgz",
3311
+ "integrity": "sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g==",
3310
3312
  "dev": true,
3311
3313
  "license": "MIT",
3312
3314
  "dependencies": {
3313
- "@typescript-eslint/types": "8.63.0",
3314
- "@typescript-eslint/typescript-estree": "8.63.0",
3315
- "@typescript-eslint/utils": "8.63.0",
3315
+ "@typescript-eslint/types": "8.65.0",
3316
+ "@typescript-eslint/typescript-estree": "8.65.0",
3317
+ "@typescript-eslint/utils": "8.65.0",
3316
3318
  "debug": "^4.4.3",
3317
3319
  "ts-api-utils": "^2.5.0"
3318
3320
  },
@@ -3329,14 +3331,14 @@
3329
3331
  }
3330
3332
  },
3331
3333
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
3332
- "version": "8.63.0",
3333
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.63.0.tgz",
3334
- "integrity": "sha512-e5dh0/UI0ok53AlZ5wRkXCB32z/f2jUZqPR/ygAw5WYaSw8j9EoJWlS7wQjr/dmOaqWjnPIn2m+HhVPCMWGZVQ==",
3334
+ "version": "8.65.0",
3335
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.65.0.tgz",
3336
+ "integrity": "sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==",
3335
3337
  "dev": true,
3336
3338
  "license": "MIT",
3337
3339
  "dependencies": {
3338
- "@typescript-eslint/tsconfig-utils": "^8.63.0",
3339
- "@typescript-eslint/types": "^8.63.0",
3340
+ "@typescript-eslint/tsconfig-utils": "^8.65.0",
3341
+ "@typescript-eslint/types": "^8.65.0",
3340
3342
  "debug": "^4.4.3"
3341
3343
  },
3342
3344
  "engines": {
@@ -3351,9 +3353,9 @@
3351
3353
  }
3352
3354
  },
3353
3355
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
3354
- "version": "8.63.0",
3355
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.63.0.tgz",
3356
- "integrity": "sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==",
3356
+ "version": "8.65.0",
3357
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz",
3358
+ "integrity": "sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==",
3357
3359
  "dev": true,
3358
3360
  "license": "MIT",
3359
3361
  "engines": {
@@ -3368,16 +3370,16 @@
3368
3370
  }
3369
3371
  },
3370
3372
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
3371
- "version": "8.63.0",
3372
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.63.0.tgz",
3373
- "integrity": "sha512-ygBkU+B7ex5UI/gKhaqexWev79uISfIv7XQCRNYO/jmD8rGLPyWLAb3KMRT6nd8Gt9bmUBi9+iX6tBdYfOY81Q==",
3373
+ "version": "8.65.0",
3374
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.65.0.tgz",
3375
+ "integrity": "sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==",
3374
3376
  "dev": true,
3375
3377
  "license": "MIT",
3376
3378
  "dependencies": {
3377
- "@typescript-eslint/project-service": "8.63.0",
3378
- "@typescript-eslint/tsconfig-utils": "8.63.0",
3379
- "@typescript-eslint/types": "8.63.0",
3380
- "@typescript-eslint/visitor-keys": "8.63.0",
3379
+ "@typescript-eslint/project-service": "8.65.0",
3380
+ "@typescript-eslint/tsconfig-utils": "8.65.0",
3381
+ "@typescript-eslint/types": "8.65.0",
3382
+ "@typescript-eslint/visitor-keys": "8.65.0",
3381
3383
  "debug": "^4.4.3",
3382
3384
  "minimatch": "^10.2.2",
3383
3385
  "semver": "^7.7.3",
@@ -3406,26 +3408,26 @@
3406
3408
  }
3407
3409
  },
3408
3410
  "node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": {
3409
- "version": "5.0.7",
3410
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
3411
- "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
3411
+ "version": "5.0.9",
3412
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
3413
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
3412
3414
  "dev": true,
3413
3415
  "license": "MIT",
3414
3416
  "dependencies": {
3415
3417
  "balanced-match": "^4.0.2"
3416
3418
  },
3417
3419
  "engines": {
3418
- "node": "18 || 20 || >=22"
3420
+ "node": "20 || >=22"
3419
3421
  }
3420
3422
  },
3421
3423
  "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
3422
- "version": "10.2.5",
3423
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
3424
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3424
+ "version": "10.2.6",
3425
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
3426
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
3425
3427
  "dev": true,
3426
3428
  "license": "BlueOak-1.0.0",
3427
3429
  "dependencies": {
3428
- "brace-expansion": "^5.0.5"
3430
+ "brace-expansion": "^5.0.8"
3429
3431
  },
3430
3432
  "engines": {
3431
3433
  "node": "18 || 20 || >=22"
@@ -3435,9 +3437,9 @@
3435
3437
  }
3436
3438
  },
3437
3439
  "node_modules/@typescript-eslint/types": {
3438
- "version": "8.63.0",
3439
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.63.0.tgz",
3440
- "integrity": "sha512-xyLtl9DUBBFrcJS4x2pIqGLH68/tC2uOa4Z7pUteW09D3bXnnXUom4dyPikzWgB7llmIc1zoeI3aoUdC4rPK/Q==",
3440
+ "version": "8.65.0",
3441
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
3442
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
3441
3443
  "dev": true,
3442
3444
  "license": "MIT",
3443
3445
  "engines": {
@@ -3449,16 +3451,16 @@
3449
3451
  }
3450
3452
  },
3451
3453
  "node_modules/@typescript-eslint/typescript-estree": {
3452
- "version": "8.64.0",
3453
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.64.0.tgz",
3454
- "integrity": "sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==",
3454
+ "version": "8.66.0",
3455
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.66.0.tgz",
3456
+ "integrity": "sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==",
3455
3457
  "dev": true,
3456
3458
  "license": "MIT",
3457
3459
  "dependencies": {
3458
- "@typescript-eslint/project-service": "8.64.0",
3459
- "@typescript-eslint/tsconfig-utils": "8.64.0",
3460
- "@typescript-eslint/types": "8.64.0",
3461
- "@typescript-eslint/visitor-keys": "8.64.0",
3460
+ "@typescript-eslint/project-service": "8.66.0",
3461
+ "@typescript-eslint/tsconfig-utils": "8.66.0",
3462
+ "@typescript-eslint/types": "8.66.0",
3463
+ "@typescript-eslint/visitor-keys": "8.66.0",
3462
3464
  "debug": "^4.4.3",
3463
3465
  "minimatch": "^10.2.2",
3464
3466
  "semver": "^7.7.3",
@@ -3477,9 +3479,9 @@
3477
3479
  }
3478
3480
  },
3479
3481
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
3480
- "version": "8.64.0",
3481
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
3482
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
3482
+ "version": "8.66.0",
3483
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.66.0.tgz",
3484
+ "integrity": "sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==",
3483
3485
  "dev": true,
3484
3486
  "license": "MIT",
3485
3487
  "engines": {
@@ -3491,13 +3493,13 @@
3491
3493
  }
3492
3494
  },
3493
3495
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
3494
- "version": "8.64.0",
3495
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
3496
- "integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
3496
+ "version": "8.66.0",
3497
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.66.0.tgz",
3498
+ "integrity": "sha512-dkKR8q+lKciskj1Y3vthHktl+3cMLWGyVUP23bRiPZ5O9BRT++4EqDDV+TVeIKBL1VXVEqrJlz8MYbcnvJcAlg==",
3497
3499
  "dev": true,
3498
3500
  "license": "MIT",
3499
3501
  "dependencies": {
3500
- "@typescript-eslint/types": "8.64.0",
3502
+ "@typescript-eslint/types": "8.66.0",
3501
3503
  "eslint-visitor-keys": "^5.0.0"
3502
3504
  },
3503
3505
  "engines": {
@@ -3519,16 +3521,16 @@
3519
3521
  }
3520
3522
  },
3521
3523
  "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
3522
- "version": "5.0.7",
3523
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
3524
- "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
3524
+ "version": "5.0.9",
3525
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
3526
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
3525
3527
  "dev": true,
3526
3528
  "license": "MIT",
3527
3529
  "dependencies": {
3528
3530
  "balanced-match": "^4.0.2"
3529
3531
  },
3530
3532
  "engines": {
3531
- "node": "18 || 20 || >=22"
3533
+ "node": "20 || >=22"
3532
3534
  }
3533
3535
  },
3534
3536
  "node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": {
@@ -3545,13 +3547,13 @@
3545
3547
  }
3546
3548
  },
3547
3549
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
3548
- "version": "10.2.5",
3549
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
3550
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3550
+ "version": "10.2.6",
3551
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
3552
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
3551
3553
  "dev": true,
3552
3554
  "license": "BlueOak-1.0.0",
3553
3555
  "dependencies": {
3554
- "brace-expansion": "^5.0.5"
3556
+ "brace-expansion": "^5.0.8"
3555
3557
  },
3556
3558
  "engines": {
3557
3559
  "node": "18 || 20 || >=22"
@@ -3561,16 +3563,16 @@
3561
3563
  }
3562
3564
  },
3563
3565
  "node_modules/@typescript-eslint/utils": {
3564
- "version": "8.63.0",
3565
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.63.0.tgz",
3566
- "integrity": "sha512-fUKaeAvrTuQg/Tgt3nliAUSZHJM6DlCcfyEmxCvlX8kieWSStBX+5O5Fnidtc3i2JrH+9c/GL4RY2iasd/GPTA==",
3566
+ "version": "8.65.0",
3567
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.65.0.tgz",
3568
+ "integrity": "sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==",
3567
3569
  "dev": true,
3568
3570
  "license": "MIT",
3569
3571
  "dependencies": {
3570
3572
  "@eslint-community/eslint-utils": "^4.9.1",
3571
- "@typescript-eslint/scope-manager": "8.63.0",
3572
- "@typescript-eslint/types": "8.63.0",
3573
- "@typescript-eslint/typescript-estree": "8.63.0"
3573
+ "@typescript-eslint/scope-manager": "8.65.0",
3574
+ "@typescript-eslint/types": "8.65.0",
3575
+ "@typescript-eslint/typescript-estree": "8.65.0"
3574
3576
  },
3575
3577
  "engines": {
3576
3578
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3585,14 +3587,14 @@
3585
3587
  }
3586
3588
  },
3587
3589
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": {
3588
- "version": "8.63.0",
3589
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.63.0.tgz",
3590
- "integrity": "sha512-e5dh0/UI0ok53AlZ5wRkXCB32z/f2jUZqPR/ygAw5WYaSw8j9EoJWlS7wQjr/dmOaqWjnPIn2m+HhVPCMWGZVQ==",
3590
+ "version": "8.65.0",
3591
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.65.0.tgz",
3592
+ "integrity": "sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==",
3591
3593
  "dev": true,
3592
3594
  "license": "MIT",
3593
3595
  "dependencies": {
3594
- "@typescript-eslint/tsconfig-utils": "^8.63.0",
3595
- "@typescript-eslint/types": "^8.63.0",
3596
+ "@typescript-eslint/tsconfig-utils": "^8.65.0",
3597
+ "@typescript-eslint/types": "^8.65.0",
3596
3598
  "debug": "^4.4.3"
3597
3599
  },
3598
3600
  "engines": {
@@ -3607,9 +3609,9 @@
3607
3609
  }
3608
3610
  },
3609
3611
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": {
3610
- "version": "8.63.0",
3611
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.63.0.tgz",
3612
- "integrity": "sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==",
3612
+ "version": "8.65.0",
3613
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz",
3614
+ "integrity": "sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==",
3613
3615
  "dev": true,
3614
3616
  "license": "MIT",
3615
3617
  "engines": {
@@ -3624,16 +3626,16 @@
3624
3626
  }
3625
3627
  },
3626
3628
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
3627
- "version": "8.63.0",
3628
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.63.0.tgz",
3629
- "integrity": "sha512-ygBkU+B7ex5UI/gKhaqexWev79uISfIv7XQCRNYO/jmD8rGLPyWLAb3KMRT6nd8Gt9bmUBi9+iX6tBdYfOY81Q==",
3629
+ "version": "8.65.0",
3630
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.65.0.tgz",
3631
+ "integrity": "sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==",
3630
3632
  "dev": true,
3631
3633
  "license": "MIT",
3632
3634
  "dependencies": {
3633
- "@typescript-eslint/project-service": "8.63.0",
3634
- "@typescript-eslint/tsconfig-utils": "8.63.0",
3635
- "@typescript-eslint/types": "8.63.0",
3636
- "@typescript-eslint/visitor-keys": "8.63.0",
3635
+ "@typescript-eslint/project-service": "8.65.0",
3636
+ "@typescript-eslint/tsconfig-utils": "8.65.0",
3637
+ "@typescript-eslint/types": "8.65.0",
3638
+ "@typescript-eslint/visitor-keys": "8.65.0",
3637
3639
  "debug": "^4.4.3",
3638
3640
  "minimatch": "^10.2.2",
3639
3641
  "semver": "^7.7.3",
@@ -3662,26 +3664,26 @@
3662
3664
  }
3663
3665
  },
3664
3666
  "node_modules/@typescript-eslint/utils/node_modules/brace-expansion": {
3665
- "version": "5.0.7",
3666
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
3667
- "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
3667
+ "version": "5.0.9",
3668
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
3669
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
3668
3670
  "dev": true,
3669
3671
  "license": "MIT",
3670
3672
  "dependencies": {
3671
3673
  "balanced-match": "^4.0.2"
3672
3674
  },
3673
3675
  "engines": {
3674
- "node": "18 || 20 || >=22"
3676
+ "node": "20 || >=22"
3675
3677
  }
3676
3678
  },
3677
3679
  "node_modules/@typescript-eslint/utils/node_modules/minimatch": {
3678
- "version": "10.2.5",
3679
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
3680
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3680
+ "version": "10.2.6",
3681
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
3682
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
3681
3683
  "dev": true,
3682
3684
  "license": "BlueOak-1.0.0",
3683
3685
  "dependencies": {
3684
- "brace-expansion": "^5.0.5"
3686
+ "brace-expansion": "^5.0.8"
3685
3687
  },
3686
3688
  "engines": {
3687
3689
  "node": "18 || 20 || >=22"
@@ -3691,13 +3693,13 @@
3691
3693
  }
3692
3694
  },
3693
3695
  "node_modules/@typescript-eslint/visitor-keys": {
3694
- "version": "8.63.0",
3695
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.63.0.tgz",
3696
- "integrity": "sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw==",
3696
+ "version": "8.65.0",
3697
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz",
3698
+ "integrity": "sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==",
3697
3699
  "dev": true,
3698
3700
  "license": "MIT",
3699
3701
  "dependencies": {
3700
- "@typescript-eslint/types": "8.63.0",
3702
+ "@typescript-eslint/types": "8.65.0",
3701
3703
  "eslint-visitor-keys": "^5.0.0"
3702
3704
  },
3703
3705
  "engines": {
@@ -3826,12 +3828,12 @@
3826
3828
  }
3827
3829
  },
3828
3830
  "node_modules/adm-zip": {
3829
- "version": "0.5.18",
3830
- "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz",
3831
- "integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==",
3831
+ "version": "0.6.0",
3832
+ "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz",
3833
+ "integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==",
3832
3834
  "license": "MIT",
3833
3835
  "engines": {
3834
- "node": ">=12.0"
3836
+ "node": ">=14.0"
3835
3837
  }
3836
3838
  },
3837
3839
  "node_modules/agent-base": {
@@ -3953,6 +3955,8 @@
3953
3955
  },
3954
3956
  "node_modules/asynckit": {
3955
3957
  "version": "0.4.0",
3958
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
3959
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
3956
3960
  "license": "MIT"
3957
3961
  },
3958
3962
  "node_modules/atob-lite": {
@@ -3968,13 +3972,13 @@
3968
3972
  }
3969
3973
  },
3970
3974
  "node_modules/axios": {
3971
- "version": "1.18.1",
3972
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
3973
- "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
3975
+ "version": "1.19.0",
3976
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz",
3977
+ "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==",
3974
3978
  "license": "MIT",
3975
3979
  "dependencies": {
3976
3980
  "follow-redirects": "^1.16.0",
3977
- "form-data": "^4.0.5",
3981
+ "form-data": "^4.0.6",
3978
3982
  "https-proxy-agent": "^5.0.1",
3979
3983
  "proxy-from-env": "^2.1.0"
3980
3984
  }
@@ -4048,6 +4052,19 @@
4048
4052
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4049
4053
  }
4050
4054
  },
4055
+ "node_modules/boxen/node_modules/chalk": {
4056
+ "version": "5.6.2",
4057
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
4058
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
4059
+ "dev": true,
4060
+ "license": "MIT",
4061
+ "engines": {
4062
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
4063
+ },
4064
+ "funding": {
4065
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4066
+ }
4067
+ },
4051
4068
  "node_modules/boxen/node_modules/wrap-ansi": {
4052
4069
  "version": "8.1.0",
4053
4070
  "dev": true,
@@ -4104,7 +4121,9 @@
4104
4121
  }
4105
4122
  },
4106
4123
  "node_modules/c8": {
4107
- "version": "11.0.0",
4124
+ "version": "12.0.0",
4125
+ "resolved": "https://registry.npmjs.org/c8/-/c8-12.0.0.tgz",
4126
+ "integrity": "sha512-4zpJvrd1nKWutnnKC2pXkFmb6iM1l+ffN//o1CzlTNwW7GSOs9a1xrLqkC48nU8oEkjmPZLPiwMsIaOvoF4Pqg==",
4108
4127
  "dev": true,
4109
4128
  "license": "ISC",
4110
4129
  "dependencies": {
@@ -4117,14 +4136,14 @@
4117
4136
  "istanbul-reports": "^3.1.6",
4118
4137
  "test-exclude": "^8.0.0",
4119
4138
  "v8-to-istanbul": "^9.0.0",
4120
- "yargs": "^17.7.2",
4139
+ "yargs": "^18.0.0",
4121
4140
  "yargs-parser": "^21.1.1"
4122
4141
  },
4123
4142
  "bin": {
4124
4143
  "c8": "bin/c8.js"
4125
4144
  },
4126
4145
  "engines": {
4127
- "node": "20 || >=22"
4146
+ "node": "^20.19.0 || ^22.12.0 || >=23"
4128
4147
  },
4129
4148
  "peerDependencies": {
4130
4149
  "monocart-coverage-reports": "^2"
@@ -4135,6 +4154,81 @@
4135
4154
  }
4136
4155
  }
4137
4156
  },
4157
+ "node_modules/c8/node_modules/cliui": {
4158
+ "version": "9.0.1",
4159
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
4160
+ "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
4161
+ "dev": true,
4162
+ "license": "ISC",
4163
+ "dependencies": {
4164
+ "string-width": "^7.2.0",
4165
+ "strip-ansi": "^7.1.0",
4166
+ "wrap-ansi": "^9.0.0"
4167
+ },
4168
+ "engines": {
4169
+ "node": ">=20"
4170
+ }
4171
+ },
4172
+ "node_modules/c8/node_modules/cliui/node_modules/string-width": {
4173
+ "version": "7.2.0",
4174
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4175
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4176
+ "dev": true,
4177
+ "license": "MIT",
4178
+ "dependencies": {
4179
+ "emoji-regex": "^10.3.0",
4180
+ "get-east-asian-width": "^1.0.0",
4181
+ "strip-ansi": "^7.1.0"
4182
+ },
4183
+ "engines": {
4184
+ "node": ">=18"
4185
+ },
4186
+ "funding": {
4187
+ "url": "https://github.com/sponsors/sindresorhus"
4188
+ }
4189
+ },
4190
+ "node_modules/c8/node_modules/emoji-regex": {
4191
+ "version": "10.6.0",
4192
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
4193
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
4194
+ "dev": true,
4195
+ "license": "MIT"
4196
+ },
4197
+ "node_modules/c8/node_modules/string-width": {
4198
+ "version": "8.2.2",
4199
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
4200
+ "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
4201
+ "dev": true,
4202
+ "license": "MIT",
4203
+ "dependencies": {
4204
+ "get-east-asian-width": "^1.5.0",
4205
+ "strip-ansi": "^7.1.2"
4206
+ },
4207
+ "engines": {
4208
+ "node": ">=20"
4209
+ },
4210
+ "funding": {
4211
+ "url": "https://github.com/sponsors/sindresorhus"
4212
+ }
4213
+ },
4214
+ "node_modules/c8/node_modules/yargs": {
4215
+ "version": "18.1.0",
4216
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.1.0.tgz",
4217
+ "integrity": "sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==",
4218
+ "dev": true,
4219
+ "license": "MIT",
4220
+ "dependencies": {
4221
+ "cliui": "^9.0.1",
4222
+ "escalade": "^3.1.1",
4223
+ "get-caller-file": "^2.0.5",
4224
+ "string-width": "^8.2.1",
4225
+ "y18n": "^5.0.5",
4226
+ "yargs-parser": "^22.0.0"
4227
+ },
4228
+ "engines": {
4229
+ "node": "^20.19.0 || ^22.12.0 || >=23"
4230
+ }
4231
+ },
4138
4232
  "node_modules/c8/node_modules/yargs-parser": {
4139
4233
  "version": "21.1.1",
4140
4234
  "dev": true,
@@ -4143,8 +4237,20 @@
4143
4237
  "node": ">=12"
4144
4238
  }
4145
4239
  },
4240
+ "node_modules/c8/node_modules/yargs/node_modules/yargs-parser": {
4241
+ "version": "22.0.0",
4242
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
4243
+ "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
4244
+ "dev": true,
4245
+ "license": "ISC",
4246
+ "engines": {
4247
+ "node": "^20.19.0 || ^22.12.0 || >=23"
4248
+ }
4249
+ },
4146
4250
  "node_modules/call-bind-apply-helpers": {
4147
4251
  "version": "1.0.2",
4252
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
4253
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
4148
4254
  "license": "MIT",
4149
4255
  "dependencies": {
4150
4256
  "es-errors": "^1.3.0",
@@ -4166,10 +4272,12 @@
4166
4272
  }
4167
4273
  },
4168
4274
  "node_modules/chalk": {
4169
- "version": "5.6.2",
4275
+ "version": "6.0.0",
4276
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz",
4277
+ "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==",
4170
4278
  "license": "MIT",
4171
4279
  "engines": {
4172
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
4280
+ "node": ">=22"
4173
4281
  },
4174
4282
  "funding": {
4175
4283
  "url": "https://github.com/chalk/chalk?sponsor=1"
@@ -4229,7 +4337,9 @@
4229
4337
  }
4230
4338
  },
4231
4339
  "node_modules/clipboardy": {
4232
- "version": "5.3.1",
4340
+ "version": "5.3.2",
4341
+ "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-5.3.2.tgz",
4342
+ "integrity": "sha512-R35PENCHFCw6lsd5SjYPuAVV3Zawr74mKc7ogFNzoDPoQsmWDoJgUNNnWCk/czeqdZGZs8Y0M8zkOlVoySfHEQ==",
4233
4343
  "license": "MIT",
4234
4344
  "dependencies": {
4235
4345
  "clipboard-image": "^0.1.0",
@@ -4340,6 +4450,8 @@
4340
4450
  },
4341
4451
  "node_modules/combined-stream": {
4342
4452
  "version": "1.0.8",
4453
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
4454
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
4343
4455
  "license": "MIT",
4344
4456
  "dependencies": {
4345
4457
  "delayed-stream": "~1.0.0"
@@ -4530,6 +4642,8 @@
4530
4642
  },
4531
4643
  "node_modules/delayed-stream": {
4532
4644
  "version": "1.0.0",
4645
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
4646
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
4533
4647
  "license": "MIT",
4534
4648
  "engines": {
4535
4649
  "node": ">=0.4.0"
@@ -4585,6 +4699,8 @@
4585
4699
  },
4586
4700
  "node_modules/dunder-proto": {
4587
4701
  "version": "1.0.1",
4702
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
4703
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
4588
4704
  "license": "MIT",
4589
4705
  "dependencies": {
4590
4706
  "call-bind-apply-helpers": "^1.0.1",
@@ -4629,6 +4745,8 @@
4629
4745
  },
4630
4746
  "node_modules/es-define-property": {
4631
4747
  "version": "1.0.1",
4748
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
4749
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
4632
4750
  "license": "MIT",
4633
4751
  "engines": {
4634
4752
  "node": ">= 0.4"
@@ -4636,6 +4754,8 @@
4636
4754
  },
4637
4755
  "node_modules/es-errors": {
4638
4756
  "version": "1.3.0",
4757
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
4758
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
4639
4759
  "license": "MIT",
4640
4760
  "engines": {
4641
4761
  "node": ">= 0.4"
@@ -4648,7 +4768,9 @@
4648
4768
  "license": "MIT"
4649
4769
  },
4650
4770
  "node_modules/es-object-atoms": {
4651
- "version": "1.1.1",
4771
+ "version": "1.1.2",
4772
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
4773
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
4652
4774
  "license": "MIT",
4653
4775
  "dependencies": {
4654
4776
  "es-errors": "^1.3.0"
@@ -4659,6 +4781,8 @@
4659
4781
  },
4660
4782
  "node_modules/es-set-tostringtag": {
4661
4783
  "version": "2.1.0",
4784
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
4785
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
4662
4786
  "license": "MIT",
4663
4787
  "dependencies": {
4664
4788
  "es-errors": "^1.3.0",
@@ -4699,9 +4823,9 @@
4699
4823
  }
4700
4824
  },
4701
4825
  "node_modules/eslint": {
4702
- "version": "10.6.0",
4703
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
4704
- "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
4826
+ "version": "10.8.0",
4827
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz",
4828
+ "integrity": "sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==",
4705
4829
  "dev": true,
4706
4830
  "license": "MIT",
4707
4831
  "workspaces": [
@@ -4711,7 +4835,7 @@
4711
4835
  "@eslint-community/eslint-utils": "^4.8.0",
4712
4836
  "@eslint-community/regexpp": "^4.12.2",
4713
4837
  "@eslint/config-array": "^0.23.5",
4714
- "@eslint/config-helpers": "^0.6.0",
4838
+ "@eslint/config-helpers": "^0.7.0",
4715
4839
  "@eslint/core": "^1.2.1",
4716
4840
  "@eslint/plugin-kit": "^0.7.2",
4717
4841
  "@humanfs/node": "^0.16.6",
@@ -4735,7 +4859,7 @@
4735
4859
  "imurmurhash": "^0.1.4",
4736
4860
  "is-glob": "^4.0.0",
4737
4861
  "json-stable-stringify-without-jsonify": "^1.0.1",
4738
- "minimatch": "^10.2.4",
4862
+ "minimatch": "^10.2.5",
4739
4863
  "natural-compare": "^1.4.0",
4740
4864
  "optionator": "^0.9.3"
4741
4865
  },
@@ -4812,6 +4936,8 @@
4812
4936
  },
4813
4937
  "node_modules/eslint/node_modules/balanced-match": {
4814
4938
  "version": "4.0.4",
4939
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
4940
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
4815
4941
  "dev": true,
4816
4942
  "license": "MIT",
4817
4943
  "engines": {
@@ -4819,14 +4945,16 @@
4819
4945
  }
4820
4946
  },
4821
4947
  "node_modules/eslint/node_modules/brace-expansion": {
4822
- "version": "5.0.6",
4948
+ "version": "5.0.9",
4949
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
4950
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
4823
4951
  "dev": true,
4824
4952
  "license": "MIT",
4825
4953
  "dependencies": {
4826
4954
  "balanced-match": "^4.0.2"
4827
4955
  },
4828
4956
  "engines": {
4829
- "node": "18 || 20 || >=22"
4957
+ "node": "20 || >=22"
4830
4958
  }
4831
4959
  },
4832
4960
  "node_modules/eslint/node_modules/eslint-visitor-keys": {
@@ -4865,11 +4993,13 @@
4865
4993
  }
4866
4994
  },
4867
4995
  "node_modules/eslint/node_modules/minimatch": {
4868
- "version": "10.2.4",
4996
+ "version": "10.2.6",
4997
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
4998
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
4869
4999
  "dev": true,
4870
5000
  "license": "BlueOak-1.0.0",
4871
5001
  "dependencies": {
4872
- "brace-expansion": "^5.0.2"
5002
+ "brace-expansion": "^5.0.8"
4873
5003
  },
4874
5004
  "engines": {
4875
5005
  "node": "18 || 20 || >=22"
@@ -5161,14 +5291,16 @@
5161
5291
  }
5162
5292
  },
5163
5293
  "node_modules/form-data": {
5164
- "version": "4.0.5",
5294
+ "version": "4.0.6",
5295
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
5296
+ "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
5165
5297
  "license": "MIT",
5166
5298
  "dependencies": {
5167
5299
  "asynckit": "^0.4.0",
5168
5300
  "combined-stream": "^1.0.8",
5169
5301
  "es-set-tostringtag": "^2.1.0",
5170
- "hasown": "^2.0.2",
5171
- "mime-types": "^2.1.12"
5302
+ "hasown": "^2.0.4",
5303
+ "mime-types": "^2.1.35"
5172
5304
  },
5173
5305
  "engines": {
5174
5306
  "node": ">= 6"
@@ -5187,6 +5319,8 @@
5187
5319
  },
5188
5320
  "node_modules/function-bind": {
5189
5321
  "version": "1.1.2",
5322
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
5323
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
5190
5324
  "license": "MIT",
5191
5325
  "funding": {
5192
5326
  "url": "https://github.com/sponsors/ljharb"
@@ -5200,7 +5334,9 @@
5200
5334
  }
5201
5335
  },
5202
5336
  "node_modules/get-east-asian-width": {
5203
- "version": "1.4.0",
5337
+ "version": "1.6.0",
5338
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
5339
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
5204
5340
  "license": "MIT",
5205
5341
  "engines": {
5206
5342
  "node": ">=18"
@@ -5211,6 +5347,8 @@
5211
5347
  },
5212
5348
  "node_modules/get-intrinsic": {
5213
5349
  "version": "1.3.0",
5350
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
5351
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
5214
5352
  "license": "MIT",
5215
5353
  "dependencies": {
5216
5354
  "call-bind-apply-helpers": "^1.0.2",
@@ -5233,6 +5371,8 @@
5233
5371
  },
5234
5372
  "node_modules/get-proto": {
5235
5373
  "version": "1.0.1",
5374
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
5375
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
5236
5376
  "license": "MIT",
5237
5377
  "dependencies": {
5238
5378
  "dunder-proto": "^1.0.1",
@@ -5300,9 +5440,9 @@
5300
5440
  }
5301
5441
  },
5302
5442
  "node_modules/globals": {
5303
- "version": "17.7.0",
5304
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz",
5305
- "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==",
5443
+ "version": "17.8.0",
5444
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz",
5445
+ "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==",
5306
5446
  "dev": true,
5307
5447
  "license": "MIT",
5308
5448
  "engines": {
@@ -5314,6 +5454,8 @@
5314
5454
  },
5315
5455
  "node_modules/gopd": {
5316
5456
  "version": "1.2.0",
5457
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
5458
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
5317
5459
  "license": "MIT",
5318
5460
  "engines": {
5319
5461
  "node": ">= 0.4"
@@ -5340,6 +5482,8 @@
5340
5482
  },
5341
5483
  "node_modules/has-symbols": {
5342
5484
  "version": "1.1.0",
5485
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
5486
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
5343
5487
  "license": "MIT",
5344
5488
  "engines": {
5345
5489
  "node": ">= 0.4"
@@ -5350,6 +5494,8 @@
5350
5494
  },
5351
5495
  "node_modules/has-tostringtag": {
5352
5496
  "version": "1.0.2",
5497
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
5498
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
5353
5499
  "license": "MIT",
5354
5500
  "dependencies": {
5355
5501
  "has-symbols": "^1.0.3"
@@ -5362,7 +5508,9 @@
5362
5508
  }
5363
5509
  },
5364
5510
  "node_modules/hasown": {
5365
- "version": "2.0.2",
5511
+ "version": "2.0.4",
5512
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
5513
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
5366
5514
  "license": "MIT",
5367
5515
  "dependencies": {
5368
5516
  "function-bind": "^1.1.2"
@@ -5991,6 +6139,8 @@
5991
6139
  },
5992
6140
  "node_modules/math-intrinsics": {
5993
6141
  "version": "1.1.0",
6142
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
6143
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
5994
6144
  "license": "MIT",
5995
6145
  "engines": {
5996
6146
  "node": ">= 0.4"
@@ -6002,6 +6152,8 @@
6002
6152
  },
6003
6153
  "node_modules/mime-db": {
6004
6154
  "version": "1.52.0",
6155
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
6156
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
6005
6157
  "license": "MIT",
6006
6158
  "engines": {
6007
6159
  "node": ">= 0.6"
@@ -6009,6 +6161,8 @@
6009
6161
  },
6010
6162
  "node_modules/mime-types": {
6011
6163
  "version": "2.1.35",
6164
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
6165
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
6012
6166
  "license": "MIT",
6013
6167
  "dependencies": {
6014
6168
  "mime-db": "1.52.0"
@@ -6892,9 +7046,9 @@
6892
7046
  }
6893
7047
  },
6894
7048
  "node_modules/sinon": {
6895
- "version": "22.0.0",
6896
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-22.0.0.tgz",
6897
- "integrity": "sha512-sq/6DpdXOrLyfbKlXLg/Usc7xu8YXPeLkOFZRvA3bNUSA2lhbrZ06yuXbH1fkzBPCbz9O10+7hznzUsjaYNm0Q==",
7049
+ "version": "22.1.0",
7050
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-22.1.0.tgz",
7051
+ "integrity": "sha512-n1ajF2rBWMTtEwbKcw4UdFg4nCnDdq/U6RDoxtOd7oapOlRoJ5ynwFx60owROyhDpA9QhMZi0pCO/xtmwFjG7w==",
6898
7052
  "dev": true,
6899
7053
  "license": "BSD-3-Clause",
6900
7054
  "dependencies": {
@@ -7460,6 +7614,18 @@
7460
7614
  "url": "https://github.com/sponsors/sindresorhus"
7461
7615
  }
7462
7616
  },
7617
+ "node_modules/update-notifier/node_modules/chalk": {
7618
+ "version": "5.6.2",
7619
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
7620
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
7621
+ "license": "MIT",
7622
+ "engines": {
7623
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
7624
+ },
7625
+ "funding": {
7626
+ "url": "https://github.com/chalk/chalk?sponsor=1"
7627
+ }
7628
+ },
7463
7629
  "node_modules/update-notifier/node_modules/configstore": {
7464
7630
  "version": "7.1.0",
7465
7631
  "license": "BSD-2-Clause",