diff --git a/.github/local-actions/branch-manager/main.js b/.github/local-actions/branch-manager/main.js index 1c686b3be..145fc24ce 100644 --- a/.github/local-actions/branch-manager/main.js +++ b/.github/local-actions/branch-manager/main.js @@ -19480,6 +19480,7 @@ var require_re = __commonJS({ var re = exports.re = []; var safeRe = exports.safeRe = []; var src = exports.src = []; + var safeSrc = exports.safeSrc = []; var t = exports.t = {}; var R = 0; var LETTERDASHNUMBER = "[a-zA-Z0-9-]"; @@ -19500,6 +19501,7 @@ var require_re = __commonJS({ debug(name, index, value); t[name] = index; src[index] = value; + safeSrc[index] = safe; re[index] = new RegExp(value, isGlobal ? "g" : void 0); safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0); }; @@ -19596,7 +19598,7 @@ var require_semver = __commonJS({ ""(exports, module) { var debug = require_debug(); var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants6(); - var { safeRe: re, t } = require_re(); + var { safeRe: re, safeSrc: src, t } = require_re(); var parseOptions2 = require_parse_options(); var { compareIdentifiers } = require_identifiers(); var SemVer = class { @@ -19739,7 +19741,8 @@ var require_semver = __commonJS({ throw new Error("invalid increment argument: identifier is empty"); } if (identifier) { - const match2 = `-${identifier}`.match(this.options.loose ? re[t.PRERELEASELOOSE] : re[t.PRERELEASE]); + const r = new RegExp(`^${this.options.loose ? src[t.PRERELEASELOOSE] : src[t.PRERELEASE]}$`); + const match2 = `-${identifier}`.match(r); if (!match2 || match2[1] !== identifier) { throw new Error(`invalid identifier: ${identifier}`); } diff --git a/.github/ng-renovate/package.json b/.github/ng-renovate/package.json index aeadf4c15..f6588d371 100644 --- a/.github/ng-renovate/package.json +++ b/.github/ng-renovate/package.json @@ -3,6 +3,6 @@ "packageManager": "yarn@4.6.0", "type": "commonjs", "dependencies": { - "renovate": "39.153.1" + "renovate": "39.162.1" } } diff --git a/.github/ng-renovate/yarn.lock b/.github/ng-renovate/yarn.lock index cc3e474da..05feaebdb 100644 --- a/.github/ng-renovate/yarn.lock +++ b/.github/ng-renovate/yarn.lock @@ -96,871 +96,795 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-codecommit@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-codecommit@npm:3.726.1" +"@aws-sdk/client-codecommit@npm:3.738.0": + version: 3.738.0 + resolution: "@aws-sdk/client-codecommit@npm:3.738.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/c5d243febf80e067cae537a2ddf83200a15c74b164e4da3072e7ca205f952551768b523fba7696222ab04d848bc981a8b272a58ced3b51c5e05fdca229019a65 + checksum: 10c0/c17c63fd3e481f5ef83969dce666aa444472b7d339e605d44b830d92921165166d412ab323ca85dbbfdf12637181ba0f371d3912096cccaad7baa8492986e95c languageName: node linkType: hard -"@aws-sdk/client-cognito-identity@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-cognito-identity@npm:3.726.1" +"@aws-sdk/client-cognito-identity@npm:3.738.0": + version: 3.738.0 + resolution: "@aws-sdk/client-cognito-identity@npm:3.738.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/05ee87c269bbf338780d75a8a7caad676288b6f242456e0f0452f72f1d4c5bf9d273ece62b75dd54f98aee196ac4d1d9d55e0802ec37cb1b30d797666d89c265 + checksum: 10c0/c224d117fd04643b88c9aa8f3172de80893fecd8c05f557a8ab1bfae2bb7a030cbd3f94bf5de2b04dfe22636c0758615f6c2b53184ecd21219418d13fd04ae92 languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-ec2@npm:3.726.1" +"@aws-sdk/client-ec2@npm:3.738.0": + version: 3.738.0 + resolution: "@aws-sdk/client-ec2@npm:3.738.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.2" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/711d75e077a1c05a881863e9d20869012c35416c82d33fde5d210ed04706bc76eb442c3635dfdcb33edea00c6cd5268e2425c492990f2274616f2ea55d430b2b + checksum: 10c0/4a6464d9eceb82a48e25cae27f367079694d952c1e1abf37c068d30e393e2bb2eacc2380bcde5d526b339280faa1c14fc910e00a023ec62532065263fbcfc002 languageName: node linkType: hard -"@aws-sdk/client-ecr@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-ecr@npm:3.726.1" +"@aws-sdk/client-ecr@npm:3.739.0": + version: 3.739.0 + resolution: "@aws-sdk/client-ecr@npm:3.739.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/5ce42dff880677d689c651442ea96dcc3980e85d8e91d07408ce0420420627b77b3e9d4b1ac07e145fd424a530c4f6d421cabb7ae19df64d7847d6bd079d2f66 + checksum: 10c0/51af17caeba02d6972202af1d9aa87b265d2f97c82b58ae59a49e6732dd48e788cc7f730c019393bd82c7439389872a159d05999c60cc22c06b35dba73861f21 languageName: node linkType: hard -"@aws-sdk/client-rds@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-rds@npm:3.726.1" +"@aws-sdk/client-rds@npm:3.740.0": + version: 3.740.0 + resolution: "@aws-sdk/client-rds@npm:3.740.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-sdk-rds": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-sdk-rds": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/551df26ea73f8bd5b15df165f733094cb19050826a31331d417c3691f731937e9d967c20b7e2898521c1ffd5d9d7ec1da4d946dd439cee9b2cc7885fe663e703 + checksum: 10c0/2a57bd8746d1fd7c41a82236ae01bcbb70a78a87e36e68730e829629b2f167613c5d56f6567d5515aef91b8ab801f402d912b4c9678c312af5b196283e642b14 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-s3@npm:3.726.1" +"@aws-sdk/client-s3@npm:3.740.0": + version: 3.740.0 + resolution: "@aws-sdk/client-s3@npm:3.740.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.726.0" - "@aws-sdk/middleware-expect-continue": "npm:3.723.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.723.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-location-constraint": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.723.0" - "@aws-sdk/middleware-ssec": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@aws-sdk/xml-builder": "npm:3.723.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/eventstream-serde-browser": "npm:^4.0.0" - "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" - "@smithy/eventstream-serde-node": "npm:^4.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-blob-browser": "npm:^4.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/hash-stream-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/md5-js": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.734.0" + "@aws-sdk/middleware-expect-continue": "npm:3.734.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.735.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-location-constraint": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.740.0" + "@aws-sdk/middleware-ssec": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.740.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@aws-sdk/xml-builder": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/eventstream-serde-browser": "npm:^4.0.1" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.1" + "@smithy/eventstream-serde-node": "npm:^4.0.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-blob-browser": "npm:^4.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/hash-stream-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/md5-js": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" - "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-stream": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/4c751c0302f1db8509a14ef4533b60d709bf751d543d78d08097a7e116be4e9ee7ada5c0d5061a156d5096f6b3f07d10d3c12ba998712226d1aedde6222b5f02 + checksum: 10c0/ddedb39d03f756b10d2e52355fc75c3b33ce91329801cd423ed9ee7a7a47a30d5bfdf6f8dd205b156b3d7f7dbbb3622bf213a7081912011b504d8c60d96fcdca languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.726.0" +"@aws-sdk/client-sso@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/client-sso@npm:3.734.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sts": ^3.726.0 - checksum: 10c0/e68ad3a05639e668d8cd089f92d8ed8e183153262cab068e705d75dff7dfd61be815c545e3cf073b148ac67fdb7a73923201d1360e4e23382ab85e6e96bf370f + checksum: 10c0/8098f0516c31ee1cb0f7c82932d8bcfd4a6f85f1945c0d022402c72c40c389a04b50888543e7de43a3c8db00203bbd00d3d13a9570f37f5e4fe8253085f72df8 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/client-sso@npm:3.726.0" +"@aws-sdk/core@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/core@npm:3.734.0" dependencies: - "@aws-crypto/sha256-browser": "npm:5.2.0" - "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/core": "npm:^3.1.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/signature-v4": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-middleware": "npm:^4.0.1" + fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10c0/addfc32045db960a76b3d8977ac1f3093b3b75420d77a7c89d4df3148214b9ea01d6602ebc974f28953ab1f6fbda6195c026f7e61bc27838f191e3683ec6d24e + checksum: 10c0/1f301a3a1fa8172bacf881482bdbf10ac8212d9c6e1b726df66958994a8eaec7202f2d795e8668ae23ec4563067db4e4068ea8496a436426dd38ebd0f76d0f3e languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/client-sts@npm:3.726.1" +"@aws-sdk/credential-provider-cognito-identity@npm:3.738.0": + version: 3.738.0 + resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.738.0" dependencies: - "@aws-crypto/sha256-browser": "npm:5.2.0" - "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.726.0" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/middleware-host-header": "npm:3.723.0" - "@aws-sdk/middleware-logger": "npm:3.723.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/region-config-resolver": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@aws-sdk/util-user-agent-browser": "npm:3.723.0" - "@aws-sdk/util-user-agent-node": "npm:3.726.0" - "@smithy/config-resolver": "npm:^4.0.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/hash-node": "npm:^4.0.0" - "@smithy/invalid-dependency": "npm:^4.0.0" - "@smithy/middleware-content-length": "npm:^4.0.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/middleware-retry": "npm:^4.0.0" - "@smithy/middleware-serde": "npm:^4.0.0" - "@smithy/middleware-stack": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/url-parser": "npm:^4.0.0" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.0" - "@smithy/util-defaults-mode-node": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-retry": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/23e7140e939fc0ba0903df4e2fc4e43ae6f079f4359396ebc2e2126250bfc39a794f1e64c4600a780d6556abceb390c359a7181a0a43ede862db7690fd890c22 - languageName: node - linkType: hard - -"@aws-sdk/core@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/core@npm:3.723.0" - dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/signature-v4": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - fast-xml-parser: "npm:4.4.1" + "@aws-sdk/client-cognito-identity": "npm:3.738.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/391007791890dae226ffffb617a7bb8f9ef99a114364257a7ccb8dc62ed6a171736552c763fc0f20eb5d70893bff09103268f0d090c88c9e955441649cfad443 + checksum: 10c0/b2c9a862a3d5f8e78a5ed0e924f6732aada1bd49707404b8e2a8ee32e96b49adbb2f1fe6387ff3728e1d184f985540428104a1bd3e0ea8a1d3df10e304fe6431 languageName: node linkType: hard -"@aws-sdk/credential-provider-cognito-identity@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.726.1" +"@aws-sdk/credential-provider-env@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.734.0" dependencies: - "@aws-sdk/client-cognito-identity": "npm:3.726.1" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/c8cdf1f793178c7c1f077fd5ff87bf65936bd4f992c3cd9f58f7378d1bceffb6bd9a56f50ed8c40b2fcc6a952ee7dff30e805e4354fd3c45694d058873c0505d + checksum: 10c0/27071ce049fc6c73a65478f2dbbe9de21a5d4558a93d8c9ea4b9101b41323cbde012614ef7f87467e6f05515afa8cf5fc556a579b359ce83ebbf786493ee94fc languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.723.0" +"@aws-sdk/credential-provider-http@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-stream": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/be8a37e68e700eede985511ca72730cc862971760548c89589d5168c8f53c2ab361b033ee0711fcbac2b5609faf3365d532c3534b9e4cb61609f42f9d1f086ba + checksum: 10c0/60edc09a92f91049bd61f3b51700ceeaa1c429d1e41e25a39560bbe56f1f0623a3a475577e265d89552f31c6d6388acda5e073f3a111692b27f07c0ad824b613 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.723.0" - dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/fetch-http-handler": "npm:^5.0.0" - "@smithy/node-http-handler": "npm:^4.0.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/util-stream": "npm:^4.0.0" +"@aws-sdk/credential-provider-ini@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.734.0" + dependencies: + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-env": "npm:3.734.0" + "@aws-sdk/credential-provider-http": "npm:3.734.0" + "@aws-sdk/credential-provider-process": "npm:3.734.0" + "@aws-sdk/credential-provider-sso": "npm:3.734.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.734.0" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/407d1169a54246e3bb5ba839870fa5d2e10cd42b9780adc72d763201243d7d80576e2aa430793768e131c7637195e585c6696c153f013d99d25db3f16739762f + checksum: 10c0/f7b4824875088754a09b5afc9efe5424b56d061eb3af98052be8d7e62c9b1530c4de213e2353ca2f85eb312aec16a54ad550530f41ca626eeaf86ce694b9ece0 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.726.0" +"@aws-sdk/credential-provider-node@npm:3.738.0": + version: 3.738.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.738.0" dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-env": "npm:3.723.0" - "@aws-sdk/credential-provider-http": "npm:3.723.0" - "@aws-sdk/credential-provider-process": "npm:3.723.0" - "@aws-sdk/credential-provider-sso": "npm:3.726.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/credential-provider-imds": "npm:^4.0.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/shared-ini-file-loader": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sts": ^3.726.0 - checksum: 10c0/0ae11a9195a4368eb8c12cf42f716771ed1486a042e2e71292f9c5cd6c2accf0b8805e3c16b709b366ea5fb27468fc24aeb18f324b80f1ae2227330d1481ea77 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-node@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.726.0" - dependencies: - "@aws-sdk/credential-provider-env": "npm:3.723.0" - "@aws-sdk/credential-provider-http": "npm:3.723.0" - "@aws-sdk/credential-provider-ini": "npm:3.726.0" - "@aws-sdk/credential-provider-process": "npm:3.723.0" - "@aws-sdk/credential-provider-sso": "npm:3.726.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/credential-provider-imds": "npm:^4.0.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/shared-ini-file-loader": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/credential-provider-env": "npm:3.734.0" + "@aws-sdk/credential-provider-http": "npm:3.734.0" + "@aws-sdk/credential-provider-ini": "npm:3.734.0" + "@aws-sdk/credential-provider-process": "npm:3.734.0" + "@aws-sdk/credential-provider-sso": "npm:3.734.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/e208e6f880a2a9251c22c0b66ee63f375f5e3ffe1f91efc23af3d030d3b4b8a8f6c154ad2481a69ae15f80167d0bfbfa2f638eb2f73a2377a146f30ce2996c34 + checksum: 10c0/c9ab6582ddc536113fe7e037179f3d145b7c42d661f5f118967227a519e7a51368307a2a5edb7d7768187ca5768d147bf0026be51c6bfff9c78ff6fba03b7407 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.723.0" +"@aws-sdk/credential-provider-process@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/shared-ini-file-loader": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/078e936584a80910695fd37dfc8fd2781e8c495aa02ff7033075d2d80cf43963b8383ae401d46ec23765c9b54200554d0fae5af49d684c6ae46da060772861ad + checksum: 10c0/059beffaf6c6d880234c57935356918e3456d85348165ca42028c89e5aff86f6e87a8d4ad11b2d5fc04a22178c86daff3a59ffd02a7fdc2bd2ecf0829de981b1 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.726.0" +"@aws-sdk/credential-provider-sso@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.734.0" dependencies: - "@aws-sdk/client-sso": "npm:3.726.0" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/token-providers": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/shared-ini-file-loader": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/client-sso": "npm:3.734.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/token-providers": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/5114fdb65ad15a9838c72dd030108b12cf1e59ba2b12a7c4d8482e033ae23f6cc633a8e43f532eed9330358afffe2b2fe728266c63616920f9e23208a9e1d2b7 + checksum: 10c0/7a09107ef25574ce1f54261e6827a609d538a5d84c00a29e0381ee090fc372b012d288b8b6a074ec95a9557e098778799fbdd4a1bff105099da064041a0e8d39 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.723.0" +"@aws-sdk/credential-provider-web-identity@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sts": ^3.723.0 - checksum: 10c0/689e1f5d00336c49317db815e1521c7cbad9b6b1d202b879efd70f3bdda26b2256eb96d4ce6a128ab9747d4c9f9dc1acc0656a99b216f2b960f65e93c20bfa14 - languageName: node - linkType: hard - -"@aws-sdk/credential-providers@npm:3.726.1": - version: 3.726.1 - resolution: "@aws-sdk/credential-providers@npm:3.726.1" - dependencies: - "@aws-sdk/client-cognito-identity": "npm:3.726.1" - "@aws-sdk/client-sso": "npm:3.726.0" - "@aws-sdk/client-sts": "npm:3.726.1" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/credential-provider-cognito-identity": "npm:3.726.1" - "@aws-sdk/credential-provider-env": "npm:3.723.0" - "@aws-sdk/credential-provider-http": "npm:3.723.0" - "@aws-sdk/credential-provider-ini": "npm:3.726.0" - "@aws-sdk/credential-provider-node": "npm:3.726.0" - "@aws-sdk/credential-provider-process": "npm:3.723.0" - "@aws-sdk/credential-provider-sso": "npm:3.726.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/credential-provider-imds": "npm:^4.0.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + checksum: 10c0/6985306744419084580beb22877ef2fbdea4d341d6e1ef1255513b06370f4cde9d6ffc6b71394375a03687db3d7fef8c486250ff0116bbea2eba89cc513fa675 + languageName: node + linkType: hard + +"@aws-sdk/credential-providers@npm:3.738.0": + version: 3.738.0 + resolution: "@aws-sdk/credential-providers@npm:3.738.0" + dependencies: + "@aws-sdk/client-cognito-identity": "npm:3.738.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-cognito-identity": "npm:3.738.0" + "@aws-sdk/credential-provider-env": "npm:3.734.0" + "@aws-sdk/credential-provider-http": "npm:3.734.0" + "@aws-sdk/credential-provider-ini": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.738.0" + "@aws-sdk/credential-provider-process": "npm:3.734.0" + "@aws-sdk/credential-provider-sso": "npm:3.734.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.734.0" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/core": "npm:^3.1.1" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/3e2fd7d1d30efb720ccfbd911c9cb3e099b123a0bcf9684d5c89796f95d755eb3c32610fd02eaad8f384a577777692cba9018ad878f5535f274ebed2a8eb7152 + checksum: 10c0/54a10334e1e79becee823474bb7da75a7cfe6c0e1a85959bad215803ac5b3fd8901f649661dd6b74df1f2ccbf6196653e15ddac0345e7aee334df33e5ac5dbe1 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.726.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-arn-parser": "npm:3.723.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" "@smithy/util-config-provider": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c871546a59e473e95a0a83e776d7c27e790721043a1bc497a3311ee1dc5418b7fa40a2d44ef9d9676f6c6c667dcdff6307f1f69a301489c808cb20072ee0eb5b + checksum: 10c0/f0f98bb478ff469ec3aab0ae5b8122cafc26e4d88efbb1d277429dfd21c70a64eaf996d5cbb7360ff93dcc0e985d75bca5bfcb6a814b1d18ab14c5b912c7c5ad languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.723.0" +"@aws-sdk/middleware-expect-continue@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/3285af66825b516dc07ea3d0e337115bb36aa0bbf41081f290597a410a8df863ac8052a7648adcdb276d0a3c2fba2d3926b46218a20e12bee92fdd20b348d9cd + checksum: 10c0/5e6fa03e4b4ef8ff52314a5aea6b7c807e39516ad7c817003c8ef22c4d25de98dc469bab30d6f11a56cba7a968bcdf032373c8c1d074a16ff72ac2cd08f1a5e9 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.723.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.735.0": + version: 3.735.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.735.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-stream": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-stream": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b6898996171416ece5b3d2605166db63435d6d89ab034301c695b9dde27c340b4cdd0c3e5b50f4bccaacf3cad69a2ee83da8dad49ffb5ccdac75e56cb249b7bb + checksum: 10c0/b9ca77c97528a99c4264a35803d897ace77b1e422ff3b351b2ea84c9b8adef247874f446a75321dc9caee48f8778fc164579753c363aee1dc30839915625b948 languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.723.0" +"@aws-sdk/middleware-host-header@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/183196230f8675d821a1c3de6cfb54cb3575a245d60221eea8fb4b6cea3b64dda1c4a836f6bd7d3240c494840f68b5f25a6b39223be7cb0e0a1a35bdab9e5691 + checksum: 10c0/56e8501c3beda2961ebba56f1146849594edafa0d33ce2bdb04b62df9732d1218ffe89882333d87d76079798dc575af1756db4d7270916d8d83f8d9ef7c4798e languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.723.0" +"@aws-sdk/middleware-location-constraint@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/53fa3940b76128902d2962f0637683bb695f878b49a1c460ec08be29c972cb0062178a5f44e194737de2e8d823095917acdd19a66394b0fa3e7c7beece970a0e + checksum: 10c0/ec6a10d2545dfbda2806e8dd2244a6be76c97d5fdae2068c461cb61753801ce60079518ad45f3eb559a37042f057636da754cccec751d04d0b94b534d423424e languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-logger@npm:3.723.0" +"@aws-sdk/middleware-logger@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-logger@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/ed0d29e525d3893bf2e2b34f7964b7070b338def35997646a950902e20abce3ff5244b046d0504441c378292b3c319691afcc658badda9927eed7991d810ff8c + checksum: 10c0/dc690e546d0411929ff5888cd2dad56b7583f160ce4339f24d4963b9d11022f06da76d5f96c56d2ff2624493885254200788c763f113c26695875b8a229ee9a1 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.723.0" +"@aws-sdk/middleware-recursion-detection@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/d8cf89ec99aa72ac9496d183ff0a8994329f050e569924bc5e4e732b50900a9b7ef7608101a29dd4b4815b7f59270faf42634d5033f11b190ffcc88a6fc91812 + checksum: 10c0/e46e5f99895a4370141b3439c58b94670fddd01d18bbda43a621cb0a5f2bb3384db66757f16da49815af52d29f2cfb8c5d12e273853ad34c919f4f71d078572f languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.723.0" - dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-format-url": "npm:3.723.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/signature-v4": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.734.0" + dependencies: + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-format-url": "npm:3.734.0" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/signature-v4": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/33265674953500594e6d9d90c5ee2a0c2d2d2b45dcf33ec80f94a695982c90e40eb5045f7ba01651e6f85d4242b6c0a54569f085db0b089cd947f9673ccb676b + checksum: 10c0/59899d5450d3076bcdcf0cca37b7867b2c73112201557a70c4830937551d8e077443701a34aa16259079d87760e0ce1e98b431626d786964886d459e8f667dae languageName: node linkType: hard -"@aws-sdk/middleware-sdk-rds@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-sdk-rds@npm:3.723.0" - dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-format-url": "npm:3.723.0" - "@smithy/middleware-endpoint": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/signature-v4": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" +"@aws-sdk/middleware-sdk-rds@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-sdk-rds@npm:3.734.0" + dependencies: + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-format-url": "npm:3.734.0" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/signature-v4": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/bf42f4a9938c0fd07aa4ef8119665a28cff93b02591cfdc2f0db256c812f9d75e96bfecfbbe582c82be8f655854a6824de54eb603a328625feb907d0ee5aa292 + checksum: 10c0/8447feaccbe0c5ed1b1035d88a7b21c26719b7d626c0e8c2231dc4e26b9ff87ef43f61d471277ef137a7a1acf6e5fd493ce63e2eafac9e1f48fe40c9afd58689 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.723.0" +"@aws-sdk/middleware-sdk-s3@npm:3.740.0": + version: 3.740.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.740.0" dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-arn-parser": "npm:3.723.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/signature-v4": "npm:^5.0.0" - "@smithy/smithy-client": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@smithy/core": "npm:^3.1.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/signature-v4": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.0" - "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-stream": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e8d21e6ce969ddae3276af4dc2bd780012b3f3bda6c49525a639658941b15475fd54f48ceb8b9c5d11c90982031594615424ac424a06311ea78e6007ba4468bb + checksum: 10c0/f9490d9993d7f9f59d46cc080d5c7675075d01490f230cc7281832de56905ae8ca081a8389471337cb2880cf927d595150871c3687d8b40a7ac1dc1c19625bf1 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.723.0" +"@aws-sdk/middleware-ssec@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/17a048238741aa293d999ce7c96546c04e67e17652318cd3ec44a3e0aa9636313d163236cf42bec789a741744d670932fe3d1d5ebb68075465c906fe0d3abd3b + checksum: 10c0/ba1d0f202ef0e58d82895bbe71dcb4520f0eaf958ebc37baa3383e42729091fca2f927ec3482478b0ece35ae001c72da9afb71c83504e0aba6df4074a6a2187a languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.726.0" +"@aws-sdk/middleware-user-agent@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@aws-sdk/util-endpoints": "npm:3.726.0" - "@smithy/core": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@smithy/core": "npm:^3.1.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/3cbfa117531cc4fd09b4ce0e273af86b1fdb656f078033babb7d1e87fb849efae662f0e86081e62404c6876539011fc444de89758dc64c01a33789c88bdfa6c3 + checksum: 10c0/aecda461346fc272d440ee9557588bb7379020ee5ffead61ca1e905f1ccdcd009d6aee53b364a6f9278f2a092608ca86c0650f02fb14f28f2ba99a34dd4af136 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.723.0" +"@aws-sdk/nested-clients@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/nested-clients@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.0" + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c51c07fe9cbeb04a28ed715e073055aae00e4c6a4d553e7383796041de539f0d90b7df3f10035f8c6cea8f4817b1c36df83f53736a401ae7f75446f37cce0add + checksum: 10c0/55877c3f8cac486183c2cfad34a650a4459c85d07ae08c804e9e64ad731d7607cd783156cf5646736c7026f44d3c4e76335bb42cc37fcf91cc98195b273fbd84 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.723.0" +"@aws-sdk/region-config-resolver@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.734.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.723.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/protocol-http": "npm:^5.0.0" - "@smithy/signature-v4": "npm:^5.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/fb491305c4905a6f9c4a613935439599a200c50f54ad576023fd6933f46fc4b7ca9c52ccb06041e835f3149fe7f0a54b80912b39dfda0a19015377a3c98e27d2 + checksum: 10c0/c1e026dcbe9d7529ec5efee979a868d0c868287d68e7e219bd730d887ab1ccf17ef48516477e57325fef55543217496bcfe7ba6d17d9ecad98cf8cf18d5ced63 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/token-providers@npm:3.723.0" +"@aws-sdk/signature-v4-multi-region@npm:3.740.0": + version: 3.740.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.740.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/property-provider": "npm:^4.0.0" - "@smithy/shared-ini-file-loader": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.740.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/signature-v4": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.723.0 - checksum: 10c0/54f9865801b5c7c43158e95101bd6aaa5d5bee2e8cb553fbac52faadcb023fda898929139301eb1c9632762b314e48e7af8cf11c438bb7eba3348f7eb8297a1a + checksum: 10c0/5165dee36e595f2fd471538d65c01101a25e5b4b6c28289be3d003f9f175f19addfb5faf7caed56ccdd47483e4a3fcd730af21ce07db7cb72f67874571ee72a9 languageName: node linkType: hard -"@aws-sdk/types@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/types@npm:3.723.0" +"@aws-sdk/token-providers@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/token-providers@npm:3.734.0" dependencies: - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/b13f2ef66a0de96df9a6ff227531579483b0d7a735ca3a936ba881d528ccae8b36d568f69914c343c972c0b84057366947980ed2ab60c642443564c2ad3739fe + checksum: 10c0/65a3696a930229d54a90e971158f399f3760200dfe080d1a4abc0cc6ceb130968036a9f2809be58ed0d35cd82357d32adfdbc391f3ed2ed89c4e0dcd114cb0de languageName: node linkType: hard -"@aws-sdk/types@npm:^3.222.0": +"@aws-sdk/types@npm:3.734.0, @aws-sdk/types@npm:^3.222.0": version: 3.734.0 resolution: "@aws-sdk/types@npm:3.734.0" dependencies: @@ -979,27 +903,27 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/util-endpoints@npm:3.726.0" +"@aws-sdk/util-endpoints@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-endpoints@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/types": "npm:^4.0.0" - "@smithy/util-endpoints": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-endpoints": "npm:^3.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/43bf94ddc07310b8ee44cd489b0bb47cf6189eb12072cba946403ff63831e93c3c2e1d17779b298f4dd74732cee2349d5038942ebdf8a1f030ebd215b5c7f5ac + checksum: 10c0/655d51da2fc57679be0e7c243cf2876f802c3d10df431cd56c00ec19de584d073c3838f2b917fb4b4d8c4e7d61a49af69c1b7135b8371619ae2339a793117005 languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/util-format-url@npm:3.723.0" +"@aws-sdk/util-format-url@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-format-url@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/querystring-builder": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/querystring-builder": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/dc9343a559926acb072f9857f4b09c6997eee3948e6e3b6953f22e90720727a69c68caa49094fc338486d9d3e958c63e47ab48103287f8343ce03b5f38355d8a + checksum: 10c0/88e3f49536e65b1acb90c6bf85310d627e5bed799cce65c6a8b69b163b54d4a1fba66c309e864deabc2e179ea921f36cb879bf2f7cf99e81d8c085d78606030e languageName: node linkType: hard @@ -1012,43 +936,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.723.0" +"@aws-sdk/util-user-agent-browser@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.723.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/10f3c757d35a8bc07fe85a8cd2af7bfa7f96dc71b5b434e840da84aefb791048907e7f25447999b132bd93c828107b7408de938bbbee5055ebcb7ad7abeeb0b8 + checksum: 10c0/7fc8c5e29f3219f8abf1d0cff73dd6bb34f32a235473843e50f61375b1c05f4c49269cd956c9e4623c87c025e1eeef9fc699ae3389665459721bc11e00c25ead languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.726.0": - version: 3.726.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.726.0" +"@aws-sdk/util-user-agent-node@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.734.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.726.0" - "@aws-sdk/types": "npm:3.723.0" - "@smithy/node-config-provider": "npm:^4.0.0" - "@smithy/types": "npm:^4.0.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/627f5fdb1dbc14fbfc14c51d14135a5be46fe48a315cb38625f783791d6c0013f2f2df49150fdb920fc5181845e1e75831545453a672af997f5f148b1db5128d + checksum: 10c0/bae227776ede8d0c85193e257ac6e69b07f1ba94481544036fcdbdd633069fd7ebc19a0141c1e168ef58fc2c267da15a511e498552902ca15eac1a5240841f6e languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.723.0": - version: 3.723.0 - resolution: "@aws-sdk/xml-builder@npm:3.723.0" +"@aws-sdk/xml-builder@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/xml-builder@npm:3.734.0" dependencies: - "@smithy/types": "npm:^4.0.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/632af3b6f0ae1a32cfb589c74e596d2f4a94edfd04f4d89b2217c51bc645b1603ae5d8e87e84d20fc8804fa6986b4abcfd30cc888a7c2ed646ad666c25a361c1 + checksum: 10c0/77eb3d603d45a235982a86e5adbc2de727389924cbbd8edb9b13f1a201b15304c57aebb18e00cce909920b3519d0ca71406989b01b6544c87c7b3c4f04d66887 languageName: node linkType: hard @@ -1578,13 +1502,13 @@ __metadata: languageName: node linkType: hard -"@pnpm/catalogs.resolver@npm:1000.0.1": - version: 1000.0.1 - resolution: "@pnpm/catalogs.resolver@npm:1000.0.1" +"@pnpm/catalogs.resolver@npm:1000.0.2": + version: 1000.0.2 + resolution: "@pnpm/catalogs.resolver@npm:1000.0.2" dependencies: "@pnpm/catalogs.protocol-parser": "npm:^1000.0.0" - "@pnpm/error": "npm:^1000.0.1" - checksum: 10c0/fabb88e1bd823cf13da7f696614b9f103907688c398be17f92494f6e8588e160decc46b3b6ce66af910fa10b6e617ba8fa486252d077945b7d7ad63d36774649 + "@pnpm/error": "npm:^1000.0.2" + checksum: 10c0/eb7fddfbf4bd4e2f0d8d6215f324066ee8b882c1f9abb26bedf38c901d5d5a663877358809e9849c2517d3bb64b31cc380184d04e8ffac9ae1ee5f0f0bd7c52a languageName: node linkType: hard @@ -1595,13 +1519,6 @@ __metadata: languageName: node linkType: hard -"@pnpm/constants@npm:1001.0.0": - version: 1001.0.0 - resolution: "@pnpm/constants@npm:1001.0.0" - checksum: 10c0/97345b973e57d66caa09bd7519eba0513bdac339cb68439145a64b95551ec4c4291f4b84ec9fb985a9a814ca771ddd07f999572912a0e08339c0f35512f4e0b4 - languageName: node - linkType: hard - "@pnpm/constants@npm:1001.1.0": version: 1001.1.0 resolution: "@pnpm/constants@npm:1001.1.0" @@ -1616,12 +1533,12 @@ __metadata: languageName: node linkType: hard -"@pnpm/error@npm:1000.0.1": - version: 1000.0.1 - resolution: "@pnpm/error@npm:1000.0.1" +"@pnpm/error@npm:1000.0.2, @pnpm/error@npm:^1000.0.2": + version: 1000.0.2 + resolution: "@pnpm/error@npm:1000.0.2" dependencies: - "@pnpm/constants": "npm:1001.0.0" - checksum: 10c0/1fc7feddcfae732d2d621e0707df316eec7a7578fdc4066b616961279c06b722c85b62e8e77da3f2bfaa48b7ef354248e8045ce86c2e4614176bb4ef821d4d1f + "@pnpm/constants": "npm:1001.1.0" + checksum: 10c0/9ffe970dfb6c35cabf5ca22813f1fe4f13ced6230b01ba0d690f98d862932dd4ce5ce493f880699b273e1e38817c9e8ff69b10bff21179846c7e06e6b299b12c languageName: node linkType: hard @@ -1634,15 +1551,6 @@ __metadata: languageName: node linkType: hard -"@pnpm/error@npm:^1000.0.1": - version: 1000.0.2 - resolution: "@pnpm/error@npm:1000.0.2" - dependencies: - "@pnpm/constants": "npm:1001.1.0" - checksum: 10c0/9ffe970dfb6c35cabf5ca22813f1fe4f13ced6230b01ba0d690f98d862932dd4ce5ce493f880699b273e1e38817c9e8ff69b10bff21179846c7e06e6b299b12c - languageName: node - linkType: hard - "@pnpm/graceful-fs@npm:2.0.0": version: 2.0.0 resolution: "@pnpm/graceful-fs@npm:2.0.0" @@ -1652,15 +1560,15 @@ __metadata: languageName: node linkType: hard -"@pnpm/parse-overrides@npm:1000.0.1": - version: 1000.0.1 - resolution: "@pnpm/parse-overrides@npm:1000.0.1" +"@pnpm/parse-overrides@npm:1000.0.2": + version: 1000.0.2 + resolution: "@pnpm/parse-overrides@npm:1000.0.2" dependencies: - "@pnpm/catalogs.resolver": "npm:1000.0.1" + "@pnpm/catalogs.resolver": "npm:1000.0.2" "@pnpm/catalogs.types": "npm:1000.0.0" - "@pnpm/error": "npm:1000.0.1" + "@pnpm/error": "npm:1000.0.2" "@pnpm/parse-wanted-dependency": "npm:1000.0.0" - checksum: 10c0/0e2f4ba3a810735ebd3558f65d4bd51b68cfc5c904cb7b91777f64ed815cddc15a240fc19aed56988398a2718bf2c5d2e5649b4b2f8bd930894b8469223162d1 + checksum: 10c0/f8ac598051339612b4bf6eda508364e4c0ea4328d8e07e587cfbf711085f6e55cb02df7e87735fd0b36ada56dcc7dc668d9279290413ebad93314239ff3f0a1a languageName: node linkType: hard @@ -1992,7 +1900,7 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.0.0, @smithy/config-resolver@npm:^4.0.1": +"@smithy/config-resolver@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/config-resolver@npm:4.0.1" dependencies: @@ -2005,7 +1913,7 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.0.0, @smithy/core@npm:^3.1.2": +"@smithy/core@npm:^3.1.1, @smithy/core@npm:^3.1.2": version: 3.1.2 resolution: "@smithy/core@npm:3.1.2" dependencies: @@ -2021,7 +1929,7 @@ __metadata: languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.0.0, @smithy/credential-provider-imds@npm:^4.0.1": +"@smithy/credential-provider-imds@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/credential-provider-imds@npm:4.0.1" dependencies: @@ -2046,7 +1954,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.0.0": +"@smithy/eventstream-serde-browser@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/eventstream-serde-browser@npm:4.0.1" dependencies: @@ -2057,7 +1965,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.0.0": +"@smithy/eventstream-serde-config-resolver@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/eventstream-serde-config-resolver@npm:4.0.1" dependencies: @@ -2067,7 +1975,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.0.0": +"@smithy/eventstream-serde-node@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/eventstream-serde-node@npm:4.0.1" dependencies: @@ -2089,7 +1997,7 @@ __metadata: languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.0.0, @smithy/fetch-http-handler@npm:^5.0.1": +"@smithy/fetch-http-handler@npm:^5.0.1": version: 5.0.1 resolution: "@smithy/fetch-http-handler@npm:5.0.1" dependencies: @@ -2102,7 +2010,7 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.0.0": +"@smithy/hash-blob-browser@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/hash-blob-browser@npm:4.0.1" dependencies: @@ -2114,7 +2022,7 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-node@npm:^4.0.0": +"@smithy/hash-node@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/hash-node@npm:4.0.1" dependencies: @@ -2126,7 +2034,7 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.0.0": +"@smithy/hash-stream-node@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/hash-stream-node@npm:4.0.1" dependencies: @@ -2137,7 +2045,7 @@ __metadata: languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.0.0": +"@smithy/invalid-dependency@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/invalid-dependency@npm:4.0.1" dependencies: @@ -2165,7 +2073,7 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.0.0": +"@smithy/md5-js@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/md5-js@npm:4.0.1" dependencies: @@ -2176,7 +2084,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.0.0": +"@smithy/middleware-content-length@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/middleware-content-length@npm:4.0.1" dependencies: @@ -2187,7 +2095,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.0.0, @smithy/middleware-endpoint@npm:^4.0.3": +"@smithy/middleware-endpoint@npm:^4.0.2, @smithy/middleware-endpoint@npm:^4.0.3": version: 4.0.3 resolution: "@smithy/middleware-endpoint@npm:4.0.3" dependencies: @@ -2203,7 +2111,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.0.0": +"@smithy/middleware-retry@npm:^4.0.3": version: 4.0.4 resolution: "@smithy/middleware-retry@npm:4.0.4" dependencies: @@ -2220,7 +2128,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.0.0, @smithy/middleware-serde@npm:^4.0.2": +"@smithy/middleware-serde@npm:^4.0.1, @smithy/middleware-serde@npm:^4.0.2": version: 4.0.2 resolution: "@smithy/middleware-serde@npm:4.0.2" dependencies: @@ -2230,7 +2138,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.0.0, @smithy/middleware-stack@npm:^4.0.1": +"@smithy/middleware-stack@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/middleware-stack@npm:4.0.1" dependencies: @@ -2240,7 +2148,7 @@ __metadata: languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.0.0, @smithy/node-config-provider@npm:^4.0.1": +"@smithy/node-config-provider@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/node-config-provider@npm:4.0.1" dependencies: @@ -2252,7 +2160,7 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.0.0, @smithy/node-http-handler@npm:^4.0.2": +"@smithy/node-http-handler@npm:^4.0.2": version: 4.0.2 resolution: "@smithy/node-http-handler@npm:4.0.2" dependencies: @@ -2265,7 +2173,7 @@ __metadata: languageName: node linkType: hard -"@smithy/property-provider@npm:^4.0.0, @smithy/property-provider@npm:^4.0.1": +"@smithy/property-provider@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/property-provider@npm:4.0.1" dependencies: @@ -2275,7 +2183,7 @@ __metadata: languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.0.0, @smithy/protocol-http@npm:^5.0.1": +"@smithy/protocol-http@npm:^5.0.1": version: 5.0.1 resolution: "@smithy/protocol-http@npm:5.0.1" dependencies: @@ -2285,7 +2193,7 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.0.0, @smithy/querystring-builder@npm:^4.0.1": +"@smithy/querystring-builder@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/querystring-builder@npm:4.0.1" dependencies: @@ -2315,7 +2223,7 @@ __metadata: languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^4.0.0, @smithy/shared-ini-file-loader@npm:^4.0.1": +"@smithy/shared-ini-file-loader@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/shared-ini-file-loader@npm:4.0.1" dependencies: @@ -2325,7 +2233,7 @@ __metadata: languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.0.0": +"@smithy/signature-v4@npm:^5.0.1": version: 5.0.1 resolution: "@smithy/signature-v4@npm:5.0.1" dependencies: @@ -2341,7 +2249,7 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.0.0, @smithy/smithy-client@npm:^4.1.3": +"@smithy/smithy-client@npm:^4.1.2, @smithy/smithy-client@npm:^4.1.3": version: 4.1.3 resolution: "@smithy/smithy-client@npm:4.1.3" dependencies: @@ -2356,7 +2264,7 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.0.0, @smithy/types@npm:^4.1.0": +"@smithy/types@npm:^4.1.0": version: 4.1.0 resolution: "@smithy/types@npm:4.1.0" dependencies: @@ -2365,7 +2273,7 @@ __metadata: languageName: node linkType: hard -"@smithy/url-parser@npm:^4.0.0, @smithy/url-parser@npm:^4.0.1": +"@smithy/url-parser@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/url-parser@npm:4.0.1" dependencies: @@ -2434,7 +2342,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.0": +"@smithy/util-defaults-mode-browser@npm:^4.0.3": version: 4.0.4 resolution: "@smithy/util-defaults-mode-browser@npm:4.0.4" dependencies: @@ -2447,7 +2355,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.0": +"@smithy/util-defaults-mode-node@npm:^4.0.3": version: 4.0.4 resolution: "@smithy/util-defaults-mode-node@npm:4.0.4" dependencies: @@ -2462,7 +2370,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.0.0": +"@smithy/util-endpoints@npm:^3.0.1": version: 3.0.1 resolution: "@smithy/util-endpoints@npm:3.0.1" dependencies: @@ -2482,7 +2390,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.0.0, @smithy/util-middleware@npm:^4.0.1": +"@smithy/util-middleware@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/util-middleware@npm:4.0.1" dependencies: @@ -2492,7 +2400,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-retry@npm:^4.0.0, @smithy/util-retry@npm:^4.0.1": +"@smithy/util-retry@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/util-retry@npm:4.0.1" dependencies: @@ -2503,7 +2411,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^4.0.0, @smithy/util-stream@npm:^4.0.2": +"@smithy/util-stream@npm:^4.0.2": version: 4.0.2 resolution: "@smithy/util-stream@npm:4.0.2" dependencies: @@ -2548,7 +2456,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.0.0": +"@smithy/util-waiter@npm:^4.0.2": version: 4.0.2 resolution: "@smithy/util-waiter@npm:4.0.2" dependencies: @@ -3544,12 +3452,12 @@ __metadata: languageName: node linkType: hard -"cronstrue@npm:2.53.0": - version: 2.53.0 - resolution: "cronstrue@npm:2.53.0" +"cronstrue@npm:2.54.0": + version: 2.54.0 + resolution: "cronstrue@npm:2.54.0" bin: cronstrue: bin/cli.js - checksum: 10c0/fcc1235b72abef6c11934bf189b1290b36d5ea4a061370c400fab517c028c9b70fbd0be256c4b9df16a3f402e92b54b9e620a0dca0ec8aac107ff8431c64f938 + checksum: 10c0/1317b64003c368098c779493d6213804794da012b97c4e82b4b932560103d4b4168994bbc8dbef8deb956b4894dae8c4508ccdbe2a4a8e8ded0d680e9c63e54a languageName: node linkType: hard @@ -5848,7 +5756,7 @@ __metadata: version: 0.0.0-use.local resolution: "ng-renovate@workspace:." dependencies: - renovate: "npm:39.153.1" + renovate: "npm:39.162.1" languageName: unknown linkType: soft @@ -6010,10 +5918,10 @@ __metadata: languageName: node linkType: hard -"openpgp@npm:6.0.1": - version: 6.0.1 - resolution: "openpgp@npm:6.0.1" - checksum: 10c0/1de9f745a1499830c4fc6800feeb416482829981b9bbd8cfdd56fc231eef341aaa9d6b3cdea7d53a002b8b455a6f45eb970cf8d2ee5839822561573232de4564 +"openpgp@npm:6.1.0": + version: 6.1.0 + resolution: "openpgp@npm:6.1.0" + checksum: 10c0/3cb6531deaed4e89a8b531be06489a9fa1c3f8ed025f22e400df35d381923e012a3b085c338b483fd96e164680a425d4c3461b33b09918c6a48df6e79fca93c4 languageName: node linkType: hard @@ -6600,16 +6508,16 @@ __metadata: languageName: node linkType: hard -"renovate@npm:39.153.1": - version: 39.153.1 - resolution: "renovate@npm:39.153.1" +"renovate@npm:39.162.1": + version: 39.162.1 + resolution: "renovate@npm:39.162.1" dependencies: - "@aws-sdk/client-codecommit": "npm:3.726.1" - "@aws-sdk/client-ec2": "npm:3.726.1" - "@aws-sdk/client-ecr": "npm:3.726.1" - "@aws-sdk/client-rds": "npm:3.726.1" - "@aws-sdk/client-s3": "npm:3.726.1" - "@aws-sdk/credential-providers": "npm:3.726.1" + "@aws-sdk/client-codecommit": "npm:3.738.0" + "@aws-sdk/client-ec2": "npm:3.738.0" + "@aws-sdk/client-ecr": "npm:3.739.0" + "@aws-sdk/client-rds": "npm:3.740.0" + "@aws-sdk/client-s3": "npm:3.740.0" + "@aws-sdk/credential-providers": "npm:3.738.0" "@breejs/later": "npm:4.2.0" "@cdktf/hcl2json": "npm:0.20.11" "@opentelemetry/api": "npm:1.9.0" @@ -6622,7 +6530,7 @@ __metadata: "@opentelemetry/sdk-trace-base": "npm:1.30.1" "@opentelemetry/sdk-trace-node": "npm:1.30.1" "@opentelemetry/semantic-conventions": "npm:1.28.0" - "@pnpm/parse-overrides": "npm:1000.0.1" + "@pnpm/parse-overrides": "npm:1000.0.2" "@qnighy/marshal": "npm:0.1.3" "@renovatebot/detect-tools": "npm:1.1.0" "@renovatebot/kbpgp": "npm:4.0.1" @@ -6647,7 +6555,7 @@ __metadata: commander: "npm:13.1.0" conventional-commits-detector: "npm:1.0.3" croner: "npm:9.0.0" - cronstrue: "npm:2.53.0" + cronstrue: "npm:2.54.0" deepmerge: "npm:4.3.1" dequal: "npm:2.0.3" detect-indent: "npm:6.1.0" @@ -6687,7 +6595,7 @@ __metadata: nanoid: "npm:3.3.8" neotraverse: "npm:0.6.18" node-html-parser: "npm:7.0.1" - openpgp: "npm:6.0.1" + openpgp: "npm:6.1.0" p-all: "npm:3.0.0" p-map: "npm:4.0.0" p-queue: "npm:6.6.2" @@ -6701,7 +6609,7 @@ __metadata: remark: "npm:13.0.0" remark-github: "npm:10.1.0" safe-stable-stringify: "npm:2.5.0" - semver: "npm:7.6.3" + semver: "npm:7.7.0" semver-stable: "npm:3.0.0" semver-utils: "npm:1.1.4" shlex: "npm:2.1.2" @@ -6727,7 +6635,7 @@ __metadata: bin: renovate: dist/renovate.js renovate-config-validator: dist/config-validator.js - checksum: 10c0/5bd1c96121b306e157ace3f6dcee0e0142095b444c36ef0d72acfa2676138ef8ea641990e3b687160927d46c0ed145df6d8543ed0812fbe9c0bc925f92900363 + checksum: 10c0/39f7742c5415a5ded19b6b49fb2df2a2a4055f62e6b91c444727bb5dca97d9a6fa4b89ee06b0ea33ace9c65ba6f25af1113af169f57e103f43a029ab557f007a languageName: node linkType: hard @@ -6935,12 +6843,12 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.6.3": - version: 7.6.3 - resolution: "semver@npm:7.6.3" +"semver@npm:7.7.0, semver@npm:^7.0.0, semver@npm:^7.1.2, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.3": + version: 7.7.0 + resolution: "semver@npm:7.7.0" bin: semver: bin/semver.js - checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf + checksum: 10c0/bcd1c03209b4be7d8ca86c976a0410beba7d4ec1d49d846a4be154b958db1ff5eaee50760c1d4f4070b19dee3236b8672d3e09642c53ea23740398bba2538a2d languageName: node linkType: hard @@ -6953,15 +6861,6 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.0.0, semver@npm:^7.1.2, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.3": - version: 7.7.0 - resolution: "semver@npm:7.7.0" - bin: - semver: bin/semver.js - checksum: 10c0/bcd1c03209b4be7d8ca86c976a0410beba7d4ec1d49d846a4be154b958db1ff5eaee50760c1d4f4070b19dee3236b8672d3e09642c53ea23740398bba2538a2d - languageName: node - linkType: hard - "serialize-error@npm:^7.0.1": version: 7.0.1 resolution: "serialize-error@npm:7.0.1" diff --git a/ng-dev/package.json b/ng-dev/package.json index d7410afb7..6a22386d8 100644 --- a/ng-dev/package.json +++ b/ng-dev/package.json @@ -15,7 +15,7 @@ } }, "dependencies": { - "@google-cloud/spanner": "7.18.0", + "@google-cloud/spanner": "7.18.1", "@octokit/rest": "21.1.0", "@types/semver": "^7.3.6", "@types/supports-color": "^8.1.1", diff --git a/package.json b/package.json index b066d2ccb..4c145fe8e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@bazel/ibazel": "^0.23.0", "@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch", "@google-cloud/firestore": "^7.0.0", - "@google-cloud/spanner": "7.17.1", + "@google-cloud/spanner": "7.18.1", "@google-cloud/storage": "^7.0.0", "@inquirer/prompts": "^7.0.0", "@inquirer/type": "^3.0.0", @@ -115,7 +115,7 @@ "ejs": "^3.1.6", "fast-glob": "^3.3.2", "firebase": "11.2.0", - "firebase-admin": "13.0.2", + "firebase-admin": "13.1.0", "firebase-functions": "^6.0.0", "firebase-tools": "^13.0.0", "folder-hash": "^4.0.2", @@ -145,7 +145,7 @@ "semver": "^7.5.4", "stylelint": "^16.0.0", "supports-color": "10.0.0", - "terser": "5.37.0", + "terser": "5.38.1", "ts-node": "^10.9.2", "tslint": "^6.1.3", "tsx": "^4.15.7", diff --git a/yarn.lock b/yarn.lock index 05dd38235..12fce2dcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -253,7 +253,7 @@ __metadata: "@bazel/terser": "npm:5.8.1" "@bazel/typescript": "npm:5.8.1" "@google-cloud/firestore": "npm:^7.0.0" - "@google-cloud/spanner": "npm:7.17.1" + "@google-cloud/spanner": "npm:7.18.1" "@google-cloud/storage": "npm:^7.0.0" "@inquirer/prompts": "npm:^7.0.0" "@inquirer/type": "npm:^3.0.0" @@ -307,7 +307,7 @@ __metadata: ejs: "npm:^3.1.6" fast-glob: "npm:^3.3.2" firebase: "npm:11.2.0" - firebase-admin: "npm:13.0.2" + firebase-admin: "npm:13.1.0" firebase-functions: "npm:^6.0.0" firebase-tools: "npm:^13.0.0" folder-hash: "npm:^4.0.2" @@ -342,7 +342,7 @@ __metadata: source-map: "npm:^0.7.4" stylelint: "npm:^16.0.0" supports-color: "npm:10.0.0" - terser: "npm:5.37.0" + terser: "npm:5.38.1" tmp: "npm:^0.2.1" true-case-path: "npm:^2.2.1" ts-node: "npm:^10.9.2" @@ -2202,9 +2202,9 @@ __metadata: languageName: node linkType: hard -"@google-cloud/spanner@npm:7.17.1": - version: 7.17.1 - resolution: "@google-cloud/spanner@npm:7.17.1" +"@google-cloud/spanner@npm:7.18.1": + version: 7.18.1 + resolution: "@google-cloud/spanner@npm:7.18.1" dependencies: "@google-cloud/common": "npm:^5.0.0" "@google-cloud/precise-date": "npm:^4.0.0" @@ -2237,7 +2237,7 @@ __metadata: stream-events: "npm:^1.0.4" teeny-request: "npm:^9.0.0" through2: "npm:^4.0.0" - checksum: 10c0/a08a330c42281553d4787bc938dc722c0a8508ec37db6cfc1729cb9c2932ad8fb5731e85c8169d4b82e16cecb846da963ec7e77b0dc318baf37b25872638af3f + checksum: 10c0/8dad7f5017be82919fb654f5c7e53b1cae668c9699b1b7aac35d70cd212156e8dff1bfc67a93b467b562a55ecb6ae3834275a4f48a6286297914cfbc06e20505 languageName: node linkType: hard @@ -7997,9 +7997,9 @@ __metadata: languageName: node linkType: hard -"firebase-admin@npm:13.0.2": - version: 13.0.2 - resolution: "firebase-admin@npm:13.0.2" +"firebase-admin@npm:13.1.0": + version: 13.1.0 + resolution: "firebase-admin@npm:13.1.0" dependencies: "@fastify/busboy": "npm:^3.0.0" "@firebase/database-compat": "npm:^2.0.0" @@ -8018,7 +8018,7 @@ __metadata: optional: true "@google-cloud/storage": optional: true - checksum: 10c0/77401a62f1e10961f6cf176d686a8892676bb4b7828a42371291bbd9833d186099c2459d27b120d6bfd5681fce556a785ec5f895183bc5c5b83a6b28e73ec493 + checksum: 10c0/e73c76a3b1e6fe35551a73f56afa2743e6acb24a322b6ea9d4b8d62fd0d6618b3bb7ecdf020cd0c4a2065fa4cdd312ada050012cb794edf6e3e946e37d353760 languageName: node linkType: hard @@ -8040,8 +8040,8 @@ __metadata: linkType: hard "firebase-tools@npm:^13.0.0": - version: 13.29.3 - resolution: "firebase-tools@npm:13.29.3" + version: 13.30.0 + resolution: "firebase-tools@npm:13.30.0" dependencies: "@electric-sql/pglite": "npm:^0.2.16" "@google-cloud/cloud-sql-connector": "npm:^1.3.3" @@ -8113,7 +8113,7 @@ __metadata: yaml: "npm:^2.4.1" bin: firebase: lib/bin/firebase.js - checksum: 10c0/0dac86c1d6889df797e187d334374fc28a22c6b3c1a6798926c7a0fc290e03fbda0a2b43216fb95f3dcd407eb199ff64fb85acb07fb41ad2d98b56bf25097256 + checksum: 10c0/f7c0c21d8bec20414f785b9ea264add018583c450172949f7d6b7ccca2934cb8e31690e2230c87455c715fe2236302ef761ab6ed1a603b56dee52337bb5e84b8 languageName: node linkType: hard @@ -13378,11 +13378,11 @@ __metadata: linkType: hard "semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4": - version: 7.7.0 - resolution: "semver@npm:7.7.0" + version: 7.7.1 + resolution: "semver@npm:7.7.1" bin: semver: bin/semver.js - checksum: 10c0/bcd1c03209b4be7d8ca86c976a0410beba7d4ec1d49d846a4be154b958db1ff5eaee50760c1d4f4070b19dee3236b8672d3e09642c53ea23740398bba2538a2d + checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958 languageName: node linkType: hard @@ -14400,9 +14400,9 @@ __metadata: languageName: node linkType: hard -"terser@npm:5.37.0": - version: 5.37.0 - resolution: "terser@npm:5.37.0" +"terser@npm:5.38.1": + version: 5.38.1 + resolution: "terser@npm:5.38.1" dependencies: "@jridgewell/source-map": "npm:^0.3.3" acorn: "npm:^8.8.2" @@ -14410,7 +14410,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: 10c0/ff0dc79b0a0da821e7f5bf7a047eab6d04e70e88b62339a0f1d71117db3310e255f5c00738fa3b391f56c3571f800a00047720261ba04ced0241c1f9922199f4 + checksum: 10c0/7e96239ff94ca8f653c359d8825d0a98a3afc3f2f0f06c80b97785671ed5ca821cc280ce198576b08db7d4c0d08ae349619903f8213555a635eebee0786b7b63 languageName: node linkType: hard