@aws-amplify/graphql-model-transformer 1.3.4-agqlac.0 → 1.4.0-rds.0

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 (1754) hide show
  1. package/API.md +3 -3
  2. package/CHANGELOG.md +5 -2
  3. package/lib/rds-lambda.zip +0 -0
  4. package/lib/rds-notification-lambda.zip +0 -0
  5. package/lib/rds-patching-lambda.zip +0 -0
  6. package/lib/resolvers/dynamodb/mutation.d.ts +1 -1
  7. package/lib/resolvers/dynamodb/mutation.d.ts.map +1 -1
  8. package/lib/resolvers/dynamodb/mutation.js +1 -1
  9. package/lib/resolvers/dynamodb/mutation.js.map +1 -1
  10. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +1 -1
  11. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
  12. package/lib/resolvers/generators/dynamodb-vtl-generator.js +2 -2
  13. package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
  14. package/lib/resolvers/generators/rds-vtl-generator.d.ts +1 -1
  15. package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
  16. package/lib/resolvers/generators/rds-vtl-generator.js +2 -2
  17. package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
  18. package/lib/resolvers/generators/vtl-generator.d.ts +1 -1
  19. package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
  20. package/lib/resolvers/rds/mutation.d.ts +1 -1
  21. package/lib/resolvers/rds/mutation.d.ts.map +1 -1
  22. package/lib/resolvers/rds/mutation.js +59 -61
  23. package/lib/resolvers/rds/mutation.js.map +1 -1
  24. package/lib/resolvers/rds/resolver.d.ts +11 -5
  25. package/lib/resolvers/rds/resolver.d.ts.map +1 -1
  26. package/lib/resolvers/rds/resolver.js +160 -24
  27. package/lib/resolvers/rds/resolver.js.map +1 -1
  28. package/lib/resources/model-resource-generator.d.ts.map +1 -1
  29. package/lib/resources/model-resource-generator.js +2 -1
  30. package/lib/resources/model-resource-generator.js.map +1 -1
  31. package/lib/resources/rds-model-resource-generator.d.ts +1 -1
  32. package/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
  33. package/lib/resources/rds-model-resource-generator.js +25 -3
  34. package/lib/resources/rds-model-resource-generator.js.map +1 -1
  35. package/package.json +11 -15
  36. package/publish-notification-lambda/README.md +39 -0
  37. package/publish-notification-lambda/node_modules/.package-lock.json +1930 -0
  38. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  39. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  40. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  41. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  42. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  43. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  44. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  45. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  46. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  47. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  48. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  49. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  50. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  51. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  52. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  53. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  54. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  55. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  56. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  57. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  58. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  59. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  60. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  61. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  62. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  63. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  64. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  65. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  66. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  67. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  68. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  69. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  70. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  71. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  72. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  73. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  74. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  75. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  76. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  77. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  78. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  79. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  80. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  81. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  82. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  83. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  84. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  85. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  86. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  87. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  88. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  89. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  90. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  91. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  92. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  93. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  94. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  95. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  96. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  97. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  98. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  99. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  100. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  101. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  102. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  103. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  104. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  105. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  106. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  107. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  108. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  109. package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  110. package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  111. package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  112. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  113. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  114. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  115. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  116. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  117. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  118. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  119. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  120. package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  121. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  122. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  123. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  124. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  125. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  126. package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  127. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  128. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  129. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  130. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
  131. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
  132. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
  133. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +554 -0
  134. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +100 -0
  135. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  136. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  137. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  138. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  139. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  140. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  141. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  142. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  143. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  144. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  145. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  146. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  147. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  148. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  149. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  150. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  151. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  152. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  153. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  154. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  155. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  156. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  157. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  158. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  159. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  160. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  161. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  162. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  163. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  164. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  165. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  166. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  167. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  168. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  169. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
  170. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
  171. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
  172. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
  173. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
  174. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
  175. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
  176. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
  177. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
  178. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
  179. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
  180. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
  181. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  182. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  183. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  184. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  185. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  186. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
  187. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  188. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  189. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  190. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  191. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  192. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  193. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  194. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  195. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  196. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  197. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  198. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
  199. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  200. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  201. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  202. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  203. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  204. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  205. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  206. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  207. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  208. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  209. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  210. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  211. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  212. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  213. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  214. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  215. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  216. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  217. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  218. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  219. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  220. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  221. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  222. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  223. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  224. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  225. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  226. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  227. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  228. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  229. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  230. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  231. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  232. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  233. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  234. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  235. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  236. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  237. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  238. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  239. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  240. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  241. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  242. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  243. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  244. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  245. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  246. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  247. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  248. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  249. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  250. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  251. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  252. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
  253. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  254. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  255. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  256. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  257. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  258. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  259. package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  260. package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  261. package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  262. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  263. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  264. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  265. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  266. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  267. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  268. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  269. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  270. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  271. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  272. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  273. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  274. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  275. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  276. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  277. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  278. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  279. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  280. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  281. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  282. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  283. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  284. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  285. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  286. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  287. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  288. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
  289. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
  290. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  291. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  292. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  293. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  294. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  295. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  296. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  297. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  298. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  299. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  300. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  301. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  302. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  303. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  304. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  305. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  306. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  307. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  308. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  309. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  310. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  311. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  312. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  313. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  314. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  315. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  316. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  317. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  318. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  319. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  320. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  321. package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  322. package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  323. package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  324. package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +201 -0
  325. package/publish-notification-lambda/node_modules/@smithy/types/README.md +4 -0
  326. package/publish-notification-lambda/node_modules/@smithy/types/package.json +62 -0
  327. package/publish-notification-lambda/node_modules/@types/node/LICENSE +21 -0
  328. package/publish-notification-lambda/node_modules/@types/node/README.md +16 -0
  329. package/publish-notification-lambda/node_modules/@types/node/package.json +237 -0
  330. package/publish-notification-lambda/node_modules/ansi-regex/license +9 -0
  331. package/publish-notification-lambda/node_modules/ansi-regex/package.json +55 -0
  332. package/publish-notification-lambda/node_modules/ansi-regex/readme.md +78 -0
  333. package/publish-notification-lambda/node_modules/ansi-styles/license +9 -0
  334. package/publish-notification-lambda/node_modules/ansi-styles/package.json +56 -0
  335. package/publish-notification-lambda/node_modules/ansi-styles/readme.md +152 -0
  336. package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +228 -0
  337. package/publish-notification-lambda/node_modules/archiver/LICENSE +22 -0
  338. package/publish-notification-lambda/node_modules/archiver/README.md +94 -0
  339. package/publish-notification-lambda/node_modules/archiver/package.json +60 -0
  340. package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  341. package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +22 -0
  342. package/publish-notification-lambda/node_modules/archiver-utils/README.md +7 -0
  343. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  344. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  345. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  346. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  347. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  348. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  349. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  350. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  351. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  352. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  353. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  354. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  355. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  356. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  357. package/publish-notification-lambda/node_modules/archiver-utils/package.json +54 -0
  358. package/publish-notification-lambda/node_modules/async/CHANGELOG.md +348 -0
  359. package/publish-notification-lambda/node_modules/async/LICENSE +19 -0
  360. package/publish-notification-lambda/node_modules/async/README.md +59 -0
  361. package/publish-notification-lambda/node_modules/async/bower.json +17 -0
  362. package/publish-notification-lambda/node_modules/async/dist/async.mjs +5947 -0
  363. package/publish-notification-lambda/node_modules/async/package.json +75 -0
  364. package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  365. package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  366. package/publish-notification-lambda/node_modules/balanced-match/README.md +97 -0
  367. package/publish-notification-lambda/node_modules/balanced-match/package.json +48 -0
  368. package/publish-notification-lambda/node_modules/base64-js/LICENSE +21 -0
  369. package/publish-notification-lambda/node_modules/base64-js/README.md +34 -0
  370. package/publish-notification-lambda/node_modules/base64-js/package.json +47 -0
  371. package/publish-notification-lambda/node_modules/bestzip/LICENSE +21 -0
  372. package/publish-notification-lambda/node_modules/bestzip/package.json +46 -0
  373. package/publish-notification-lambda/node_modules/bestzip/readme.md +91 -0
  374. package/publish-notification-lambda/node_modules/bl/.travis.yml +17 -0
  375. package/publish-notification-lambda/node_modules/bl/LICENSE.md +13 -0
  376. package/publish-notification-lambda/node_modules/bl/README.md +247 -0
  377. package/publish-notification-lambda/node_modules/bl/package.json +37 -0
  378. package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  379. package/publish-notification-lambda/node_modules/bowser/LICENSE +39 -0
  380. package/publish-notification-lambda/node_modules/bowser/README.md +179 -0
  381. package/publish-notification-lambda/node_modules/bowser/package.json +83 -0
  382. package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +21 -0
  383. package/publish-notification-lambda/node_modules/brace-expansion/README.md +129 -0
  384. package/publish-notification-lambda/node_modules/brace-expansion/package.json +47 -0
  385. package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +70 -0
  386. package/publish-notification-lambda/node_modules/buffer/LICENSE +21 -0
  387. package/publish-notification-lambda/node_modules/buffer/README.md +410 -0
  388. package/publish-notification-lambda/node_modules/buffer/package.json +96 -0
  389. package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  390. package/publish-notification-lambda/node_modules/buffer-crc32/README.md +47 -0
  391. package/publish-notification-lambda/node_modules/buffer-crc32/package.json +39 -0
  392. package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  393. package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +14 -0
  394. package/publish-notification-lambda/node_modules/cliui/README.md +141 -0
  395. package/publish-notification-lambda/node_modules/cliui/build/index.cjs +302 -0
  396. package/publish-notification-lambda/node_modules/cliui/index.mjs +13 -0
  397. package/publish-notification-lambda/node_modules/cliui/package.json +83 -0
  398. package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  399. package/publish-notification-lambda/node_modules/color-convert/LICENSE +21 -0
  400. package/publish-notification-lambda/node_modules/color-convert/README.md +68 -0
  401. package/publish-notification-lambda/node_modules/color-convert/package.json +48 -0
  402. package/publish-notification-lambda/node_modules/color-name/LICENSE +8 -0
  403. package/publish-notification-lambda/node_modules/color-name/README.md +11 -0
  404. package/publish-notification-lambda/node_modules/color-name/package.json +28 -0
  405. package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
  406. package/publish-notification-lambda/node_modules/compress-commons/LICENSE +22 -0
  407. package/publish-notification-lambda/node_modules/compress-commons/README.md +25 -0
  408. package/publish-notification-lambda/node_modules/compress-commons/package.json +45 -0
  409. package/publish-notification-lambda/node_modules/concat-map/.travis.yml +4 -0
  410. package/publish-notification-lambda/node_modules/concat-map/LICENSE +18 -0
  411. package/publish-notification-lambda/node_modules/concat-map/README.markdown +62 -0
  412. package/publish-notification-lambda/node_modules/concat-map/package.json +43 -0
  413. package/publish-notification-lambda/node_modules/core-util-is/LICENSE +19 -0
  414. package/publish-notification-lambda/node_modules/core-util-is/README.md +3 -0
  415. package/publish-notification-lambda/node_modules/core-util-is/package.json +38 -0
  416. package/publish-notification-lambda/node_modules/crc-32/LICENSE +201 -0
  417. package/publish-notification-lambda/node_modules/crc-32/README.md +200 -0
  418. package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  419. package/publish-notification-lambda/node_modules/crc-32/package.json +43 -0
  420. package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  421. package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +11 -0
  422. package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
  423. package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +22 -0
  424. package/publish-notification-lambda/node_modules/crc32-stream/README.md +79 -0
  425. package/publish-notification-lambda/node_modules/crc32-stream/package.json +45 -0
  426. package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  427. package/publish-notification-lambda/node_modules/emoji-regex/README.md +73 -0
  428. package/publish-notification-lambda/node_modules/emoji-regex/package.json +50 -0
  429. package/publish-notification-lambda/node_modules/end-of-stream/README.md +54 -0
  430. package/publish-notification-lambda/node_modules/end-of-stream/package.json +37 -0
  431. package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +22 -0
  432. package/publish-notification-lambda/node_modules/escalade/license +9 -0
  433. package/publish-notification-lambda/node_modules/escalade/package.json +61 -0
  434. package/publish-notification-lambda/node_modules/escalade/readme.md +211 -0
  435. package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +18 -0
  436. package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
  437. package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  438. package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +204 -0
  439. package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +71 -0
  440. package/publish-notification-lambda/node_modules/fs-constants/LICENSE +21 -0
  441. package/publish-notification-lambda/node_modules/fs-constants/README.md +26 -0
  442. package/publish-notification-lambda/node_modules/fs-constants/package.json +19 -0
  443. package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +43 -0
  444. package/publish-notification-lambda/node_modules/fs.realpath/README.md +33 -0
  445. package/publish-notification-lambda/node_modules/fs.realpath/package.json +26 -0
  446. package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  447. package/publish-notification-lambda/node_modules/get-caller-file/README.md +41 -0
  448. package/publish-notification-lambda/node_modules/get-caller-file/package.json +42 -0
  449. package/publish-notification-lambda/node_modules/glob/LICENSE +21 -0
  450. package/publish-notification-lambda/node_modules/glob/README.md +378 -0
  451. package/publish-notification-lambda/node_modules/glob/package.json +55 -0
  452. package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +15 -0
  453. package/publish-notification-lambda/node_modules/graceful-fs/README.md +143 -0
  454. package/publish-notification-lambda/node_modules/graceful-fs/package.json +53 -0
  455. package/publish-notification-lambda/node_modules/ieee754/LICENSE +11 -0
  456. package/publish-notification-lambda/node_modules/ieee754/README.md +51 -0
  457. package/publish-notification-lambda/node_modules/ieee754/package.json +52 -0
  458. package/publish-notification-lambda/node_modules/inflight/LICENSE +15 -0
  459. package/publish-notification-lambda/node_modules/inflight/README.md +37 -0
  460. package/publish-notification-lambda/node_modules/inflight/package.json +29 -0
  461. package/publish-notification-lambda/node_modules/inherits/LICENSE +16 -0
  462. package/publish-notification-lambda/node_modules/inherits/README.md +42 -0
  463. package/publish-notification-lambda/node_modules/inherits/package.json +29 -0
  464. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  465. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  466. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  467. package/publish-notification-lambda/node_modules/isarray/.travis.yml +4 -0
  468. package/publish-notification-lambda/node_modules/isarray/Makefile +6 -0
  469. package/publish-notification-lambda/node_modules/isarray/README.md +60 -0
  470. package/publish-notification-lambda/node_modules/isarray/component.json +19 -0
  471. package/publish-notification-lambda/node_modules/isarray/package.json +45 -0
  472. package/publish-notification-lambda/node_modules/isexe/README.md +51 -0
  473. package/publish-notification-lambda/node_modules/isexe/package.json +31 -0
  474. package/publish-notification-lambda/node_modules/lazystream/LICENSE +23 -0
  475. package/publish-notification-lambda/node_modules/lazystream/README.md +114 -0
  476. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  477. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  478. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  479. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  480. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  481. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  482. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  483. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  484. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  485. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  486. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  487. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  488. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  489. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  490. package/publish-notification-lambda/node_modules/lazystream/package.json +46 -0
  491. package/publish-notification-lambda/node_modules/lazystream/test/data.md +13 -0
  492. package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  493. package/publish-notification-lambda/node_modules/lodash.defaults/README.md +18 -0
  494. package/publish-notification-lambda/node_modules/lodash.defaults/package.json +17 -0
  495. package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +47 -0
  496. package/publish-notification-lambda/node_modules/lodash.difference/README.md +18 -0
  497. package/publish-notification-lambda/node_modules/lodash.difference/package.json +17 -0
  498. package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  499. package/publish-notification-lambda/node_modules/lodash.flatten/README.md +18 -0
  500. package/publish-notification-lambda/node_modules/lodash.flatten/package.json +17 -0
  501. package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  502. package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  503. package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  504. package/publish-notification-lambda/node_modules/lodash.union/LICENSE +47 -0
  505. package/publish-notification-lambda/node_modules/lodash.union/README.md +18 -0
  506. package/publish-notification-lambda/node_modules/lodash.union/package.json +17 -0
  507. package/publish-notification-lambda/node_modules/minimatch/README.md +230 -0
  508. package/publish-notification-lambda/node_modules/minimatch/package.json +33 -0
  509. package/publish-notification-lambda/node_modules/normalize-path/LICENSE +21 -0
  510. package/publish-notification-lambda/node_modules/normalize-path/README.md +127 -0
  511. package/publish-notification-lambda/node_modules/normalize-path/package.json +77 -0
  512. package/publish-notification-lambda/node_modules/once/LICENSE +15 -0
  513. package/publish-notification-lambda/node_modules/once/README.md +79 -0
  514. package/publish-notification-lambda/node_modules/once/package.json +33 -0
  515. package/publish-notification-lambda/node_modules/path-is-absolute/license +21 -0
  516. package/publish-notification-lambda/node_modules/path-is-absolute/package.json +43 -0
  517. package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +59 -0
  518. package/publish-notification-lambda/node_modules/process-nextick-args/license.md +19 -0
  519. package/publish-notification-lambda/node_modules/process-nextick-args/package.json +25 -0
  520. package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +18 -0
  521. package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  522. package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  523. package/publish-notification-lambda/node_modules/readable-stream/LICENSE +47 -0
  524. package/publish-notification-lambda/node_modules/readable-stream/README.md +106 -0
  525. package/publish-notification-lambda/node_modules/readable-stream/package.json +68 -0
  526. package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +201 -0
  527. package/publish-notification-lambda/node_modules/readdir-glob/README.md +85 -0
  528. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  529. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  530. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  531. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  532. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  533. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  534. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  535. package/publish-notification-lambda/node_modules/readdir-glob/package.json +43 -0
  536. package/publish-notification-lambda/node_modules/require-directory/.jshintrc +67 -0
  537. package/publish-notification-lambda/node_modules/require-directory/.travis.yml +3 -0
  538. package/publish-notification-lambda/node_modules/require-directory/LICENSE +22 -0
  539. package/publish-notification-lambda/node_modules/require-directory/README.markdown +184 -0
  540. package/publish-notification-lambda/node_modules/require-directory/package.json +40 -0
  541. package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +21 -0
  542. package/publish-notification-lambda/node_modules/safe-buffer/README.md +584 -0
  543. package/publish-notification-lambda/node_modules/safe-buffer/package.json +51 -0
  544. package/publish-notification-lambda/node_modules/string-width/license +9 -0
  545. package/publish-notification-lambda/node_modules/string-width/package.json +56 -0
  546. package/publish-notification-lambda/node_modules/string-width/readme.md +50 -0
  547. package/publish-notification-lambda/node_modules/string_decoder/LICENSE +48 -0
  548. package/publish-notification-lambda/node_modules/string_decoder/README.md +47 -0
  549. package/publish-notification-lambda/node_modules/string_decoder/package.json +34 -0
  550. package/publish-notification-lambda/node_modules/strip-ansi/license +9 -0
  551. package/publish-notification-lambda/node_modules/strip-ansi/package.json +54 -0
  552. package/publish-notification-lambda/node_modules/strip-ansi/readme.md +46 -0
  553. package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  554. package/publish-notification-lambda/node_modules/strnum/LICENSE +21 -0
  555. package/publish-notification-lambda/node_modules/strnum/README.md +86 -0
  556. package/publish-notification-lambda/node_modules/strnum/package.json +24 -0
  557. package/publish-notification-lambda/node_modules/tar-stream/LICENSE +21 -0
  558. package/publish-notification-lambda/node_modules/tar-stream/README.md +168 -0
  559. package/publish-notification-lambda/node_modules/tar-stream/package.json +58 -0
  560. package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  561. package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +12 -0
  562. package/publish-notification-lambda/node_modules/tslib/README.md +164 -0
  563. package/publish-notification-lambda/node_modules/tslib/SECURITY.md +41 -0
  564. package/publish-notification-lambda/node_modules/tslib/modules/package.json +3 -0
  565. package/publish-notification-lambda/node_modules/tslib/package.json +47 -0
  566. package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +1 -0
  567. package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
  568. package/publish-notification-lambda/node_modules/tslib/tslib.html +1 -0
  569. package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +55 -0
  570. package/publish-notification-lambda/node_modules/typescript/README.md +51 -0
  571. package/publish-notification-lambda/node_modules/typescript/SECURITY.md +41 -0
  572. package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  573. package/publish-notification-lambda/node_modules/typescript/bin/tsc +2 -0
  574. package/publish-notification-lambda/node_modules/typescript/bin/tsserver +2 -0
  575. package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  576. package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  577. package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  578. package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  579. package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  580. package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  581. package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  582. package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  583. package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  584. package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  585. package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  586. package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  587. package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  588. package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  589. package/publish-notification-lambda/node_modules/typescript/package.json +116 -0
  590. package/publish-notification-lambda/node_modules/util-deprecate/History.md +16 -0
  591. package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +24 -0
  592. package/publish-notification-lambda/node_modules/util-deprecate/README.md +53 -0
  593. package/publish-notification-lambda/node_modules/util-deprecate/package.json +27 -0
  594. package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +229 -0
  595. package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  596. package/publish-notification-lambda/node_modules/uuid/LICENSE.md +9 -0
  597. package/publish-notification-lambda/node_modules/uuid/README.md +505 -0
  598. package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  599. package/publish-notification-lambda/node_modules/uuid/package.json +135 -0
  600. package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +10 -0
  601. package/publish-notification-lambda/node_modules/which/CHANGELOG.md +166 -0
  602. package/publish-notification-lambda/node_modules/which/LICENSE +15 -0
  603. package/publish-notification-lambda/node_modules/which/README.md +54 -0
  604. package/publish-notification-lambda/node_modules/which/bin/node-which +52 -0
  605. package/publish-notification-lambda/node_modules/which/package.json +43 -0
  606. package/publish-notification-lambda/node_modules/wrap-ansi/license +9 -0
  607. package/publish-notification-lambda/node_modules/wrap-ansi/package.json +62 -0
  608. package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +91 -0
  609. package/publish-notification-lambda/node_modules/wrappy/LICENSE +15 -0
  610. package/publish-notification-lambda/node_modules/wrappy/README.md +36 -0
  611. package/publish-notification-lambda/node_modules/wrappy/package.json +29 -0
  612. package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  613. package/publish-notification-lambda/node_modules/y18n/LICENSE +13 -0
  614. package/publish-notification-lambda/node_modules/y18n/README.md +127 -0
  615. package/publish-notification-lambda/node_modules/y18n/build/index.cjs +203 -0
  616. package/publish-notification-lambda/node_modules/y18n/index.mjs +8 -0
  617. package/publish-notification-lambda/node_modules/y18n/package.json +70 -0
  618. package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  619. package/publish-notification-lambda/node_modules/yargs/LICENSE +21 -0
  620. package/publish-notification-lambda/node_modules/yargs/README.md +202 -0
  621. package/publish-notification-lambda/node_modules/yargs/browser.mjs +7 -0
  622. package/publish-notification-lambda/node_modules/yargs/build/index.cjs +2920 -0
  623. package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  624. package/publish-notification-lambda/node_modules/yargs/helpers/package.json +3 -0
  625. package/publish-notification-lambda/node_modules/yargs/index.cjs +39 -0
  626. package/publish-notification-lambda/node_modules/yargs/index.mjs +8 -0
  627. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  628. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  629. package/publish-notification-lambda/node_modules/yargs/locales/be.json +46 -0
  630. package/publish-notification-lambda/node_modules/yargs/locales/de.json +46 -0
  631. package/publish-notification-lambda/node_modules/yargs/locales/en.json +51 -0
  632. package/publish-notification-lambda/node_modules/yargs/locales/es.json +46 -0
  633. package/publish-notification-lambda/node_modules/yargs/locales/fi.json +49 -0
  634. package/publish-notification-lambda/node_modules/yargs/locales/fr.json +53 -0
  635. package/publish-notification-lambda/node_modules/yargs/locales/hi.json +49 -0
  636. package/publish-notification-lambda/node_modules/yargs/locales/hu.json +46 -0
  637. package/publish-notification-lambda/node_modules/yargs/locales/id.json +50 -0
  638. package/publish-notification-lambda/node_modules/yargs/locales/it.json +46 -0
  639. package/publish-notification-lambda/node_modules/yargs/locales/ja.json +51 -0
  640. package/publish-notification-lambda/node_modules/yargs/locales/ko.json +49 -0
  641. package/publish-notification-lambda/node_modules/yargs/locales/nb.json +44 -0
  642. package/publish-notification-lambda/node_modules/yargs/locales/nl.json +49 -0
  643. package/publish-notification-lambda/node_modules/yargs/locales/nn.json +44 -0
  644. package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +13 -0
  645. package/publish-notification-lambda/node_modules/yargs/locales/pl.json +49 -0
  646. package/publish-notification-lambda/node_modules/yargs/locales/pt.json +45 -0
  647. package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  648. package/publish-notification-lambda/node_modules/yargs/locales/ru.json +46 -0
  649. package/publish-notification-lambda/node_modules/yargs/locales/th.json +46 -0
  650. package/publish-notification-lambda/node_modules/yargs/locales/tr.json +48 -0
  651. package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  652. package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  653. package/publish-notification-lambda/node_modules/yargs/package.json +122 -0
  654. package/publish-notification-lambda/node_modules/yargs/yargs +9 -0
  655. package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
  656. package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  657. package/publish-notification-lambda/node_modules/yargs-parser/README.md +518 -0
  658. package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
  659. package/publish-notification-lambda/node_modules/yargs-parser/package.json +87 -0
  660. package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
  661. package/publish-notification-lambda/node_modules/zip-stream/LICENSE +22 -0
  662. package/publish-notification-lambda/node_modules/zip-stream/README.md +45 -0
  663. package/publish-notification-lambda/node_modules/zip-stream/package.json +49 -0
  664. package/publish-notification-lambda/package-lock.json +1944 -0
  665. package/publish-notification-lambda/package.json +23 -0
  666. package/publish-notification-lambda/src/index.ts +101 -0
  667. package/publish-notification-lambda/tsconfig.json +13 -0
  668. package/rds-lambda/handler.ts +52 -3
  669. package/rds-lambda/node_modules/.package-lock.json +830 -678
  670. package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +2 -2
  671. package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +29 -29
  672. package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +25 -25
  673. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +25 -25
  674. package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +29 -29
  675. package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +4 -4
  676. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  677. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  678. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  679. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  680. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  681. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  682. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  683. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
  684. package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +3 -2
  685. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  686. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  687. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -5
  688. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  689. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  690. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  691. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  692. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
  693. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  694. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  695. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  696. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  697. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  698. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  699. package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +2 -2
  700. package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +2 -2
  701. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
  702. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  703. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  704. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  705. package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +4 -5
  706. package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  707. package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +5 -5
  708. package/rds-lambda/node_modules/@aws-sdk/types/package.json +1 -1
  709. package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +3 -3
  710. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  711. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  712. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -11
  713. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -11
  714. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  715. package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  716. package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +3 -3
  717. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  718. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  719. package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  720. package/rds-lambda/node_modules/archiver/CHANGELOG.md +228 -0
  721. package/rds-lambda/node_modules/archiver/LICENSE +22 -0
  722. package/rds-lambda/node_modules/archiver/README.md +94 -0
  723. package/rds-lambda/node_modules/archiver/package.json +60 -0
  724. package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  725. package/rds-lambda/node_modules/archiver-utils/LICENSE +22 -0
  726. package/rds-lambda/node_modules/archiver-utils/README.md +7 -0
  727. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  728. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  729. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  730. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  731. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  732. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  733. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  734. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  735. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  736. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  737. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  738. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  739. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  740. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  741. package/rds-lambda/node_modules/archiver-utils/package.json +54 -0
  742. package/rds-lambda/node_modules/async/CHANGELOG.md +348 -0
  743. package/rds-lambda/node_modules/async/LICENSE +19 -0
  744. package/rds-lambda/node_modules/async/README.md +59 -0
  745. package/rds-lambda/node_modules/async/bower.json +17 -0
  746. package/rds-lambda/node_modules/async/dist/async.mjs +5947 -0
  747. package/rds-lambda/node_modules/async/package.json +75 -0
  748. package/rds-lambda/node_modules/base64-js/LICENSE +21 -0
  749. package/rds-lambda/node_modules/base64-js/README.md +34 -0
  750. package/rds-lambda/node_modules/base64-js/package.json +47 -0
  751. package/rds-lambda/node_modules/bestzip/LICENSE +21 -0
  752. package/rds-lambda/node_modules/bestzip/package.json +46 -0
  753. package/rds-lambda/node_modules/bestzip/readme.md +91 -0
  754. package/rds-lambda/node_modules/bl/.travis.yml +17 -0
  755. package/rds-lambda/node_modules/bl/LICENSE.md +13 -0
  756. package/rds-lambda/node_modules/bl/README.md +247 -0
  757. package/rds-lambda/node_modules/bl/package.json +37 -0
  758. package/rds-lambda/node_modules/buffer/AUTHORS.md +70 -0
  759. package/rds-lambda/node_modules/buffer/LICENSE +21 -0
  760. package/rds-lambda/node_modules/buffer/README.md +410 -0
  761. package/rds-lambda/node_modules/buffer/package.json +96 -0
  762. package/rds-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  763. package/rds-lambda/node_modules/buffer-crc32/README.md +47 -0
  764. package/rds-lambda/node_modules/buffer-crc32/package.json +39 -0
  765. package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
  766. package/rds-lambda/node_modules/cliui/CHANGELOG.md +0 -18
  767. package/rds-lambda/node_modules/cliui/package.json +6 -6
  768. package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
  769. package/rds-lambda/node_modules/compress-commons/LICENSE +22 -0
  770. package/rds-lambda/node_modules/compress-commons/README.md +25 -0
  771. package/rds-lambda/node_modules/compress-commons/package.json +45 -0
  772. package/rds-lambda/node_modules/core-util-is/LICENSE +19 -0
  773. package/rds-lambda/node_modules/core-util-is/README.md +3 -0
  774. package/rds-lambda/node_modules/core-util-is/package.json +38 -0
  775. package/rds-lambda/node_modules/crc-32/LICENSE +201 -0
  776. package/rds-lambda/node_modules/crc-32/README.md +200 -0
  777. package/rds-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  778. package/rds-lambda/node_modules/crc-32/package.json +43 -0
  779. package/rds-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  780. package/rds-lambda/node_modules/crc-32/types/tslint.json +11 -0
  781. package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
  782. package/rds-lambda/node_modules/crc32-stream/LICENSE +22 -0
  783. package/rds-lambda/node_modules/crc32-stream/README.md +79 -0
  784. package/rds-lambda/node_modules/crc32-stream/package.json +45 -0
  785. package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  786. package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
  787. package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
  788. package/rds-lambda/node_modules/end-of-stream/LICENSE +21 -0
  789. package/rds-lambda/node_modules/end-of-stream/README.md +54 -0
  790. package/rds-lambda/node_modules/end-of-stream/package.json +37 -0
  791. package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -26
  792. package/rds-lambda/node_modules/fast-xml-parser/README.md +0 -1
  793. package/rds-lambda/node_modules/fast-xml-parser/package.json +4 -7
  794. package/rds-lambda/node_modules/fs-constants/LICENSE +21 -0
  795. package/rds-lambda/node_modules/fs-constants/README.md +26 -0
  796. package/rds-lambda/node_modules/fs-constants/package.json +19 -0
  797. package/rds-lambda/node_modules/ieee754/LICENSE +11 -0
  798. package/rds-lambda/node_modules/ieee754/README.md +51 -0
  799. package/rds-lambda/node_modules/ieee754/package.json +52 -0
  800. package/rds-lambda/node_modules/isarray/.travis.yml +4 -0
  801. package/rds-lambda/node_modules/isarray/Makefile +6 -0
  802. package/rds-lambda/node_modules/isarray/README.md +60 -0
  803. package/rds-lambda/node_modules/isarray/component.json +19 -0
  804. package/rds-lambda/node_modules/isarray/package.json +45 -0
  805. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +139 -0
  806. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +14 -0
  807. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +141 -0
  808. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +302 -0
  809. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +13 -0
  810. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +83 -0
  811. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +21 -0
  812. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +204 -0
  813. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +7 -0
  814. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +1 -0
  815. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
  816. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +3 -0
  817. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +53 -0
  818. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +8 -0
  819. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
  820. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
  821. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +46 -0
  822. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +46 -0
  823. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +55 -0
  824. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +46 -0
  825. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +49 -0
  826. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +53 -0
  827. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +49 -0
  828. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +46 -0
  829. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +50 -0
  830. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +46 -0
  831. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +51 -0
  832. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +49 -0
  833. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +44 -0
  834. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +49 -0
  835. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +44 -0
  836. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +13 -0
  837. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +49 -0
  838. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +45 -0
  839. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +48 -0
  840. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +51 -0
  841. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +46 -0
  842. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +48 -0
  843. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +48 -0
  844. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +51 -0
  845. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +123 -0
  846. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +9 -0
  847. package/rds-lambda/node_modules/lazystream/LICENSE +23 -0
  848. package/rds-lambda/node_modules/lazystream/README.md +114 -0
  849. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  850. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  851. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  852. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  853. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  854. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  855. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  856. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  857. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  858. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  859. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  860. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  861. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  862. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  863. package/rds-lambda/node_modules/lazystream/package.json +46 -0
  864. package/rds-lambda/node_modules/lazystream/test/data.md +13 -0
  865. package/rds-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  866. package/rds-lambda/node_modules/lodash.defaults/README.md +18 -0
  867. package/rds-lambda/node_modules/lodash.defaults/package.json +17 -0
  868. package/rds-lambda/node_modules/lodash.difference/LICENSE +47 -0
  869. package/rds-lambda/node_modules/lodash.difference/README.md +18 -0
  870. package/rds-lambda/node_modules/lodash.difference/package.json +17 -0
  871. package/rds-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  872. package/rds-lambda/node_modules/lodash.flatten/README.md +18 -0
  873. package/rds-lambda/node_modules/lodash.flatten/package.json +17 -0
  874. package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  875. package/rds-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  876. package/rds-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  877. package/rds-lambda/node_modules/lodash.union/LICENSE +47 -0
  878. package/rds-lambda/node_modules/lodash.union/README.md +18 -0
  879. package/rds-lambda/node_modules/lodash.union/package.json +17 -0
  880. package/rds-lambda/node_modules/process-nextick-args/license.md +19 -0
  881. package/rds-lambda/node_modules/process-nextick-args/package.json +25 -0
  882. package/rds-lambda/node_modules/process-nextick-args/readme.md +18 -0
  883. package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  884. package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  885. package/rds-lambda/node_modules/readable-stream/LICENSE +47 -0
  886. package/rds-lambda/node_modules/readable-stream/README.md +106 -0
  887. package/rds-lambda/node_modules/readable-stream/package.json +68 -0
  888. package/rds-lambda/node_modules/readdir-glob/LICENSE +201 -0
  889. package/rds-lambda/node_modules/readdir-glob/README.md +85 -0
  890. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  891. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  892. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  893. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  894. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  895. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  896. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  897. package/rds-lambda/node_modules/readdir-glob/package.json +43 -0
  898. package/rds-lambda/node_modules/safe-buffer/LICENSE +21 -0
  899. package/rds-lambda/node_modules/safe-buffer/README.md +584 -0
  900. package/rds-lambda/node_modules/safe-buffer/package.json +51 -0
  901. package/rds-lambda/node_modules/string_decoder/LICENSE +48 -0
  902. package/rds-lambda/node_modules/string_decoder/README.md +47 -0
  903. package/rds-lambda/node_modules/string_decoder/package.json +34 -0
  904. package/rds-lambda/node_modules/tar-stream/LICENSE +21 -0
  905. package/rds-lambda/node_modules/tar-stream/README.md +168 -0
  906. package/rds-lambda/node_modules/tar-stream/package.json +58 -0
  907. package/rds-lambda/node_modules/util-deprecate/History.md +16 -0
  908. package/rds-lambda/node_modules/util-deprecate/LICENSE +24 -0
  909. package/rds-lambda/node_modules/util-deprecate/README.md +53 -0
  910. package/rds-lambda/node_modules/util-deprecate/package.json +27 -0
  911. package/rds-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  912. package/rds-lambda/node_modules/yargs/README.md +6 -8
  913. package/rds-lambda/node_modules/yargs/browser.mjs +2 -2
  914. package/rds-lambda/node_modules/yargs/build/index.cjs +2920 -1
  915. package/rds-lambda/node_modules/yargs/index.cjs +8 -22
  916. package/rds-lambda/node_modules/yargs/index.mjs +2 -2
  917. package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -3
  918. package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +3 -9
  919. package/rds-lambda/node_modules/yargs/locales/en.json +0 -4
  920. package/rds-lambda/node_modules/yargs/locales/fi.json +1 -1
  921. package/rds-lambda/node_modules/yargs/locales/ko.json +25 -25
  922. package/rds-lambda/node_modules/yargs/locales/ru.json +1 -6
  923. package/rds-lambda/node_modules/yargs/locales/zh_TW.json +46 -50
  924. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +263 -0
  925. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +14 -0
  926. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +518 -0
  927. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +1042 -0
  928. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +87 -0
  929. package/rds-lambda/node_modules/yargs/package.json +24 -25
  930. package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
  931. package/rds-lambda/node_modules/zip-stream/LICENSE +22 -0
  932. package/rds-lambda/node_modules/zip-stream/README.md +45 -0
  933. package/rds-lambda/node_modules/zip-stream/package.json +49 -0
  934. package/rds-lambda/package-lock.json +832 -682
  935. package/rds-lambda/package.json +3 -5
  936. package/rds-patching-lambda/node_modules/.package-lock.json +1883 -0
  937. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  938. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  939. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
  940. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  941. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  942. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  943. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  944. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  945. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  946. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  947. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  948. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
  949. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  950. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  951. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  952. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  953. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  954. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  955. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  956. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  957. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  958. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  959. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  960. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  961. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  962. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  963. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  964. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  965. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  966. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  967. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  968. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  969. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  970. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  971. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  972. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  973. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  974. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  975. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  976. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  977. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  978. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  979. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  980. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  981. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  982. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  983. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  984. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  985. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  986. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  987. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  988. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  989. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  990. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  991. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  992. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  993. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  994. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  995. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  996. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  997. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  998. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  999. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  1000. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  1001. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  1002. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  1003. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  1004. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  1005. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  1006. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  1007. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  1008. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  1009. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  1010. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  1011. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  1012. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  1013. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  1014. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  1015. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  1016. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  1017. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  1018. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  1019. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  1020. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  1021. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  1022. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  1023. package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  1024. package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  1025. package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  1026. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  1027. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  1028. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  1029. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  1030. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  1031. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  1032. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  1033. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  1034. package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  1035. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  1036. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  1037. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  1038. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  1039. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  1040. package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  1041. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  1042. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  1043. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  1044. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
  1045. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
  1046. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
  1047. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  1048. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  1049. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  1050. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  1051. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  1052. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  1053. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  1054. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  1055. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  1056. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  1057. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  1058. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  1059. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  1060. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  1061. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  1062. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  1063. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  1064. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  1065. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  1066. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  1067. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  1068. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  1069. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  1070. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  1071. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  1072. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  1073. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  1074. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  1075. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  1076. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  1077. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  1078. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  1079. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  1080. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  1081. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  1082. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  1083. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
  1084. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
  1085. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
  1086. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
  1087. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
  1088. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
  1089. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
  1090. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
  1091. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
  1092. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
  1093. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
  1094. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
  1095. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  1096. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  1097. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  1098. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  1099. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  1100. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
  1101. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  1102. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  1103. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  1104. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  1105. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  1106. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  1107. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  1108. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  1109. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  1110. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  1111. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  1112. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
  1113. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  1114. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  1115. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  1116. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  1117. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  1118. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  1119. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  1120. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  1121. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  1122. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  1123. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  1124. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  1125. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  1126. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  1127. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  1128. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  1129. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  1130. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  1131. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  1132. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  1133. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  1134. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  1135. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  1136. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  1137. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  1138. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  1139. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  1140. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  1141. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  1142. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  1143. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  1144. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  1145. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  1146. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  1147. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  1148. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  1149. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  1150. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  1151. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  1152. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  1153. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  1154. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  1155. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  1156. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  1157. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  1158. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  1159. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  1160. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  1161. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  1162. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  1163. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  1164. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  1165. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  1166. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
  1167. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  1168. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  1169. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  1170. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  1171. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  1172. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  1173. package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  1174. package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  1175. package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  1176. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  1177. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  1178. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  1179. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  1180. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  1181. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  1182. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  1183. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  1184. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  1185. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  1186. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  1187. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  1188. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  1189. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  1190. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  1191. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  1192. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  1193. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  1194. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  1195. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  1196. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  1197. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  1198. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  1199. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  1200. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1201. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1202. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
  1203. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
  1204. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  1205. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  1206. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  1207. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  1208. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1209. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1210. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  1211. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  1212. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  1213. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  1214. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  1215. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  1216. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  1217. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  1218. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  1219. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  1220. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1221. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  1222. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  1223. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1224. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  1225. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  1226. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  1227. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  1228. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  1229. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  1230. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  1231. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  1232. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  1233. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  1234. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  1235. package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1236. package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  1237. package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  1238. package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +201 -0
  1239. package/rds-patching-lambda/node_modules/@smithy/types/README.md +4 -0
  1240. package/rds-patching-lambda/node_modules/@smithy/types/package.json +62 -0
  1241. package/rds-patching-lambda/node_modules/@types/node/LICENSE +21 -0
  1242. package/rds-patching-lambda/node_modules/@types/node/README.md +16 -0
  1243. package/rds-patching-lambda/node_modules/@types/node/package.json +237 -0
  1244. package/rds-patching-lambda/node_modules/ansi-regex/license +9 -0
  1245. package/rds-patching-lambda/node_modules/ansi-regex/package.json +55 -0
  1246. package/rds-patching-lambda/node_modules/ansi-regex/readme.md +78 -0
  1247. package/rds-patching-lambda/node_modules/ansi-styles/license +9 -0
  1248. package/rds-patching-lambda/node_modules/ansi-styles/package.json +56 -0
  1249. package/rds-patching-lambda/node_modules/ansi-styles/readme.md +152 -0
  1250. package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +228 -0
  1251. package/rds-patching-lambda/node_modules/archiver/LICENSE +22 -0
  1252. package/rds-patching-lambda/node_modules/archiver/README.md +94 -0
  1253. package/rds-patching-lambda/node_modules/archiver/package.json +60 -0
  1254. package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  1255. package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +22 -0
  1256. package/rds-patching-lambda/node_modules/archiver-utils/README.md +7 -0
  1257. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  1258. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1259. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1260. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  1261. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  1262. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1263. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  1264. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  1265. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  1266. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  1267. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  1268. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  1269. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  1270. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  1271. package/rds-patching-lambda/node_modules/archiver-utils/package.json +54 -0
  1272. package/rds-patching-lambda/node_modules/async/CHANGELOG.md +348 -0
  1273. package/rds-patching-lambda/node_modules/async/LICENSE +19 -0
  1274. package/rds-patching-lambda/node_modules/async/README.md +59 -0
  1275. package/rds-patching-lambda/node_modules/async/bower.json +17 -0
  1276. package/rds-patching-lambda/node_modules/async/dist/async.mjs +5947 -0
  1277. package/rds-patching-lambda/node_modules/async/package.json +75 -0
  1278. package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  1279. package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  1280. package/rds-patching-lambda/node_modules/balanced-match/README.md +97 -0
  1281. package/rds-patching-lambda/node_modules/balanced-match/package.json +48 -0
  1282. package/rds-patching-lambda/node_modules/base64-js/LICENSE +21 -0
  1283. package/rds-patching-lambda/node_modules/base64-js/README.md +34 -0
  1284. package/rds-patching-lambda/node_modules/base64-js/package.json +47 -0
  1285. package/rds-patching-lambda/node_modules/bestzip/LICENSE +21 -0
  1286. package/rds-patching-lambda/node_modules/bestzip/package.json +46 -0
  1287. package/rds-patching-lambda/node_modules/bestzip/readme.md +91 -0
  1288. package/rds-patching-lambda/node_modules/bl/.travis.yml +17 -0
  1289. package/rds-patching-lambda/node_modules/bl/LICENSE.md +13 -0
  1290. package/rds-patching-lambda/node_modules/bl/README.md +247 -0
  1291. package/rds-patching-lambda/node_modules/bl/package.json +37 -0
  1292. package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  1293. package/rds-patching-lambda/node_modules/bowser/LICENSE +39 -0
  1294. package/rds-patching-lambda/node_modules/bowser/README.md +179 -0
  1295. package/rds-patching-lambda/node_modules/bowser/package.json +83 -0
  1296. package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +21 -0
  1297. package/rds-patching-lambda/node_modules/brace-expansion/README.md +129 -0
  1298. package/rds-patching-lambda/node_modules/brace-expansion/package.json +47 -0
  1299. package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +70 -0
  1300. package/rds-patching-lambda/node_modules/buffer/LICENSE +21 -0
  1301. package/rds-patching-lambda/node_modules/buffer/README.md +410 -0
  1302. package/rds-patching-lambda/node_modules/buffer/package.json +96 -0
  1303. package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  1304. package/rds-patching-lambda/node_modules/buffer-crc32/README.md +47 -0
  1305. package/rds-patching-lambda/node_modules/buffer-crc32/package.json +39 -0
  1306. package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  1307. package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +14 -0
  1308. package/rds-patching-lambda/node_modules/cliui/README.md +141 -0
  1309. package/rds-patching-lambda/node_modules/cliui/build/index.cjs +302 -0
  1310. package/rds-patching-lambda/node_modules/cliui/index.mjs +13 -0
  1311. package/rds-patching-lambda/node_modules/cliui/package.json +83 -0
  1312. package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  1313. package/rds-patching-lambda/node_modules/color-convert/LICENSE +21 -0
  1314. package/rds-patching-lambda/node_modules/color-convert/README.md +68 -0
  1315. package/rds-patching-lambda/node_modules/color-convert/package.json +48 -0
  1316. package/rds-patching-lambda/node_modules/color-name/LICENSE +8 -0
  1317. package/rds-patching-lambda/node_modules/color-name/README.md +11 -0
  1318. package/rds-patching-lambda/node_modules/color-name/package.json +28 -0
  1319. package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
  1320. package/rds-patching-lambda/node_modules/compress-commons/LICENSE +22 -0
  1321. package/rds-patching-lambda/node_modules/compress-commons/README.md +25 -0
  1322. package/rds-patching-lambda/node_modules/compress-commons/package.json +45 -0
  1323. package/rds-patching-lambda/node_modules/concat-map/.travis.yml +4 -0
  1324. package/rds-patching-lambda/node_modules/concat-map/LICENSE +18 -0
  1325. package/rds-patching-lambda/node_modules/concat-map/README.markdown +62 -0
  1326. package/rds-patching-lambda/node_modules/concat-map/package.json +43 -0
  1327. package/rds-patching-lambda/node_modules/core-util-is/LICENSE +19 -0
  1328. package/rds-patching-lambda/node_modules/core-util-is/README.md +3 -0
  1329. package/rds-patching-lambda/node_modules/core-util-is/package.json +38 -0
  1330. package/rds-patching-lambda/node_modules/crc-32/LICENSE +201 -0
  1331. package/rds-patching-lambda/node_modules/crc-32/README.md +200 -0
  1332. package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  1333. package/rds-patching-lambda/node_modules/crc-32/package.json +43 -0
  1334. package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  1335. package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +11 -0
  1336. package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
  1337. package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +22 -0
  1338. package/rds-patching-lambda/node_modules/crc32-stream/README.md +79 -0
  1339. package/rds-patching-lambda/node_modules/crc32-stream/package.json +45 -0
  1340. package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  1341. package/rds-patching-lambda/node_modules/emoji-regex/README.md +73 -0
  1342. package/rds-patching-lambda/node_modules/emoji-regex/package.json +50 -0
  1343. package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +21 -0
  1344. package/rds-patching-lambda/node_modules/end-of-stream/README.md +54 -0
  1345. package/rds-patching-lambda/node_modules/end-of-stream/package.json +37 -0
  1346. package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +22 -0
  1347. package/rds-patching-lambda/node_modules/escalade/license +9 -0
  1348. package/rds-patching-lambda/node_modules/escalade/package.json +61 -0
  1349. package/rds-patching-lambda/node_modules/escalade/readme.md +211 -0
  1350. package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +18 -0
  1351. package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
  1352. package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  1353. package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +204 -0
  1354. package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +71 -0
  1355. package/rds-patching-lambda/node_modules/fs-constants/LICENSE +21 -0
  1356. package/rds-patching-lambda/node_modules/fs-constants/README.md +26 -0
  1357. package/rds-patching-lambda/node_modules/fs-constants/package.json +19 -0
  1358. package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +43 -0
  1359. package/rds-patching-lambda/node_modules/fs.realpath/README.md +33 -0
  1360. package/rds-patching-lambda/node_modules/fs.realpath/package.json +26 -0
  1361. package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  1362. package/rds-patching-lambda/node_modules/get-caller-file/README.md +41 -0
  1363. package/rds-patching-lambda/node_modules/get-caller-file/package.json +42 -0
  1364. package/rds-patching-lambda/node_modules/glob/LICENSE +21 -0
  1365. package/rds-patching-lambda/node_modules/glob/README.md +378 -0
  1366. package/rds-patching-lambda/node_modules/glob/package.json +55 -0
  1367. package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +15 -0
  1368. package/rds-patching-lambda/node_modules/graceful-fs/README.md +143 -0
  1369. package/rds-patching-lambda/node_modules/graceful-fs/package.json +53 -0
  1370. package/rds-patching-lambda/node_modules/ieee754/LICENSE +11 -0
  1371. package/rds-patching-lambda/node_modules/ieee754/README.md +51 -0
  1372. package/rds-patching-lambda/node_modules/ieee754/package.json +52 -0
  1373. package/rds-patching-lambda/node_modules/inflight/LICENSE +15 -0
  1374. package/rds-patching-lambda/node_modules/inflight/README.md +37 -0
  1375. package/rds-patching-lambda/node_modules/inflight/package.json +29 -0
  1376. package/rds-patching-lambda/node_modules/inherits/LICENSE +16 -0
  1377. package/rds-patching-lambda/node_modules/inherits/README.md +42 -0
  1378. package/rds-patching-lambda/node_modules/inherits/package.json +29 -0
  1379. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  1380. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  1381. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  1382. package/rds-patching-lambda/node_modules/isarray/.travis.yml +4 -0
  1383. package/rds-patching-lambda/node_modules/isarray/Makefile +6 -0
  1384. package/rds-patching-lambda/node_modules/isarray/README.md +60 -0
  1385. package/rds-patching-lambda/node_modules/isarray/component.json +19 -0
  1386. package/rds-patching-lambda/node_modules/isarray/package.json +45 -0
  1387. package/rds-patching-lambda/node_modules/isexe/LICENSE +15 -0
  1388. package/rds-patching-lambda/node_modules/isexe/README.md +51 -0
  1389. package/rds-patching-lambda/node_modules/isexe/package.json +31 -0
  1390. package/rds-patching-lambda/node_modules/lazystream/LICENSE +23 -0
  1391. package/rds-patching-lambda/node_modules/lazystream/README.md +114 -0
  1392. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  1393. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1394. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1395. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  1396. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  1397. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1398. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  1399. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  1400. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  1401. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  1402. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  1403. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  1404. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  1405. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  1406. package/rds-patching-lambda/node_modules/lazystream/package.json +46 -0
  1407. package/rds-patching-lambda/node_modules/lazystream/test/data.md +13 -0
  1408. package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  1409. package/rds-patching-lambda/node_modules/lodash.defaults/README.md +18 -0
  1410. package/rds-patching-lambda/node_modules/lodash.defaults/package.json +17 -0
  1411. package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +47 -0
  1412. package/rds-patching-lambda/node_modules/lodash.difference/README.md +18 -0
  1413. package/rds-patching-lambda/node_modules/lodash.difference/package.json +17 -0
  1414. package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  1415. package/rds-patching-lambda/node_modules/lodash.flatten/README.md +18 -0
  1416. package/rds-patching-lambda/node_modules/lodash.flatten/package.json +17 -0
  1417. package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  1418. package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  1419. package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  1420. package/rds-patching-lambda/node_modules/lodash.union/LICENSE +47 -0
  1421. package/rds-patching-lambda/node_modules/lodash.union/README.md +18 -0
  1422. package/rds-patching-lambda/node_modules/lodash.union/package.json +17 -0
  1423. package/rds-patching-lambda/node_modules/minimatch/LICENSE +15 -0
  1424. package/rds-patching-lambda/node_modules/minimatch/README.md +230 -0
  1425. package/rds-patching-lambda/node_modules/minimatch/package.json +33 -0
  1426. package/rds-patching-lambda/node_modules/normalize-path/LICENSE +21 -0
  1427. package/rds-patching-lambda/node_modules/normalize-path/README.md +127 -0
  1428. package/rds-patching-lambda/node_modules/normalize-path/package.json +77 -0
  1429. package/rds-patching-lambda/node_modules/once/LICENSE +15 -0
  1430. package/rds-patching-lambda/node_modules/once/README.md +79 -0
  1431. package/rds-patching-lambda/node_modules/once/package.json +33 -0
  1432. package/rds-patching-lambda/node_modules/path-is-absolute/license +21 -0
  1433. package/rds-patching-lambda/node_modules/path-is-absolute/package.json +43 -0
  1434. package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +59 -0
  1435. package/rds-patching-lambda/node_modules/process-nextick-args/license.md +19 -0
  1436. package/rds-patching-lambda/node_modules/process-nextick-args/package.json +25 -0
  1437. package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +18 -0
  1438. package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1439. package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1440. package/rds-patching-lambda/node_modules/readable-stream/LICENSE +47 -0
  1441. package/rds-patching-lambda/node_modules/readable-stream/README.md +106 -0
  1442. package/rds-patching-lambda/node_modules/readable-stream/package.json +68 -0
  1443. package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +201 -0
  1444. package/rds-patching-lambda/node_modules/readdir-glob/README.md +85 -0
  1445. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  1446. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  1447. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  1448. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  1449. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  1450. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  1451. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  1452. package/rds-patching-lambda/node_modules/readdir-glob/package.json +43 -0
  1453. package/rds-patching-lambda/node_modules/require-directory/.jshintrc +67 -0
  1454. package/rds-patching-lambda/node_modules/require-directory/.travis.yml +3 -0
  1455. package/rds-patching-lambda/node_modules/require-directory/LICENSE +22 -0
  1456. package/rds-patching-lambda/node_modules/require-directory/README.markdown +184 -0
  1457. package/rds-patching-lambda/node_modules/require-directory/package.json +40 -0
  1458. package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +21 -0
  1459. package/rds-patching-lambda/node_modules/safe-buffer/README.md +584 -0
  1460. package/rds-patching-lambda/node_modules/safe-buffer/package.json +51 -0
  1461. package/rds-patching-lambda/node_modules/string-width/license +9 -0
  1462. package/rds-patching-lambda/node_modules/string-width/package.json +56 -0
  1463. package/rds-patching-lambda/node_modules/string-width/readme.md +50 -0
  1464. package/rds-patching-lambda/node_modules/string_decoder/LICENSE +48 -0
  1465. package/rds-patching-lambda/node_modules/string_decoder/README.md +47 -0
  1466. package/rds-patching-lambda/node_modules/string_decoder/package.json +34 -0
  1467. package/rds-patching-lambda/node_modules/strip-ansi/license +9 -0
  1468. package/rds-patching-lambda/node_modules/strip-ansi/package.json +54 -0
  1469. package/rds-patching-lambda/node_modules/strip-ansi/readme.md +46 -0
  1470. package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  1471. package/rds-patching-lambda/node_modules/strnum/LICENSE +21 -0
  1472. package/rds-patching-lambda/node_modules/strnum/README.md +86 -0
  1473. package/rds-patching-lambda/node_modules/strnum/package.json +24 -0
  1474. package/rds-patching-lambda/node_modules/tar-stream/LICENSE +21 -0
  1475. package/rds-patching-lambda/node_modules/tar-stream/README.md +168 -0
  1476. package/rds-patching-lambda/node_modules/tar-stream/package.json +58 -0
  1477. package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  1478. package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +12 -0
  1479. package/rds-patching-lambda/node_modules/tslib/README.md +164 -0
  1480. package/rds-patching-lambda/node_modules/tslib/SECURITY.md +41 -0
  1481. package/rds-patching-lambda/node_modules/tslib/modules/package.json +3 -0
  1482. package/rds-patching-lambda/node_modules/tslib/package.json +47 -0
  1483. package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +1 -0
  1484. package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
  1485. package/rds-patching-lambda/node_modules/tslib/tslib.html +1 -0
  1486. package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +55 -0
  1487. package/rds-patching-lambda/node_modules/typescript/README.md +51 -0
  1488. package/rds-patching-lambda/node_modules/typescript/SECURITY.md +41 -0
  1489. package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  1490. package/rds-patching-lambda/node_modules/typescript/bin/tsc +2 -0
  1491. package/rds-patching-lambda/node_modules/typescript/bin/tsserver +2 -0
  1492. package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  1493. package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  1494. package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  1495. package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  1496. package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  1497. package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  1498. package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  1499. package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  1500. package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  1501. package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  1502. package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  1503. package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  1504. package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  1505. package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  1506. package/rds-patching-lambda/node_modules/typescript/package.json +116 -0
  1507. package/rds-patching-lambda/node_modules/util-deprecate/History.md +16 -0
  1508. package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +24 -0
  1509. package/rds-patching-lambda/node_modules/util-deprecate/README.md +53 -0
  1510. package/rds-patching-lambda/node_modules/util-deprecate/package.json +27 -0
  1511. package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +229 -0
  1512. package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  1513. package/rds-patching-lambda/node_modules/uuid/LICENSE.md +9 -0
  1514. package/rds-patching-lambda/node_modules/uuid/README.md +505 -0
  1515. package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  1516. package/rds-patching-lambda/node_modules/uuid/package.json +135 -0
  1517. package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +10 -0
  1518. package/rds-patching-lambda/node_modules/which/CHANGELOG.md +166 -0
  1519. package/rds-patching-lambda/node_modules/which/LICENSE +15 -0
  1520. package/rds-patching-lambda/node_modules/which/README.md +54 -0
  1521. package/rds-patching-lambda/node_modules/which/bin/node-which +52 -0
  1522. package/rds-patching-lambda/node_modules/which/package.json +43 -0
  1523. package/rds-patching-lambda/node_modules/wrap-ansi/license +9 -0
  1524. package/rds-patching-lambda/node_modules/wrap-ansi/package.json +62 -0
  1525. package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +91 -0
  1526. package/rds-patching-lambda/node_modules/wrappy/LICENSE +15 -0
  1527. package/rds-patching-lambda/node_modules/wrappy/README.md +36 -0
  1528. package/rds-patching-lambda/node_modules/wrappy/package.json +29 -0
  1529. package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  1530. package/rds-patching-lambda/node_modules/y18n/LICENSE +13 -0
  1531. package/rds-patching-lambda/node_modules/y18n/README.md +127 -0
  1532. package/rds-patching-lambda/node_modules/y18n/build/index.cjs +203 -0
  1533. package/rds-patching-lambda/node_modules/y18n/index.mjs +8 -0
  1534. package/rds-patching-lambda/node_modules/y18n/package.json +70 -0
  1535. package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  1536. package/rds-patching-lambda/node_modules/yargs/LICENSE +21 -0
  1537. package/rds-patching-lambda/node_modules/yargs/README.md +202 -0
  1538. package/rds-patching-lambda/node_modules/yargs/browser.mjs +7 -0
  1539. package/rds-patching-lambda/node_modules/yargs/build/index.cjs +2920 -0
  1540. package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  1541. package/rds-patching-lambda/node_modules/yargs/helpers/package.json +3 -0
  1542. package/rds-patching-lambda/node_modules/yargs/index.cjs +39 -0
  1543. package/rds-patching-lambda/node_modules/yargs/index.mjs +8 -0
  1544. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  1545. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  1546. package/rds-patching-lambda/node_modules/yargs/locales/be.json +46 -0
  1547. package/rds-patching-lambda/node_modules/yargs/locales/de.json +46 -0
  1548. package/rds-patching-lambda/node_modules/yargs/locales/en.json +51 -0
  1549. package/rds-patching-lambda/node_modules/yargs/locales/es.json +46 -0
  1550. package/rds-patching-lambda/node_modules/yargs/locales/fi.json +49 -0
  1551. package/rds-patching-lambda/node_modules/yargs/locales/fr.json +53 -0
  1552. package/rds-patching-lambda/node_modules/yargs/locales/hi.json +49 -0
  1553. package/rds-patching-lambda/node_modules/yargs/locales/hu.json +46 -0
  1554. package/rds-patching-lambda/node_modules/yargs/locales/id.json +50 -0
  1555. package/rds-patching-lambda/node_modules/yargs/locales/it.json +46 -0
  1556. package/rds-patching-lambda/node_modules/yargs/locales/ja.json +51 -0
  1557. package/rds-patching-lambda/node_modules/yargs/locales/ko.json +49 -0
  1558. package/rds-patching-lambda/node_modules/yargs/locales/nb.json +44 -0
  1559. package/rds-patching-lambda/node_modules/yargs/locales/nl.json +49 -0
  1560. package/rds-patching-lambda/node_modules/yargs/locales/nn.json +44 -0
  1561. package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +13 -0
  1562. package/rds-patching-lambda/node_modules/yargs/locales/pl.json +49 -0
  1563. package/rds-patching-lambda/node_modules/yargs/locales/pt.json +45 -0
  1564. package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  1565. package/rds-patching-lambda/node_modules/yargs/locales/ru.json +46 -0
  1566. package/rds-patching-lambda/node_modules/yargs/locales/th.json +46 -0
  1567. package/rds-patching-lambda/node_modules/yargs/locales/tr.json +48 -0
  1568. package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  1569. package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  1570. package/rds-patching-lambda/node_modules/yargs/package.json +122 -0
  1571. package/rds-patching-lambda/node_modules/yargs/yargs +9 -0
  1572. package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
  1573. package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  1574. package/rds-patching-lambda/node_modules/yargs-parser/README.md +518 -0
  1575. package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
  1576. package/rds-patching-lambda/node_modules/yargs-parser/package.json +87 -0
  1577. package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
  1578. package/rds-patching-lambda/node_modules/zip-stream/LICENSE +22 -0
  1579. package/rds-patching-lambda/node_modules/zip-stream/README.md +45 -0
  1580. package/rds-patching-lambda/node_modules/zip-stream/package.json +49 -0
  1581. package/rds-patching-lambda/package-lock.json +1896 -0
  1582. package/rds-patching-lambda/package.json +22 -0
  1583. package/rds-patching-lambda/src/index.ts +61 -0
  1584. package/rds-patching-lambda/tsconfig.json +13 -0
  1585. package/src/resolvers/dynamodb/mutation.ts +1 -1
  1586. package/src/resolvers/generators/dynamodb-vtl-generator.ts +2 -2
  1587. package/src/resolvers/generators/rds-vtl-generator.ts +2 -2
  1588. package/src/resolvers/generators/vtl-generator.ts +1 -1
  1589. package/src/resolvers/rds/mutation.ts +73 -67
  1590. package/src/resolvers/rds/resolver.ts +263 -50
  1591. package/src/resources/model-resource-generator.ts +2 -1
  1592. package/src/resources/rds-model-resource-generator.ts +52 -4
  1593. package/tsconfig.tsbuildinfo +1 -1
  1594. package/rds-lambda/clients/DBClient.ts +0 -31
  1595. package/rds-lambda/clients/mysql/MySQLClient.ts +0 -118
  1596. package/rds-lambda/clients/mysql/MySQLPasswordClient.ts +0 -58
  1597. package/rds-lambda/context/DataSourceContext.ts +0 -8
  1598. package/rds-lambda/interfaces/BaseRequest.ts +0 -22
  1599. package/rds-lambda/interfaces/ListRequest.ts +0 -31
  1600. package/rds-lambda/node_modules/buffer-writer/.travis.yml +0 -7
  1601. package/rds-lambda/node_modules/buffer-writer/LICENSE +0 -19
  1602. package/rds-lambda/node_modules/buffer-writer/README.md +0 -48
  1603. package/rds-lambda/node_modules/buffer-writer/package.json +0 -26
  1604. package/rds-lambda/node_modules/buffer-writer/test/mocha.opts +0 -1
  1605. package/rds-lambda/node_modules/denque/CHANGELOG.md +0 -29
  1606. package/rds-lambda/node_modules/denque/LICENSE +0 -201
  1607. package/rds-lambda/node_modules/denque/README.md +0 -77
  1608. package/rds-lambda/node_modules/denque/package.json +0 -58
  1609. package/rds-lambda/node_modules/generate-function/.travis.yml +0 -3
  1610. package/rds-lambda/node_modules/generate-function/README.md +0 -89
  1611. package/rds-lambda/node_modules/generate-function/package.json +0 -32
  1612. package/rds-lambda/node_modules/iconv-lite/.github/dependabot.yml +0 -11
  1613. package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/Project.xml +0 -47
  1614. package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +0 -5
  1615. package/rds-lambda/node_modules/iconv-lite/.idea/iconv-lite.iml +0 -12
  1616. package/rds-lambda/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +0 -6
  1617. package/rds-lambda/node_modules/iconv-lite/.idea/modules.xml +0 -8
  1618. package/rds-lambda/node_modules/iconv-lite/.idea/vcs.xml +0 -6
  1619. package/rds-lambda/node_modules/iconv-lite/Changelog.md +0 -212
  1620. package/rds-lambda/node_modules/iconv-lite/LICENSE +0 -21
  1621. package/rds-lambda/node_modules/iconv-lite/README.md +0 -130
  1622. package/rds-lambda/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  1623. package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  1624. package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  1625. package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  1626. package/rds-lambda/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  1627. package/rds-lambda/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  1628. package/rds-lambda/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  1629. package/rds-lambda/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  1630. package/rds-lambda/node_modules/iconv-lite/package.json +0 -44
  1631. package/rds-lambda/node_modules/is-property/LICENSE +0 -22
  1632. package/rds-lambda/node_modules/is-property/README.md +0 -28
  1633. package/rds-lambda/node_modules/is-property/package.json +0 -36
  1634. package/rds-lambda/node_modules/long/LICENSE +0 -202
  1635. package/rds-lambda/node_modules/long/README.md +0 -246
  1636. package/rds-lambda/node_modules/long/package.json +0 -34
  1637. package/rds-lambda/node_modules/mysql2/License +0 -19
  1638. package/rds-lambda/node_modules/mysql2/README.md +0 -281
  1639. package/rds-lambda/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +0 -18
  1640. package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/README.md +0 -166
  1641. package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/package.json +0 -34
  1642. package/rds-lambda/node_modules/mysql2/node_modules/yallist/README.md +0 -204
  1643. package/rds-lambda/node_modules/mysql2/node_modules/yallist/package.json +0 -29
  1644. package/rds-lambda/node_modules/mysql2/package.json +0 -86
  1645. package/rds-lambda/node_modules/mysql2/typings/mysql/LICENSE.txt +0 -15
  1646. package/rds-lambda/node_modules/mysql2/typings/mysql/info.txt +0 -1
  1647. package/rds-lambda/node_modules/named-placeholders/LICENSE +0 -21
  1648. package/rds-lambda/node_modules/named-placeholders/README.md +0 -29
  1649. package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/LICENSE +0 -15
  1650. package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/README.md +0 -1117
  1651. package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/index.mjs +0 -1227
  1652. package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/package.json +0 -96
  1653. package/rds-lambda/node_modules/named-placeholders/package.json +0 -32
  1654. package/rds-lambda/node_modules/packet-reader/.travis.yml +0 -8
  1655. package/rds-lambda/node_modules/packet-reader/README.md +0 -87
  1656. package/rds-lambda/node_modules/packet-reader/package.json +0 -25
  1657. package/rds-lambda/node_modules/pg/LICENSE +0 -21
  1658. package/rds-lambda/node_modules/pg/README.md +0 -89
  1659. package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/LICENSE +0 -21
  1660. package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/README.md +0 -77
  1661. package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/package.json +0 -40
  1662. package/rds-lambda/node_modules/pg/package.json +0 -64
  1663. package/rds-lambda/node_modules/pg-cloudflare/LICENSE +0 -21
  1664. package/rds-lambda/node_modules/pg-cloudflare/README.md +0 -33
  1665. package/rds-lambda/node_modules/pg-cloudflare/package.json +0 -28
  1666. package/rds-lambda/node_modules/pg-cloudflare/src/index.ts +0 -164
  1667. package/rds-lambda/node_modules/pg-int8/LICENSE +0 -13
  1668. package/rds-lambda/node_modules/pg-int8/README.md +0 -16
  1669. package/rds-lambda/node_modules/pg-int8/package.json +0 -24
  1670. package/rds-lambda/node_modules/pg-pool/LICENSE +0 -21
  1671. package/rds-lambda/node_modules/pg-pool/README.md +0 -376
  1672. package/rds-lambda/node_modules/pg-pool/package.json +0 -41
  1673. package/rds-lambda/node_modules/pg-protocol/LICENSE +0 -21
  1674. package/rds-lambda/node_modules/pg-protocol/README.md +0 -3
  1675. package/rds-lambda/node_modules/pg-protocol/package.json +0 -35
  1676. package/rds-lambda/node_modules/pg-protocol/src/b.ts +0 -28
  1677. package/rds-lambda/node_modules/pg-protocol/src/buffer-reader.ts +0 -53
  1678. package/rds-lambda/node_modules/pg-protocol/src/buffer-writer.ts +0 -85
  1679. package/rds-lambda/node_modules/pg-protocol/src/inbound-parser.test.ts +0 -557
  1680. package/rds-lambda/node_modules/pg-protocol/src/index.ts +0 -11
  1681. package/rds-lambda/node_modules/pg-protocol/src/messages.ts +0 -230
  1682. package/rds-lambda/node_modules/pg-protocol/src/outbound-serializer.test.ts +0 -272
  1683. package/rds-lambda/node_modules/pg-protocol/src/parser.ts +0 -389
  1684. package/rds-lambda/node_modules/pg-protocol/src/serializer.ts +0 -274
  1685. package/rds-lambda/node_modules/pg-protocol/src/testing/buffer-list.ts +0 -75
  1686. package/rds-lambda/node_modules/pg-protocol/src/testing/test-buffers.ts +0 -166
  1687. package/rds-lambda/node_modules/pg-types/.travis.yml +0 -7
  1688. package/rds-lambda/node_modules/pg-types/Makefile +0 -14
  1689. package/rds-lambda/node_modules/pg-types/README.md +0 -75
  1690. package/rds-lambda/node_modules/pg-types/index.test-d.ts +0 -21
  1691. package/rds-lambda/node_modules/pg-types/package.json +0 -42
  1692. package/rds-lambda/node_modules/pgpass/README.md +0 -74
  1693. package/rds-lambda/node_modules/pgpass/package.json +0 -41
  1694. package/rds-lambda/node_modules/postgres-array/license +0 -21
  1695. package/rds-lambda/node_modules/postgres-array/package.json +0 -35
  1696. package/rds-lambda/node_modules/postgres-array/readme.md +0 -43
  1697. package/rds-lambda/node_modules/postgres-bytea/license +0 -21
  1698. package/rds-lambda/node_modules/postgres-bytea/package.json +0 -34
  1699. package/rds-lambda/node_modules/postgres-bytea/readme.md +0 -34
  1700. package/rds-lambda/node_modules/postgres-date/license +0 -21
  1701. package/rds-lambda/node_modules/postgres-date/package.json +0 -33
  1702. package/rds-lambda/node_modules/postgres-date/readme.md +0 -49
  1703. package/rds-lambda/node_modules/postgres-interval/license +0 -21
  1704. package/rds-lambda/node_modules/postgres-interval/package.json +0 -36
  1705. package/rds-lambda/node_modules/postgres-interval/readme.md +0 -48
  1706. package/rds-lambda/node_modules/safer-buffer/LICENSE +0 -21
  1707. package/rds-lambda/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  1708. package/rds-lambda/node_modules/safer-buffer/Readme.md +0 -156
  1709. package/rds-lambda/node_modules/safer-buffer/package.json +0 -34
  1710. package/rds-lambda/node_modules/seq-queue/.jshintrc +0 -19
  1711. package/rds-lambda/node_modules/seq-queue/AUTHORS +0 -1
  1712. package/rds-lambda/node_modules/seq-queue/LICENSE +0 -22
  1713. package/rds-lambda/node_modules/seq-queue/Makefile +0 -9
  1714. package/rds-lambda/node_modules/seq-queue/README.md +0 -75
  1715. package/rds-lambda/node_modules/seq-queue/package.json +0 -17
  1716. package/rds-lambda/node_modules/split2/LICENSE +0 -13
  1717. package/rds-lambda/node_modules/split2/README.md +0 -85
  1718. package/rds-lambda/node_modules/split2/package.json +0 -39
  1719. package/rds-lambda/node_modules/sqlstring/HISTORY.md +0 -53
  1720. package/rds-lambda/node_modules/sqlstring/LICENSE +0 -19
  1721. package/rds-lambda/node_modules/sqlstring/README.md +0 -205
  1722. package/rds-lambda/node_modules/sqlstring/package.json +0 -47
  1723. package/rds-lambda/node_modules/xtend/.jshintrc +0 -30
  1724. package/rds-lambda/node_modules/xtend/LICENSE +0 -20
  1725. package/rds-lambda/node_modules/xtend/README.md +0 -32
  1726. package/rds-lambda/node_modules/xtend/package.json +0 -55
  1727. package/rds-lambda/utils/rds_utils.ts +0 -145
  1728. package/src/__tests__/test-utils/rds_utils.test.ts +0 -372
  1729. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -0
  1730. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/LICENSE +0 -0
  1731. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/README.md +0 -0
  1732. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -0
  1733. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -0
  1734. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -0
  1735. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -0
  1736. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -0
  1737. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -0
  1738. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -0
  1739. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -0
  1740. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/package.json +0 -0
  1741. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -0
  1742. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/index.ts +0 -0
  1743. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/tsconfig.json +0 -0
  1744. /package/{rds-lambda/node_modules/@aws-sdk/eventstream-codec → publish-notification-lambda/node_modules/@aws-sdk/client-lambda}/LICENSE +0 -0
  1745. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/README.md +0 -0
  1746. /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/package.json +0 -0
  1747. /package/{rds-lambda/node_modules/generate-function → publish-notification-lambda/node_modules/end-of-stream}/LICENSE +0 -0
  1748. /package/{rds-lambda/node_modules/mysql2/node_modules/lru-cache → publish-notification-lambda/node_modules/isexe}/LICENSE +0 -0
  1749. /package/{rds-lambda/node_modules/mysql2/node_modules/yallist → publish-notification-lambda/node_modules/minimatch}/LICENSE +0 -0
  1750. /package/rds-lambda/node_modules/{cliui → jest-cli/node_modules/cliui}/build/index.d.cts +0 -0
  1751. /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/cs.json +0 -0
  1752. /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uk_UA.json +0 -0
  1753. /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uz.json +0 -0
  1754. /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/yargs.mjs +0 -0
