diff --git a/package.json b/package.json index 86507ed..08591e9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@commitlint/config-conventional": "^18.6.2", "aws-cdk-lib": "2.124.0", "constructs": "10.3.0", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-universe": "^12.0.0", "husky": "^9.0.11", "lerna": "^8.1.2", diff --git a/packages/api/package.json b/packages/api/package.json index 3de1f16..09bf491 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -4,15 +4,15 @@ "version": "3.14.0", "dependencies": { "@ambito-dolar/core": "^3.8.3", - "@atproto/api": "^0.10.0", - "@aws-sdk/client-dynamodb": "^3.515.0", - "@aws-sdk/client-s3": "^3.515.0", - "@aws-sdk/client-sns": "^3.515.0", - "@aws-sdk/lib-dynamodb": "^3.515.0", + "@atproto/api": "^0.10.1", + "@aws-sdk/client-dynamodb": "^3.521.0", + "@aws-sdk/client-s3": "^3.521.0", + "@aws-sdk/client-sns": "^3.521.0", + "@aws-sdk/lib-dynamodb": "^3.521.0", "@sentry/integrations": "7.69.0", "@sentry/serverless": "7.69.0", "@shelf/dynamodb-parallel-scan": "^3.7.0", - "@sparticuz/chromium": "~121.0.0", + "@sparticuz/chromium": "~122.0.0", "async": "^3.2.5", "boolean": "^3.2.0", "expo-server-sdk": "^3.7.0", @@ -20,10 +20,10 @@ "instagram-private-api": "^1.45.3", "joi": "^17.12.2", "lodash": "^4.17.21", - "masto": "^6.5.4", + "masto": "^6.6.1", "object-hash": "^3.0.0", "pretty-ms": "^9.0.0", - "puppeteer-core": "~21.9.0", + "puppeteer-core": "~22.2.0", "reddit": "^1.2.1", "semver": "^7.6.0", "sharp": "^0.32.6", diff --git a/packages/api/src/libs/shared.js b/packages/api/src/libs/shared.js index 42f8235..f0def97 100644 --- a/packages/api/src/libs/shared.js +++ b/packages/api/src/libs/shared.js @@ -144,7 +144,6 @@ const isSemverLt = (v1, v2) => semverLt(v1, v2); const isSemverGte = (v1, v2) => semverGte(v1, v2); -// FIXME: save the last notified rate and compare its variation const getVariationThreshold = (type, prev_rate, rate) => { const realtime_types = [ AmbitoDolar.CCL_TYPE, @@ -154,7 +153,6 @@ const getVariationThreshold = (type, prev_rate, rate) => { if (realtime_types.includes(type)) { // flexible variation of 2% between notifications return ((prev_rate + rate) / 2) * 0.02; - // return 2.75; } return 0.05; }; diff --git a/packages/api/src/subscribers/process.js b/packages/api/src/subscribers/process.js index 2955318..564f15c 100644 --- a/packages/api/src/subscribers/process.js +++ b/packages/api/src/subscribers/process.js @@ -175,7 +175,7 @@ const getNewRates = (rates, new_rates) => const rate_change_percent = AmbitoDolar.getNumber( (rate_last_max / rate_close - 1) * 100, ); - // always use last notified value + // handles variations between notifications regardless of the exchange rate day let notification_rate = rate?.[4] ?? rate_last_max; // truncate decimals const value_diff = AmbitoDolar.getNumber( diff --git a/yarn.lock b/yarn.lock index 0f6a0c5..5b1508a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -39,15 +39,15 @@ __metadata: resolution: "@ambito-dolar/api@workspace:packages/api" dependencies: "@ambito-dolar/core": "npm:^3.8.3" - "@atproto/api": "npm:^0.10.0" - "@aws-sdk/client-dynamodb": "npm:^3.515.0" - "@aws-sdk/client-s3": "npm:^3.515.0" - "@aws-sdk/client-sns": "npm:^3.515.0" - "@aws-sdk/lib-dynamodb": "npm:^3.515.0" + "@atproto/api": "npm:^0.10.1" + "@aws-sdk/client-dynamodb": "npm:^3.521.0" + "@aws-sdk/client-s3": "npm:^3.521.0" + "@aws-sdk/client-sns": "npm:^3.521.0" + "@aws-sdk/lib-dynamodb": "npm:^3.521.0" "@sentry/integrations": "npm:7.69.0" "@sentry/serverless": "npm:7.69.0" "@shelf/dynamodb-parallel-scan": "npm:^3.7.0" - "@sparticuz/chromium": "npm:~121.0.0" + "@sparticuz/chromium": "npm:~122.0.0" async: "npm:^3.2.5" boolean: "npm:^3.2.0" expo-server-sdk: "npm:^3.7.0" @@ -55,10 +55,10 @@ __metadata: instagram-private-api: "npm:^1.45.3" joi: "npm:^17.12.2" lodash: "npm:^4.17.21" - masto: "npm:^6.5.4" + masto: "npm:^6.6.1" object-hash: "npm:^3.0.0" pretty-ms: "npm:^9.0.0" - puppeteer-core: "npm:~21.9.0" + puppeteer-core: "npm:~22.2.0" reddit: "npm:^1.2.1" semver: "npm:^7.6.0" sharp: "npm:^0.32.6" @@ -304,9 +304,9 @@ __metadata: languageName: node linkType: hard -"@atproto/api@npm:^0.10.0": - version: 0.10.0 - resolution: "@atproto/api@npm:0.10.0" +"@atproto/api@npm:^0.10.1": + version: 0.10.1 + resolution: "@atproto/api@npm:0.10.1" dependencies: "@atproto/common-web": "npm:^0.2.3" "@atproto/lexicon": "npm:^0.3.1" @@ -316,7 +316,7 @@ __metadata: tlds: "npm:^1.234.0" typed-emitter: "npm:^2.1.0" zod: "npm:^3.21.4" - checksum: 10/2e1ea0a08e45f30920c35c9de69c0b1ea32d86d89e6d5f2a25eac557a4bc2621afb8280e0a0832c7d57dd33c9cbdfd72e9394e6b81ed7312fece99a143ab3cc4 + checksum: 10/a82767c9a66d5ebe455c132a0cbcb9794071d283b10dd0c25be2a5cf9b25f6a1112504efb39dc5c10c3e88e0b8d3bf67e0b7c98f8a8082858f86247ed4d12719 languageName: node linkType: hard @@ -664,54 +664,54 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-dynamodb@npm:^3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/client-dynamodb@npm:3.515.0" +"@aws-sdk/client-dynamodb@npm:^3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/client-dynamodb@npm:3.521.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.515.0" - "@aws-sdk/core": "npm:3.513.0" - "@aws-sdk/credential-provider-node": "npm:3.515.0" - "@aws-sdk/middleware-endpoint-discovery": "npm:3.515.0" - "@aws-sdk/middleware-host-header": "npm:3.515.0" - "@aws-sdk/middleware-logger": "npm:3.515.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.515.0" - "@aws-sdk/middleware-user-agent": "npm:3.515.0" - "@aws-sdk/region-config-resolver": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@aws-sdk/util-user-agent-browser": "npm:3.515.0" - "@aws-sdk/util-user-agent-node": "npm:3.515.0" - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/core": "npm:^1.3.2" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/hash-node": "npm:^2.1.1" - "@smithy/invalid-dependency": "npm:^2.1.1" - "@smithy/middleware-content-length": "npm:^2.1.1" - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/middleware-stack": "npm:^2.1.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/node-http-handler": "npm:^2.3.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/url-parser": "npm:^2.1.1" + "@aws-sdk/client-sts": "npm:3.521.0" + "@aws-sdk/core": "npm:3.521.0" + "@aws-sdk/credential-provider-node": "npm:3.521.0" + "@aws-sdk/middleware-endpoint-discovery": "npm:3.521.0" + "@aws-sdk/middleware-host-header": "npm:3.521.0" + "@aws-sdk/middleware-logger": "npm:3.521.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.521.0" + "@aws-sdk/middleware-user-agent": "npm:3.521.0" + "@aws-sdk/region-config-resolver": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@aws-sdk/util-user-agent-browser": "npm:3.521.0" + "@aws-sdk/util-user-agent-node": "npm:3.521.0" + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/core": "npm:^1.3.3" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/hash-node": "npm:^2.1.2" + "@smithy/invalid-dependency": "npm:^2.1.2" + "@smithy/middleware-content-length": "npm:^2.1.2" + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" "@smithy/util-base64": "npm:^2.1.1" "@smithy/util-body-length-browser": "npm:^2.1.1" "@smithy/util-body-length-node": "npm:^2.2.1" - "@smithy/util-defaults-mode-browser": "npm:^2.1.1" - "@smithy/util-defaults-mode-node": "npm:^2.2.0" - "@smithy/util-endpoints": "npm:^1.1.1" - "@smithy/util-middleware": "npm:^2.1.1" - "@smithy/util-retry": "npm:^2.1.1" + "@smithy/util-defaults-mode-browser": "npm:^2.1.2" + "@smithy/util-defaults-mode-node": "npm:^2.2.1" + "@smithy/util-endpoints": "npm:^1.1.2" + "@smithy/util-middleware": "npm:^2.1.2" + "@smithy/util-retry": "npm:^2.1.2" "@smithy/util-utf8": "npm:^2.1.1" - "@smithy/util-waiter": "npm:^2.1.1" + "@smithy/util-waiter": "npm:^2.1.2" tslib: "npm:^2.5.0" uuid: "npm:^9.0.1" - checksum: 10/4310bcb3d03620f88f5c4efa495f423b755c6d6036cd77158e08d0dc37b2a1ef42490bf93924d4817c6e0718a3bbd41007c6fc4926d2114fa0244270cd6c8e29 + checksum: 10/0d92e7a571215912aca9fb776aa182ec534e361d389da0873de37cdabd80ea9417214196ccca9cbfe3754650cbafb850282dac7f12ce29a9f9fca0efe05f0c46 languageName: node linkType: hard @@ -1128,118 +1128,118 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/client-s3@npm:3.515.0" +"@aws-sdk/client-s3@npm:^3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/client-s3@npm:3.521.0" dependencies: "@aws-crypto/sha1-browser": "npm:3.0.0" "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.515.0" - "@aws-sdk/core": "npm:3.513.0" - "@aws-sdk/credential-provider-node": "npm:3.515.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.515.0" - "@aws-sdk/middleware-expect-continue": "npm:3.515.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.515.0" - "@aws-sdk/middleware-host-header": "npm:3.515.0" - "@aws-sdk/middleware-location-constraint": "npm:3.515.0" - "@aws-sdk/middleware-logger": "npm:3.515.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.515.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.515.0" - "@aws-sdk/middleware-signing": "npm:3.515.0" - "@aws-sdk/middleware-ssec": "npm:3.515.0" - "@aws-sdk/middleware-user-agent": "npm:3.515.0" - "@aws-sdk/region-config-resolver": "npm:3.515.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@aws-sdk/util-user-agent-browser": "npm:3.515.0" - "@aws-sdk/util-user-agent-node": "npm:3.515.0" - "@aws-sdk/xml-builder": "npm:3.496.0" - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/core": "npm:^1.3.2" - "@smithy/eventstream-serde-browser": "npm:^2.1.1" - "@smithy/eventstream-serde-config-resolver": "npm:^2.1.1" - "@smithy/eventstream-serde-node": "npm:^2.1.1" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/hash-blob-browser": "npm:^2.1.1" - "@smithy/hash-node": "npm:^2.1.1" - "@smithy/hash-stream-node": "npm:^2.1.1" - "@smithy/invalid-dependency": "npm:^2.1.1" - "@smithy/md5-js": "npm:^2.1.1" - "@smithy/middleware-content-length": "npm:^2.1.1" - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/middleware-stack": "npm:^2.1.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/node-http-handler": "npm:^2.3.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/url-parser": "npm:^2.1.1" + "@aws-sdk/client-sts": "npm:3.521.0" + "@aws-sdk/core": "npm:3.521.0" + "@aws-sdk/credential-provider-node": "npm:3.521.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.521.0" + "@aws-sdk/middleware-expect-continue": "npm:3.521.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.521.0" + "@aws-sdk/middleware-host-header": "npm:3.521.0" + "@aws-sdk/middleware-location-constraint": "npm:3.521.0" + "@aws-sdk/middleware-logger": "npm:3.521.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.521.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.521.0" + "@aws-sdk/middleware-signing": "npm:3.521.0" + "@aws-sdk/middleware-ssec": "npm:3.521.0" + "@aws-sdk/middleware-user-agent": "npm:3.521.0" + "@aws-sdk/region-config-resolver": "npm:3.521.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@aws-sdk/util-user-agent-browser": "npm:3.521.0" + "@aws-sdk/util-user-agent-node": "npm:3.521.0" + "@aws-sdk/xml-builder": "npm:3.521.0" + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/core": "npm:^1.3.3" + "@smithy/eventstream-serde-browser": "npm:^2.1.2" + "@smithy/eventstream-serde-config-resolver": "npm:^2.1.2" + "@smithy/eventstream-serde-node": "npm:^2.1.2" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/hash-blob-browser": "npm:^2.1.2" + "@smithy/hash-node": "npm:^2.1.2" + "@smithy/hash-stream-node": "npm:^2.1.2" + "@smithy/invalid-dependency": "npm:^2.1.2" + "@smithy/md5-js": "npm:^2.1.2" + "@smithy/middleware-content-length": "npm:^2.1.2" + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" "@smithy/util-base64": "npm:^2.1.1" "@smithy/util-body-length-browser": "npm:^2.1.1" "@smithy/util-body-length-node": "npm:^2.2.1" - "@smithy/util-defaults-mode-browser": "npm:^2.1.1" - "@smithy/util-defaults-mode-node": "npm:^2.2.0" - "@smithy/util-endpoints": "npm:^1.1.1" - "@smithy/util-retry": "npm:^2.1.1" - "@smithy/util-stream": "npm:^2.1.1" + "@smithy/util-defaults-mode-browser": "npm:^2.1.2" + "@smithy/util-defaults-mode-node": "npm:^2.2.1" + "@smithy/util-endpoints": "npm:^1.1.2" + "@smithy/util-retry": "npm:^2.1.2" + "@smithy/util-stream": "npm:^2.1.2" "@smithy/util-utf8": "npm:^2.1.1" - "@smithy/util-waiter": "npm:^2.1.1" + "@smithy/util-waiter": "npm:^2.1.2" fast-xml-parser: "npm:4.2.5" tslib: "npm:^2.5.0" - checksum: 10/c2e1bc60336b1f94977de87929eb4c2e8a0a614ecb5c90676491c37a4c7232ecd2ec158d6d85b07a9e66942833ae64ef595169ceb517e4fd9ac3a04c326892f1 + checksum: 10/089ecf32dd7c6c8f3c7ef5602704045eeabc59d1852c695c91a401b62419080ece31fdf18a0ae48c2b1fb64d149002e752897e11cc5652c7da317d36f86187c9 languageName: node linkType: hard -"@aws-sdk/client-sns@npm:^3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/client-sns@npm:3.515.0" +"@aws-sdk/client-sns@npm:^3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/client-sns@npm:3.521.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.515.0" - "@aws-sdk/core": "npm:3.513.0" - "@aws-sdk/credential-provider-node": "npm:3.515.0" - "@aws-sdk/middleware-host-header": "npm:3.515.0" - "@aws-sdk/middleware-logger": "npm:3.515.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.515.0" - "@aws-sdk/middleware-user-agent": "npm:3.515.0" - "@aws-sdk/region-config-resolver": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@aws-sdk/util-user-agent-browser": "npm:3.515.0" - "@aws-sdk/util-user-agent-node": "npm:3.515.0" - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/core": "npm:^1.3.2" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/hash-node": "npm:^2.1.1" - "@smithy/invalid-dependency": "npm:^2.1.1" - "@smithy/middleware-content-length": "npm:^2.1.1" - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/middleware-stack": "npm:^2.1.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/node-http-handler": "npm:^2.3.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/url-parser": "npm:^2.1.1" + "@aws-sdk/client-sts": "npm:3.521.0" + "@aws-sdk/core": "npm:3.521.0" + "@aws-sdk/credential-provider-node": "npm:3.521.0" + "@aws-sdk/middleware-host-header": "npm:3.521.0" + "@aws-sdk/middleware-logger": "npm:3.521.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.521.0" + "@aws-sdk/middleware-user-agent": "npm:3.521.0" + "@aws-sdk/region-config-resolver": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@aws-sdk/util-user-agent-browser": "npm:3.521.0" + "@aws-sdk/util-user-agent-node": "npm:3.521.0" + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/core": "npm:^1.3.3" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/hash-node": "npm:^2.1.2" + "@smithy/invalid-dependency": "npm:^2.1.2" + "@smithy/middleware-content-length": "npm:^2.1.2" + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" "@smithy/util-base64": "npm:^2.1.1" "@smithy/util-body-length-browser": "npm:^2.1.1" "@smithy/util-body-length-node": "npm:^2.2.1" - "@smithy/util-defaults-mode-browser": "npm:^2.1.1" - "@smithy/util-defaults-mode-node": "npm:^2.2.0" - "@smithy/util-endpoints": "npm:^1.1.1" - "@smithy/util-middleware": "npm:^2.1.1" - "@smithy/util-retry": "npm:^2.1.1" + "@smithy/util-defaults-mode-browser": "npm:^2.1.2" + "@smithy/util-defaults-mode-node": "npm:^2.2.1" + "@smithy/util-endpoints": "npm:^1.1.2" + "@smithy/util-middleware": "npm:^2.1.2" + "@smithy/util-retry": "npm:^2.1.2" "@smithy/util-utf8": "npm:^2.1.1" fast-xml-parser: "npm:4.2.5" tslib: "npm:^2.5.0" - checksum: 10/dd0e95f10531f4855b384244bf75845c8db5f8a64b8648bf3f436a9044a7e3d8b810e690d6db9f46592ae921a876a1d13711811b0acef8f4ea3c230a4b1e1593 + checksum: 10/5cdf1c4e8bc1b3c4d39cd00e15753095a29e202c26581217a0cc57dbc7e84051610ff04cd4f5714f3dc0a821dbfdaeb0e422f083855fea545f7a789849aa7318 languageName: node linkType: hard @@ -1293,52 +1293,52 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.515.0" +"@aws-sdk/client-sso-oidc@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.521.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.515.0" - "@aws-sdk/core": "npm:3.513.0" - "@aws-sdk/middleware-host-header": "npm:3.515.0" - "@aws-sdk/middleware-logger": "npm:3.515.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.515.0" - "@aws-sdk/middleware-user-agent": "npm:3.515.0" - "@aws-sdk/region-config-resolver": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@aws-sdk/util-user-agent-browser": "npm:3.515.0" - "@aws-sdk/util-user-agent-node": "npm:3.515.0" - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/core": "npm:^1.3.2" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/hash-node": "npm:^2.1.1" - "@smithy/invalid-dependency": "npm:^2.1.1" - "@smithy/middleware-content-length": "npm:^2.1.1" - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/middleware-stack": "npm:^2.1.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/node-http-handler": "npm:^2.3.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/url-parser": "npm:^2.1.1" + "@aws-sdk/client-sts": "npm:3.521.0" + "@aws-sdk/core": "npm:3.521.0" + "@aws-sdk/middleware-host-header": "npm:3.521.0" + "@aws-sdk/middleware-logger": "npm:3.521.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.521.0" + "@aws-sdk/middleware-user-agent": "npm:3.521.0" + "@aws-sdk/region-config-resolver": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@aws-sdk/util-user-agent-browser": "npm:3.521.0" + "@aws-sdk/util-user-agent-node": "npm:3.521.0" + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/core": "npm:^1.3.3" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/hash-node": "npm:^2.1.2" + "@smithy/invalid-dependency": "npm:^2.1.2" + "@smithy/middleware-content-length": "npm:^2.1.2" + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" "@smithy/util-base64": "npm:^2.1.1" "@smithy/util-body-length-browser": "npm:^2.1.1" "@smithy/util-body-length-node": "npm:^2.2.1" - "@smithy/util-defaults-mode-browser": "npm:^2.1.1" - "@smithy/util-defaults-mode-node": "npm:^2.2.0" - "@smithy/util-endpoints": "npm:^1.1.1" - "@smithy/util-middleware": "npm:^2.1.1" - "@smithy/util-retry": "npm:^2.1.1" + "@smithy/util-defaults-mode-browser": "npm:^2.1.2" + "@smithy/util-defaults-mode-node": "npm:^2.2.1" + "@smithy/util-endpoints": "npm:^1.1.2" + "@smithy/util-middleware": "npm:^2.1.2" + "@smithy/util-retry": "npm:^2.1.2" "@smithy/util-utf8": "npm:^2.1.1" tslib: "npm:^2.5.0" peerDependencies: - "@aws-sdk/credential-provider-node": ^3.515.0 - checksum: 10/5b516a7ecf5c4f277a5df0bf2ef5b442e6c54fc90f8ae33df364cb5908c078ebf8f7bae1d552dc67910cd9b874cf7a2e5f23bba193b6c33e57fc7a5444233dc3 + "@aws-sdk/credential-provider-node": ^3.521.0 + checksum: 10/efc336693d29316b7aea4c28e87906ac853f2d67bd94e4b4f7a8dbfc2a653866cbe31cf2f8f58205e2fac4939a37b88f6b7a83d9a70876c17eaf16198f29821f languageName: node linkType: hard @@ -1387,49 +1387,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/client-sso@npm:3.515.0" +"@aws-sdk/client-sso@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/client-sso@npm:3.521.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.513.0" - "@aws-sdk/middleware-host-header": "npm:3.515.0" - "@aws-sdk/middleware-logger": "npm:3.515.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.515.0" - "@aws-sdk/middleware-user-agent": "npm:3.515.0" - "@aws-sdk/region-config-resolver": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@aws-sdk/util-user-agent-browser": "npm:3.515.0" - "@aws-sdk/util-user-agent-node": "npm:3.515.0" - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/core": "npm:^1.3.2" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/hash-node": "npm:^2.1.1" - "@smithy/invalid-dependency": "npm:^2.1.1" - "@smithy/middleware-content-length": "npm:^2.1.1" - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/middleware-stack": "npm:^2.1.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/node-http-handler": "npm:^2.3.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/url-parser": "npm:^2.1.1" + "@aws-sdk/core": "npm:3.521.0" + "@aws-sdk/middleware-host-header": "npm:3.521.0" + "@aws-sdk/middleware-logger": "npm:3.521.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.521.0" + "@aws-sdk/middleware-user-agent": "npm:3.521.0" + "@aws-sdk/region-config-resolver": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@aws-sdk/util-user-agent-browser": "npm:3.521.0" + "@aws-sdk/util-user-agent-node": "npm:3.521.0" + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/core": "npm:^1.3.3" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/hash-node": "npm:^2.1.2" + "@smithy/invalid-dependency": "npm:^2.1.2" + "@smithy/middleware-content-length": "npm:^2.1.2" + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" "@smithy/util-base64": "npm:^2.1.1" "@smithy/util-body-length-browser": "npm:^2.1.1" "@smithy/util-body-length-node": "npm:^2.2.1" - "@smithy/util-defaults-mode-browser": "npm:^2.1.1" - "@smithy/util-defaults-mode-node": "npm:^2.2.0" - "@smithy/util-endpoints": "npm:^1.1.1" - "@smithy/util-middleware": "npm:^2.1.1" - "@smithy/util-retry": "npm:^2.1.1" + "@smithy/util-defaults-mode-browser": "npm:^2.1.2" + "@smithy/util-defaults-mode-node": "npm:^2.2.1" + "@smithy/util-endpoints": "npm:^1.1.2" + "@smithy/util-middleware": "npm:^2.1.2" + "@smithy/util-retry": "npm:^2.1.2" "@smithy/util-utf8": "npm:^2.1.1" tslib: "npm:^2.5.0" - checksum: 10/869a328f9cb76f8c6b74ab5d99c9be892adf1cdce8360727b5f751c1b198b84892c1c7afd61f1724a25a960656ca62da4e615995dec165b015a79eb2fa24b602 + checksum: 10/781c4eb20f977d5987240bca74714d57e45639cdc6471ff84b5d2749cec2dd00f083e1376c9f38da4cfbfb5c75bd39e60d907a6ac4a1471bbb9af66100d4ca0a languageName: node linkType: hard @@ -1481,52 +1481,52 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/client-sts@npm:3.515.0" +"@aws-sdk/client-sts@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/client-sts@npm:3.521.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.513.0" - "@aws-sdk/middleware-host-header": "npm:3.515.0" - "@aws-sdk/middleware-logger": "npm:3.515.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.515.0" - "@aws-sdk/middleware-user-agent": "npm:3.515.0" - "@aws-sdk/region-config-resolver": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@aws-sdk/util-user-agent-browser": "npm:3.515.0" - "@aws-sdk/util-user-agent-node": "npm:3.515.0" - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/core": "npm:^1.3.2" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/hash-node": "npm:^2.1.1" - "@smithy/invalid-dependency": "npm:^2.1.1" - "@smithy/middleware-content-length": "npm:^2.1.1" - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/middleware-stack": "npm:^2.1.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/node-http-handler": "npm:^2.3.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/url-parser": "npm:^2.1.1" + "@aws-sdk/core": "npm:3.521.0" + "@aws-sdk/middleware-host-header": "npm:3.521.0" + "@aws-sdk/middleware-logger": "npm:3.521.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.521.0" + "@aws-sdk/middleware-user-agent": "npm:3.521.0" + "@aws-sdk/region-config-resolver": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@aws-sdk/util-user-agent-browser": "npm:3.521.0" + "@aws-sdk/util-user-agent-node": "npm:3.521.0" + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/core": "npm:^1.3.3" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/hash-node": "npm:^2.1.2" + "@smithy/invalid-dependency": "npm:^2.1.2" + "@smithy/middleware-content-length": "npm:^2.1.2" + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" "@smithy/util-base64": "npm:^2.1.1" "@smithy/util-body-length-browser": "npm:^2.1.1" "@smithy/util-body-length-node": "npm:^2.2.1" - "@smithy/util-defaults-mode-browser": "npm:^2.1.1" - "@smithy/util-defaults-mode-node": "npm:^2.2.0" - "@smithy/util-endpoints": "npm:^1.1.1" - "@smithy/util-middleware": "npm:^2.1.1" - "@smithy/util-retry": "npm:^2.1.1" + "@smithy/util-defaults-mode-browser": "npm:^2.1.2" + "@smithy/util-defaults-mode-node": "npm:^2.2.1" + "@smithy/util-endpoints": "npm:^1.1.2" + "@smithy/util-middleware": "npm:^2.1.2" + "@smithy/util-retry": "npm:^2.1.2" "@smithy/util-utf8": "npm:^2.1.1" fast-xml-parser: "npm:4.2.5" tslib: "npm:^2.5.0" peerDependencies: - "@aws-sdk/credential-provider-node": ^3.515.0 - checksum: 10/2578d5e853f356eb2269e5b61648a9862644d99f91f947cf1e41e08be3d40bf265e6257c928248ba3020d15d7a77e2715fe316da824ff97b8f48ce9b98f24743 + "@aws-sdk/credential-provider-node": ^3.521.0 + checksum: 10/96ee5678e43fc661849d642aed814d270d742699079e8bce851d6a0c000e01074061e04d118caa044f5264e0e27ea818f96c9126c572c0fa6b2bc27ad92e3f08 languageName: node linkType: hard @@ -1554,17 +1554,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/core@npm:3.513.0": - version: 3.513.0 - resolution: "@aws-sdk/core@npm:3.513.0" +"@aws-sdk/core@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/core@npm:3.521.0" dependencies: - "@smithy/core": "npm:^1.3.2" - "@smithy/protocol-http": "npm:^3.1.1" + "@smithy/core": "npm:^1.3.3" + "@smithy/protocol-http": "npm:^3.2.0" "@smithy/signature-v4": "npm:^2.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/f238d69d00a86e1640214376bec91a36dcb78952c5450d18b4f027cb29be0647578ff0814bed152da5ac600c81f63d064d683ead645e29ad277c1e13f9790bbf + checksum: 10/f24f0b4e2df14a543536650defdbc182ca7fdc936399465e7d2fae6185d09897b445df5b57fc540cbc92e52df9102aacfe6d308e0071223c2a5176bce69e4944 languageName: node linkType: hard @@ -1593,15 +1593,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.515.0" +"@aws-sdk/credential-provider-env@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/property-provider": "npm:^2.1.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/adc1a70d1550f276d29ab0497c8430f1d8150c5286252cbd94c3ccf675abef2d4ef186db84bff36de059d5dac3f58cb1190797f3d4d53c86a6c4b3b9dae7df4b + checksum: 10/9fbf5ac5edde2c40a9b9b99c9fab851907c87526b9dd6b22346e3709de8f788b160ee2f6c576c65dc51d231496934390e366580824fd11bdd44e89f73ccfcf23 languageName: node linkType: hard @@ -1622,20 +1622,20 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.515.0" +"@aws-sdk/credential-provider-http@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/fetch-http-handler": "npm:^2.4.1" - "@smithy/node-http-handler": "npm:^2.3.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/node-http-handler": "npm:^2.4.0" "@smithy/property-provider": "npm:^2.1.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/util-stream": "npm:^2.1.1" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-stream": "npm:^2.1.2" tslib: "npm:^2.5.0" - checksum: 10/a6c5bcab77e497b0d138bd34dfdfac44199d41f4170ba59ba78b02a18fa5885e7fd49d250dbc8294a274a865ee63727c826af720dd42ea05ef10ae22c44c6b7f + checksum: 10/3c37e939e76b97ad6f3a7a04718db13ec563d289bac652f1e49b48e937a080b051e0d0ecae2ad3dfe4c29d2489fbe8f7447119ebafbf586b94eb63fc21ad8d33 languageName: node linkType: hard @@ -1657,22 +1657,22 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.515.0" +"@aws-sdk/credential-provider-ini@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.521.0" dependencies: - "@aws-sdk/client-sts": "npm:3.515.0" - "@aws-sdk/credential-provider-env": "npm:3.515.0" - "@aws-sdk/credential-provider-process": "npm:3.515.0" - "@aws-sdk/credential-provider-sso": "npm:3.515.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/client-sts": "npm:3.521.0" + "@aws-sdk/credential-provider-env": "npm:3.521.0" + "@aws-sdk/credential-provider-process": "npm:3.521.0" + "@aws-sdk/credential-provider-sso": "npm:3.521.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/credential-provider-imds": "npm:^2.2.1" "@smithy/property-provider": "npm:^2.1.1" "@smithy/shared-ini-file-loader": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/d4101b098139c66d80a2f08c4ff3c91a71ffa9b26c55a0ff3b94983d6f3f4364e9c48eff019cb536931f67cc63eb3e925eba70273eb365e6642f0d23764e6a36 + checksum: 10/a9f669a92a811d15c075d760dfb18b9ac9c0e32786424db2ace868e2f38ffd393f835e92d62b74df0b0efd1389aadd63fc91833e684f3c1495f700a855299ec3 languageName: node linkType: hard @@ -1695,23 +1695,23 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.515.0" +"@aws-sdk/credential-provider-node@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.521.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.515.0" - "@aws-sdk/credential-provider-http": "npm:3.515.0" - "@aws-sdk/credential-provider-ini": "npm:3.515.0" - "@aws-sdk/credential-provider-process": "npm:3.515.0" - "@aws-sdk/credential-provider-sso": "npm:3.515.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/credential-provider-env": "npm:3.521.0" + "@aws-sdk/credential-provider-http": "npm:3.521.0" + "@aws-sdk/credential-provider-ini": "npm:3.521.0" + "@aws-sdk/credential-provider-process": "npm:3.521.0" + "@aws-sdk/credential-provider-sso": "npm:3.521.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/credential-provider-imds": "npm:^2.2.1" "@smithy/property-provider": "npm:^2.1.1" "@smithy/shared-ini-file-loader": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/71d57075b3bca91fee9bdda4cd5d93525730a9bb044eaf406ba6f823f666d8fdf7c0c83c939accb450e6e643fd744105185519599bf6feb479e4551208ca5ac9 + checksum: 10/ff66c5ec4526072c1c72ed750e29959132c3d831ba849a75b1dcd80113cb8e5ed380dc6658671f31b3f2123ee0e8ac6e7921c06d80d82e6b3cb798a9e16f1193 languageName: node linkType: hard @@ -1728,16 +1728,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.515.0" +"@aws-sdk/credential-provider-process@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/property-provider": "npm:^2.1.1" "@smithy/shared-ini-file-loader": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/2c8928a9072ff6b1479533944f308f5eca9571476cc125b0a29ebaacf2b2528aa144bfee09eb2dc0f97eedb0b5b612bf5a0e5fa9574944624d86873b6b407a5a + checksum: 10/5c18cce45b210bdad330397e6d2f4f05043e9cf2857a76bdda75a24532c08e077d43d2d9200446948b19b06277921e0284e4a59159e2ad0553be38bcc9f915d7 languageName: node linkType: hard @@ -1756,18 +1756,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.515.0" +"@aws-sdk/credential-provider-sso@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.521.0" dependencies: - "@aws-sdk/client-sso": "npm:3.515.0" - "@aws-sdk/token-providers": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/client-sso": "npm:3.521.0" + "@aws-sdk/token-providers": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/property-provider": "npm:^2.1.1" "@smithy/shared-ini-file-loader": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/4daac56d6f22837a405ced57b19086cc71338693d9542095e66c3c3ae64fa34d4f00ec15f50e68075ff660abab575837be32726bc52f2e21dd04bdb5fb3d313a + checksum: 10/1cf4f5c696cdb94e682413df20be99c7f11f5d5ce0e68fbd39df875b26317a4bac34fca47bec4259c149aaf703751fa46ff81c9ee56cee2ecb8e4acaab5fdaff languageName: node linkType: hard @@ -1783,16 +1783,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.515.0" +"@aws-sdk/credential-provider-web-identity@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.521.0" dependencies: - "@aws-sdk/client-sts": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/client-sts": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/property-provider": "npm:^2.1.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/18b70c562f6bd89c1b644657eafc6a99df2d35484eef78cfbcc81094ea0a66fe22ea034a1c1183f3aebc466af1af000f1a08e8caf6d9952ffdb327b9f8095834 + checksum: 10/842e7a8a84c43382c52664514056b5e3f4abf9a77456804c45e303501f047d9dc70ad9d63ba2036c5a9f82182fb7e3ca97c6d9053ff3d781083068a2c9b30c70 languageName: node linkType: hard @@ -1830,17 +1830,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/lib-dynamodb@npm:^3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/lib-dynamodb@npm:3.515.0" +"@aws-sdk/lib-dynamodb@npm:^3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/lib-dynamodb@npm:3.521.0" dependencies: - "@aws-sdk/util-dynamodb": "npm:3.515.0" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/util-dynamodb": "npm:3.521.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" peerDependencies: "@aws-sdk/client-dynamodb": ^3.0.0 - checksum: 10/e2a26774d0f1952d37568502c5b933631c8bdce449ea00b4161a8def304af87ec561bfbdd19ab018ad866b04310e61daaac03a92519a6de2f439bc5d99f8e00e + checksum: 10/682c0e844c69d1082cb8bb8c48d8532987787c1d343a5af02e4e79020a175f9af8c71f6eec6eef2d6999e892cbbfc1cec84868dc8ef8758d0e113a5784dfb544 languageName: node linkType: hard @@ -1859,32 +1859,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.515.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/types": "npm:3.521.0" "@aws-sdk/util-arn-parser": "npm:3.495.0" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" "@smithy/util-config-provider": "npm:^2.2.1" tslib: "npm:^2.5.0" - checksum: 10/fd192ae3832a3831637c2361f81897912379678cde39271294ec5f574b247b9d3d8d009041ae99c29e46ed0778843ac3b3c1eddbb351e5f67cdd4187e8a32041 + checksum: 10/4677829adc8b7fdce87d96fd1f19220b7f816d82232008f8bf88314fdbee9cbe9847a012b6fc17da22e22697c537e2a5c2174d657f0362af5ee9cab8ac5318f7 languageName: node linkType: hard -"@aws-sdk/middleware-endpoint-discovery@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.515.0" +"@aws-sdk/middleware-endpoint-discovery@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.521.0" dependencies: "@aws-sdk/endpoint-cache": "npm:3.495.0" - "@aws-sdk/types": "npm:3.515.0" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/f7c4a3ce712b0392b0776ce0b789e182fd3d8f8860a0a0bf74b3ca58367401e647873c20456a1c7e21878e81119f0c7b4ca78863706dfe7edbc1cb6ceef292ea + checksum: 10/3c25b336fe84a82f627ef18e71c539fc280f91aa099d5a6d7dc7a5b6a24d7a9df4583f8622ba72bd5fcf6fb9093d10472b3712d5f8102324f67d3932a7d3c96a languageName: node linkType: hard @@ -1900,15 +1900,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.515.0" +"@aws-sdk/middleware-expect-continue@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/fa8fd2d7fbf257d667bbf0b5c16d9573f1ce5a2a7b59e13da630da4f40345e609a221b60c641f8c7cf4002710618c7d94b0233f3ed1e1bd847e03753d39d75df + checksum: 10/70d2fba252d81099cbf66ff6063207f8d2efaee30b0336330856956e4b7313aee85872de8949f131a8260978eb29e067f864794ad03f1cc1ac8f1bd33ed52c70 languageName: node linkType: hard @@ -1928,19 +1928,19 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.515.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.521.0" dependencies: "@aws-crypto/crc32": "npm:3.0.0" "@aws-crypto/crc32c": "npm:3.0.0" - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/is-array-buffer": "npm:^2.1.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" "@smithy/util-utf8": "npm:^2.1.1" tslib: "npm:^2.5.0" - checksum: 10/f6dd5eb95b7e5b6c59bd2547b184dba1f8c243949fa20e4906156a3743cab26cfc405ba1a418904cf13165b609439ff55bd108f699902e2597bb5cccbf59e29e + checksum: 10/83e697fb483e5657ced1c99be9ef39c81ee9ee0b878e4b3cbcbfd05874b8cd99500195aebc5a82f0bf76bd6f5e360ac6c94508715b627e841f4d6467a30d9260 languageName: node linkType: hard @@ -1956,15 +1956,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.515.0" +"@aws-sdk/middleware-host-header@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/afb6a4e25240d3eaf15df4bd4b380f26e500c78f2241d22b4df34f2b3600b0fa6b13909a036df62ed753bfb56b5d636fe53d4c9b5079f783dbce7914e377aa9a + checksum: 10/0a957985621d986937081478e25a3082d52fe0bd5494bdd266e1f5a9b80e9c1b2e12222444aec100293b82113621b360a96fc5db2df0c8bd05ab7ba3c557112b languageName: node linkType: hard @@ -1979,14 +1979,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.515.0" +"@aws-sdk/middleware-location-constraint@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/01756a4c0a1e082481e8da1790355aa59ae5301978866492727b3a51b043d62f4688e38ed27fea8db74ae2e6ef61f411c815824e796201690e2fe6726a85d233 + checksum: 10/770ee7fa01260865e4b062c35095cd890fadf7b9d499b2d406b31f5cb1aba68721b4ff9f5c1db3182bd9a2a6ad283a1c31617de329161cf2ad60a254633fbe0c languageName: node linkType: hard @@ -2001,14 +2001,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-logger@npm:3.515.0" +"@aws-sdk/middleware-logger@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-logger@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/28918fa80cbb2ea24523287ec27a9c5dc89eae498c3e1f39ead7ded3f1d29a1f28414e9e7e4ee2b488734ab53cd64b9b89be00970f5ed6b73390a0e486978812 + checksum: 10/fc894445851fdb5a73680ac105c627f40a47b396892b891f675b3d1c4979b8c14491ea7860328e17dc3c1dbbb6e8eb5bc237966a7477cfa3a8c76be0ae24a289 languageName: node linkType: hard @@ -2024,15 +2024,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.515.0" +"@aws-sdk/middleware-recursion-detection@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/43f7f8108da482f191152cda02d8b749c5fed25cc7eee5be15aa7663ef8171ba153f8155abf931f110250f38d3810f4871fbc33e13a6489b1a013050de955eba + checksum: 10/35e32c3bde36cf475fdf25375eafc545e790a6456335914f37785c32ecf9ac4f3210fda445bbe00403bf50f6b5e0ef7dde5e79e176b9f9ab903b6acc70a64817 languageName: node linkType: hard @@ -2064,20 +2064,20 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.515.0" +"@aws-sdk/middleware-sdk-s3@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/types": "npm:3.521.0" "@aws-sdk/util-arn-parser": "npm:3.495.0" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/protocol-http": "npm:^3.1.1" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.2.0" "@smithy/signature-v4": "npm:^2.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" "@smithy/util-config-provider": "npm:^2.2.1" tslib: "npm:^2.5.0" - checksum: 10/d9a2c04be43c8eb56935ef380b4592c85a9c6c80ad14753d75a2ee8c631968dc0e71d605725ce3843b88b2d63ab8e081559e7cf9ed0a2509ee99649607cdf0fe + checksum: 10/416094ae6b2e5d9d04ff6f22437bd2d67093394d7c9e8014df30061837fabd58c38f2e4d910d8de3fff4cf93b6c8688024a337eaf770dde357a0ca2ce9c99d1b languageName: node linkType: hard @@ -2096,18 +2096,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-signing@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-signing@npm:3.515.0" +"@aws-sdk/middleware-signing@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-signing@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/property-provider": "npm:^2.1.1" - "@smithy/protocol-http": "npm:^3.1.1" + "@smithy/protocol-http": "npm:^3.2.0" "@smithy/signature-v4": "npm:^2.1.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/util-middleware": "npm:^2.1.1" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-middleware": "npm:^2.1.2" tslib: "npm:^2.5.0" - checksum: 10/2cc6324385b15e0a4029c8529d35b4d2ba93bf478e3af2b9cc2b83086d61ee8da5c698b6b2af89a0dcb6cef5072dc73dad48054237526f38baf814ef13423462 + checksum: 10/599000e392b297d2c1b5b2690e5732e7cc1959747e9957dd41896839ea40a3af4cd76dd8e4896f79d395baca18a09e18446b6636e6cfb6fd8eee1f15b99ffcbc languageName: node linkType: hard @@ -2122,14 +2122,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.515.0" +"@aws-sdk/middleware-ssec@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/819f4cf778d7a70d9ba96d77e4aa4bb4a157896a1282d17c2f2fd6025612b403343586d57a8df6eee46fb92b14aa139c66b43ade1e23ca60f57178ce8eb9554a + checksum: 10/bb86af5f74ce8224e74fa173aa6edc2423b9b58d5f30757813d7faec63478800da35b547c1d0129d3906680dc3aae1bc19d41dfe76635dcc90ba98e27081685e languageName: node linkType: hard @@ -2146,16 +2146,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.515.0" +"@aws-sdk/middleware-user-agent@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@aws-sdk/util-endpoints": "npm:3.515.0" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@aws-sdk/util-endpoints": "npm:3.521.0" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/aebcbb90014abfc008f740ebb10490bfbd635e1bed10f5893061c4c57623a46b991a670e95e57ea613133fc8ec58c24700691211a9089b4de62f66cd344608fb + checksum: 10/4201471a89c47c29a555c905d6ce9626aab186014e389caec2f6908ba607dd95fdf346f06c373785912c51a698bb576b3dc2643cb3f046a60836bca72690ca5e languageName: node linkType: hard @@ -2173,17 +2173,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.515.0" +"@aws-sdk/region-config-resolver@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/types": "npm:^2.10.0" "@smithy/util-config-provider": "npm:^2.2.1" - "@smithy/util-middleware": "npm:^2.1.1" + "@smithy/util-middleware": "npm:^2.1.2" tslib: "npm:^2.5.0" - checksum: 10/27c0ccdf5bd37078b87dc5c747f3b4e5cb0c926bf55f150ec662eaed5a7929d2bdbd1dc08bff7db473d038a69ce1b35e27237cf409a118a22e7ca38883e54400 + checksum: 10/b4a81209a9354213346c022089773d4e9432fc0d8a7c09810039e6807206141955f51a47363197d8643484aa52e855f95918a5d5110b6fea70533ca992ec0a6a languageName: node linkType: hard @@ -2218,17 +2218,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.515.0" +"@aws-sdk/signature-v4-multi-region@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.521.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" - "@smithy/protocol-http": "npm:^3.1.1" + "@aws-sdk/middleware-sdk-s3": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/protocol-http": "npm:^3.2.0" "@smithy/signature-v4": "npm:^2.1.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/adee59ecbd8b90fcb4382f4ab81c572c5f84fb61712c9353b58d612c4e8dbe28d4f7abec9cd49273c95d797f1f19f9cbbaa4f280b86f6cf744dedef86d20b678 + checksum: 10/6de0fabf0757d215492d14e36f51e6d35b0ec7f293261aac06d346b1d48c3691942f77cb74d1aa36ccb6fd807174dd2a7f1c13fe0c4609d0e70c3d53c87a9718 languageName: node linkType: hard @@ -2287,17 +2287,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/token-providers@npm:3.515.0" +"@aws-sdk/token-providers@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/token-providers@npm:3.521.0" dependencies: - "@aws-sdk/client-sso-oidc": "npm:3.515.0" - "@aws-sdk/types": "npm:3.515.0" + "@aws-sdk/client-sso-oidc": "npm:3.521.0" + "@aws-sdk/types": "npm:3.521.0" "@smithy/property-provider": "npm:^2.1.1" "@smithy/shared-ini-file-loader": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/8b13655817082a2ab62170cb209ff359f98a686a5101d195ac4608153d1ce0384192ec631aefc267790548e91f76b73e6e9400496c7e66b321eab91fd60e7bbc + checksum: 10/b2ca910d76424ed814933d364533d423e7cb4b13aad8d1b3f34470cea5d83fe0abfcfa84250394d6a4bfc2365cc08869585fe62daa5ad177d9a2fbd228bf3689 languageName: node linkType: hard @@ -2311,13 +2311,13 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/types@npm:3.515.0" +"@aws-sdk/types@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/types@npm:3.521.0" dependencies: - "@smithy/types": "npm:^2.9.1" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/465b998e539e88fcd7be3d4acaaf9a8cd80bda2f2cb0ae407f60b87eb3e3dd9229df1d384ba524de8b9e2bb2c61f4f126b0bc5f5b42558235e40e5f491b3997d + checksum: 10/dfaaa2fa8d61ef6ad7e980107b20fb047bf13ea8c348b12d715686fb722ead8155dcb1060ab23afae090033ce41a00bff9d5ecc24a40eab1cd533e3860b5bbfe languageName: node linkType: hard @@ -2330,14 +2330,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-dynamodb@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/util-dynamodb@npm:3.515.0" +"@aws-sdk/util-dynamodb@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/util-dynamodb@npm:3.521.0" dependencies: tslib: "npm:^2.5.0" peerDependencies: "@aws-sdk/client-dynamodb": ^3.0.0 - checksum: 10/b4d7d070244268893a9d317fcb9f644ca0ac1048a2c9abf6e90025d40d8c0eadeb490da273dcaf28bd7bb021d860915c96540f6130cf4ad20b34760954911239 + checksum: 10/eebe695001c9dd2477097f4b28f0c8070d4c195430cea38b596d0412d5be15112523b44f63143566a6caed2b14504c5663d1af6ec7ef90a93d1977475db61bb3 languageName: node linkType: hard @@ -2353,15 +2353,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/util-endpoints@npm:3.515.0" +"@aws-sdk/util-endpoints@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/util-endpoints@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/types": "npm:^2.9.1" - "@smithy/util-endpoints": "npm:^1.1.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-endpoints": "npm:^1.1.2" tslib: "npm:^2.5.0" - checksum: 10/933d445f9129d7c759f89de36e4d4cc03f3c2c8ad4da01b81f3534656b63f809763bde6629e1e3e33d007982491cda80176bf2b5fbf5d6de5e6468d65d105c04 + checksum: 10/b6c6451a1134a2866edff0ca45fbcfe09cd865fdd25676a22b473c0964b6e21f8ce331cc877ecb4ea3a93527fdf68c372370ef1f51ee6effc246f4ee6d01c09d languageName: node linkType: hard @@ -2386,15 +2386,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.515.0" +"@aws-sdk/util-user-agent-browser@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/types": "npm:^2.10.0" bowser: "npm:^2.11.0" tslib: "npm:^2.5.0" - checksum: 10/1d41280cecb5627ab9a78ece5a8384c49750fd6b2efc7b3df70b20b0da1affee7ffe3091ee86a17bd2b1a96f898c31a847f497165db1b6c00ab920591ac98ffd + checksum: 10/82c01ad0eaf2de4e3c1c211ae77ae5aeeb1258ed01e094f341d523a623da3ff2b150e4b2b39a959a9dd57d0d45a5c72385b7a75bfde579f9861dbed3f1d1b587 languageName: node linkType: hard @@ -2415,20 +2415,20 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.515.0": - version: 3.515.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.515.0" +"@aws-sdk/util-user-agent-node@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.521.0" dependencies: - "@aws-sdk/types": "npm:3.515.0" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/types": "npm:^2.9.1" + "@aws-sdk/types": "npm:3.521.0" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10/dd11d550f1242498610b563e1f435765dc900de2bd16cb5f50ab6eecc3941350280dc0bc53e22a4e54192837439e6d5ad05e04d90c49320bb8041c58c10c647f + checksum: 10/3a0d133606085e79c855a21ea59939a30f62dbc5b1b34b070fd164d6f3d4601d67d5b73451884865c50f4a2c942d2659292d3fe0268a4ef03dd29690743ea72a languageName: node linkType: hard @@ -2451,6 +2451,16 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/xml-builder@npm:3.521.0": + version: 3.521.0 + resolution: "@aws-sdk/xml-builder@npm:3.521.0" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/e56a404db2bd9c13e5d4d5b2d5ba1bc38bead3f87d49539886fe7e2d1dc171e3c5226cd4b2218f656ea39c57285d6dee03b8364e25fa0482cfc7aa3d70a89f1a + languageName: node + linkType: hard + "@babel/code-frame@npm:7.10.4, @babel/code-frame@npm:~7.10.4": version: 7.10.4 resolution: "@babel/code-frame@npm:7.10.4" @@ -4649,10 +4659,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:8.56.0": - version: 8.56.0 - resolution: "@eslint/js@npm:8.56.0" - checksum: 10/97a4b5ccf7e24f4d205a1fb0f21cdcd610348ecf685f6798a48dd41ba443f2c1eedd3050ff5a0b8f30b8cf6501ab512aa9b76e531db15e59c9ebaa41f3162e37 +"@eslint/js@npm:8.57.0": + version: 8.57.0 + resolution: "@eslint/js@npm:8.57.0" + checksum: 10/3c501ce8a997cf6cbbaf4ed358af5492875e3550c19b9621413b82caa9ae5382c584b0efa79835639e6e0ddaa568caf3499318e5bdab68643ef4199dce5eb0a0 languageName: node linkType: hard @@ -6035,7 +6045,7 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.11.13": +"@humanwhocodes/config-array@npm:^0.11.14": version: 0.11.14 resolution: "@humanwhocodes/config-array@npm:0.11.14" dependencies: @@ -7619,20 +7629,21 @@ __metadata: languageName: node linkType: hard -"@puppeteer/browsers@npm:1.9.1": - version: 1.9.1 - resolution: "@puppeteer/browsers@npm:1.9.1" +"@puppeteer/browsers@npm:2.1.0": + version: 2.1.0 + resolution: "@puppeteer/browsers@npm:2.1.0" dependencies: debug: "npm:4.3.4" extract-zip: "npm:2.0.1" progress: "npm:2.0.3" - proxy-agent: "npm:6.3.1" - tar-fs: "npm:3.0.4" + proxy-agent: "npm:6.4.0" + semver: "npm:7.6.0" + tar-fs: "npm:3.0.5" unbzip2-stream: "npm:1.4.3" yargs: "npm:17.7.2" bin: browsers: lib/cjs/main-cli.js - checksum: 10/804cbc18bcc68796f1abebc2b008346fdcc10952a224bfdb1b81b5618a63e4b685a6f2a71e997a454d5695c8faec58e05e04a7cf83e56a899d6adbe94427de3b + checksum: 10/ab218ba0c1758d0d437e31d427f636ed35f5211c02a470e588689fe8c42e8d97eafa44a51310304a498427fb2639e75086b643fa8fbe9646acb618eb29a68451 languageName: node linkType: hard @@ -8485,6 +8496,16 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/abort-controller@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/063e17ee82860e77dbf11b6d56943ffe39912845527fc97564dbe28d0db0ae4eb4edebe6c91aa12bf38da1968e71a7162602abe64f1aa6ce5617a7766f41273e + languageName: node + linkType: hard + "@smithy/chunked-blob-reader-native@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/chunked-blob-reader-native@npm:2.1.1" @@ -8529,6 +8550,19 @@ __metadata: languageName: node linkType: hard +"@smithy/config-resolver@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/config-resolver@npm:2.1.2" + dependencies: + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-config-provider": "npm:^2.2.1" + "@smithy/util-middleware": "npm:^2.1.2" + tslib: "npm:^2.5.0" + checksum: 10/62c84eaa852d4250358b83c7ab07d5cc9ab3d5b17db7ef0dc2583a0fc682c0412d3909b795712bdc29a7d6d8038e8504a461f408874d3fede009f2e628bf1b8c + languageName: node + linkType: hard + "@smithy/core@npm:^1.3.1": version: 1.3.1 resolution: "@smithy/core@npm:1.3.1" @@ -8545,19 +8579,19 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^1.3.2": - version: 1.3.2 - resolution: "@smithy/core@npm:1.3.2" - dependencies: - "@smithy/middleware-endpoint": "npm:^2.4.1" - "@smithy/middleware-retry": "npm:^2.1.1" - "@smithy/middleware-serde": "npm:^2.1.1" - "@smithy/protocol-http": "npm:^3.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" - "@smithy/util-middleware": "npm:^2.1.1" +"@smithy/core@npm:^1.3.3": + version: 1.3.3 + resolution: "@smithy/core@npm:1.3.3" + dependencies: + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-retry": "npm:^2.1.2" + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-middleware": "npm:^2.1.2" tslib: "npm:^2.5.0" - checksum: 10/9273e458dee9b03bdba1f43797ed6033202a1882378d345a01ea3e547a82b56477e167b887d27c63b310ee9fc0af4541f5dda490d3ac25e4609b202bd8461d79 + checksum: 10/daf118ff74d873a57446b87f6b71c743bcbc382ebf1019f765ed5de67af9ca9516dc9af635c4b7a6a26076e01f11db7da54d6ef8454209800d09416cbf1a9112 languageName: node linkType: hard @@ -8574,6 +8608,19 @@ __metadata: languageName: node linkType: hard +"@smithy/credential-provider-imds@npm:^2.2.2": + version: 2.2.2 + resolution: "@smithy/credential-provider-imds@npm:2.2.2" + dependencies: + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/property-provider": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" + tslib: "npm:^2.5.0" + checksum: 10/ffcf0d102f96d22763ffeb3e0a616a2bc6770b1600ed5b97db6be70b7a6ee5dec6424db0abe18813c8435ed26935e44da67e6ab3d18be89046bd62543e57617e + languageName: node + linkType: hard + "@smithy/eventstream-codec@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/eventstream-codec@npm:2.1.1" @@ -8586,6 +8633,18 @@ __metadata: languageName: node linkType: hard +"@smithy/eventstream-codec@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/eventstream-codec@npm:2.1.2" + dependencies: + "@aws-crypto/crc32": "npm:3.0.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-hex-encoding": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/62ac0536ee4c0d630561d33cae92a825f50dc0e839eea7d6a0688e7c645efa0c6c61a2a6bb3de72f1899371b8b877fda1c17fee5b3586a31b51afd2883e8c4d7 + languageName: node + linkType: hard + "@smithy/eventstream-serde-browser@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/eventstream-serde-browser@npm:2.1.1" @@ -8597,6 +8656,17 @@ __metadata: languageName: node linkType: hard +"@smithy/eventstream-serde-browser@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/eventstream-serde-browser@npm:2.1.2" + dependencies: + "@smithy/eventstream-serde-universal": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/903701f7ff303aaf133210e5a359b179a41744fab76036db4d1462396e9c1a84ab4cf96027553c441220de03c396497483b12b673b239990c2ce4ea47b25748e + languageName: node + linkType: hard + "@smithy/eventstream-serde-config-resolver@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/eventstream-serde-config-resolver@npm:2.1.1" @@ -8607,6 +8677,16 @@ __metadata: languageName: node linkType: hard +"@smithy/eventstream-serde-config-resolver@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/eventstream-serde-config-resolver@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/2b5658323d3c6ca476afea0dc0981b7fbaed747d42a65f23ddf0463e50c339444c54aafa2b987b809a8e66e3a951ff012ef0724229cd7e8f1e2ecc88e08536cc + languageName: node + linkType: hard + "@smithy/eventstream-serde-node@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/eventstream-serde-node@npm:2.1.1" @@ -8618,6 +8698,17 @@ __metadata: languageName: node linkType: hard +"@smithy/eventstream-serde-node@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/eventstream-serde-node@npm:2.1.2" + dependencies: + "@smithy/eventstream-serde-universal": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/7a26275398baadb9f30aa0479c58b884418b9dfef9ef0637d828415b7ff9ed022e9148c11e3f936a36d8bfca2970fdf1197c9663075898d7521275c15fa47984 + languageName: node + linkType: hard + "@smithy/eventstream-serde-universal@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/eventstream-serde-universal@npm:2.1.1" @@ -8629,6 +8720,17 @@ __metadata: languageName: node linkType: hard +"@smithy/eventstream-serde-universal@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/eventstream-serde-universal@npm:2.1.2" + dependencies: + "@smithy/eventstream-codec": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/a27b6766cf646383b58f4f5c85d814ab4a5ebbd83953a59876cdb5bff89cb1d2545fe711c97ecd21bd36ccdd19154b0390db720345c3aeed1efc868fc76159fc + languageName: node + linkType: hard + "@smithy/fetch-http-handler@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/fetch-http-handler@npm:1.1.0" @@ -8655,6 +8757,19 @@ __metadata: languageName: node linkType: hard +"@smithy/fetch-http-handler@npm:^2.4.2": + version: 2.4.2 + resolution: "@smithy/fetch-http-handler@npm:2.4.2" + dependencies: + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/querystring-builder": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-base64": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/d983879fa3be2ef1238633b0afc239cf685448ebed2d702ee4eb6389e497b49559882f47b99f2799d21bd1f3b28ca9f0cc3e5fa8593ca2fd456eb398cb3d9fe5 + languageName: node + linkType: hard + "@smithy/hash-blob-browser@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/hash-blob-browser@npm:2.1.1" @@ -8667,6 +8782,18 @@ __metadata: languageName: node linkType: hard +"@smithy/hash-blob-browser@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/hash-blob-browser@npm:2.1.2" + dependencies: + "@smithy/chunked-blob-reader": "npm:^2.1.1" + "@smithy/chunked-blob-reader-native": "npm:^2.1.1" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/83dc2e664b8a12603070a0b51905bb731c1a87a73b14a881558792dee0f1e4c6a7199960ed756143dedf034ffe77afb17db924a4225eb4799bf22d67869e79cf + languageName: node + linkType: hard + "@smithy/hash-node@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/hash-node@npm:2.1.1" @@ -8679,6 +8806,18 @@ __metadata: languageName: node linkType: hard +"@smithy/hash-node@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/hash-node@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + "@smithy/util-buffer-from": "npm:^2.1.1" + "@smithy/util-utf8": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/a89c5fcd9c038d1adad2e01cee3d94801c27c2e0742abb6b185be83eb0c6e6de7e4b05d13e4b26dde5e8e2dfe6e617a87930aaf9b19fdba517b35d3ed6efcbcf + languageName: node + linkType: hard + "@smithy/hash-stream-node@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/hash-stream-node@npm:2.1.1" @@ -8690,6 +8829,17 @@ __metadata: languageName: node linkType: hard +"@smithy/hash-stream-node@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/hash-stream-node@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + "@smithy/util-utf8": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/e827b7f839b876fe235b7133bf5bc999fbdc27cbc4c9fa21092a5ccc4f221a285a99d303bea1839234471b2c48b136e0976435ba656de0cf198703aed8082260 + languageName: node + linkType: hard + "@smithy/invalid-dependency@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/invalid-dependency@npm:2.1.1" @@ -8700,6 +8850,16 @@ __metadata: languageName: node linkType: hard +"@smithy/invalid-dependency@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/invalid-dependency@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/57770dfaee3bd556028865b70bf3d7c5de03d1dbc4fe0dc860e6e3e639a1104af945cb428c36d339f5dfc3eaba88c7a4d5f1b626a81092544e5b44b08b074fdd + languageName: node + linkType: hard + "@smithy/is-array-buffer@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/is-array-buffer@npm:1.1.0" @@ -8729,6 +8889,17 @@ __metadata: languageName: node linkType: hard +"@smithy/md5-js@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/md5-js@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + "@smithy/util-utf8": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/d45888c0513206e268d83744453991a9dd3a108d754f428dc705edfdb54176e28dc2ce0917885fa58645a191314f2fbeec5715cf57c27748349bdc4d99f5c56b + languageName: node + linkType: hard + "@smithy/middleware-content-length@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/middleware-content-length@npm:2.1.1" @@ -8740,6 +8911,17 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-content-length@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/middleware-content-length@npm:2.1.2" + dependencies: + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/38af160e270b0b3dc9907258af9f630c96a955b1e3f24ea25686edfba6481775be6e9439f939cb8f9dc3a324e62460addcff029da914f4a16706e7ed046f1f23 + languageName: node + linkType: hard + "@smithy/middleware-endpoint@npm:^2.4.1": version: 2.4.1 resolution: "@smithy/middleware-endpoint@npm:2.4.1" @@ -8755,6 +8937,21 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-endpoint@npm:^2.4.2": + version: 2.4.2 + resolution: "@smithy/middleware-endpoint@npm:2.4.2" + dependencies: + "@smithy/middleware-serde": "npm:^2.1.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/shared-ini-file-loader": "npm:^2.3.2" + "@smithy/types": "npm:^2.10.0" + "@smithy/url-parser": "npm:^2.1.2" + "@smithy/util-middleware": "npm:^2.1.2" + tslib: "npm:^2.5.0" + checksum: 10/0c655a2f43638cfbd390f146301495d370e51ffe00118a0c8ee48f8af8301380ba0932bde13dec7eab04f2bbbc88d74b184f7dada5d953cd224731edeb032d1e + languageName: node + linkType: hard + "@smithy/middleware-retry@npm:^1.0.3": version: 1.1.0 resolution: "@smithy/middleware-retry@npm:1.1.0" @@ -8787,6 +8984,23 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-retry@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/middleware-retry@npm:2.1.2" + dependencies: + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/service-error-classification": "npm:^2.1.2" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-middleware": "npm:^2.1.2" + "@smithy/util-retry": "npm:^2.1.2" + tslib: "npm:^2.5.0" + uuid: "npm:^8.3.2" + checksum: 10/e29a2dcdf009a828b87491f2d7235d207f20697fb9d07734ece5d2a2f3adc2103c0029495b200ba6a235bf0983681a80a9c44eaeadc89e31e11e318f621bb5a2 + languageName: node + linkType: hard + "@smithy/middleware-serde@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/middleware-serde@npm:2.1.1" @@ -8797,6 +9011,16 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-serde@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/middleware-serde@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/4a43be868cbbe1cca612d9dd7638fbc01d684b230d5a60108bb31c0fbfe84b53497a523f3854180e3780bc7b16278dad89a415046a3c978652f13a5931849577 + languageName: node + linkType: hard + "@smithy/middleware-stack@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/middleware-stack@npm:1.1.0" @@ -8816,6 +9040,16 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-stack@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/middleware-stack@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/7f2924ab9f9f552e6d1c6509d69fd834e4c13dd7779774b95ea38716b46ab83771c4b1ea49a6f3928016c2960637ff3bcc0f0a61a7e2c53edd83e3bdb5d3f258 + languageName: node + linkType: hard + "@smithy/node-config-provider@npm:^2.2.1": version: 2.2.1 resolution: "@smithy/node-config-provider@npm:2.2.1" @@ -8828,6 +9062,18 @@ __metadata: languageName: node linkType: hard +"@smithy/node-config-provider@npm:^2.2.2": + version: 2.2.2 + resolution: "@smithy/node-config-provider@npm:2.2.2" + dependencies: + "@smithy/property-provider": "npm:^2.1.2" + "@smithy/shared-ini-file-loader": "npm:^2.3.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/11bfd164c665b64ed612555dcff7189f99f5199a2b7b8ba7213a623b9d20fd3f40eba2f522411d7241f35257d4ad3f1070f53e075d9399276d0db6215ae7e5d1 + languageName: node + linkType: hard + "@smithy/node-http-handler@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/node-http-handler@npm:1.1.0" @@ -8854,6 +9100,19 @@ __metadata: languageName: node linkType: hard +"@smithy/node-http-handler@npm:^2.4.0": + version: 2.4.0 + resolution: "@smithy/node-http-handler@npm:2.4.0" + dependencies: + "@smithy/abort-controller": "npm:^2.1.2" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/querystring-builder": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/36e2d3d41b07a70819b5dacb69a0500c80fb913b6dc274d2a54d898dae88318d587114b35b3228215a5218b3d4a4275a87f73582531c634ea6db9a7327b4f342 + languageName: node + linkType: hard + "@smithy/property-provider@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/property-provider@npm:2.1.1" @@ -8864,6 +9123,16 @@ __metadata: languageName: node linkType: hard +"@smithy/property-provider@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/property-provider@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/f5d302b03f92e6c26158cd41fdd6674104971ea9b31dfba410de8540de6771ba6c67e562b3e2e293847bfa29f89e3b017c8733cfcee95e038ac3b21fbb79b936 + languageName: node + linkType: hard + "@smithy/protocol-http@npm:^1.2.0": version: 1.2.0 resolution: "@smithy/protocol-http@npm:1.2.0" @@ -8884,6 +9153,16 @@ __metadata: languageName: node linkType: hard +"@smithy/protocol-http@npm:^3.2.0": + version: 3.2.0 + resolution: "@smithy/protocol-http@npm:3.2.0" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/db9761c82fa8bb9ab8042f9429f4fbefff8451d34a4abe762a079d9918b142f8561fc7e2421925b22d39154b9988772923d1055e3945cf1c37c1a42faeff8e66 + languageName: node + linkType: hard + "@smithy/querystring-builder@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/querystring-builder@npm:1.1.0" @@ -8906,6 +9185,17 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-builder@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/querystring-builder@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + "@smithy/util-uri-escape": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/3d97804cb664e546eb315bee17c5edf3168efd9378cc6c5cee957e563c049b187c98a3b45277a748b2116bb5a0141b87e4ca8cb5e02402f5b1ba7330def6929b + languageName: node + linkType: hard + "@smithy/querystring-parser@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/querystring-parser@npm:2.1.1" @@ -8916,6 +9206,16 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-parser@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/querystring-parser@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/80dd34c6dda5dcad996d32b422b9ae84597c271630af25dd9ff3dc7b795fed3eb04c91a13a781db126abcc0b8d404648e67b80071af99ffc331a802e3b76ee71 + languageName: node + linkType: hard + "@smithy/service-error-classification@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/service-error-classification@npm:1.1.0" @@ -8932,6 +9232,15 @@ __metadata: languageName: node linkType: hard +"@smithy/service-error-classification@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/service-error-classification@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + checksum: 10/d5b4feb1430909eb75ec56cfc3880233241d4b2b04d032a13bf89e41e53ba6f28cca9fc106e621da105f63acf7985294634bd35851e48d878342e009217a9dbf + languageName: node + linkType: hard + "@smithy/shared-ini-file-loader@npm:^2.3.1": version: 2.3.1 resolution: "@smithy/shared-ini-file-loader@npm:2.3.1" @@ -8942,6 +9251,16 @@ __metadata: languageName: node linkType: hard +"@smithy/shared-ini-file-loader@npm:^2.3.2": + version: 2.3.2 + resolution: "@smithy/shared-ini-file-loader@npm:2.3.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/c523f385738889a0c4bcb5b900da99ad3f3939899e0dc04f4b7cf6feca7cabf5642cf5be4e9a185f805219c149821c69f95f09a795df6f8d9971557a40032fe3 + languageName: node + linkType: hard + "@smithy/signature-v4@npm:^2.0.16, @smithy/signature-v4@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/signature-v4@npm:2.1.1" @@ -8984,6 +9303,20 @@ __metadata: languageName: node linkType: hard +"@smithy/smithy-client@npm:^2.4.0": + version: 2.4.0 + resolution: "@smithy/smithy-client@npm:2.4.0" + dependencies: + "@smithy/middleware-endpoint": "npm:^2.4.2" + "@smithy/middleware-stack": "npm:^2.1.2" + "@smithy/protocol-http": "npm:^3.2.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-stream": "npm:^2.1.2" + tslib: "npm:^2.5.0" + checksum: 10/d62b7eb629670eb91891e80fee803c94d920f1376fc00b67a41d0972262b7e8506250e8d2697e28b2f825cd9f1313861d19bfa73a21b2f14e213149bc025d49a + languageName: node + linkType: hard + "@smithy/types@npm:^1.2.0": version: 1.2.0 resolution: "@smithy/types@npm:1.2.0" @@ -8993,6 +9326,15 @@ __metadata: languageName: node linkType: hard +"@smithy/types@npm:^2.10.0": + version: 2.10.0 + resolution: "@smithy/types@npm:2.10.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/4969581bb15e5737bffaadc8e095178963632daba85f3e7d839cb9d38f0d914bff738d98658e11107046cc39e44112c4490ab398a2b0776a95996c516c6a22c5 + languageName: node + linkType: hard + "@smithy/types@npm:^2.9.1": version: 2.9.1 resolution: "@smithy/types@npm:2.9.1" @@ -9013,6 +9355,17 @@ __metadata: languageName: node linkType: hard +"@smithy/url-parser@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/url-parser@npm:2.1.2" + dependencies: + "@smithy/querystring-parser": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/c440d42aa4b99a180893e35b75656c906738fb5ceb2eabae87fe41f9b4c06fcf31d57daa8d7e66f525d0e9124464496189948ae6719bbd2a24b1563fbe7dabb4 + languageName: node + linkType: hard + "@smithy/util-base64@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/util-base64@npm:1.1.0" @@ -9102,6 +9455,19 @@ __metadata: languageName: node linkType: hard +"@smithy/util-defaults-mode-browser@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/util-defaults-mode-browser@npm:2.1.2" + dependencies: + "@smithy/property-provider": "npm:^2.1.2" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + bowser: "npm:^2.11.0" + tslib: "npm:^2.5.0" + checksum: 10/62c4de2770e62272c0827b763a736103e62e6c159c9dab59e2ed7d8cde0aa104c698d1cb608aa8b6e5f71967aa41d90b5e28f5bc3690ad43114143ec3235e2e9 + languageName: node + linkType: hard + "@smithy/util-defaults-mode-node@npm:^2.1.1": version: 2.1.1 resolution: "@smithy/util-defaults-mode-node@npm:2.1.1" @@ -9117,18 +9483,18 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-defaults-mode-node@npm:2.2.0" - dependencies: - "@smithy/config-resolver": "npm:^2.1.1" - "@smithy/credential-provider-imds": "npm:^2.2.1" - "@smithy/node-config-provider": "npm:^2.2.1" - "@smithy/property-provider": "npm:^2.1.1" - "@smithy/smithy-client": "npm:^2.3.1" - "@smithy/types": "npm:^2.9.1" +"@smithy/util-defaults-mode-node@npm:^2.2.1": + version: 2.2.1 + resolution: "@smithy/util-defaults-mode-node@npm:2.2.1" + dependencies: + "@smithy/config-resolver": "npm:^2.1.2" + "@smithy/credential-provider-imds": "npm:^2.2.2" + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/property-provider": "npm:^2.1.2" + "@smithy/smithy-client": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" tslib: "npm:^2.5.0" - checksum: 10/3ef04b6b54fcc8ac9d235ca90a3a35602dfda04ce6c978e8ad5b0a6ee378281e2da21d27af2d11720a6136e616abddea35c1ec0644d0868127cace4e614d798a + checksum: 10/e3ec8bb6673fd92ce6d3409c4256d6d0cac586c5f9ed2a6ceb905104952784324bf35af2b46c0b0b32bea15f06ef3df59ca13aa51796e39f8d8344193affede5 languageName: node linkType: hard @@ -9143,6 +9509,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-endpoints@npm:^1.1.2": + version: 1.1.2 + resolution: "@smithy/util-endpoints@npm:1.1.2" + dependencies: + "@smithy/node-config-provider": "npm:^2.2.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/96930c146aabd3fa068331534f34e13e43e7d53a444c633881b77ba0ddf09f8c395ef1e8850bbb37364c7d0b88e7696acc5f58eeafc99e10068a4d1c0a4b8296 + languageName: node + linkType: hard + "@smithy/util-hex-encoding@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/util-hex-encoding@npm:1.1.0" @@ -9180,6 +9557,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-middleware@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/util-middleware@npm:2.1.2" + dependencies: + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/c10aeabacc6706a5c7c8195b760ace40d9c8512d12b0f03db3bc0b053fbb4f40ff4765c4250344a534b8f802ef1cda50df51bdd9440f899c727b163677c04ebc + languageName: node + linkType: hard + "@smithy/util-retry@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/util-retry@npm:1.1.0" @@ -9201,6 +9588,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-retry@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/util-retry@npm:2.1.2" + dependencies: + "@smithy/service-error-classification": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/07e38822deea9d19c360402cb91a2e27571a990f827e8a9efec5eba6015833327bb8c5d1c3d65ae33c64cdc7ee48b6e00a5cbc1f23249cf663a2d8345da124bb + languageName: node + linkType: hard + "@smithy/util-stream@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/util-stream@npm:1.1.0" @@ -9233,6 +9631,22 @@ __metadata: languageName: node linkType: hard +"@smithy/util-stream@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/util-stream@npm:2.1.2" + dependencies: + "@smithy/fetch-http-handler": "npm:^2.4.2" + "@smithy/node-http-handler": "npm:^2.4.0" + "@smithy/types": "npm:^2.10.0" + "@smithy/util-base64": "npm:^2.1.1" + "@smithy/util-buffer-from": "npm:^2.1.1" + "@smithy/util-hex-encoding": "npm:^2.1.1" + "@smithy/util-utf8": "npm:^2.1.1" + tslib: "npm:^2.5.0" + checksum: 10/279b0c4c1559f1519e1b28ae6b0fcf50bf9d998ed09ef65e4595388a0a9c5722e0e11f9de784b2efa164f8256901b61be11113dbf642ace4add61b4466d70ade + languageName: node + linkType: hard + "@smithy/util-uri-escape@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/util-uri-escape@npm:1.1.0" @@ -9282,6 +9696,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-waiter@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/util-waiter@npm:2.1.2" + dependencies: + "@smithy/abort-controller": "npm:^2.1.2" + "@smithy/types": "npm:^2.10.0" + tslib: "npm:^2.5.0" + checksum: 10/3fdb28576e4521a199d5369436608b178f19b2825b65af142a56363263acfb6024d4d5430bdfc0d50ca8cd49507c54fad000792f207b4832b69d900e1794a710 + languageName: node + linkType: hard + "@socket.io/component-emitter@npm:~3.1.0": version: 3.1.0 resolution: "@socket.io/component-emitter@npm:3.1.0" @@ -9289,13 +9714,13 @@ __metadata: languageName: node linkType: hard -"@sparticuz/chromium@npm:~121.0.0": - version: 121.0.0 - resolution: "@sparticuz/chromium@npm:121.0.0" +"@sparticuz/chromium@npm:~122.0.0": + version: 122.0.0 + resolution: "@sparticuz/chromium@npm:122.0.0" dependencies: follow-redirects: "npm:^1.15.5" - tar-fs: "npm:^3.0.4" - checksum: 10/f1cb316b688b195677bf4fb881f99cd8e81b1cf0bb84173c1c46c55956744c86bd46060981d651dc83908906c6d16f193aa4d3e0f92cba273e795af6d0deb538 + tar-fs: "npm:^3.0.5" + checksum: 10/7945e90705fc3c9882d0be9ee40e9ed6e85e881d78c5c65ac74106c90fd3974f3b1eea39cabd1ec6e63ef16f9af5a80bb3e5e85783a46f7871388a02e8efcf27 languageName: node linkType: hard @@ -11000,7 +11425,7 @@ __metadata: "@commitlint/config-conventional": "npm:^18.6.2" aws-cdk-lib: "npm:2.124.0" constructs: "npm:10.3.0" - eslint: "npm:^8.56.0" + eslint: "npm:^8.57.0" eslint-config-universe: "npm:^12.0.0" husky: "npm:^9.0.11" lerna: "npm:^8.1.2" @@ -12128,6 +12553,41 @@ __metadata: languageName: node linkType: hard +"bare-events@npm:^2.0.0, bare-events@npm:^2.2.0": + version: 2.2.0 + resolution: "bare-events@npm:2.2.0" + checksum: 10/01f36735615a11529b30e6de2907b6ed032f773b364d19bd13cdf491c8010713af178c9137ad4be68c79363977b476acbd1b203b82b49fca6cc42aaf01d600d0 + languageName: node + linkType: hard + +"bare-fs@npm:^2.1.1": + version: 2.2.0 + resolution: "bare-fs@npm:2.2.0" + dependencies: + bare-events: "npm:^2.0.0" + bare-os: "npm:^2.0.0" + bare-path: "npm:^2.0.0" + streamx: "npm:^2.13.0" + checksum: 10/a12acbaec915cf723dcdf71866df937dd0d27ff47f40b1c76f8c5fb87442ee07af6d74ec376eb87aa72d143df3c95c7dec3e9e6ffdf1c90d77b1c9064b6f96d9 + languageName: node + linkType: hard + +"bare-os@npm:^2.0.0, bare-os@npm:^2.1.0": + version: 2.2.0 + resolution: "bare-os@npm:2.2.0" + checksum: 10/3b32a72a61bd4e4245f27963e34869ff39732c641953dbe5f0f8bff5e3e8826c24aa51b45766762b9a7cd18473c1d83f0ec2b8ff751d6a2169e8e8cdad0ad4de + languageName: node + linkType: hard + +"bare-path@npm:^2.0.0, bare-path@npm:^2.1.0": + version: 2.1.0 + resolution: "bare-path@npm:2.1.0" + dependencies: + bare-os: "npm:^2.1.0" + checksum: 10/811b9414448e8523a1323bc49d773673be0c72b3e008c99041b1bea516064227a530f27e8a35bd91cabc0d1026c5a0898f09ab5347cb3afd5a13fa519e6e973e + languageName: node + linkType: hard + "base-x@npm:^3.0.8": version: 3.0.9 resolution: "base-x@npm:3.0.9" @@ -13034,15 +13494,15 @@ __metadata: languageName: node linkType: hard -"chromium-bidi@npm:0.5.4": - version: 0.5.4 - resolution: "chromium-bidi@npm:0.5.4" +"chromium-bidi@npm:0.5.9": + version: 0.5.9 + resolution: "chromium-bidi@npm:0.5.9" dependencies: mitt: "npm:3.0.1" - urlpattern-polyfill: "npm:9.0.0" + urlpattern-polyfill: "npm:10.0.0" peerDependencies: devtools-protocol: "*" - checksum: 10/22c8906667d26d5cc9dc7c887f61579cbbbe40e67de2464f45e906d8b8c92d8d8a2d393cdaeebe272cdadb8eff6e92d38d0ef90d01020f19357a602d341a1184 + checksum: 10/af688a36a33c8f06eeeba2ff0423c273b005ad24345b7f92c4ff9fcadaba57b7f09313fb49a5e23ef0c5fd2bd3c1cd07b0f42ffebc55bc7c4b87743408a0f28d languageName: node linkType: hard @@ -15036,10 +15496,10 @@ __metadata: languageName: node linkType: hard -"devtools-protocol@npm:0.0.1232444": - version: 0.0.1232444 - resolution: "devtools-protocol@npm:0.0.1232444" - checksum: 10/c2b56a501ed8cda9220e1dc8b12364732bdc2bbad7d16a00fbbcaae5bf8a07414b0dfec1224fa1c3d9ce5851eb952a21c086938e73891630a7a6c440e4a1f0b0 +"devtools-protocol@npm:0.0.1249869": + version: 0.0.1249869 + resolution: "devtools-protocol@npm:0.0.1249869" + checksum: 10/b7ce96bbfe84ccca9978cec12c6c832a5b10ff54ac555e72100fa87465058141672d788e9fc80091897d528fdcdb3b6f06e46ee9f2b3b255697d23433eb36445 languageName: node linkType: hard @@ -16257,15 +16717,15 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^8.56.0": - version: 8.56.0 - resolution: "eslint@npm:8.56.0" +"eslint@npm:^8.57.0": + version: 8.57.0 + resolution: "eslint@npm:8.57.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.6.1" "@eslint/eslintrc": "npm:^2.1.4" - "@eslint/js": "npm:8.56.0" - "@humanwhocodes/config-array": "npm:^0.11.13" + "@eslint/js": "npm:8.57.0" + "@humanwhocodes/config-array": "npm:^0.11.14" "@humanwhocodes/module-importer": "npm:^1.0.1" "@nodelib/fs.walk": "npm:^1.2.8" "@ungap/structured-clone": "npm:^1.2.0" @@ -16301,7 +16761,7 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: 10/ef6193c6e4cef20774b985a5cc2fd4bf6d3c4decd423117cbc4a0196617861745db291217ad3c537bc3a160650cca965bc818f55e1f3e446af1fcb293f9940a5 + checksum: 10/00496e218b23747a7a9817bf58b522276d0dc1f2e546dceb4eea49f9871574088f72f1f069a6b560ef537efa3a75261b8ef70e51ef19033da1cc4c86a755ef15 languageName: node linkType: hard @@ -19646,6 +20106,16 @@ __metadata: languageName: node linkType: hard +"http-proxy-agent@npm:^7.0.1": + version: 7.0.2 + resolution: "http-proxy-agent@npm:7.0.2" + dependencies: + agent-base: "npm:^7.1.0" + debug: "npm:^4.3.4" + checksum: 10/d062acfa0cb82beeb558f1043c6ba770ea892b5fb7b28654dbc70ea2aeea55226dd34c02a294f6c1ca179a5aa483c4ea641846821b182edbd9cc5d89b54c6848 + languageName: node + linkType: hard + "http-proxy-middleware@npm:^2.0.3": version: 2.0.6 resolution: "http-proxy-middleware@npm:2.0.6" @@ -19726,6 +20196,16 @@ __metadata: languageName: node linkType: hard +"https-proxy-agent@npm:^7.0.3": + version: 7.0.4 + resolution: "https-proxy-agent@npm:7.0.4" + dependencies: + agent-base: "npm:^7.0.2" + debug: "npm:4" + checksum: 10/405fe582bba461bfe5c7e2f8d752b384036854488b828ae6df6a587c654299cbb2c50df38c4b6ab303502c3c5e029a793fbaac965d1e86ee0be03faceb554d63 + languageName: node + linkType: hard + "human-signals@npm:^2.1.0": version: 2.1.0 resolution: "human-signals@npm:2.1.0" @@ -22728,16 +23208,16 @@ __metadata: languageName: node linkType: hard -"masto@npm:^6.5.4": - version: 6.5.4 - resolution: "masto@npm:6.5.4" +"masto@npm:^6.6.1": + version: 6.6.1 + resolution: "masto@npm:6.6.1" dependencies: change-case: "npm:^4.1.2" events-to-async: "npm:^2.0.1" isomorphic-ws: "npm:^5.0.0" ts-custom-error: "npm:^3.3.1" ws: "npm:^8.16.0" - checksum: 10/86f77526117635481b2e3db437e12ad1ed5024aea176132072c5384ee5a09f73fe959942bfd09db58a85afb4ade440192605aabb05bb98dfc8105cf2884b56bb + checksum: 10/9ad2dbb3c1fc9110ed4e0dd46ea2de0a7743aacb8d956970198572a1c014bcb5dc64052105895eb3eb6733f452e020d633f47ac81cb706655d0832a19bd9591f languageName: node linkType: hard @@ -26478,19 +26958,19 @@ __metadata: languageName: node linkType: hard -"proxy-agent@npm:6.3.1": - version: 6.3.1 - resolution: "proxy-agent@npm:6.3.1" +"proxy-agent@npm:6.4.0": + version: 6.4.0 + resolution: "proxy-agent@npm:6.4.0" dependencies: agent-base: "npm:^7.0.2" debug: "npm:^4.3.4" - http-proxy-agent: "npm:^7.0.0" - https-proxy-agent: "npm:^7.0.2" + http-proxy-agent: "npm:^7.0.1" + https-proxy-agent: "npm:^7.0.3" lru-cache: "npm:^7.14.1" pac-proxy-agent: "npm:^7.0.1" proxy-from-env: "npm:^1.1.0" socks-proxy-agent: "npm:^8.0.2" - checksum: 10/547e6ebd7359cc37608cfb7ba58c97faaa33f29fcff25c2933552917bec234cfbbd8bade0f8acccab1bd0aae489082dce5ee63f644f05f824890084a70919dea + checksum: 10/a22f202b74cc52f093efd9bfe52de8db08eda8bbc16b9d3d73acda2acc1b40223966e5521b1706788b06adf9265f093ed554d989b354e81b2d6ad482e5bd4d23 languageName: node linkType: hard @@ -26546,17 +27026,17 @@ __metadata: languageName: node linkType: hard -"puppeteer-core@npm:~21.9.0": - version: 21.9.0 - resolution: "puppeteer-core@npm:21.9.0" +"puppeteer-core@npm:~22.2.0": + version: 22.2.0 + resolution: "puppeteer-core@npm:22.2.0" dependencies: - "@puppeteer/browsers": "npm:1.9.1" - chromium-bidi: "npm:0.5.4" + "@puppeteer/browsers": "npm:2.1.0" + chromium-bidi: "npm:0.5.9" cross-fetch: "npm:4.0.0" debug: "npm:4.3.4" - devtools-protocol: "npm:0.0.1232444" + devtools-protocol: "npm:0.0.1249869" ws: "npm:8.16.0" - checksum: 10/b7d259675777f771d25dd3cd7db73dc40a95babd32d87d030f3c33d73a81b5e9b6680c34060bc0bd628fdd1bceb2993dce7994d8f437876a3ff377720feaf0ee + checksum: 10/e20500772bdc51619676c23d996fa15dd333bc0bc22d6e146fcc95845dcab46f777cad84c5bf6558db66a631af60e788b5af5e7492221f5a355c3fc3aef4ae14 languageName: node linkType: hard @@ -29527,6 +30007,20 @@ react-native-draggable-flatlist@outaTiME/react-native-draggable-flatlist: languageName: node linkType: hard +"streamx@npm:^2.13.0": + version: 2.16.1 + resolution: "streamx@npm:2.16.1" + dependencies: + bare-events: "npm:^2.2.0" + fast-fifo: "npm:^1.1.0" + queue-tick: "npm:^1.0.1" + dependenciesMeta: + bare-events: + optional: true + checksum: 10/f6d0899adf089385d9c58a630fc705dc6c3931b18181c32860e5013955a339a3b763a4df62168f37c7fc56b1f7bb2a38db989fa9df487995278cb5d46f248da6 + languageName: node + linkType: hard + "strict-uri-encode@npm:^2.0.0": version: 2.0.0 resolution: "strict-uri-encode@npm:2.0.0" @@ -30064,14 +30558,20 @@ react-native-draggable-flatlist@outaTiME/react-native-draggable-flatlist: languageName: node linkType: hard -"tar-fs@npm:3.0.4, tar-fs@npm:^3.0.4": - version: 3.0.4 - resolution: "tar-fs@npm:3.0.4" +"tar-fs@npm:3.0.5, tar-fs@npm:^3.0.5": + version: 3.0.5 + resolution: "tar-fs@npm:3.0.5" dependencies: - mkdirp-classic: "npm:^0.5.2" + bare-fs: "npm:^2.1.1" + bare-path: "npm:^2.1.0" pump: "npm:^3.0.0" tar-stream: "npm:^3.1.5" - checksum: 10/070f35bdde283dbcb05cd22abd5fc1b6df2f190688b8a82d62eadb1fd873e4602586218e88e722b3f292441a651dfb27a9b8e7ef8db6ba5601f93a57a540856a + dependenciesMeta: + bare-fs: + optional: true + bare-path: + optional: true + checksum: 10/a15c18e80b872918c7dff22ff29db367c8014d1b3d34b0ec57cfe11645836dc01487c078a975a9d5e358f078f59e7b8adc5c671cc0848ba27b9b429669722bd8 languageName: node linkType: hard @@ -30087,6 +30587,17 @@ react-native-draggable-flatlist@outaTiME/react-native-draggable-flatlist: languageName: node linkType: hard +"tar-fs@npm:^3.0.4": + version: 3.0.4 + resolution: "tar-fs@npm:3.0.4" + dependencies: + mkdirp-classic: "npm:^0.5.2" + pump: "npm:^3.0.0" + tar-stream: "npm:^3.1.5" + checksum: 10/070f35bdde283dbcb05cd22abd5fc1b6df2f190688b8a82d62eadb1fd873e4602586218e88e722b3f292441a651dfb27a9b8e7ef8db6ba5601f93a57a540856a + languageName: node + linkType: hard + "tar-stream@npm:^2.1.4, tar-stream@npm:^2.2.0, tar-stream@npm:~2.2.0": version: 2.2.0 resolution: "tar-stream@npm:2.2.0" @@ -31266,10 +31777,10 @@ react-native-draggable-flatlist@outaTiME/react-native-draggable-flatlist: languageName: node linkType: hard -"urlpattern-polyfill@npm:9.0.0": - version: 9.0.0 - resolution: "urlpattern-polyfill@npm:9.0.0" - checksum: 10/63d59e08d58189d340e3acb0fb69c11d8f06da5e38c091cdac66cac07e4ca81378ad19cd1a923d5593a899603a0e607fe3ef793ef368fefbc1b2b840b24839b8 +"urlpattern-polyfill@npm:10.0.0": + version: 10.0.0 + resolution: "urlpattern-polyfill@npm:10.0.0" + checksum: 10/346819dbe718e929988298d02a988b8ddfa601d08daaa7e69b1148eab699c86c0f0f933d68d8c8cf913166fe64156ed28904e673200d18ef7e9ed6b58cea3fc7 languageName: node linkType: hard