@@ -15,21 +15,6 @@
15
15
  "node": ">=6.0.0"
16
16
  }
17
17
  },
18
- "node_modules/@aws-crypto/crc32": {
19
- "version": "3.0.0",
20
- "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
21
- "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
22
- "dependencies": {
23
- "@aws-crypto/util": "^3.0.0",
24
- "@aws-sdk/types": "^3.222.0",
25
- "tslib": "^1.11.1"
26
- }
27
- },
28
- "node_modules/@aws-crypto/crc32/node_modules/tslib": {
29
- "version": "1.14.1",
30
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
31
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
32
- },
33
18
  "node_modules/@aws-crypto/ie11-detection": {
34
19
  "version": "3.0.0",
35
20
  "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
@@ -107,11 +92,11 @@
107
92
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
108
93
  },
109
94
  "node_modules/@aws-sdk/abort-controller": {
110
- "version": "3.347.0",
111
- "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.347.0.tgz",
112
- "integrity": "sha512-P/2qE6ntYEmYG4Ez535nJWZbXqgbkJx8CMz7ChEuEg3Gp3dvVYEKg+iEUEvlqQ2U5dWP5J3ehw5po9t86IsVPQ==",
95
+ "version": "3.338.0",
96
+ "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.338.0.tgz",
97
+ "integrity": "sha512-/yLI32+HwFNBRJ39jMXw+/cn3AnlCuJpQd7Ax4887g32Dgte5eyrfY8sJUOL6902BUmAq4oSRI5QeBXNplO0Xw==",
113
98
  "dependencies": {
114
- "@aws-sdk/types": "3.347.0",
99
+ "@aws-sdk/types": "3.338.0",
115
100
  "tslib": "^2.5.0"
116
101
  },
117
102
  "engines": {
@@ -119,44 +104,44 @@
119
104
  }
120
105
  },
121
106
  "node_modules/@aws-sdk/client-ssm": {
122
- "version": "3.354.0",
123
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.354.0.tgz",
124
- "integrity": "sha512-kHQp8tmRLl/Xqe7/rdj7qUeefkT6MxAadbwSBak2lr4p2RXT2jEvwCVbpFKYFSKVUiXILn7NrlQnNiou5BNkbA==",
107
+ "version": "3.338.0",
108
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.338.0.tgz",
109
+ "integrity": "sha512-U0eCJkZYcq5aha1Z3udhRn2sGAEsg/YcgNgMnIzU6rAvGFPRYp+ICRUwEy9ngYBHWrwKrQF7OKO/OD5QRJ7Urw==",
125
110
  "dependencies": {
126
111
  "@aws-crypto/sha256-browser": "3.0.0",
127
112
  "@aws-crypto/sha256-js": "3.0.0",
128
- "@aws-sdk/client-sts": "3.354.0",
129
- "@aws-sdk/config-resolver": "3.354.0",
130
- "@aws-sdk/credential-provider-node": "3.354.0",
131
- "@aws-sdk/fetch-http-handler": "3.353.0",
132
- "@aws-sdk/hash-node": "3.347.0",
133
- "@aws-sdk/invalid-dependency": "3.347.0",
134
- "@aws-sdk/middleware-content-length": "3.347.0",
135
- "@aws-sdk/middleware-endpoint": "3.347.0",
136
- "@aws-sdk/middleware-host-header": "3.347.0",
137
- "@aws-sdk/middleware-logger": "3.347.0",
138
- "@aws-sdk/middleware-recursion-detection": "3.347.0",
139
- "@aws-sdk/middleware-retry": "3.354.0",
140
- "@aws-sdk/middleware-serde": "3.347.0",
141
- "@aws-sdk/middleware-signing": "3.354.0",
142
- "@aws-sdk/middleware-stack": "3.347.0",
143
- "@aws-sdk/middleware-user-agent": "3.352.0",
144
- "@aws-sdk/node-config-provider": "3.354.0",
145
- "@aws-sdk/node-http-handler": "3.350.0",
146
- "@aws-sdk/smithy-client": "3.347.0",
147
- "@aws-sdk/types": "3.347.0",
148
- "@aws-sdk/url-parser": "3.347.0",
113
+ "@aws-sdk/client-sts": "3.338.0",
114
+ "@aws-sdk/config-resolver": "3.338.0",
115
+ "@aws-sdk/credential-provider-node": "3.338.0",
116
+ "@aws-sdk/fetch-http-handler": "3.338.0",
117
+ "@aws-sdk/hash-node": "3.338.0",
118
+ "@aws-sdk/invalid-dependency": "3.338.0",
119
+ "@aws-sdk/middleware-content-length": "3.338.0",
120
+ "@aws-sdk/middleware-endpoint": "3.338.0",
121
+ "@aws-sdk/middleware-host-header": "3.338.0",
122
+ "@aws-sdk/middleware-logger": "3.338.0",
123
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
124
+ "@aws-sdk/middleware-retry": "3.338.0",
125
+ "@aws-sdk/middleware-serde": "3.338.0",
126
+ "@aws-sdk/middleware-signing": "3.338.0",
127
+ "@aws-sdk/middleware-stack": "3.338.0",
128
+ "@aws-sdk/middleware-user-agent": "3.338.0",
129
+ "@aws-sdk/node-config-provider": "3.338.0",
130
+ "@aws-sdk/node-http-handler": "3.338.0",
131
+ "@aws-sdk/smithy-client": "3.338.0",
132
+ "@aws-sdk/types": "3.338.0",
133
+ "@aws-sdk/url-parser": "3.338.0",
149
134
  "@aws-sdk/util-base64": "3.310.0",
150
135
  "@aws-sdk/util-body-length-browser": "3.310.0",
151
136
  "@aws-sdk/util-body-length-node": "3.310.0",
152
- "@aws-sdk/util-defaults-mode-browser": "3.353.0",
153
- "@aws-sdk/util-defaults-mode-node": "3.354.0",
154
- "@aws-sdk/util-endpoints": "3.352.0",
155
- "@aws-sdk/util-retry": "3.347.0",
156
- "@aws-sdk/util-user-agent-browser": "3.347.0",
157
- "@aws-sdk/util-user-agent-node": "3.354.0",
137
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
138
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
139
+ "@aws-sdk/util-endpoints": "3.338.0",
140
+ "@aws-sdk/util-retry": "3.338.0",
141
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
142
+ "@aws-sdk/util-user-agent-node": "3.338.0",
158
143
  "@aws-sdk/util-utf8": "3.310.0",
159
- "@aws-sdk/util-waiter": "3.347.0",
144
+ "@aws-sdk/util-waiter": "3.338.0",
160
145
  "@smithy/protocol-http": "^1.0.1",
161
146
  "@smithy/types": "^1.0.0",
162
147
  "tslib": "^2.5.0",
@@ -175,39 +160,39 @@
175
160
  }
176
161
  },
177
162
  "node_modules/@aws-sdk/client-sso": {
178
- "version": "3.354.0",
179
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.354.0.tgz",
180
- "integrity": "sha512-4jmvjJYDaaPmm1n2TG4LYfTEnHLKcJmImgBqhgzhMgaypb4u/k1iw0INV2r/afYPL/FsrLFwc46RM3HYx3nc4A==",
163
+ "version": "3.338.0",
164
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.338.0.tgz",
165
+ "integrity": "sha512-EglKsGlVph65PuFPKq1nGlxsY99XM2xHJaB1uX0bQEC94qrmS/M4a5kno5tiUnTWO1K+K4JBQiOxdGJs0GUS+w==",
181
166
  "dependencies": {
182
167
  "@aws-crypto/sha256-browser": "3.0.0",
183
168
  "@aws-crypto/sha256-js": "3.0.0",
184
- "@aws-sdk/config-resolver": "3.354.0",
185
- "@aws-sdk/fetch-http-handler": "3.353.0",
186
- "@aws-sdk/hash-node": "3.347.0",
187
- "@aws-sdk/invalid-dependency": "3.347.0",
188
- "@aws-sdk/middleware-content-length": "3.347.0",
189
- "@aws-sdk/middleware-endpoint": "3.347.0",
190
- "@aws-sdk/middleware-host-header": "3.347.0",
191
- "@aws-sdk/middleware-logger": "3.347.0",
192
- "@aws-sdk/middleware-recursion-detection": "3.347.0",
193
- "@aws-sdk/middleware-retry": "3.354.0",
194
- "@aws-sdk/middleware-serde": "3.347.0",
195
- "@aws-sdk/middleware-stack": "3.347.0",
196
- "@aws-sdk/middleware-user-agent": "3.352.0",
197
- "@aws-sdk/node-config-provider": "3.354.0",
198
- "@aws-sdk/node-http-handler": "3.350.0",
199
- "@aws-sdk/smithy-client": "3.347.0",
200
- "@aws-sdk/types": "3.347.0",
201
- "@aws-sdk/url-parser": "3.347.0",
169
+ "@aws-sdk/config-resolver": "3.338.0",
170
+ "@aws-sdk/fetch-http-handler": "3.338.0",
171
+ "@aws-sdk/hash-node": "3.338.0",
172
+ "@aws-sdk/invalid-dependency": "3.338.0",
173
+ "@aws-sdk/middleware-content-length": "3.338.0",
174
+ "@aws-sdk/middleware-endpoint": "3.338.0",
175
+ "@aws-sdk/middleware-host-header": "3.338.0",
176
+ "@aws-sdk/middleware-logger": "3.338.0",
177
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
178
+ "@aws-sdk/middleware-retry": "3.338.0",
179
+ "@aws-sdk/middleware-serde": "3.338.0",
180
+ "@aws-sdk/middleware-stack": "3.338.0",
181
+ "@aws-sdk/middleware-user-agent": "3.338.0",
182
+ "@aws-sdk/node-config-provider": "3.338.0",
183
+ "@aws-sdk/node-http-handler": "3.338.0",
184
+ "@aws-sdk/smithy-client": "3.338.0",
185
+ "@aws-sdk/types": "3.338.0",
186
+ "@aws-sdk/url-parser": "3.338.0",
202
187
  "@aws-sdk/util-base64": "3.310.0",
203
188
  "@aws-sdk/util-body-length-browser": "3.310.0",
204
189
  "@aws-sdk/util-body-length-node": "3.310.0",
205
- "@aws-sdk/util-defaults-mode-browser": "3.353.0",
206
- "@aws-sdk/util-defaults-mode-node": "3.354.0",
207
- "@aws-sdk/util-endpoints": "3.352.0",
208
- "@aws-sdk/util-retry": "3.347.0",
209
- "@aws-sdk/util-user-agent-browser": "3.347.0",
210
- "@aws-sdk/util-user-agent-node": "3.354.0",
190
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
191
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
192
+ "@aws-sdk/util-endpoints": "3.338.0",
193
+ "@aws-sdk/util-retry": "3.338.0",
194
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
195
+ "@aws-sdk/util-user-agent-node": "3.338.0",
211
196
  "@aws-sdk/util-utf8": "3.310.0",
212
197
  "@smithy/protocol-http": "^1.0.1",
213
198
  "@smithy/types": "^1.0.0",
@@ -218,39 +203,39 @@
218
203
  }
219
204
  },
220
205
  "node_modules/@aws-sdk/client-sso-oidc": {
221
- "version": "3.354.0",
222
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.354.0.tgz",
223
- "integrity": "sha512-XZcg4s2zKb4S8ltluiw5yxpm974uZqzo2HTECt1lbzUJgVgLsMAh/nPJ1fLqg4jadT+rf8Lq2FEFqOM/vxWT8A==",
206
+ "version": "3.338.0",
207
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.338.0.tgz",
208
+ "integrity": "sha512-mny5Q3LWKTcMMFS8WxeOCTinl193z7vS3b+eQz09K4jb1Lq04Bpjw25cySgBnhMGZ7QHQiYBscNLyu/TfOKiHA==",
224
209
  "dependencies": {
225
210
  "@aws-crypto/sha256-browser": "3.0.0",
226
211
  "@aws-crypto/sha256-js": "3.0.0",
227
- "@aws-sdk/config-resolver": "3.354.0",
228
- "@aws-sdk/fetch-http-handler": "3.353.0",
229
- "@aws-sdk/hash-node": "3.347.0",
230
- "@aws-sdk/invalid-dependency": "3.347.0",
231
- "@aws-sdk/middleware-content-length": "3.347.0",
232
- "@aws-sdk/middleware-endpoint": "3.347.0",
233
- "@aws-sdk/middleware-host-header": "3.347.0",
234
- "@aws-sdk/middleware-logger": "3.347.0",
235
- "@aws-sdk/middleware-recursion-detection": "3.347.0",
236
- "@aws-sdk/middleware-retry": "3.354.0",
237
- "@aws-sdk/middleware-serde": "3.347.0",
238
- "@aws-sdk/middleware-stack": "3.347.0",
239
- "@aws-sdk/middleware-user-agent": "3.352.0",
240
- "@aws-sdk/node-config-provider": "3.354.0",
241
- "@aws-sdk/node-http-handler": "3.350.0",
242
- "@aws-sdk/smithy-client": "3.347.0",
243
- "@aws-sdk/types": "3.347.0",
244
- "@aws-sdk/url-parser": "3.347.0",
212
+ "@aws-sdk/config-resolver": "3.338.0",
213
+ "@aws-sdk/fetch-http-handler": "3.338.0",
214
+ "@aws-sdk/hash-node": "3.338.0",
215
+ "@aws-sdk/invalid-dependency": "3.338.0",
216
+ "@aws-sdk/middleware-content-length": "3.338.0",
217
+ "@aws-sdk/middleware-endpoint": "3.338.0",
218
+ "@aws-sdk/middleware-host-header": "3.338.0",
219
+ "@aws-sdk/middleware-logger": "3.338.0",
220
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
221
+ "@aws-sdk/middleware-retry": "3.338.0",
222
+ "@aws-sdk/middleware-serde": "3.338.0",
223
+ "@aws-sdk/middleware-stack": "3.338.0",
224
+ "@aws-sdk/middleware-user-agent": "3.338.0",
225
+ "@aws-sdk/node-config-provider": "3.338.0",
226
+ "@aws-sdk/node-http-handler": "3.338.0",
227
+ "@aws-sdk/smithy-client": "3.338.0",
228
+ "@aws-sdk/types": "3.338.0",
229
+ "@aws-sdk/url-parser": "3.338.0",
245
230
  "@aws-sdk/util-base64": "3.310.0",
246
231
  "@aws-sdk/util-body-length-browser": "3.310.0",
247
232
  "@aws-sdk/util-body-length-node": "3.310.0",
248
- "@aws-sdk/util-defaults-mode-browser": "3.353.0",
249
- "@aws-sdk/util-defaults-mode-node": "3.354.0",
250
- "@aws-sdk/util-endpoints": "3.352.0",
251
- "@aws-sdk/util-retry": "3.347.0",
252
- "@aws-sdk/util-user-agent-browser": "3.347.0",
253
- "@aws-sdk/util-user-agent-node": "3.354.0",
233
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
234
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
235
+ "@aws-sdk/util-endpoints": "3.338.0",
236
+ "@aws-sdk/util-retry": "3.338.0",
237
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
238
+ "@aws-sdk/util-user-agent-node": "3.338.0",
254
239
  "@aws-sdk/util-utf8": "3.310.0",
255
240
  "@smithy/protocol-http": "^1.0.1",
256
241
  "@smithy/types": "^1.0.0",
@@ -261,46 +246,46 @@
261
246
  }
262
247
  },
263
248
  "node_modules/@aws-sdk/client-sts": {
264
- "version": "3.354.0",
265
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.354.0.tgz",
266
- "integrity": "sha512-l9Ar/C/3PNlToM1ukHVfBtp4plbRUxLMYY2DOTMI0nb3jzfcvETBcdEGCP51fX4uAfJ2vc4g5qBF/qXKX0LMWA==",
249
+ "version": "3.338.0",
250
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.338.0.tgz",
251
+ "integrity": "sha512-FBHy/G7BAPX0CdEeeGYpoAnKXVCSIIkESLU2wF6x880z+U2IqiL48Fzoa5qoLaLPQaK/30P7ytznkqm4vd1OFw==",
267
252
  "dependencies": {
268
253
  "@aws-crypto/sha256-browser": "3.0.0",
269
254
  "@aws-crypto/sha256-js": "3.0.0",
270
- "@aws-sdk/config-resolver": "3.354.0",
271
- "@aws-sdk/credential-provider-node": "3.354.0",
272
- "@aws-sdk/fetch-http-handler": "3.353.0",
273
- "@aws-sdk/hash-node": "3.347.0",
274
- "@aws-sdk/invalid-dependency": "3.347.0",
275
- "@aws-sdk/middleware-content-length": "3.347.0",
276
- "@aws-sdk/middleware-endpoint": "3.347.0",
277
- "@aws-sdk/middleware-host-header": "3.347.0",
278
- "@aws-sdk/middleware-logger": "3.347.0",
279
- "@aws-sdk/middleware-recursion-detection": "3.347.0",
280
- "@aws-sdk/middleware-retry": "3.354.0",
281
- "@aws-sdk/middleware-sdk-sts": "3.354.0",
282
- "@aws-sdk/middleware-serde": "3.347.0",
283
- "@aws-sdk/middleware-signing": "3.354.0",
284
- "@aws-sdk/middleware-stack": "3.347.0",
285
- "@aws-sdk/middleware-user-agent": "3.352.0",
286
- "@aws-sdk/node-config-provider": "3.354.0",
287
- "@aws-sdk/node-http-handler": "3.350.0",
288
- "@aws-sdk/smithy-client": "3.347.0",
289
- "@aws-sdk/types": "3.347.0",
290
- "@aws-sdk/url-parser": "3.347.0",
255
+ "@aws-sdk/config-resolver": "3.338.0",
256
+ "@aws-sdk/credential-provider-node": "3.338.0",
257
+ "@aws-sdk/fetch-http-handler": "3.338.0",
258
+ "@aws-sdk/hash-node": "3.338.0",
259
+ "@aws-sdk/invalid-dependency": "3.338.0",
260
+ "@aws-sdk/middleware-content-length": "3.338.0",
261
+ "@aws-sdk/middleware-endpoint": "3.338.0",
262
+ "@aws-sdk/middleware-host-header": "3.338.0",
263
+ "@aws-sdk/middleware-logger": "3.338.0",
264
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
265
+ "@aws-sdk/middleware-retry": "3.338.0",
266
+ "@aws-sdk/middleware-sdk-sts": "3.338.0",
267
+ "@aws-sdk/middleware-serde": "3.338.0",
268
+ "@aws-sdk/middleware-signing": "3.338.0",
269
+ "@aws-sdk/middleware-stack": "3.338.0",
270
+ "@aws-sdk/middleware-user-agent": "3.338.0",
271
+ "@aws-sdk/node-config-provider": "3.338.0",
272
+ "@aws-sdk/node-http-handler": "3.338.0",
273
+ "@aws-sdk/smithy-client": "3.338.0",
274
+ "@aws-sdk/types": "3.338.0",
275
+ "@aws-sdk/url-parser": "3.338.0",
291
276
  "@aws-sdk/util-base64": "3.310.0",
292
277
  "@aws-sdk/util-body-length-browser": "3.310.0",
293
278
  "@aws-sdk/util-body-length-node": "3.310.0",
294
- "@aws-sdk/util-defaults-mode-browser": "3.353.0",
295
- "@aws-sdk/util-defaults-mode-node": "3.354.0",
296
- "@aws-sdk/util-endpoints": "3.352.0",
297
- "@aws-sdk/util-retry": "3.347.0",
298
- "@aws-sdk/util-user-agent-browser": "3.347.0",
299
- "@aws-sdk/util-user-agent-node": "3.354.0",
279
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
280
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
281
+ "@aws-sdk/util-endpoints": "3.338.0",
282
+ "@aws-sdk/util-retry": "3.338.0",
283
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
284
+ "@aws-sdk/util-user-agent-node": "3.338.0",
300
285
  "@aws-sdk/util-utf8": "3.310.0",
301
286
  "@smithy/protocol-http": "^1.0.1",
302
287
  "@smithy/types": "^1.0.0",
303
- "fast-xml-parser": "4.2.4",
288
+ "fast-xml-parser": "4.1.2",
304
289
  "tslib": "^2.5.0"
305
290
  },
306
291
  "engines": {
@@ -308,13 +293,13 @@
308
293
  }
309
294
  },
310
295
  "node_modules/@aws-sdk/config-resolver": {
311
- "version": "3.354.0",
312
- "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.354.0.tgz",
313
- "integrity": "sha512-K4XWie8yJPT8bpYVX54VJMQhiJRTw8PrjEs9QrKqvwoCcZ3G4qEt40tIu33XksuokXxk8rrVH5d7odOPBsAtdg==",
296
+ "version": "3.338.0",
297
+ "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.338.0.tgz",
298
+ "integrity": "sha512-rB9WUaMfTB74Hd2mOiyPFR7Q1viT+w6SaDSR9SA1P8EeIg5H13FNdIKb736Z8/6QJhDj7whdyk1CTGV+DmXOOg==",
314
299
  "dependencies": {
315
- "@aws-sdk/types": "3.347.0",
300
+ "@aws-sdk/types": "3.338.0",
316
301
  "@aws-sdk/util-config-provider": "3.310.0",
317
- "@aws-sdk/util-middleware": "3.347.0",
302
+ "@aws-sdk/util-middleware": "3.338.0",
318
303
  "tslib": "^2.5.0"
319
304
  },
320
305
  "engines": {
@@ -322,12 +307,12 @@
322
307
  }
323
308
  },
324
309
  "node_modules/@aws-sdk/credential-provider-env": {
325
- "version": "3.353.0",
326
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.353.0.tgz",
327
- "integrity": "sha512-Y4VsNS8O1FAD5J7S5itOhnOghQ5LIXlZ44t35nF8cbcF+JPvY3ToKzYpjYN1jM7DXKqU4shtqgYpzSqxlvEgKQ==",
310
+ "version": "3.338.0",
311
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.338.0.tgz",
312
+ "integrity": "sha512-j14vApy80tpk87C3x3uBf1caQsuR8RdQ8iOW830H/AOhsa88XaZIB/NQSX7exaIKZa2RU0Vv2wIlGAA8ko7J6g==",
328
313
  "dependencies": {
329
- "@aws-sdk/property-provider": "3.353.0",
330
- "@aws-sdk/types": "3.347.0",
314
+ "@aws-sdk/property-provider": "3.338.0",
315
+ "@aws-sdk/types": "3.338.0",
331
316
  "tslib": "^2.5.0"
332
317
  },
333
318
  "engines": {
@@ -335,14 +320,14 @@
335
320
  }
336
321
  },
337
322
  "node_modules/@aws-sdk/credential-provider-imds": {
338
- "version": "3.354.0",
339
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.354.0.tgz",
340
- "integrity": "sha512-AB+PuDd1jX6qgz+JYvIyOn8Kz9/lQ60KuY1TFb7g3S8zURw+DSeMJNR1jzEsorWICTzhxXmyasHVMa4Eo4Uq+Q==",
341
- "dependencies": {
342
- "@aws-sdk/node-config-provider": "3.354.0",
343
- "@aws-sdk/property-provider": "3.353.0",
344
- "@aws-sdk/types": "3.347.0",
345
- "@aws-sdk/url-parser": "3.347.0",
323
+ "version": "3.338.0",
324
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.338.0.tgz",
325
+ "integrity": "sha512-qsqeywYfJevg5pgUUUBmm7pK1bckVrl091PZB2IliFdQVnDvI5GFLf4B0oZqjaLAzPG1gVtxRvqIve+tnP/+xA==",
326
+ "dependencies": {
327
+ "@aws-sdk/node-config-provider": "3.338.0",
328
+ "@aws-sdk/property-provider": "3.338.0",
329
+ "@aws-sdk/types": "3.338.0",
330
+ "@aws-sdk/url-parser": "3.338.0",
346
331
  "tslib": "^2.5.0"
347
332
  },
348
333
  "engines": {
@@ -350,18 +335,18 @@
350
335
  }
351
336
  },
352
337
  "node_modules/@aws-sdk/credential-provider-ini": {
353
- "version": "3.354.0",
354
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.354.0.tgz",
355
- "integrity": "sha512-bn2ifrRsxWpxzwXa25jRdUECQ1dC+NB3YlRYnGdIaIQLF559N2jnfCabYzqyfKI++WU7aQeMofPe2PxVGlbv9Q==",
356
- "dependencies": {
357
- "@aws-sdk/credential-provider-env": "3.353.0",
358
- "@aws-sdk/credential-provider-imds": "3.354.0",
359
- "@aws-sdk/credential-provider-process": "3.354.0",
360
- "@aws-sdk/credential-provider-sso": "3.354.0",
361
- "@aws-sdk/credential-provider-web-identity": "3.354.0",
362
- "@aws-sdk/property-provider": "3.353.0",
363
- "@aws-sdk/shared-ini-file-loader": "3.354.0",
364
- "@aws-sdk/types": "3.347.0",
338
+ "version": "3.338.0",
339
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.338.0.tgz",
340
+ "integrity": "sha512-UhgYgymT9sJiRm0peqP5EvtR4dXiS2Q2AuFgDUjBvDz8JaZlqafsIS4cfyGwTHV/xY6cdiMu5rCTe8hTyXsukQ==",
341
+ "dependencies": {
342
+ "@aws-sdk/credential-provider-env": "3.338.0",
343
+ "@aws-sdk/credential-provider-imds": "3.338.0",
344
+ "@aws-sdk/credential-provider-process": "3.338.0",
345
+ "@aws-sdk/credential-provider-sso": "3.338.0",
346
+ "@aws-sdk/credential-provider-web-identity": "3.338.0",
347
+ "@aws-sdk/property-provider": "3.338.0",
348
+ "@aws-sdk/shared-ini-file-loader": "3.338.0",
349
+ "@aws-sdk/types": "3.338.0",
365
350
  "tslib": "^2.5.0"
366
351
  },
367
352
  "engines": {
@@ -369,19 +354,19 @@
369
354
  }
370
355
  },
371
356
  "node_modules/@aws-sdk/credential-provider-node": {
372
- "version": "3.354.0",
373
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.354.0.tgz",
374
- "integrity": "sha512-ltKiRtHfqDaCcrb44DIoSHQ9MposFl/aDtNdu5OdQv/2Q1r7M/r2fQdq9DHOrxeQQjaUH4C6k6fGTsxALTHyNA==",
375
- "dependencies": {
376
- "@aws-sdk/credential-provider-env": "3.353.0",
377
- "@aws-sdk/credential-provider-imds": "3.354.0",
378
- "@aws-sdk/credential-provider-ini": "3.354.0",
379
- "@aws-sdk/credential-provider-process": "3.354.0",
380
- "@aws-sdk/credential-provider-sso": "3.354.0",
381
- "@aws-sdk/credential-provider-web-identity": "3.354.0",
382
- "@aws-sdk/property-provider": "3.353.0",
383
- "@aws-sdk/shared-ini-file-loader": "3.354.0",
384
- "@aws-sdk/types": "3.347.0",
357
+ "version": "3.338.0",
358
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.338.0.tgz",
359
+ "integrity": "sha512-nZjaMRxJqX0EXMV9LA5IbRQI1pDGGZiPYX2KDfZ1Y9Gc1Y/vIZhHKOHGb1uKMAonlR076CsXlev4/tjC8SGGuw==",
360
+ "dependencies": {
361
+ "@aws-sdk/credential-provider-env": "3.338.0",
362
+ "@aws-sdk/credential-provider-imds": "3.338.0",
363
+ "@aws-sdk/credential-provider-ini": "3.338.0",
364
+ "@aws-sdk/credential-provider-process": "3.338.0",
365
+ "@aws-sdk/credential-provider-sso": "3.338.0",
366
+ "@aws-sdk/credential-provider-web-identity": "3.338.0",
367
+ "@aws-sdk/property-provider": "3.338.0",
368
+ "@aws-sdk/shared-ini-file-loader": "3.338.0",
369
+ "@aws-sdk/types": "3.338.0",
385
370
  "tslib": "^2.5.0"
386
371
  },
387
372
  "engines": {
@@ -389,13 +374,13 @@
389
374
  }
390
375
  },
391
376
  "node_modules/@aws-sdk/credential-provider-process": {
392
- "version": "3.354.0",
393
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.354.0.tgz",
394
- "integrity": "sha512-AxpASm+tS8V1PY4PLfG9dtqa96lzBJ3niTQb+RAm4uYCddW7gxNDkGB+jSCzVdUPVa3xA2ITBS/ka3C5yM8YWg==",
377
+ "version": "3.338.0",
378
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.338.0.tgz",
379
+ "integrity": "sha512-5I1EgJxFFEg8xel2kInMpkdBKajUut0hR2fBajqCmK7Pflu8s0I2NKDots9a3YJagNrFJq38+EzoDcUvRrd2dg==",
395
380
  "dependencies": {
396
- "@aws-sdk/property-provider": "3.353.0",
397
- "@aws-sdk/shared-ini-file-loader": "3.354.0",
398
- "@aws-sdk/types": "3.347.0",
381
+ "@aws-sdk/property-provider": "3.338.0",
382
+ "@aws-sdk/shared-ini-file-loader": "3.338.0",
383
+ "@aws-sdk/types": "3.338.0",
399
384
  "tslib": "^2.5.0"
400
385
  },
401
386
  "engines": {
@@ -403,15 +388,15 @@
403
388
  }
404
389
  },
405
390
  "node_modules/@aws-sdk/credential-provider-sso": {
406
- "version": "3.354.0",
407
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.354.0.tgz",
408
- "integrity": "sha512-ihiaUxh8V/nQgTOgQZxWQcbckXhM+J6Wdc4F0z9soi48iSOqzRpzPw5E14wSZScEZjNY/gKEDz8gCt8WkT/G0w==",
409
- "dependencies": {
410
- "@aws-sdk/client-sso": "3.354.0",
411
- "@aws-sdk/property-provider": "3.353.0",
412
- "@aws-sdk/shared-ini-file-loader": "3.354.0",
413
- "@aws-sdk/token-providers": "3.354.0",
414
- "@aws-sdk/types": "3.347.0",
391
+ "version": "3.338.0",
392
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.338.0.tgz",
393
+ "integrity": "sha512-fpzYHK17iF/uFkrm4cLg/utDVKSBTWNjAiNlE3GF6CaixBCwc0QBLKHk2nG4d1ZZeMVCbIUMS7eoqfR0LYc/yw==",
394
+ "dependencies": {
395
+ "@aws-sdk/client-sso": "3.338.0",
396
+ "@aws-sdk/property-provider": "3.338.0",
397
+ "@aws-sdk/shared-ini-file-loader": "3.338.0",
398
+ "@aws-sdk/token-providers": "3.338.0",
399
+ "@aws-sdk/types": "3.338.0",
415
400
  "tslib": "^2.5.0"
416
401
  },
417
402
  "engines": {
@@ -419,47 +404,36 @@
419
404
  }
420
405
  },
421
406
  "node_modules/@aws-sdk/credential-provider-web-identity": {
422
- "version": "3.354.0",
423
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.354.0.tgz",
424
- "integrity": "sha512-scx9mAf4m3Hc3uMX2Vh8GciEcC/5GqeDI8qc0zBj+UF/5c/GtihZA4WoCV3Sg3jMPDUKY81DiFCtcKHhtUqKfg==",
407
+ "version": "3.338.0",
408
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.338.0.tgz",
409
+ "integrity": "sha512-kjT/P18jM1icwjYwr8wfY//T8lv2s81ms7OC7vgiSqckmQOxpVkdsep9d44ymSUXwopmotFP7M9gGnEHS6HwAA==",
425
410
  "dependencies": {
426
- "@aws-sdk/property-provider": "3.353.0",
427
- "@aws-sdk/types": "3.347.0",
411
+ "@aws-sdk/property-provider": "3.338.0",
412
+ "@aws-sdk/types": "3.338.0",
428
413
  "tslib": "^2.5.0"
429
414
  },
430
415
  "engines": {
431
416
  "node": ">=14.0.0"
432
417
  }
433
418
  },
434
- "node_modules/@aws-sdk/eventstream-codec": {
435
- "version": "3.347.0",
436
- "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-codec/-/eventstream-codec-3.347.0.tgz",
437
- "integrity": "sha512-61q+SyspjsaQ4sdgjizMyRgVph2CiW4aAtfpoH69EJFJfTxTR/OqnZ9Jx/3YiYi0ksrvDenJddYodfWWJqD8/w==",
438
- "dependencies": {
439
- "@aws-crypto/crc32": "3.0.0",
440
- "@aws-sdk/types": "3.347.0",
441
- "@aws-sdk/util-hex-encoding": "3.310.0",
442
- "tslib": "^2.5.0"
443
- }
444
- },
445
419
  "node_modules/@aws-sdk/fetch-http-handler": {
446
- "version": "3.353.0",
447
- "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.353.0.tgz",
448
- "integrity": "sha512-8ic2+4E6jzfDevd++QS1rOR05QFkAhEFbi5Ja3/Zzp7TkWIS8wv5wwMATjNkbbdsXYuB5Lhl/OsjfZmIv5aqRw==",
420
+ "version": "3.338.0",
421
+ "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.338.0.tgz",
422
+ "integrity": "sha512-NOIQmeSa51J2nFAzl99IjxwQkq27cdNJzF59jQWzpUCGbxXfMD4WWy2NHubabSFuJ4FJU2eyoQHUNUFc6/uxXA==",
449
423
  "dependencies": {
450
- "@aws-sdk/protocol-http": "3.347.0",
451
- "@aws-sdk/querystring-builder": "3.347.0",
452
- "@aws-sdk/types": "3.347.0",
424
+ "@aws-sdk/protocol-http": "3.338.0",
425
+ "@aws-sdk/querystring-builder": "3.338.0",
426
+ "@aws-sdk/types": "3.338.0",
453
427
  "@aws-sdk/util-base64": "3.310.0",
454
428
  "tslib": "^2.5.0"
455
429
  }
456
430
  },
457
431
  "node_modules/@aws-sdk/hash-node": {
458
- "version": "3.347.0",
459
- "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.347.0.tgz",
460
- "integrity": "sha512-96+ml/4EaUaVpzBdOLGOxdoXOjkPgkoJp/0i1fxOJEvl8wdAQSwc3IugVK9wZkCxy2DlENtgOe6DfIOhfffm/g==",
432
+ "version": "3.338.0",
433
+ "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.338.0.tgz",
434
+ "integrity": "sha512-udveX3ZRO1oUbyBTQH0LJ8Ika7uk0pHuXrqapdi66GGRJB50IhmOg372zUEwZjDB7DZYXfGTCuAj2OoEalgpBA==",
461
435
  "dependencies": {
462
- "@aws-sdk/types": "3.347.0",
436
+ "@aws-sdk/types": "3.338.0",
463
437
  "@aws-sdk/util-buffer-from": "3.310.0",
464
438
  "@aws-sdk/util-utf8": "3.310.0",
465
439
  "tslib": "^2.5.0"
@@ -469,11 +443,11 @@
469
443
  }
470
444
  },
471
445
  "node_modules/@aws-sdk/invalid-dependency": {
472
- "version": "3.347.0",
473
- "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.347.0.tgz",
474
- "integrity": "sha512-8imQcwLwqZ/wTJXZqzXT9pGLIksTRckhGLZaXT60tiBOPKuerTsus2L59UstLs5LP8TKaVZKFFSsjRIn9dQdmQ==",
446
+ "version": "3.338.0",
447
+ "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.338.0.tgz",
448
+ "integrity": "sha512-m6r1fTTGSl0V6l8Z+Ii4Ei8VFpDmu0AT6A59ZhJaMZgxf925ywuCPydyDW9ZqTLE0e7CgxhEHEsH1+HzpVuHTw==",
475
449
  "dependencies": {
476
- "@aws-sdk/types": "3.347.0",
450
+ "@aws-sdk/types": "3.338.0",
477
451
  "tslib": "^2.5.0"
478
452
  }
479
453
  },
@@ -489,12 +463,12 @@
489
463
  }
490
464
  },
491
465
  "node_modules/@aws-sdk/middleware-content-length": {
492
- "version": "3.347.0",
493
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.347.0.tgz",
494
- "integrity": "sha512-i4qtWTDImMaDUtwKQPbaZpXsReiwiBomM1cWymCU4bhz81HL01oIxOxOBuiM+3NlDoCSPr3KI6txZSz/8cqXCQ==",
466
+ "version": "3.338.0",
467
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.338.0.tgz",
468
+ "integrity": "sha512-m2C+yJaNmbA3ocBp/7ImUUuimymV5JsFdV7yAibpbYMX22g3q83nieOF9x0I66J0+h+/bcriz/T1ZJAPANLz/g==",
495
469
  "dependencies": {
496
- "@aws-sdk/protocol-http": "3.347.0",
497
- "@aws-sdk/types": "3.347.0",
470
+ "@aws-sdk/protocol-http": "3.338.0",
471
+ "@aws-sdk/types": "3.338.0",
498
472
  "tslib": "^2.5.0"
499
473
  },
500
474
  "engines": {
@@ -502,14 +476,14 @@
502
476
  }
503
477
  },
504
478
  "node_modules/@aws-sdk/middleware-endpoint": {
505
- "version": "3.347.0",
506
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.347.0.tgz",
507
- "integrity": "sha512-unF0c6dMaUL1ffU+37Ugty43DgMnzPWXr/Jup/8GbK5fzzWT5NQq6dj9KHPubMbWeEjQbmczvhv25JuJdK8gNQ==",
508
- "dependencies": {
509
- "@aws-sdk/middleware-serde": "3.347.0",
510
- "@aws-sdk/types": "3.347.0",
511
- "@aws-sdk/url-parser": "3.347.0",
512
- "@aws-sdk/util-middleware": "3.347.0",
479
+ "version": "3.338.0",
480
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.338.0.tgz",
481
+ "integrity": "sha512-bzL9Q8lFidg2NTjGVGDKI6yPG/XiPS+VIAMHJeihQmcv1alIy+N3IL4bEN15Fg+cwaGm+P3BevcLIHmcCOVb4w==",
482
+ "dependencies": {
483
+ "@aws-sdk/middleware-serde": "3.338.0",
484
+ "@aws-sdk/types": "3.338.0",
485
+ "@aws-sdk/url-parser": "3.338.0",
486
+ "@aws-sdk/util-middleware": "3.338.0",
513
487
  "tslib": "^2.5.0"
514
488
  },
515
489
  "engines": {
@@ -517,12 +491,12 @@
517
491
  }
518
492
  },
519
493
  "node_modules/@aws-sdk/middleware-host-header": {
520
- "version": "3.347.0",
521
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.347.0.tgz",
522
- "integrity": "sha512-kpKmR9OvMlnReqp5sKcJkozbj1wmlblbVSbnQAIkzeQj2xD5dnVR3Nn2ogQKxSmU1Fv7dEroBtrruJ1o3fY38A==",
494
+ "version": "3.338.0",
495
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.338.0.tgz",
496
+ "integrity": "sha512-k3C7oppkrqeKrAJt9XIl45SdELtnph9BF0QypjyRfT5MNEDnMMsQkc6xy3ZMqG5dWQq6B2l8C+JL7pOvkSQP3w==",
523
497
  "dependencies": {
524
- "@aws-sdk/protocol-http": "3.347.0",
525
- "@aws-sdk/types": "3.347.0",
498
+ "@aws-sdk/protocol-http": "3.338.0",
499
+ "@aws-sdk/types": "3.338.0",
526
500
  "tslib": "^2.5.0"
527
501
  },
528
502
  "engines": {
@@ -530,11 +504,11 @@
530
504
  }
531
505
  },
532
506
  "node_modules/@aws-sdk/middleware-logger": {
533
- "version": "3.347.0",
534
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.347.0.tgz",
535
- "integrity": "sha512-NYC+Id5UCkVn+3P1t/YtmHt75uED06vwaKyxDy0UmB2K66PZLVtwWbLpVWrhbroaw1bvUHYcRyQ9NIfnVcXQjA==",
507
+ "version": "3.338.0",
508
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.338.0.tgz",
509
+ "integrity": "sha512-btj9U0Xovq/UAu3Ur4lAfF7Q3DvvwJ/0UUWsI6GgSzzqSOFgKCz7hCP2GZIT8aXEA5hJOpBOEMkNMjWPNa91Hg==",
536
510
  "dependencies": {
537
- "@aws-sdk/types": "3.347.0",
511
+ "@aws-sdk/types": "3.338.0",
538
512
  "tslib": "^2.5.0"
539
513
  },
540
514
  "engines": {
@@ -542,12 +516,12 @@
542
516
  }
543
517
  },
544
518
  "node_modules/@aws-sdk/middleware-recursion-detection": {
545
- "version": "3.347.0",
546
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.347.0.tgz",
547
- "integrity": "sha512-qfnSvkFKCAMjMHR31NdsT0gv5Sq/ZHTUD4yQsSLpbVQ6iYAS834lrzXt41iyEHt57Y514uG7F/Xfvude3u4icQ==",
519
+ "version": "3.338.0",
520
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.338.0.tgz",
521
+ "integrity": "sha512-fu5KwiHHSqC8KTQH6xdJ9+dua4gQcXSFLE5fVsergqd0uVdsmhiI+IDfW6QNwF/lmCqnoKDkpeasuB98eG2tow==",
548
522
  "dependencies": {
549
- "@aws-sdk/protocol-http": "3.347.0",
550
- "@aws-sdk/types": "3.347.0",
523
+ "@aws-sdk/protocol-http": "3.338.0",
524
+ "@aws-sdk/types": "3.338.0",
551
525
  "tslib": "^2.5.0"
552
526
  },
553
527
  "engines": {
@@ -555,15 +529,15 @@
555
529
  }
556
530
  },
557
531
  "node_modules/@aws-sdk/middleware-retry": {
558
- "version": "3.354.0",
559
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.354.0.tgz",
560
- "integrity": "sha512-dnG5Nd/mobbhcWCM71DQWI9+f6b6fDSzALXftFIP/8lsXKRcWDSQuYjrnVST2wZzk/QmdF8TnVD0C1xL14K6CQ==",
561
- "dependencies": {
562
- "@aws-sdk/protocol-http": "3.347.0",
563
- "@aws-sdk/service-error-classification": "3.347.0",
564
- "@aws-sdk/types": "3.347.0",
565
- "@aws-sdk/util-middleware": "3.347.0",
566
- "@aws-sdk/util-retry": "3.347.0",
532
+ "version": "3.338.0",
533
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.338.0.tgz",
534
+ "integrity": "sha512-nw1oPFkB7TdDG4Vlz2Td47ft/2Gmx1bA18QfE9K1mMWZ4nnoAL8xnHbowlTfHo62+BbFCAPu53PzDUCncBL0iw==",
535
+ "dependencies": {
536
+ "@aws-sdk/protocol-http": "3.338.0",
537
+ "@aws-sdk/service-error-classification": "3.338.0",
538
+ "@aws-sdk/types": "3.338.0",
539
+ "@aws-sdk/util-middleware": "3.338.0",
540
+ "@aws-sdk/util-retry": "3.338.0",
567
541
  "tslib": "^2.5.0",
568
542
  "uuid": "^8.3.2"
569
543
  },
@@ -580,12 +554,12 @@
580
554
  }
581
555
  },
582
556
  "node_modules/@aws-sdk/middleware-sdk-sts": {
583
- "version": "3.354.0",
584
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.354.0.tgz",
585
- "integrity": "sha512-L6vyAwYrdcOoB4YgCqNJNr+ZZtLHEF2Ym3CTfmFm2srXHqHuRB+mBu0NLV/grz77znIArK1H1ZL/ZaH2I5hclA==",
557
+ "version": "3.338.0",
558
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.338.0.tgz",
559
+ "integrity": "sha512-aZ8eFVaot8oYQri1wOesrA3gLizeAHtlA/ELlqxoGDJtO011J4/hTHTn0iJGbktaCvc1L3TF6mgOsgXpudYqMg==",
586
560
  "dependencies": {
587
- "@aws-sdk/middleware-signing": "3.354.0",
588
- "@aws-sdk/types": "3.347.0",
561
+ "@aws-sdk/middleware-signing": "3.338.0",
562
+ "@aws-sdk/types": "3.338.0",
589
563
  "tslib": "^2.5.0"
590
564
  },
591
565
  "engines": {
@@ -593,11 +567,11 @@
593
567
  }
594
568
  },
595
569
  "node_modules/@aws-sdk/middleware-serde": {
596
- "version": "3.347.0",
597
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.347.0.tgz",
598
- "integrity": "sha512-x5Foi7jRbVJXDu9bHfyCbhYDH5pKK+31MmsSJ3k8rY8keXLBxm2XEEg/AIoV9/TUF9EeVvZ7F1/RmMpJnWQsEg==",
570
+ "version": "3.338.0",
571
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.338.0.tgz",
572
+ "integrity": "sha512-AabRLrE6sk9tqQlQ7z3kn4gTHNN7Anjk/AM0ZEu96WcWjedcpgM1vVpKTBE7vjnxcTRNq0CEM3GLtQqaZ7/HjQ==",
599
573
  "dependencies": {
600
- "@aws-sdk/types": "3.347.0",
574
+ "@aws-sdk/types": "3.338.0",
601
575
  "tslib": "^2.5.0"
602
576
  },
603
577
  "engines": {
@@ -605,15 +579,15 @@
605
579
  }
606
580
  },
607
581
  "node_modules/@aws-sdk/middleware-signing": {
608
- "version": "3.354.0",
609
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.354.0.tgz",
610
- "integrity": "sha512-Dd+vIhJL0VqqKWqlTKlKC5jkCaEIk73ZEXNfv44XbsI25a0vXbatHp1M8jB/cgkJC/Mri1TX9dmckP/C0FDEwA==",
611
- "dependencies": {
612
- "@aws-sdk/property-provider": "3.353.0",
613
- "@aws-sdk/protocol-http": "3.347.0",
614
- "@aws-sdk/signature-v4": "3.354.0",
615
- "@aws-sdk/types": "3.347.0",
616
- "@aws-sdk/util-middleware": "3.347.0",
582
+ "version": "3.338.0",
583
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.338.0.tgz",
584
+ "integrity": "sha512-AprhhShMF75mOx80SABujLwrU/w2uHQIvWd6aF3BsE5JRI3uQZRqspfjFCaK52HNLQPj3sCQUw1GeiZJ8GyWCw==",
585
+ "dependencies": {
586
+ "@aws-sdk/property-provider": "3.338.0",
587
+ "@aws-sdk/protocol-http": "3.338.0",
588
+ "@aws-sdk/signature-v4": "3.338.0",
589
+ "@aws-sdk/types": "3.338.0",
590
+ "@aws-sdk/util-middleware": "3.338.0",
617
591
  "tslib": "^2.5.0"
618
592
  },
619
593
  "engines": {
@@ -621,9 +595,9 @@
621
595
  }
622
596
  },
623
597
  "node_modules/@aws-sdk/middleware-stack": {
624
- "version": "3.347.0",
625
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.347.0.tgz",
626
- "integrity": "sha512-Izidg4rqtYMcKuvn2UzgEpPLSmyd8ub9+LQ2oIzG3mpIzCBITq7wp40jN1iNkMg+X6KEnX9vdMJIYZsPYMCYuQ==",
598
+ "version": "3.338.0",
599
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.338.0.tgz",
600
+ "integrity": "sha512-9zXyiklX9AK9ZIXuIPzWzz2vevBEcnBs9UNIxiHl4NBZ8d8oyTvaES1PtFuwL6f7ANSZ9EGVQ2rdTTnMNxMI1A==",
627
601
  "dependencies": {
628
602
  "tslib": "^2.5.0"
629
603
  },
@@ -632,13 +606,13 @@
632
606
  }
633
607
  },
634
608
  "node_modules/@aws-sdk/middleware-user-agent": {
635
- "version": "3.352.0",
636
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.352.0.tgz",
637
- "integrity": "sha512-QGqblMTsVDqeomy22KPm9LUW8PHZXBA2Hjk9Hcw8U1uFS8IKYJrewInG3ae2+9FAcTyug4LFWDf8CRr9YH2B3Q==",
609
+ "version": "3.338.0",
610
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.338.0.tgz",
611
+ "integrity": "sha512-DMqODOsDMFMPcDw2Ya6a0i34AhaBDRpp3vJ+FK3zPxUIsv6iHA+XqEcXLOxROLLoydoyxus7k2U+EWibLZrFbQ==",
638
612
  "dependencies": {
639
- "@aws-sdk/protocol-http": "3.347.0",
640
- "@aws-sdk/types": "3.347.0",
641
- "@aws-sdk/util-endpoints": "3.352.0",
613
+ "@aws-sdk/protocol-http": "3.338.0",
614
+ "@aws-sdk/types": "3.338.0",
615
+ "@aws-sdk/util-endpoints": "3.338.0",
642
616
  "tslib": "^2.5.0"
643
617
  },
644
618
  "engines": {
@@ -646,13 +620,13 @@
646
620
  }
647
621
  },
648
622
  "node_modules/@aws-sdk/node-config-provider": {
649
- "version": "3.354.0",
650
- "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.354.0.tgz",
651
- "integrity": "sha512-pF1ZGWWvmwbrloNHYF3EDqCb9hq5wfZwDqAwAPhWkYnUYKkR7E7MZVuTwUDU48io8k6Z5pM52l/54w8e8aedTw==",
623
+ "version": "3.338.0",
624
+ "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.338.0.tgz",
625
+ "integrity": "sha512-YO7yWg3ipnUI5u6D+Zn2NUpjj5krwc8zNWeY79ULVIp9g7faqGX3xMSjeRSrpZ83s5jg1dOm/+bB0gw7mCrRCw==",
652
626
  "dependencies": {
653
- "@aws-sdk/property-provider": "3.353.0",
654
- "@aws-sdk/shared-ini-file-loader": "3.354.0",
655
- "@aws-sdk/types": "3.347.0",
627
+ "@aws-sdk/property-provider": "3.338.0",
628
+ "@aws-sdk/shared-ini-file-loader": "3.338.0",
629
+ "@aws-sdk/types": "3.338.0",
656
630
  "tslib": "^2.5.0"
657
631
  },
658
632
  "engines": {
@@ -660,14 +634,14 @@
660
634
  }
661
635
  },
662
636
  "node_modules/@aws-sdk/node-http-handler": {
663
- "version": "3.350.0",
664
- "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.350.0.tgz",
665
- "integrity": "sha512-oD96GAlmpzYilCdC8wwyURM5lNfNHZCjm/kxBkQulHKa2kRbIrnD9GfDqdCkWA5cTpjh1NzGLT4D6e6UFDjt9w==",
666
- "dependencies": {
667
- "@aws-sdk/abort-controller": "3.347.0",
668
- "@aws-sdk/protocol-http": "3.347.0",
669
- "@aws-sdk/querystring-builder": "3.347.0",
670
- "@aws-sdk/types": "3.347.0",
637
+ "version": "3.338.0",
638
+ "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.338.0.tgz",
639
+ "integrity": "sha512-V1BLzCruiv45tJ0vXjiamY8LncIsUFsXYJGDupomFYhWRN8L1MUB9f2vdKn5X3wXn/yKrluwTmNaryrIqd9akA==",
640
+ "dependencies": {
641
+ "@aws-sdk/abort-controller": "3.338.0",
642
+ "@aws-sdk/protocol-http": "3.338.0",
643
+ "@aws-sdk/querystring-builder": "3.338.0",
644
+ "@aws-sdk/types": "3.338.0",
671
645
  "tslib": "^2.5.0"
672
646
  },
673
647
  "engines": {
@@ -675,11 +649,11 @@
675
649
  }
676
650
  },
677
651
  "node_modules/@aws-sdk/property-provider": {
678
- "version": "3.353.0",
679
- "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.353.0.tgz",
680
- "integrity": "sha512-Iu6J59hncaew7eBKroTcLjZ8cgrom0IWyZZ09rsow3rZDHVtw7LQSrUyuqsSbKGY9eRtL7Wa6ZtYHnXFiAE2kg==",
652
+ "version": "3.338.0",
653
+ "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.338.0.tgz",
654
+ "integrity": "sha512-mC+ZJ738ipif6ZkH59gcipozYj1FOfpXr9pGVCA2hJGLDdaBwI2Jfpb2qCqbsTNtoCjBuIy+sQHGmUHyclgYHg==",
681
655
  "dependencies": {
682
- "@aws-sdk/types": "3.347.0",
656
+ "@aws-sdk/types": "3.338.0",
683
657
  "tslib": "^2.5.0"
684
658
  },
685
659
  "engines": {
@@ -687,11 +661,11 @@
687
661
  }
688
662
  },
689
663
  "node_modules/@aws-sdk/protocol-http": {
690
- "version": "3.347.0",
691
- "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.347.0.tgz",
692
- "integrity": "sha512-2YdBhc02Wvy03YjhGwUxF0UQgrPWEy8Iq75pfS42N+/0B/+eWX1aQgfjFxIpLg7YSjT5eKtYOQGlYd4MFTgj9g==",
664
+ "version": "3.338.0",
665
+ "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.338.0.tgz",
666
+ "integrity": "sha512-JX03Q2gshdzOWtA/07kdpk0hqeOrOfwuF8TB97g66VCcIopYQkCeNH1zzkWu+RsGxfSlzQ7up+ZM6sclYXyB1A==",
693
667
  "dependencies": {
694
- "@aws-sdk/types": "3.347.0",
668
+ "@aws-sdk/types": "3.338.0",
695
669
  "tslib": "^2.5.0"
696
670
  },
697
671
  "engines": {
@@ -699,11 +673,11 @@
699
673
  }
700
674
  },
701
675
  "node_modules/@aws-sdk/querystring-builder": {
702
- "version": "3.347.0",
703
- "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.347.0.tgz",
704
- "integrity": "sha512-phtKTe6FXoV02MoPkIVV6owXI8Mwr5IBN3bPoxhcPvJG2AjEmnetSIrhb8kwc4oNhlwfZwH6Jo5ARW/VEWbZtg==",
676
+ "version": "3.338.0",
677
+ "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.338.0.tgz",
678
+ "integrity": "sha512-IB3YhO93Htwt2SxJx4VWsN57Rt1KEsvZ6PbneO4bcS96E04BlfBujYMZ+QxEM3EJxorhpkwbI2QnI12IjD8FhA==",
705
679
  "dependencies": {
706
- "@aws-sdk/types": "3.347.0",
680
+ "@aws-sdk/types": "3.338.0",
707
681
  "@aws-sdk/util-uri-escape": "3.310.0",
708
682
  "tslib": "^2.5.0"
709
683
  },
@@ -712,11 +686,11 @@
712
686
  }
713
687
  },
714
688
  "node_modules/@aws-sdk/querystring-parser": {
715
- "version": "3.347.0",
716
- "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.347.0.tgz",
717
- "integrity": "sha512-5VXOhfZz78T2W7SuXf2avfjKglx1VZgZgp9Zfhrt/Rq+MTu2D+PZc5zmJHhYigD7x83jLSLogpuInQpFMA9LgA==",
689
+ "version": "3.338.0",
690
+ "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.338.0.tgz",
691
+ "integrity": "sha512-vtI8Gqx4yj0BZlWonRMgLz68sHt5H48HN+ClnY+fDDB/8KLnCuwZ3TGKmYIbYbshL9wjJz0A9aLzuC6nPQ5JKw==",
718
692
  "dependencies": {
719
- "@aws-sdk/types": "3.347.0",
693
+ "@aws-sdk/types": "3.338.0",
720
694
  "tslib": "^2.5.0"
721
695
  },
722
696
  "engines": {
@@ -724,19 +698,19 @@
724
698
  }
725
699
  },
726
700
  "node_modules/@aws-sdk/service-error-classification": {
727
- "version": "3.347.0",
728
- "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.347.0.tgz",
729
- "integrity": "sha512-xZ3MqSY81Oy2gh5g0fCtooAbahqh9VhsF8vcKjVX8+XPbGC8y+kej82+MsMg4gYL8gRFB9u4hgYbNgIS6JTAvg==",
701
+ "version": "3.338.0",
702
+ "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.338.0.tgz",
703
+ "integrity": "sha512-BJFr2mx/N3NbycGTlMMGRBc0tGcHXHEbMPy1H2RbejzL23zh27MchaL1WAK9SvwVMKS29hSDbhkuVR2ABRjerA==",
730
704
  "engines": {
731
705
  "node": ">=14.0.0"
732
706
  }
733
707
  },
734
708
  "node_modules/@aws-sdk/shared-ini-file-loader": {
735
- "version": "3.354.0",
736
- "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.354.0.tgz",
737
- "integrity": "sha512-UL9loGEsdzpHBu/PtlwUvkl/yRdmWXkySp22jUaeeRtBhiGAnyeYhxJLIt+u+UkX7Mwz+810SaZJqA9ptOXNAg==",
709
+ "version": "3.338.0",
710
+ "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.338.0.tgz",
711
+ "integrity": "sha512-MA1Sp97LFlOXcUaXgo47j86IsPRWYq1V/JqR+uu0zofZw4Xlt7Y6F+mmnDHvuuMy6R2ltzjXSwgrrW3k0bxFPA==",
738
712
  "dependencies": {
739
- "@aws-sdk/types": "3.347.0",
713
+ "@aws-sdk/types": "3.338.0",
740
714
  "tslib": "^2.5.0"
741
715
  },
742
716
  "engines": {
@@ -744,15 +718,14 @@
744
718
  }
745
719
  },
746
720
  "node_modules/@aws-sdk/signature-v4": {
747
- "version": "3.354.0",
748
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.354.0.tgz",
749
- "integrity": "sha512-bDp43P5NkwwznpZqmsr78DuyqNcjtS4mriuajb8XPhFNo8DrMXUrdrKJ+5aNABW7YG8uK8PSKBpq88ado692/w==",
721
+ "version": "3.338.0",
722
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.338.0.tgz",
723
+ "integrity": "sha512-EwKTe/8Iwab/v0eo27w7DRYlqp9wEZEhuRfOMwTikUVH6iuTnW6AXjcIUfcRYBRbx2zqnRSiMAZkjN6ZFYm0bQ==",
750
724
  "dependencies": {
751
- "@aws-sdk/eventstream-codec": "3.347.0",
752
725
  "@aws-sdk/is-array-buffer": "3.310.0",
753
- "@aws-sdk/types": "3.347.0",
726
+ "@aws-sdk/types": "3.338.0",
754
727
  "@aws-sdk/util-hex-encoding": "3.310.0",
755
- "@aws-sdk/util-middleware": "3.347.0",
728
+ "@aws-sdk/util-middleware": "3.338.0",
756
729
  "@aws-sdk/util-uri-escape": "3.310.0",
757
730
  "@aws-sdk/util-utf8": "3.310.0",
758
731
  "tslib": "^2.5.0"
@@ -762,12 +735,12 @@
762
735
  }
763
736
  },
764
737
  "node_modules/@aws-sdk/smithy-client": {
765
- "version": "3.347.0",
766
- "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.347.0.tgz",
767
- "integrity": "sha512-PaGTDsJLGK0sTjA6YdYQzILRlPRN3uVFyqeBUkfltXssvUzkm8z2t1lz2H4VyJLAhwnG5ZuZTNEV/2mcWrU7JQ==",
738
+ "version": "3.338.0",
739
+ "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.338.0.tgz",
740
+ "integrity": "sha512-IpFLdLG8GwaiFdqVXf+WyU47Hfa2BMIupAU6iSkE2ZO0lBdg+efn/BBwis5WbBNTDCaaU0xH9y68SmnqqtD7pA==",
768
741
  "dependencies": {
769
- "@aws-sdk/middleware-stack": "3.347.0",
770
- "@aws-sdk/types": "3.347.0",
742
+ "@aws-sdk/middleware-stack": "3.338.0",
743
+ "@aws-sdk/types": "3.338.0",
771
744
  "tslib": "^2.5.0"
772
745
  },
773
746
  "engines": {
@@ -775,14 +748,14 @@
775
748
  }
776
749
  },
777
750
  "node_modules/@aws-sdk/token-providers": {
778
- "version": "3.354.0",
779
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.354.0.tgz",
780
- "integrity": "sha512-KcijiySy0oIyafKQagcwgu0fo35mK+2K8pwxRU1WfXqe80Gn1qGceeWcG4iW+t/rUaxa/LVo857N0LcagxCrZA==",
781
- "dependencies": {
782
- "@aws-sdk/client-sso-oidc": "3.354.0",
783
- "@aws-sdk/property-provider": "3.353.0",
784
- "@aws-sdk/shared-ini-file-loader": "3.354.0",
785
- "@aws-sdk/types": "3.347.0",
751
+ "version": "3.338.0",
752
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.338.0.tgz",
753
+ "integrity": "sha512-wuiEGcWiMeq5N68M489i2iGYcCad9p1btNEOFgus+JO3DRSA6HZXizLI1wqfbUm5Ei8512AvUKB6N8PMzahQsg==",
754
+ "dependencies": {
755
+ "@aws-sdk/client-sso-oidc": "3.338.0",
756
+ "@aws-sdk/property-provider": "3.338.0",
757
+ "@aws-sdk/shared-ini-file-loader": "3.338.0",
758
+ "@aws-sdk/types": "3.338.0",
786
759
  "tslib": "^2.5.0"
787
760
  },
788
761
  "engines": {
@@ -790,9 +763,9 @@
790
763
  }
791
764
  },
792
765
  "node_modules/@aws-sdk/types": {
793
- "version": "3.347.0",
794
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.347.0.tgz",
795
- "integrity": "sha512-GkCMy79mdjU9OTIe5KT58fI/6uqdf8UmMdWqVHmFJ+UpEzOci7L/uw4sOXWo7xpPzLs6cJ7s5ouGZW4GRPmHFA==",
766
+ "version": "3.338.0",
767
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.338.0.tgz",
768
+ "integrity": "sha512-hrNK15o+EObLrl9oWOyxJN2dwjgbdBMGolLEVP/wR/+M9ojHgk/x1kMsCVcV82a8Vgdtqx1TyOC3UugUPT0+NA==",
796
769
  "dependencies": {
797
770
  "tslib": "^2.5.0"
798
771
  },
@@ -801,12 +774,12 @@
801
774
  }
802
775
  },
803
776
  "node_modules/@aws-sdk/url-parser": {
804
- "version": "3.347.0",
805
- "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.347.0.tgz",
806
- "integrity": "sha512-lhrnVjxdV7hl+yCnJfDZOaVLSqKjxN20MIOiijRiqaWGLGEAiSqBreMhL89X1WKCifxAs4zZf9YB9SbdziRpAA==",
777
+ "version": "3.338.0",
778
+ "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.338.0.tgz",
779
+ "integrity": "sha512-x8a5swfZ6iWJZEA8rm99OKQ1A6xhWPP1taQUzoPavGCzPAOqyc8cd0FcXYMxvtXb3FeBhGaI8tiGKvelJro0+A==",
807
780
  "dependencies": {
808
- "@aws-sdk/querystring-parser": "3.347.0",
809
- "@aws-sdk/types": "3.347.0",
781
+ "@aws-sdk/querystring-parser": "3.338.0",
782
+ "@aws-sdk/types": "3.338.0",
810
783
  "tslib": "^2.5.0"
811
784
  }
812
785
  },
@@ -865,12 +838,12 @@
865
838
  }
866
839
  },
867
840
  "node_modules/@aws-sdk/util-defaults-mode-browser": {
868
- "version": "3.353.0",
869
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.353.0.tgz",
870
- "integrity": "sha512-ushvOQKJIH7S6E//xMDPyf2/Bbu0K2A0GJRB88qQV6VKRBo4PEbeHTb6BbzPhYVX0IbY3uR/X7+Xwk4FeEkMWg==",
841
+ "version": "3.338.0",
842
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.338.0.tgz",
843
+ "integrity": "sha512-Zfr5c7JKMJTfb7z+hgd0ioU5iw+wId6Cppc5V1HpZuS2YY4Mn3aJIixzyzhIoCzbmk/yIkf96981epM9eo3/TA==",
871
844
  "dependencies": {
872
- "@aws-sdk/property-provider": "3.353.0",
873
- "@aws-sdk/types": "3.347.0",
845
+ "@aws-sdk/property-provider": "3.338.0",
846
+ "@aws-sdk/types": "3.338.0",
874
847
  "bowser": "^2.11.0",
875
848
  "tslib": "^2.5.0"
876
849
  },
@@ -879,15 +852,15 @@
879
852
  }
880
853
  },
881
854
  "node_modules/@aws-sdk/util-defaults-mode-node": {
882
- "version": "3.354.0",
883
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.354.0.tgz",
884
- "integrity": "sha512-CaaRVBdOYX4wZadj+CDUxpO+4RjyYJcSv71A60jV6CZ/ya1+oYfmPbG5QZ4AlV6crdev2B+aUoR2LPIYqn/GnQ==",
885
- "dependencies": {
886
- "@aws-sdk/config-resolver": "3.354.0",
887
- "@aws-sdk/credential-provider-imds": "3.354.0",
888
- "@aws-sdk/node-config-provider": "3.354.0",
889
- "@aws-sdk/property-provider": "3.353.0",
890
- "@aws-sdk/types": "3.347.0",
855
+ "version": "3.338.0",
856
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.338.0.tgz",
857
+ "integrity": "sha512-DFM3BSpSetshZTgTjueCkAYZWS0tn5zl7SjkSpFhWQZ8Tt/Df3/DEjcPvxzmC/5vgYSUXNsqcI7lLAJk9aGZAA==",
858
+ "dependencies": {
859
+ "@aws-sdk/config-resolver": "3.338.0",
860
+ "@aws-sdk/credential-provider-imds": "3.338.0",
861
+ "@aws-sdk/node-config-provider": "3.338.0",
862
+ "@aws-sdk/property-provider": "3.338.0",
863
+ "@aws-sdk/types": "3.338.0",
891
864
  "tslib": "^2.5.0"
892
865
  },
893
866
  "engines": {
@@ -895,11 +868,11 @@
895
868
  }
896
869
  },
897
870
  "node_modules/@aws-sdk/util-endpoints": {
898
- "version": "3.352.0",
899
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.352.0.tgz",
900
- "integrity": "sha512-PjWMPdoIUWfBPgAWLyOrWFbdSS/3DJtc0OmFb/JrE8C8rKFYl+VGW5f1p0cVdRWiDR0xCGr0s67p8itAakVqjw==",
871
+ "version": "3.338.0",
872
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.338.0.tgz",
873
+ "integrity": "sha512-0gBQcohbNcBsBR7oyaD0Dg2m6qOmfp0G1iN/NM23gwAr2H3ni8tUXfs1HsZzxikOwUr6dSLASokc30vQXBF44A==",
901
874
  "dependencies": {
902
- "@aws-sdk/types": "3.347.0",
875
+ "@aws-sdk/types": "3.338.0",
903
876
  "tslib": "^2.5.0"
904
877
  },
905
878
  "engines": {
@@ -929,9 +902,9 @@
929
902
  }
930
903
  },
931
904
  "node_modules/@aws-sdk/util-middleware": {
932
- "version": "3.347.0",
933
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.347.0.tgz",
934
- "integrity": "sha512-8owqUA3ePufeYTUvlzdJ7Z0miLorTwx+rNol5lourGQZ9JXsVMo23+yGA7nOlFuXSGkoKpMOtn6S0BT2bcfeiw==",
905
+ "version": "3.338.0",
906
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.338.0.tgz",
907
+ "integrity": "sha512-oQuAmhi16HWEqVa+Nq4VD4Ymet9vS+uiW92reaagQrW2QFjAgJW9A6pU0PcIHF9sWY1iDKeNdV5b9odQ45PDJA==",
935
908
  "dependencies": {
936
909
  "tslib": "^2.5.0"
937
910
  },
@@ -940,11 +913,11 @@
940
913
  }
941
914
  },
942
915
  "node_modules/@aws-sdk/util-retry": {
943
- "version": "3.347.0",
944
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.347.0.tgz",
945
- "integrity": "sha512-NxnQA0/FHFxriQAeEgBonA43Q9/VPFQa8cfJDuT2A1YZruMasgjcltoZszi1dvoIRWSZsFTW42eY2gdOd0nffQ==",
916
+ "version": "3.338.0",
917
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.338.0.tgz",
918
+ "integrity": "sha512-diR6M3gJgSgBg/87L2e8iF8urG+LOW9ZGWxhntYpYX4uhiIjwNgUPUa993553C8GIOZDHez5X9ExU4asYGQ71Q==",
946
919
  "dependencies": {
947
- "@aws-sdk/service-error-classification": "3.347.0",
920
+ "@aws-sdk/service-error-classification": "3.338.0",
948
921
  "tslib": "^2.5.0"
949
922
  },
950
923
  "engines": {
@@ -963,22 +936,22 @@
963
936
  }
964
937
  },
965
938
  "node_modules/@aws-sdk/util-user-agent-browser": {
966
- "version": "3.347.0",
967
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.347.0.tgz",
968
- "integrity": "sha512-ydxtsKVtQefgbk1Dku1q7pMkjDYThauG9/8mQkZUAVik55OUZw71Zzr3XO8J8RKvQG8lmhPXuAQ0FKAyycc0RA==",
939
+ "version": "3.338.0",
940
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.338.0.tgz",
941
+ "integrity": "sha512-3e8D+SOtOQEtRtksOEF7EC26xPkuY6YK6biLgdtvR9JspK96rHk5eX1HEJeBJJqbxhyPaxpIw+OhWhnsrUS3hA==",
969
942
  "dependencies": {
970
- "@aws-sdk/types": "3.347.0",
943
+ "@aws-sdk/types": "3.338.0",
971
944
  "bowser": "^2.11.0",
972
945
  "tslib": "^2.5.0"
973
946
  }
974
947
  },
975
948
  "node_modules/@aws-sdk/util-user-agent-node": {
976
- "version": "3.354.0",
977
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.354.0.tgz",
978
- "integrity": "sha512-2xkblZS3PGxxh//0lgCwJw2gvh9ZBcI9H9xv05YP7hcwlz9BmkAlbei2i6Uew6agJMLO4unfgWoBTpzp3WLaKg==",
949
+ "version": "3.338.0",
950
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.338.0.tgz",
951
+ "integrity": "sha512-rc+bC5KM9h25urRc+MXuViJkJ+qYG2NlCRw6xm2lSIvHFJTUjH1ZMO3mqNDYkGnQRbj0mmrVe+N77TJZGf3Q2Q==",
979
952
  "dependencies": {
980
- "@aws-sdk/node-config-provider": "3.354.0",
981
- "@aws-sdk/types": "3.347.0",
953
+ "@aws-sdk/node-config-provider": "3.338.0",
954
+ "@aws-sdk/types": "3.338.0",
982
955
  "tslib": "^2.5.0"
983
956
  },
984
957
  "engines": {
@@ -1014,12 +987,12 @@
1014
987
  }
1015
988
  },
1016
989
  "node_modules/@aws-sdk/util-waiter": {
1017
- "version": "3.347.0",
1018
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.347.0.tgz",
1019
- "integrity": "sha512-3ze/0PkwkzUzLncukx93tZgGL0JX9NaP8DxTi6WzflnL/TEul5Z63PCruRNK0om17iZYAWKrf8q2mFoHYb4grA==",
990
+ "version": "3.338.0",
991
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.338.0.tgz",
992
+ "integrity": "sha512-15yWYJo/M4VDpZjlXgQDM4Du8UjX33eIVPJDrOmn/u+UrD6QUXoBuLXKns0uAMUTPFacBGZ0NwMywxieq0g11Q==",
1020
993
  "dependencies": {
1021
- "@aws-sdk/abort-controller": "3.347.0",
1022
- "@aws-sdk/types": "3.347.0",
994
+ "@aws-sdk/abort-controller": "3.338.0",
995
+ "@aws-sdk/types": "3.338.0",
1023
996
  "tslib": "^2.5.0"
1024
997
  },
1025
998
  "engines": {
@@ -2334,6 +2307,70 @@
2334
2307
  "node": ">= 8"
2335
2308
  }
2336
2309
  },
2310
+ "node_modules/archiver": {
2311
+ "version": "5.3.1",
2312
+ "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz",
2313
+ "integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==",
2314
+ "dependencies": {
2315
+ "archiver-utils": "^2.1.0",
2316
+ "async": "^3.2.3",
2317
+ "buffer-crc32": "^0.2.1",
2318
+ "readable-stream": "^3.6.0",
2319
+ "readdir-glob": "^1.0.0",
2320
+ "tar-stream": "^2.2.0",
2321
+ "zip-stream": "^4.1.0"
2322
+ },
2323
+ "engines": {
2324
+ "node": ">= 10"
2325
+ }
2326
+ },
2327
+ "node_modules/archiver-utils": {
2328
+ "version": "2.1.0",
2329
+ "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz",
2330
+ "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
2331
+ "dependencies": {
2332
+ "glob": "^7.1.4",
2333
+ "graceful-fs": "^4.2.0",
2334
+ "lazystream": "^1.0.0",
2335
+ "lodash.defaults": "^4.2.0",
2336
+ "lodash.difference": "^4.5.0",
2337
+ "lodash.flatten": "^4.4.0",
2338
+ "lodash.isplainobject": "^4.0.6",
2339
+ "lodash.union": "^4.6.0",
2340
+ "normalize-path": "^3.0.0",
2341
+ "readable-stream": "^2.0.0"
2342
+ },
2343
+ "engines": {
2344
+ "node": ">= 6"
2345
+ }
2346
+ },
2347
+ "node_modules/archiver-utils/node_modules/readable-stream": {
2348
+ "version": "2.3.8",
2349
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
2350
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
2351
+ "dependencies": {
2352
+ "core-util-is": "~1.0.0",
2353
+ "inherits": "~2.0.3",
2354
+ "isarray": "~1.0.0",
2355
+ "process-nextick-args": "~2.0.0",
2356
+ "safe-buffer": "~5.1.1",
2357
+ "string_decoder": "~1.1.1",
2358
+ "util-deprecate": "~1.0.1"
2359
+ }
2360
+ },
2361
+ "node_modules/archiver-utils/node_modules/safe-buffer": {
2362
+ "version": "5.1.2",
2363
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
2364
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
2365
+ },
2366
+ "node_modules/archiver-utils/node_modules/string_decoder": {
2367
+ "version": "1.1.1",
2368
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
2369
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
2370
+ "dependencies": {
2371
+ "safe-buffer": "~5.1.0"
2372
+ }
2373
+ },
2337
2374
  "node_modules/argparse": {
2338
2375
  "version": "1.0.10",
2339
2376
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
@@ -2342,6 +2379,11 @@
2342
2379
  "sprintf-js": "~1.0.2"
2343
2380
  }
2344
2381
  },
2382
+ "node_modules/async": {
2383
+ "version": "3.2.4",
2384
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
2385
+ "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
2386
+ },
2345
2387
  "node_modules/babel-jest": {
2346
2388
  "version": "29.5.0",
2347
2389
  "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz",
@@ -2497,6 +2539,53 @@
2497
2539
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2498
2540
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
2499
2541
  },
2542
+ "node_modules/base64-js": {
2543
+ "version": "1.5.1",
2544
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
2545
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2546
+ "funding": [
2547
+ {
2548
+ "type": "github",
2549
+ "url": "https://github.com/sponsors/feross"
2550
+ },
2551
+ {
2552
+ "type": "patreon",
2553
+ "url": "https://www.patreon.com/feross"
2554
+ },
2555
+ {
2556
+ "type": "consulting",
2557
+ "url": "https://feross.org/support"
2558
+ }
2559
+ ]
2560
+ },
2561
+ "node_modules/bestzip": {
2562
+ "version": "2.2.1",
2563
+ "resolved": "https://registry.npmjs.org/bestzip/-/bestzip-2.2.1.tgz",
2564
+ "integrity": "sha512-XdAb87RXqOqF7C6UgQG9IqpEHJvS6IOUo0bXWEAebjSSdhDjsbcqFKdHpn5Q7QHz2pGr3Zmw4wgG3LlzdyDz7w==",
2565
+ "dependencies": {
2566
+ "archiver": "^5.3.0",
2567
+ "async": "^3.2.0",
2568
+ "glob": "^7.1.6",
2569
+ "which": "^2.0.2",
2570
+ "yargs": "^16.2.0"
2571
+ },
2572
+ "bin": {
2573
+ "bestzip": "bin/cli.js"
2574
+ },
2575
+ "engines": {
2576
+ "node": ">=10"
2577
+ }
2578
+ },
2579
+ "node_modules/bl": {
2580
+ "version": "4.1.0",
2581
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
2582
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
2583
+ "dependencies": {
2584
+ "buffer": "^5.5.0",
2585
+ "inherits": "^2.0.4",
2586
+ "readable-stream": "^3.4.0"
2587
+ }
2588
+ },
2500
2589
  "node_modules/bowser": {
2501
2590
  "version": "2.11.0",
2502
2591
  "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
@@ -2572,19 +2661,42 @@
2572
2661
  "node-int64": "^0.4.0"
2573
2662
  }
2574
2663
  },
2664
+ "node_modules/buffer": {
2665
+ "version": "5.7.1",
2666
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
2667
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
2668
+ "funding": [
2669
+ {
2670
+ "type": "github",
2671
+ "url": "https://github.com/sponsors/feross"
2672
+ },
2673
+ {
2674
+ "type": "patreon",
2675
+ "url": "https://www.patreon.com/feross"
2676
+ },
2677
+ {
2678
+ "type": "consulting",
2679
+ "url": "https://feross.org/support"
2680
+ }
2681
+ ],
2682
+ "dependencies": {
2683
+ "base64-js": "^1.3.1",
2684
+ "ieee754": "^1.1.13"
2685
+ }
2686
+ },
2687
+ "node_modules/buffer-crc32": {
2688
+ "version": "0.2.13",
2689
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
2690
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
2691
+ "engines": {
2692
+ "node": "*"
2693
+ }
2694
+ },
2575
2695
  "node_modules/buffer-from": {
2576
2696
  "version": "1.1.2",
2577
2697
  "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
2578
2698
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
2579
2699
  },
2580
- "node_modules/buffer-writer": {
2581
- "version": "2.0.0",
2582
- "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz",
2583
- "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==",
2584
- "engines": {
2585
- "node": ">=4"
2586
- }
2587
- },
2588
2700
  "node_modules/callsites": {
2589
2701
  "version": "3.1.0",
2590
2702
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -2602,9 +2714,9 @@
2602
2714
  }
2603
2715
  },
2604
2716
  "node_modules/caniuse-lite": {
2605
- "version": "1.0.30001505",
2606
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001505.tgz",
2607
- "integrity": "sha512-jaAOR5zVtxHfL0NjZyflVTtXm3D3J9P15zSJ7HmQF8dSKGA6tqzQq+0ZI3xkjyQj46I4/M0K2GbMpcAFOcbr3A==",
2717
+ "version": "1.0.30001506",
2718
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001506.tgz",
2719
+ "integrity": "sha512-6XNEcpygZMCKaufIcgpQNZNf00GEqc7VQON+9Rd0K1bMYo8xhMZRAo5zpbnbMNizi4YNgIDAFrdykWsvY3H4Hw==",
2608
2720
  "funding": [
2609
2721
  {
2610
2722
  "type": "opencollective",
@@ -2661,16 +2773,13 @@
2661
2773
  "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ=="
2662
2774
  },
2663
2775
  "node_modules/cliui": {
2664
- "version": "8.0.1",
2665
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
2666
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
2776
+ "version": "7.0.4",
2777
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
2778
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
2667
2779
  "dependencies": {
2668
2780
  "string-width": "^4.2.0",
2669
- "strip-ansi": "^6.0.1",
2781
+ "strip-ansi": "^6.0.0",
2670
2782
  "wrap-ansi": "^7.0.0"
2671
- },
2672
- "engines": {
2673
- "node": ">=12"
2674
2783
  }
2675
2784
  },
2676
2785
  "node_modules/co": {
@@ -2703,16 +2812,32 @@
2703
2812
  "node_modules/colorette": {
2704
2813
  "version": "2.0.19",
2705
2814
  "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
2706
- "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
2815
+ "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==",
2816
+ "dev": true
2707
2817
  },
2708
2818
  "node_modules/commander": {
2709
2819
  "version": "9.5.0",
2710
2820
  "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
2711
2821
  "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
2822
+ "dev": true,
2712
2823
  "engines": {
2713
2824
  "node": "^12.20.0 || >=14"
2714
2825
  }
2715
2826
  },
2827
+ "node_modules/compress-commons": {
2828
+ "version": "4.1.1",
2829
+ "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz",
2830
+ "integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==",
2831
+ "dependencies": {
2832
+ "buffer-crc32": "^0.2.13",
2833
+ "crc32-stream": "^4.0.2",
2834
+ "normalize-path": "^3.0.0",
2835
+ "readable-stream": "^3.6.0"
2836
+ },
2837
+ "engines": {
2838
+ "node": ">= 10"
2839
+ }
2840
+ },
2716
2841
  "node_modules/concat-map": {
2717
2842
  "version": "0.0.1",
2718
2843
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
@@ -2723,6 +2848,34 @@
2723
2848
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
2724
2849
  "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
2725
2850
  },
2851
+ "node_modules/core-util-is": {
2852
+ "version": "1.0.3",
2853
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
2854
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
2855
+ },
2856
+ "node_modules/crc-32": {
2857
+ "version": "1.2.2",
2858
+ "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
2859
+ "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
2860
+ "bin": {
2861
+ "crc32": "bin/crc32.njs"
2862
+ },
2863
+ "engines": {
2864
+ "node": ">=0.8"
2865
+ }
2866
+ },
2867
+ "node_modules/crc32-stream": {
2868
+ "version": "4.0.2",
2869
+ "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz",
2870
+ "integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==",
2871
+ "dependencies": {
2872
+ "crc-32": "^1.2.0",
2873
+ "readable-stream": "^3.4.0"
2874
+ },
2875
+ "engines": {
2876
+ "node": ">= 10"
2877
+ }
2878
+ },
2726
2879
  "node_modules/cross-spawn": {
2727
2880
  "version": "7.0.3",
2728
2881
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -2765,14 +2918,6 @@
2765
2918
  "node": ">=0.10.0"
2766
2919
  }
2767
2920
  },
2768
- "node_modules/denque": {
2769
- "version": "2.1.0",
2770
- "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
2771
- "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
2772
- "engines": {
2773
- "node": ">=0.10"
2774
- }
2775
- },
2776
2921
  "node_modules/detect-newline": {
2777
2922
  "version": "3.1.0",
2778
2923
  "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
@@ -2790,9 +2935,9 @@
2790
2935
  }
2791
2936
  },
2792
2937
  "node_modules/electron-to-chromium": {
2793
- "version": "1.4.435",
2794
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.435.tgz",
2795
- "integrity": "sha512-B0CBWVFhvoQCW/XtjRzgrmqcgVWg6RXOEM/dK59+wFV93BFGR6AeNKc4OyhM+T3IhJaOOG8o/V+33Y2mwJWtzw=="
2938
+ "version": "1.4.436",
2939
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.436.tgz",
2940
+ "integrity": "sha512-aktOxo8fnrMC8vOIBMVS3PXbT1nrPQ+SouUuN7Y0a+Rw3pOMrvIV92Ybnax7x4tugA+ZpYA5fOHTby7ama8OQQ=="
2796
2941
  },
2797
2942
  "node_modules/emittery": {
2798
2943
  "version": "0.13.1",
@@ -2810,6 +2955,14 @@
2810
2955
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2811
2956
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
2812
2957
  },
2958
+ "node_modules/end-of-stream": {
2959
+ "version": "1.4.4",
2960
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
2961
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
2962
+ "dependencies": {
2963
+ "once": "^1.4.0"
2964
+ }
2965
+ },
2813
2966
  "node_modules/error-ex": {
2814
2967
  "version": "1.3.2",
2815
2968
  "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
@@ -2838,6 +2991,7 @@
2838
2991
  "version": "3.2.25",
2839
2992
  "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
2840
2993
  "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
2994
+ "dev": true,
2841
2995
  "engines": {
2842
2996
  "node": ">=6"
2843
2997
  }
@@ -2905,24 +3059,18 @@
2905
3059
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
2906
3060
  },
2907
3061
  "node_modules/fast-xml-parser": {
2908
- "version": "4.2.4",
2909
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz",
2910
- "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==",
2911
- "funding": [
2912
- {
2913
- "type": "paypal",
2914
- "url": "https://paypal.me/naturalintelligence"
2915
- },
2916
- {
2917
- "type": "github",
2918
- "url": "https://github.com/sponsors/NaturalIntelligence"
2919
- }
2920
- ],
3062
+ "version": "4.1.2",
3063
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
3064
+ "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
2921
3065
  "dependencies": {
2922
3066
  "strnum": "^1.0.5"
2923
3067
  },
2924
3068
  "bin": {
2925
3069
  "fxparser": "src/cli/cli.js"
3070
+ },
3071
+ "funding": {
3072
+ "type": "paypal",
3073
+ "url": "https://paypal.me/naturalintelligence"
2926
3074
  }
2927
3075
  },
2928
3076
  "node_modules/fb-watchman": {
@@ -2956,6 +3104,11 @@
2956
3104
  "node": ">=8"
2957
3105
  }
2958
3106
  },
3107
+ "node_modules/fs-constants": {
3108
+ "version": "1.0.0",
3109
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
3110
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
3111
+ },
2959
3112
  "node_modules/fs.realpath": {
2960
3113
  "version": "1.0.0",
2961
3114
  "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
@@ -2966,14 +3119,6 @@
2966
3119
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
2967
3120
  "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
2968
3121
  },
2969
- "node_modules/generate-function": {
2970
- "version": "2.3.1",
2971
- "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
2972
- "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
2973
- "dependencies": {
2974
- "is-property": "^1.0.2"
2975
- }
2976
- },
2977
3122
  "node_modules/gensync": {
2978
3123
  "version": "1.0.0-beta.2",
2979
3124
  "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -3012,7 +3157,8 @@
3012
3157
  "node_modules/getopts": {
3013
3158
  "version": "2.3.0",
3014
3159
  "resolved": "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz",
3015
- "integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA=="
3160
+ "integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==",
3161
+ "dev": true
3016
3162
  },
3017
3163
  "node_modules/glob": {
3018
3164
  "version": "7.2.3",
@@ -3078,16 +3224,24 @@
3078
3224
  "node": ">=10.17.0"
3079
3225
  }
3080
3226
  },
3081
- "node_modules/iconv-lite": {
3082
- "version": "0.6.3",
3083
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
3084
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
3085
- "dependencies": {
3086
- "safer-buffer": ">= 2.1.2 < 3.0.0"
3087
- },
3088
- "engines": {
3089
- "node": ">=0.10.0"
3090
- }
3227
+ "node_modules/ieee754": {
3228
+ "version": "1.2.1",
3229
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
3230
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
3231
+ "funding": [
3232
+ {
3233
+ "type": "github",
3234
+ "url": "https://github.com/sponsors/feross"
3235
+ },
3236
+ {
3237
+ "type": "patreon",
3238
+ "url": "https://www.patreon.com/feross"
3239
+ },
3240
+ {
3241
+ "type": "consulting",
3242
+ "url": "https://feross.org/support"
3243
+ }
3244
+ ]
3091
3245
  },
3092
3246
  "node_modules/import-local": {
3093
3247
  "version": "3.1.0",
@@ -3133,6 +3287,7 @@
3133
3287
  "version": "2.2.0",
3134
3288
  "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz",
3135
3289
  "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
3290
+ "dev": true,
3136
3291
  "engines": {
3137
3292
  "node": ">= 0.10"
3138
3293
  }
@@ -3177,11 +3332,6 @@
3177
3332
  "node": ">=0.12.0"
3178
3333
  }
3179
3334
  },
3180
- "node_modules/is-property": {
3181
- "version": "1.0.2",
3182
- "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
3183
- "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g=="
3184
- },
3185
3335
  "node_modules/is-stream": {
3186
3336
  "version": "2.0.1",
3187
3337
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -3193,6 +3343,11 @@
3193
3343
  "url": "https://github.com/sponsors/sindresorhus"
3194
3344
  }
3195
3345
  },
3346
+ "node_modules/isarray": {
3347
+ "version": "1.0.0",
3348
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3349
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
3350
+ },
3196
3351
  "node_modules/isexe": {
3197
3352
  "version": "2.0.0",
3198
3353
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -3471,6 +3626,19 @@
3471
3626
  "url": "https://github.com/chalk/chalk?sponsor=1"
3472
3627
  }
3473
3628
  },
3629
+ "node_modules/jest-cli/node_modules/cliui": {
3630
+ "version": "8.0.1",
3631
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
3632
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
3633
+ "dependencies": {
3634
+ "string-width": "^4.2.0",
3635
+ "strip-ansi": "^6.0.1",
3636
+ "wrap-ansi": "^7.0.0"
3637
+ },
3638
+ "engines": {
3639
+ "node": ">=12"
3640
+ }
3641
+ },
3474
3642
  "node_modules/jest-cli/node_modules/color-convert": {
3475
3643
  "version": "2.0.1",
3476
3644
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -3506,6 +3674,23 @@
3506
3674
  "node": ">=8"
3507
3675
  }
3508
3676
  },
3677
+ "node_modules/jest-cli/node_modules/yargs": {
3678
+ "version": "17.7.2",
3679
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
3680
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
3681
+ "dependencies": {
3682
+ "cliui": "^8.0.1",
3683
+ "escalade": "^3.1.1",
3684
+ "get-caller-file": "^2.0.5",
3685
+ "require-directory": "^2.1.1",
3686
+ "string-width": "^4.2.3",
3687
+ "y18n": "^5.0.5",
3688
+ "yargs-parser": "^21.1.1"
3689
+ },
3690
+ "engines": {
3691
+ "node": ">=12"
3692
+ }
3693
+ },
3509
3694
  "node_modules/jest-config": {
3510
3695
  "version": "29.5.0",
3511
3696
  "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz",
@@ -4798,6 +4983,7 @@
4798
4983
  "version": "2.4.2",
4799
4984
  "resolved": "https://registry.npmjs.org/knex/-/knex-2.4.2.tgz",
4800
4985
  "integrity": "sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==",
4986
+ "dev": true,
4801
4987
  "dependencies": {
4802
4988
  "colorette": "2.0.19",
4803
4989
  "commander": "^9.1.0",
@@ -4844,6 +5030,44 @@
4844
5030
  }
4845
5031
  }
4846
5032
  },
5033
+ "node_modules/lazystream": {
5034
+ "version": "1.0.1",
5035
+ "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
5036
+ "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
5037
+ "dependencies": {
5038
+ "readable-stream": "^2.0.5"
5039
+ },
5040
+ "engines": {
5041
+ "node": ">= 0.6.3"
5042
+ }
5043
+ },
5044
+ "node_modules/lazystream/node_modules/readable-stream": {
5045
+ "version": "2.3.8",
5046
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
5047
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
5048
+ "dependencies": {
5049
+ "core-util-is": "~1.0.0",
5050
+ "inherits": "~2.0.3",
5051
+ "isarray": "~1.0.0",
5052
+ "process-nextick-args": "~2.0.0",
5053
+ "safe-buffer": "~5.1.1",
5054
+ "string_decoder": "~1.1.1",
5055
+ "util-deprecate": "~1.0.1"
5056
+ }
5057
+ },
5058
+ "node_modules/lazystream/node_modules/safe-buffer": {
5059
+ "version": "5.1.2",
5060
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
5061
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
5062
+ },
5063
+ "node_modules/lazystream/node_modules/string_decoder": {
5064
+ "version": "1.1.1",
5065
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
5066
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
5067
+ "dependencies": {
5068
+ "safe-buffer": "~5.1.0"
5069
+ }
5070
+ },
4847
5071
  "node_modules/leven": {
4848
5072
  "version": "3.1.0",
4849
5073
  "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
@@ -4871,17 +5095,38 @@
4871
5095
  "node_modules/lodash": {
4872
5096
  "version": "4.17.21",
4873
5097
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
4874
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
5098
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
5099
+ "dev": true
5100
+ },
5101
+ "node_modules/lodash.defaults": {
5102
+ "version": "4.2.0",
5103
+ "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
5104
+ "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
5105
+ },
5106
+ "node_modules/lodash.difference": {
5107
+ "version": "4.5.0",
5108
+ "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
5109
+ "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA=="
5110
+ },
5111
+ "node_modules/lodash.flatten": {
5112
+ "version": "4.4.0",
5113
+ "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
5114
+ "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g=="
5115
+ },
5116
+ "node_modules/lodash.isplainobject": {
5117
+ "version": "4.0.6",
5118
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
5119
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
4875
5120
  },
4876
5121
  "node_modules/lodash.memoize": {
4877
5122
  "version": "4.1.2",
4878
5123
  "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
4879
5124
  "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
4880
5125
  },
4881
- "node_modules/long": {
4882
- "version": "4.0.0",
4883
- "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
4884
- "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
5126
+ "node_modules/lodash.union": {
5127
+ "version": "4.6.0",
5128
+ "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",
5129
+ "integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw=="
4885
5130
  },
4886
5131
  "node_modules/lru-cache": {
4887
5132
  "version": "5.1.1",
@@ -4959,59 +5204,6 @@
4959
5204
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
4960
5205
  "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
4961
5206
  },
4962
- "node_modules/mysql2": {
4963
- "version": "2.3.3",
4964
- "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.3.3.tgz",
4965
- "integrity": "sha512-wxJUev6LgMSgACDkb/InIFxDprRa6T95+VEoR+xPvtngtccNH2dGjEB/fVZ8yg1gWv1510c9CvXuJHi5zUm0ZA==",
4966
- "dependencies": {
4967
- "denque": "^2.0.1",
4968
- "generate-function": "^2.3.1",
4969
- "iconv-lite": "^0.6.3",
4970
- "long": "^4.0.0",
4971
- "lru-cache": "^6.0.0",
4972
- "named-placeholders": "^1.1.2",
4973
- "seq-queue": "^0.0.5",
4974
- "sqlstring": "^2.3.2"
4975
- },
4976
- "engines": {
4977
- "node": ">= 8.0"
4978
- }
4979
- },
4980
- "node_modules/mysql2/node_modules/lru-cache": {
4981
- "version": "6.0.0",
4982
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
4983
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
4984
- "dependencies": {
4985
- "yallist": "^4.0.0"
4986
- },
4987
- "engines": {
4988
- "node": ">=10"
4989
- }
4990
- },
4991
- "node_modules/mysql2/node_modules/yallist": {
4992
- "version": "4.0.0",
4993
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4994
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
4995
- },
4996
- "node_modules/named-placeholders": {
4997
- "version": "1.1.3",
4998
- "resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.3.tgz",
4999
- "integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
5000
- "dependencies": {
5001
- "lru-cache": "^7.14.1"
5002
- },
5003
- "engines": {
5004
- "node": ">=12.0.0"
5005
- }
5006
- },
5007
- "node_modules/named-placeholders/node_modules/lru-cache": {
5008
- "version": "7.18.3",
5009
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
5010
- "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
5011
- "engines": {
5012
- "node": ">=12"
5013
- }
5014
- },
5015
5207
  "node_modules/natural-compare": {
5016
5208
  "version": "1.4.0",
5017
5209
  "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
@@ -5115,11 +5307,6 @@
5115
5307
  "node": ">=6"
5116
5308
  }
5117
5309
  },
5118
- "node_modules/packet-reader": {
5119
- "version": "1.0.0",
5120
- "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz",
5121
- "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
5122
- },
5123
5310
  "node_modules/parse-json": {
5124
5311
  "version": "5.2.0",
5125
5312
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@@ -5166,93 +5353,11 @@
5166
5353
  "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
5167
5354
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
5168
5355
  },
5169
- "node_modules/pg": {
5170
- "version": "8.11.0",
5171
- "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.0.tgz",
5172
- "integrity": "sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==",
5173
- "dependencies": {
5174
- "buffer-writer": "2.0.0",
5175
- "packet-reader": "1.0.0",
5176
- "pg-connection-string": "^2.6.0",
5177
- "pg-pool": "^3.6.0",
5178
- "pg-protocol": "^1.6.0",
5179
- "pg-types": "^2.1.0",
5180
- "pgpass": "1.x"
5181
- },
5182
- "engines": {
5183
- "node": ">= 8.0.0"
5184
- },
5185
- "optionalDependencies": {
5186
- "pg-cloudflare": "^1.1.0"
5187
- },
5188
- "peerDependencies": {
5189
- "pg-native": ">=3.0.1"
5190
- },
5191
- "peerDependenciesMeta": {
5192
- "pg-native": {
5193
- "optional": true
5194
- }
5195
- }
5196
- },
5197
- "node_modules/pg-cloudflare": {
5198
- "version": "1.1.0",
5199
- "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz",
5200
- "integrity": "sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA==",
5201
- "optional": true
5202
- },
5203
5356
  "node_modules/pg-connection-string": {
5204
5357
  "version": "2.5.0",
5205
5358
  "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz",
5206
- "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ=="
5207
- },
5208
- "node_modules/pg-int8": {
5209
- "version": "1.0.1",
5210
- "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
5211
- "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
5212
- "engines": {
5213
- "node": ">=4.0.0"
5214
- }
5215
- },
5216
- "node_modules/pg-pool": {
5217
- "version": "3.6.0",
5218
- "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.0.tgz",
5219
- "integrity": "sha512-clFRf2ksqd+F497kWFyM21tMjeikn60oGDmqMT8UBrynEwVEX/5R5xd2sdvdo1cZCFlguORNpVuqxIj+aK4cfQ==",
5220
- "peerDependencies": {
5221
- "pg": ">=8.0"
5222
- }
5223
- },
5224
- "node_modules/pg-protocol": {
5225
- "version": "1.6.0",
5226
- "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
5227
- "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
5228
- },
5229
- "node_modules/pg-types": {
5230
- "version": "2.2.0",
5231
- "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
5232
- "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
5233
- "dependencies": {
5234
- "pg-int8": "1.0.1",
5235
- "postgres-array": "~2.0.0",
5236
- "postgres-bytea": "~1.0.0",
5237
- "postgres-date": "~1.0.4",
5238
- "postgres-interval": "^1.1.0"
5239
- },
5240
- "engines": {
5241
- "node": ">=4"
5242
- }
5243
- },
5244
- "node_modules/pg/node_modules/pg-connection-string": {
5245
- "version": "2.6.0",
5246
- "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.0.tgz",
5247
- "integrity": "sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg=="
5248
- },
5249
- "node_modules/pgpass": {
5250
- "version": "1.0.5",
5251
- "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
5252
- "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
5253
- "dependencies": {
5254
- "split2": "^4.1.0"
5255
- }
5359
+ "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==",
5360
+ "dev": true
5256
5361
  },
5257
5362
  "node_modules/picocolors": {
5258
5363
  "version": "1.0.0",
@@ -5289,41 +5394,6 @@
5289
5394
  "node": ">=8"
5290
5395
  }
5291
5396
  },
5292
- "node_modules/postgres-array": {
5293
- "version": "2.0.0",
5294
- "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
5295
- "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
5296
- "engines": {
5297
- "node": ">=4"
5298
- }
5299
- },
5300
- "node_modules/postgres-bytea": {
5301
- "version": "1.0.0",
5302
- "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
5303
- "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
5304
- "engines": {
5305
- "node": ">=0.10.0"
5306
- }
5307
- },
5308
- "node_modules/postgres-date": {
5309
- "version": "1.0.7",
5310
- "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
5311
- "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
5312
- "engines": {
5313
- "node": ">=0.10.0"
5314
- }
5315
- },
5316
- "node_modules/postgres-interval": {
5317
- "version": "1.2.0",
5318
- "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
5319
- "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
5320
- "dependencies": {
5321
- "xtend": "^4.0.0"
5322
- },
5323
- "engines": {
5324
- "node": ">=0.10.0"
5325
- }
5326
- },
5327
5397
  "node_modules/pretty-format": {
5328
5398
  "version": "29.5.0",
5329
5399
  "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
@@ -5348,6 +5418,11 @@
5348
5418
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5349
5419
  }
5350
5420
  },
5421
+ "node_modules/process-nextick-args": {
5422
+ "version": "2.0.1",
5423
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
5424
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
5425
+ },
5351
5426
  "node_modules/prompts": {
5352
5427
  "version": "2.4.2",
5353
5428
  "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
@@ -5380,10 +5455,51 @@
5380
5455
  "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
5381
5456
  "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
5382
5457
  },
5458
+ "node_modules/readable-stream": {
5459
+ "version": "3.6.2",
5460
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
5461
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
5462
+ "dependencies": {
5463
+ "inherits": "^2.0.3",
5464
+ "string_decoder": "^1.1.1",
5465
+ "util-deprecate": "^1.0.1"
5466
+ },
5467
+ "engines": {
5468
+ "node": ">= 6"
5469
+ }
5470
+ },
5471
+ "node_modules/readdir-glob": {
5472
+ "version": "1.1.3",
5473
+ "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
5474
+ "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
5475
+ "dependencies": {
5476
+ "minimatch": "^5.1.0"
5477
+ }
5478
+ },
5479
+ "node_modules/readdir-glob/node_modules/brace-expansion": {
5480
+ "version": "2.0.1",
5481
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
5482
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
5483
+ "dependencies": {
5484
+ "balanced-match": "^1.0.0"
5485
+ }
5486
+ },
5487
+ "node_modules/readdir-glob/node_modules/minimatch": {
5488
+ "version": "5.1.6",
5489
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
5490
+ "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
5491
+ "dependencies": {
5492
+ "brace-expansion": "^2.0.1"
5493
+ },
5494
+ "engines": {
5495
+ "node": ">=10"
5496
+ }
5497
+ },
5383
5498
  "node_modules/rechoir": {
5384
5499
  "version": "0.8.0",
5385
5500
  "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
5386
5501
  "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
5502
+ "dev": true,
5387
5503
  "dependencies": {
5388
5504
  "resolve": "^1.20.0"
5389
5505
  },
@@ -5442,10 +5558,24 @@
5442
5558
  "node": ">=10"
5443
5559
  }
5444
5560
  },
5445
- "node_modules/safer-buffer": {
5446
- "version": "2.1.2",
5447
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
5448
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
5561
+ "node_modules/safe-buffer": {
5562
+ "version": "5.2.1",
5563
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
5564
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
5565
+ "funding": [
5566
+ {
5567
+ "type": "github",
5568
+ "url": "https://github.com/sponsors/feross"
5569
+ },
5570
+ {
5571
+ "type": "patreon",
5572
+ "url": "https://www.patreon.com/feross"
5573
+ },
5574
+ {
5575
+ "type": "consulting",
5576
+ "url": "https://feross.org/support"
5577
+ }
5578
+ ]
5449
5579
  },
5450
5580
  "node_modules/semver": {
5451
5581
  "version": "6.3.0",
@@ -5455,11 +5585,6 @@
5455
5585
  "semver": "bin/semver.js"
5456
5586
  }
5457
5587
  },
5458
- "node_modules/seq-queue": {
5459
- "version": "0.0.5",
5460
- "resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz",
5461
- "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
5462
- },
5463
5588
  "node_modules/shebang-command": {
5464
5589
  "version": "2.0.0",
5465
5590
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -5514,27 +5639,11 @@
5514
5639
  "source-map": "^0.6.0"
5515
5640
  }
5516
5641
  },
5517
- "node_modules/split2": {
5518
- "version": "4.2.0",
5519
- "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
5520
- "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
5521
- "engines": {
5522
- "node": ">= 10.x"
5523
- }
5524
- },
5525
5642
  "node_modules/sprintf-js": {
5526
5643
  "version": "1.0.3",
5527
5644
  "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
5528
5645
  "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
5529
5646
  },
5530
- "node_modules/sqlstring": {
5531
- "version": "2.3.3",
5532
- "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.3.tgz",
5533
- "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
5534
- "engines": {
5535
- "node": ">= 0.6"
5536
- }
5537
- },
5538
5647
  "node_modules/stack-utils": {
5539
5648
  "version": "2.0.6",
5540
5649
  "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
@@ -5554,6 +5663,14 @@
5554
5663
  "node": ">=8"
5555
5664
  }
5556
5665
  },
5666
+ "node_modules/string_decoder": {
5667
+ "version": "1.3.0",
5668
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
5669
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
5670
+ "dependencies": {
5671
+ "safe-buffer": "~5.2.0"
5672
+ }
5673
+ },
5557
5674
  "node_modules/string-length": {
5558
5675
  "version": "4.0.2",
5559
5676
  "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
@@ -5644,10 +5761,26 @@
5644
5761
  "url": "https://github.com/sponsors/ljharb"
5645
5762
  }
5646
5763
  },
5764
+ "node_modules/tar-stream": {
5765
+ "version": "2.2.0",
5766
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
5767
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
5768
+ "dependencies": {
5769
+ "bl": "^4.0.3",
5770
+ "end-of-stream": "^1.4.1",
5771
+ "fs-constants": "^1.0.0",
5772
+ "inherits": "^2.0.3",
5773
+ "readable-stream": "^3.1.1"
5774
+ },
5775
+ "engines": {
5776
+ "node": ">=6"
5777
+ }
5778
+ },
5647
5779
  "node_modules/tarn": {
5648
5780
  "version": "3.0.2",
5649
5781
  "resolved": "https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz",
5650
5782
  "integrity": "sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==",
5783
+ "dev": true,
5651
5784
  "engines": {
5652
5785
  "node": ">=8.0.0"
5653
5786
  }
@@ -5669,6 +5802,7 @@
5669
5802
  "version": "2.0.0",
5670
5803
  "resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz",
5671
5804
  "integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==",
5805
+ "dev": true,
5672
5806
  "engines": {
5673
5807
  "node": ">=8"
5674
5808
  }
@@ -5834,6 +5968,11 @@
5834
5968
  "browserslist": ">= 4.21.0"
5835
5969
  }
5836
5970
  },
5971
+ "node_modules/util-deprecate": {
5972
+ "version": "1.0.2",
5973
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
5974
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
5975
+ },
5837
5976
  "node_modules/uuid": {
5838
5977
  "version": "9.0.0",
5839
5978
  "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
@@ -5940,14 +6079,6 @@
5940
6079
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
5941
6080
  }
5942
6081
  },
5943
- "node_modules/xtend": {
5944
- "version": "4.0.2",
5945
- "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
5946
- "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
5947
- "engines": {
5948
- "node": ">=0.4"
5949
- }
5950
- },
5951
6082
  "node_modules/y18n": {
5952
6083
  "version": "5.0.8",
5953
6084
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
@@ -5962,20 +6093,20 @@
5962
6093
  "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
5963
6094
  },
5964
6095
  "node_modules/yargs": {
5965
- "version": "17.7.2",
5966
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
5967
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
6096
+ "version": "16.2.0",
6097
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
6098
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
5968
6099
  "dependencies": {
5969
- "cliui": "^8.0.1",
6100
+ "cliui": "^7.0.2",
5970
6101
  "escalade": "^3.1.1",
5971
6102
  "get-caller-file": "^2.0.5",
5972
6103
  "require-directory": "^2.1.1",
5973
- "string-width": "^4.2.3",
6104
+ "string-width": "^4.2.0",
5974
6105
  "y18n": "^5.0.5",
5975
- "yargs-parser": "^21.1.1"
6106
+ "yargs-parser": "^20.2.2"
5976
6107
  },
5977
6108
  "engines": {
5978
- "node": ">=12"
6109
+ "node": ">=10"
5979
6110
  }
5980
6111
  },
5981
6112
  "node_modules/yargs-parser": {
@@ -5986,6 +6117,14 @@
5986
6117
  "node": ">=12"
5987
6118
  }
5988
6119
  },
6120
+ "node_modules/yargs/node_modules/yargs-parser": {
6121
+ "version": "20.2.9",
6122
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
6123
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
6124
+ "engines": {
6125
+ "node": ">=10"
6126
+ }
6127
+ },
5989
6128
  "node_modules/yocto-queue": {
5990
6129
  "version": "0.1.0",
5991
6130
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
@@ -5996,6 +6135,19 @@
5996
6135
  "funding": {
5997
6136
  "url": "https://github.com/sponsors/sindresorhus"
5998
6137
  }
6138
+ },
6139
+ "node_modules/zip-stream": {
6140
+ "version": "4.1.0",
6141
+ "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz",
6142
+ "integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==",
6143
+ "dependencies": {
6144
+ "archiver-utils": "^2.1.0",
6145
+ "compress-commons": "^4.1.0",
6146
+ "readable-stream": "^3.6.0"
6147
+ },
6148
+ "engines": {
6149
+ "node": ">= 10"
6150
+ }
5999
6151
  }
6000
6152
  }
6001
6153
  }