From 9ee2ed31dcfc3787a92556f41fef4446e5472852 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 28 Oct 2024 07:16:30 +0000 Subject: [PATCH] build: lock file maintenance --- .github/local-actions/branch-manager/main.js | 6 +- .github/local-actions/changelog/main.js | 6 +- .github/ng-renovate/yarn.lock | 611 ++++++------- github-actions/slash-commands/main.js | 6 +- tools/ts_proto/yarn.lock | 60 +- yarn.lock | 869 ++++++++++--------- 6 files changed, 775 insertions(+), 783 deletions(-) diff --git a/.github/local-actions/branch-manager/main.js b/.github/local-actions/branch-manager/main.js index a2dee3728..ece970a0d 100644 --- a/.github/local-actions/branch-manager/main.js +++ b/.github/local-actions/branch-manager/main.js @@ -58195,7 +58195,7 @@ function createPrompt(view) { throw error2; }).finally(() => { cleanups.forEach((cleanup) => cleanup()); - screen.done({ clearContent: Boolean(context2 == null ? void 0 : context2.clearPromptOnDone) }); + screen.done({ clearContent: Boolean(context2.clearPromptOnDone) }); output.end(); }).then(() => promise), { cancel }); }); @@ -58764,7 +58764,7 @@ var esm_default8 = createPrompt((config, done) => { selectedChoice = choices.find((choice) => isSelectableChoice(choice) && choice.key === value); } if (isSelectableChoice(selectedChoice)) { - setValue(selectedChoice.short ?? selectedChoice.name ?? String(selectedChoice.value)); + setValue(selectedChoice.short); setStatus("done"); done(selectedChoice.value); } else if (value === "") { @@ -59001,7 +59001,7 @@ ${theme.style.help("(Use arrow keys)")}`; } let searchStr; if (status === "done" && selectedChoice) { - const answer = selectedChoice.short ?? selectedChoice.name; + const answer = selectedChoice.short; return `${prefix} ${message} ${theme.style.answer(answer)}`; } else { searchStr = theme.style.searchTerm(searchTerm); diff --git a/.github/local-actions/changelog/main.js b/.github/local-actions/changelog/main.js index 530ad960a..c0446c062 100644 --- a/.github/local-actions/changelog/main.js +++ b/.github/local-actions/changelog/main.js @@ -57758,7 +57758,7 @@ function createPrompt(view) { throw error2; }).finally(() => { cleanups.forEach((cleanup) => cleanup()); - screen.done({ clearContent: Boolean(context3 == null ? void 0 : context3.clearPromptOnDone) }); + screen.done({ clearContent: Boolean(context3.clearPromptOnDone) }); output.end(); }).then(() => promise), { cancel }); }); @@ -58327,7 +58327,7 @@ var esm_default8 = createPrompt((config2, done) => { selectedChoice = choices.find((choice) => isSelectableChoice(choice) && choice.key === value); } if (isSelectableChoice(selectedChoice)) { - setValue(selectedChoice.short ?? selectedChoice.name ?? String(selectedChoice.value)); + setValue(selectedChoice.short); setStatus("done"); done(selectedChoice.value); } else if (value === "") { @@ -58564,7 +58564,7 @@ ${theme.style.help("(Use arrow keys)")}`; } let searchStr; if (status === "done" && selectedChoice) { - const answer = selectedChoice.short ?? selectedChoice.name; + const answer = selectedChoice.short; return `${prefix} ${message} ${theme.style.answer(answer)}`; } else { searchStr = theme.style.searchTerm(searchTerm); diff --git a/.github/ng-renovate/yarn.lock b/.github/ng-renovate/yarn.lock index aaad45e03..a7d023645 100644 --- a/.github/ng-renovate/yarn.lock +++ b/.github/ng-renovate/yarn.lock @@ -946,12 +946,12 @@ __metadata: linkType: hard "@aws-sdk/types@npm:^3.222.0": - version: 3.667.0 - resolution: "@aws-sdk/types@npm:3.667.0" + version: 3.679.0 + resolution: "@aws-sdk/types@npm:3.679.0" dependencies: "@smithy/types": "npm:^3.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/c1173d4799e95f113eeb80505737d86a37b443e45fac52d1045683712078ea338678bf9b55403254615f68e1ee8176084b9647c60e286c6a3569198611ffb9f5 + checksum: 10c0/6f17a17d4166a049821f1c36ad0dd44d5b9e4ba6b6714cd78aa41744c27ccbb09471914cc924521b1cc66b9bfc6f8822869844d3cceba2d5486627bcf9e43299 languageName: node linkType: hard @@ -989,11 +989,11 @@ __metadata: linkType: hard "@aws-sdk/util-locate-window@npm:^3.0.0": - version: 3.568.0 - resolution: "@aws-sdk/util-locate-window@npm:3.568.0" + version: 3.679.0 + resolution: "@aws-sdk/util-locate-window@npm:3.679.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/cb1d0919498206fe266542a635cd05909456a06f007a6a550ff897a01390b239e51c2a50e47509e23c179f8df8001bd5fecd900045da5ec989c3f934c3fd3d56 + checksum: 10c0/86c9b39171fdc993822b3093a06c0bbc49ce5cd9a9c36462282b0c472b536a06760b301c1aa2e2698d7a9f661898f3c7fa6cce991ab728eaeb5f952191f53bc1 languageName: node linkType: hard @@ -1037,41 +1037,30 @@ __metadata: linkType: hard "@babel/code-frame@npm:^7.0.0": - version: 7.25.7 - resolution: "@babel/code-frame@npm:7.25.7" + version: 7.26.0 + resolution: "@babel/code-frame@npm:7.26.0" dependencies: - "@babel/highlight": "npm:^7.25.7" + "@babel/helper-validator-identifier": "npm:^7.25.9" + js-tokens: "npm:^4.0.0" picocolors: "npm:^1.0.0" - checksum: 10c0/14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc + checksum: 10c0/46f7e367714be736b52ea3c01b24f47e2102e210fb83021d1c8237d8fc511b9538909e16e2fcdbb5cb6173e0794e28624309a59014e52fcfb7bde908f5284388 languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-validator-identifier@npm:7.25.7" - checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0 - languageName: node - linkType: hard - -"@babel/highlight@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/highlight@npm:7.25.7" - dependencies: - "@babel/helper-validator-identifier": "npm:^7.25.7" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - picocolors: "npm:^1.0.0" - checksum: 10c0/1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa +"@babel/helper-validator-identifier@npm:^7.25.9": + version: 7.25.9 + resolution: "@babel/helper-validator-identifier@npm:7.25.9" + checksum: 10c0/4fc6f830177b7b7e887ad3277ddb3b91d81e6c4a24151540d9d1023e8dc6b1c0505f0f0628ae653601eb4388a8db45c1c14b2c07a9173837aef7e4116456259d languageName: node linkType: hard "@babel/runtime-corejs3@npm:^7.14.9": - version: 7.25.7 - resolution: "@babel/runtime-corejs3@npm:7.25.7" + version: 7.26.0 + resolution: "@babel/runtime-corejs3@npm:7.26.0" dependencies: core-js-pure: "npm:^3.30.2" regenerator-runtime: "npm:^0.14.0" - checksum: 10c0/37217edf5f02c0e7ccb78af380b26b06dadc9b031a1bcec22a9cfb540d85470b61ebe1e5cd7e32689a6c0f786015c2ee1a73a16852574c3a46341105e457a87c + checksum: 10c0/921fa27c004cf2b92f0d49efc2006cfc1a72d2a35c7374da8ec88d8b63543963e6ef29d4820e068a7892a7d553dc2bac7208aef8fef30642bc843b63255b650b languageName: node linkType: hard @@ -1850,135 +1839,133 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^3.1.5": - version: 3.1.5 - resolution: "@smithy/abort-controller@npm:3.1.5" +"@smithy/abort-controller@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/abort-controller@npm:3.1.6" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/384e3dca60720bc9048092b1765ec619c5c64844732ca1439ca90d6ea7454eed12d071a536d8c243410512cc39ad1683607415dbeaf89816ddb142bbe10cf789 + checksum: 10c0/9933c69a81223e9a6a864c9d1f7cc00b0788ac6637b57eea8390d2b6cb39a0b87a406d32a5052441b3e9fdef9812870676464349abb5b19d3ee0ea348e2f7b1d languageName: node linkType: hard -"@smithy/chunked-blob-reader-native@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/chunked-blob-reader-native@npm:3.0.0" +"@smithy/chunked-blob-reader-native@npm:^3.0.1": + version: 3.0.1 + resolution: "@smithy/chunked-blob-reader-native@npm:3.0.1" dependencies: "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f3cbd03baaaf33a2c44a484851e3f2902f87cbb2168abff179276b19fd137be021393551b9270f9f3135408d816a06fe84ff826d9beb576dbe53fae9cf487362 + checksum: 10c0/26f7660d3cb5a257d1db70aaa4b0a109bf4412c3069d35b40645a045481e1633765c8a530ffdab4645bf640fdc957693fa84c6ebb15e864b7bd4be9d4e16b46c languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/chunked-blob-reader@npm:3.0.0" +"@smithy/chunked-blob-reader@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/chunked-blob-reader@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/cc551e4d6c711bec381d70c3074e3937ee78245bb15dd55c28c43c6c30808af1855c8df4a785a1033ded1483979ae115cf2c9decce73083346734db0d32b2fe5 + checksum: 10c0/4d997cb3a828c9c76bb764586918944ba07262aed832827d2be8ba3556f436171613e80b9f35a005af8f2189fc43befdfe44e21d9bde668fb48d5443f509ae22 languageName: node linkType: hard -"@smithy/config-resolver@npm:^3.0.8, @smithy/config-resolver@npm:^3.0.9": - version: 3.0.9 - resolution: "@smithy/config-resolver@npm:3.0.9" +"@smithy/config-resolver@npm:^3.0.10, @smithy/config-resolver@npm:^3.0.8": + version: 3.0.10 + resolution: "@smithy/config-resolver@npm:3.0.10" dependencies: - "@smithy/node-config-provider": "npm:^3.1.8" - "@smithy/types": "npm:^3.5.0" + "@smithy/node-config-provider": "npm:^3.1.9" + "@smithy/types": "npm:^3.6.0" "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^3.0.8" tslib: "npm:^2.6.2" - checksum: 10c0/714504c9341bc4fcc0c5fc86304602a03a26c7ca589945f41d967c8449bb12b6336da423caca04e0c0349c28b6ec7615e29bbbcbc89a68406ec9f39ac5aac483 + checksum: 10c0/0c15dcc4d1d603c19ce01c7f0dcf2aa112edccfaf38a925554fbe61102e1ded9009d2cc799068bfd187eabef7fde95343596b5b970ae5750540531e7018b1333 languageName: node linkType: hard -"@smithy/core@npm:^2.4.6": - version: 2.4.8 - resolution: "@smithy/core@npm:2.4.8" +"@smithy/core@npm:^2.4.6, @smithy/core@npm:^2.5.1": + version: 2.5.1 + resolution: "@smithy/core@npm:2.5.1" dependencies: - "@smithy/middleware-endpoint": "npm:^3.1.4" - "@smithy/middleware-retry": "npm:^3.0.23" - "@smithy/middleware-serde": "npm:^3.0.7" - "@smithy/protocol-http": "npm:^4.1.4" - "@smithy/smithy-client": "npm:^3.4.0" - "@smithy/types": "npm:^3.5.0" + "@smithy/middleware-serde": "npm:^3.0.8" + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/types": "npm:^3.6.0" "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^3.0.8" + "@smithy/util-stream": "npm:^3.2.1" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/cb2a93fa3e6bb6f6a2e269d1f392fa729d5bb9a5acf05f7bbd1ba0b270e0741b9aed4bf69b436984f9c17d0b4b5d54ff22cbc46f7e0562c19822c29a1d9f156d + checksum: 10c0/26afd0bdcc15f493442cd86507c929aabfc4df6819a80707d3d57cfc46b72249e38725b33c44c161fe4194cca01613758838ebd198248fa0f0b711f3e6ac6406 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.2.3, @smithy/credential-provider-imds@npm:^3.2.4": - version: 3.2.4 - resolution: "@smithy/credential-provider-imds@npm:3.2.4" +"@smithy/credential-provider-imds@npm:^3.2.3, @smithy/credential-provider-imds@npm:^3.2.5": + version: 3.2.5 + resolution: "@smithy/credential-provider-imds@npm:3.2.5" dependencies: - "@smithy/node-config-provider": "npm:^3.1.8" - "@smithy/property-provider": "npm:^3.1.7" - "@smithy/types": "npm:^3.5.0" - "@smithy/url-parser": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.9" + "@smithy/property-provider": "npm:^3.1.8" + "@smithy/types": "npm:^3.6.0" + "@smithy/url-parser": "npm:^3.0.8" tslib: "npm:^2.6.2" - checksum: 10c0/bafd86dd1524eafccdd0863e2ee2a59e12f6974d37f7cde6653903da58dd878f6de7d1cd6320b0749507ad959a3cdf039a0e24c76035d1abe85ff3b9c13ad019 + checksum: 10c0/b381167dec3cf3394ee36cd2ecf7c67e14f7b1eef2d5fd3ce57657682d2b1559d6750eec312bdc340d8a0064cc020ff575b344ff3f5eb2ea54dd7f1bed7b89c3 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^3.1.6": - version: 3.1.6 - resolution: "@smithy/eventstream-codec@npm:3.1.6" +"@smithy/eventstream-codec@npm:^3.1.7": + version: 3.1.7 + resolution: "@smithy/eventstream-codec@npm:3.1.7" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" "@smithy/util-hex-encoding": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/a21d61b9096730e06fa52e1bbab1dfbb2889306a203b85f9f41b7a35756d5226d765aeed3c61100b9c29c2e9c801d7fe00cfc500a78e53d3b64107354d322b61 + checksum: 10c0/6d3e93f5906501ea278c447285a1807bf0a5f2aee4683f6f1b3340e8a11e3c929b2c6389efa470c77eb03eea17824507f03224421768928d4ac5141a5b98eeff languageName: node linkType: hard "@smithy/eventstream-serde-browser@npm:^3.0.9": - version: 3.0.10 - resolution: "@smithy/eventstream-serde-browser@npm:3.0.10" + version: 3.0.11 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.11" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.9" - "@smithy/types": "npm:^3.5.0" + "@smithy/eventstream-serde-universal": "npm:^3.0.10" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/f826a111c274f3088d2c9a6c206d94a3ad3d7d6eff77338b1ff86922aa7e7aa333c72a18ded49b969c168737ff7418362403dc45ede4e2beb3ad19335b27cc94 + checksum: 10c0/d1e7007b5de4bff20f751d6751da74690c03dd4eb339055a5f4b0db6327f9d901f385f2ce100a8d3658df6714955b4403f013285294855c30dc78a50435fdf92 languageName: node linkType: hard "@smithy/eventstream-serde-config-resolver@npm:^3.0.6": - version: 3.0.7 - resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.7" + version: 3.0.8 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/8844b1ae5029e1b3947b0038ad0617920032a6d3df9c81e8940302df9369c264a72a545e8305b5f074149bcea395aeebb948cd963db7769deed483204fc1180b + checksum: 10c0/a18f5b7cfc6f9ab79d282138452b7475cafb354d2d6d9d6d8ae7815342537bd81f6e1423aa9cb77a6006d24d6a65ef7bdc47ea823f77d4b65f440e0eec708b7b languageName: node linkType: hard "@smithy/eventstream-serde-node@npm:^3.0.8": - version: 3.0.9 - resolution: "@smithy/eventstream-serde-node@npm:3.0.9" + version: 3.0.10 + resolution: "@smithy/eventstream-serde-node@npm:3.0.10" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.9" - "@smithy/types": "npm:^3.5.0" + "@smithy/eventstream-serde-universal": "npm:^3.0.10" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/c910589ae418baec716a9649f0053ca3ca151659b44bdb2e697d2e0aef5ed1c54d589906d7700b7b9ad6285b1f636ffe6cc9fc27ab2a3f068da1376b0bcea5bc + checksum: 10c0/d67feaa889473f85459061fda50ab4742cf25f8e93557a307d3c2990620a5c5893bce477ac1d747838672b7ae65d97856245f6bbe1379de9b90cd57cf6c83e2e languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^3.0.9": - version: 3.0.9 - resolution: "@smithy/eventstream-serde-universal@npm:3.0.9" +"@smithy/eventstream-serde-universal@npm:^3.0.10": + version: 3.0.10 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.10" dependencies: - "@smithy/eventstream-codec": "npm:^3.1.6" - "@smithy/types": "npm:^3.5.0" + "@smithy/eventstream-codec": "npm:^3.1.7" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/3824af8191eb05e2205beaf8908b6b26988a411e8f536e62ddbf37e9f794fd217504cbc129dd704f8aae653d1cc5a79e09ca18ded4ad2d17733fa0b77a03c23e + checksum: 10c0/5f3bd8751e6ed6c2c3ea6da54dd2ecd8906de8d2606e6fb9da5f0d0500c4b5d85a1a83837cc661bcc3a058b485459b12ddcc48810b12afd8d140cc76d2516346 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^3.2.8, @smithy/fetch-http-handler@npm:^3.2.9": +"@smithy/fetch-http-handler@npm:^3.2.8": version: 3.2.9 resolution: "@smithy/fetch-http-handler@npm:3.2.9" dependencies: @@ -1991,48 +1978,61 @@ __metadata: languageName: node linkType: hard +"@smithy/fetch-http-handler@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/fetch-http-handler@npm:4.0.0" + dependencies: + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/querystring-builder": "npm:^3.0.8" + "@smithy/types": "npm:^3.6.0" + "@smithy/util-base64": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/82035ada9ca7cf40c897ac6e8ff0097fad46a857a46ccc2dbe353ec730dbbd1d5733c9e82a1b09f606c12c64add35a045d8c860e4fc780acbf06f9d3fae8d90c + languageName: node + linkType: hard + "@smithy/hash-blob-browser@npm:^3.1.5": - version: 3.1.6 - resolution: "@smithy/hash-blob-browser@npm:3.1.6" + version: 3.1.7 + resolution: "@smithy/hash-blob-browser@npm:3.1.7" dependencies: - "@smithy/chunked-blob-reader": "npm:^3.0.0" - "@smithy/chunked-blob-reader-native": "npm:^3.0.0" - "@smithy/types": "npm:^3.5.0" + "@smithy/chunked-blob-reader": "npm:^4.0.0" + "@smithy/chunked-blob-reader-native": "npm:^3.0.1" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/853e8f4e40331a3d0032898d2a80afa54aea44f9975d197e4b627ccb2987dc4a3a59e554f9e77b768b6f2c9d5aaf4c7f2a986de8d78510a3465370fed2b484ed + checksum: 10c0/fda71b16b2ffdb47dd75c4568c28a712703ce987e35c646f89860668ffb0cc38c15410b6319ce077e5dc5c3e4427af9e4620281a0a491a163e2bc23c507fe610 languageName: node linkType: hard "@smithy/hash-node@npm:^3.0.6": - version: 3.0.7 - resolution: "@smithy/hash-node@npm:3.0.7" + version: 3.0.8 + resolution: "@smithy/hash-node@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/88b1e642639f016f40834035d03288ea7481382e2fcda8a0d6baf38f0c6f1e8541aae51f50aea7876166976ff2e276baae428fbdfb728c0fc29ccdfdb612e853 + checksum: 10c0/fa8fa82b830550de01e981e0265dad3d42802208c128cdd1b970c513726d6f29f030a52d7087e1fbee751011b6dcec479e592941252a7e47004418c8d605e1a4 languageName: node linkType: hard "@smithy/hash-stream-node@npm:^3.1.5": - version: 3.1.6 - resolution: "@smithy/hash-stream-node@npm:3.1.6" + version: 3.1.7 + resolution: "@smithy/hash-stream-node@npm:3.1.7" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/1393411476cce5a4c740b3e5e34d64d68dfc49edb2667d7baa43a494c1e36dc80535131b02db9222b475ee599e9bd418d400eceb690c468ab95603e99b94e628 + checksum: 10c0/26f1a49f9fa5486fbca97034c171f36675cffdf2fe1039cfd918a83b63d9cbb1b0cdb7c399c21f1d914f3c4df5e16754b01a755b2eadaf51c519aa183ac71ea3 languageName: node linkType: hard "@smithy/invalid-dependency@npm:^3.0.6": - version: 3.0.7 - resolution: "@smithy/invalid-dependency@npm:3.0.7" + version: 3.0.8 + resolution: "@smithy/invalid-dependency@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/b43e868d428d092f91702fe7030307129eb65f0592c60bc6f29ef2bd74799bcae90815326eb599d12aaeee6659ef7c9b2fb85fa0c843ab5132a446edb8767b98 + checksum: 10c0/7769ea3d6cc2530da1c6ecc6bcc90e7b6a2338d87465965f0845ad28be5d27c08516dc79ef77af2a002fe0329367fa8260399abb29676f3f37adf8c2cf2772c8 languageName: node linkType: hard @@ -2055,211 +2055,213 @@ __metadata: linkType: hard "@smithy/md5-js@npm:^3.0.6": - version: 3.0.7 - resolution: "@smithy/md5-js@npm:3.0.7" + version: 3.0.8 + resolution: "@smithy/md5-js@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c8577a6a35d219c4f58a68d2b1a1e71d065e0f81c6feb0a6cd85c3efcdae9c33dbd5d1e46e93e854bfbbc208a91a5aa41dba5af9917716b3ab76a287928f0f78 + checksum: 10c0/83654b7c65be77d3e170f63a5dab4b3d19bb518ca69691b0a9c257de8101a02e005bc2136074d6ab18d0a50cef746ea610527e3530c6e843b6b9529ed9b488f1 languageName: node linkType: hard "@smithy/middleware-content-length@npm:^3.0.8": - version: 3.0.9 - resolution: "@smithy/middleware-content-length@npm:3.0.9" + version: 3.0.10 + resolution: "@smithy/middleware-content-length@npm:3.0.10" dependencies: - "@smithy/protocol-http": "npm:^4.1.4" - "@smithy/types": "npm:^3.5.0" + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/7ea6d14fe64a486c024988bed41b70eacadc5e9af4b06d36f1d3902675baf9908090f4cdcc9f066ef26dddb1816035227afe778a0372473678f267e4cb37cbe8 + checksum: 10c0/2e7a6e36f39e1ce78ba3800979004a801fa93c7ef3b143e1c1b3ff64e4a2b92762e808ab75c2f7a1acc6133f4b301624dc08dc2354b37d5735e02ee4ccaddf78 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.1.3, @smithy/middleware-endpoint@npm:^3.1.4": - version: 3.1.4 - resolution: "@smithy/middleware-endpoint@npm:3.1.4" - dependencies: - "@smithy/middleware-serde": "npm:^3.0.7" - "@smithy/node-config-provider": "npm:^3.1.8" - "@smithy/shared-ini-file-loader": "npm:^3.1.8" - "@smithy/types": "npm:^3.5.0" - "@smithy/url-parser": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^3.0.7" +"@smithy/middleware-endpoint@npm:^3.1.3, @smithy/middleware-endpoint@npm:^3.2.1": + version: 3.2.1 + resolution: "@smithy/middleware-endpoint@npm:3.2.1" + dependencies: + "@smithy/core": "npm:^2.5.1" + "@smithy/middleware-serde": "npm:^3.0.8" + "@smithy/node-config-provider": "npm:^3.1.9" + "@smithy/shared-ini-file-loader": "npm:^3.1.9" + "@smithy/types": "npm:^3.6.0" + "@smithy/url-parser": "npm:^3.0.8" + "@smithy/util-middleware": "npm:^3.0.8" tslib: "npm:^2.6.2" - checksum: 10c0/29d10c124489a1715ec10dbb45e8359fbb036c8600357f18362df4fba4899357d361402ef55d961939857755ffedc20c780203dc562ce00ca903013ac00226f7 + checksum: 10c0/d1d6406840262388a5845a29d9a2e956a2f3c42f0fb981cd34b95145a5a509bebd25b3e4fad73951b56ff71757d00f7e8ec23bc75c6362a97dacab114ecf9140 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.21, @smithy/middleware-retry@npm:^3.0.23": - version: 3.0.23 - resolution: "@smithy/middleware-retry@npm:3.0.23" +"@smithy/middleware-retry@npm:^3.0.21": + version: 3.0.25 + resolution: "@smithy/middleware-retry@npm:3.0.25" dependencies: - "@smithy/node-config-provider": "npm:^3.1.8" - "@smithy/protocol-http": "npm:^4.1.4" - "@smithy/service-error-classification": "npm:^3.0.7" - "@smithy/smithy-client": "npm:^3.4.0" - "@smithy/types": "npm:^3.5.0" - "@smithy/util-middleware": "npm:^3.0.7" - "@smithy/util-retry": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.9" + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/service-error-classification": "npm:^3.0.8" + "@smithy/smithy-client": "npm:^3.4.2" + "@smithy/types": "npm:^3.6.0" + "@smithy/util-middleware": "npm:^3.0.8" + "@smithy/util-retry": "npm:^3.0.8" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/80e2a6e19439ecd138a15bd5d1a61d24c4e0a4d02dc28e0783bc3eb832215f8a25845231a7d6e2ad24fb00d8ff9db78fa04bfa91aae5619e1cee9dfa3be553e5 + checksum: 10c0/5ebb8ed29be344ab92db28fbe62f1887b6a9cf7c5029450454c1a384844cd4e28a99c4c381ca2466d848d545ee885c35f6c5b965bc7a90a9a20b301433caed37 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^3.0.6, @smithy/middleware-serde@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/middleware-serde@npm:3.0.7" +"@smithy/middleware-serde@npm:^3.0.6, @smithy/middleware-serde@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/middleware-serde@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/b04abb0adc9a3b15ce42b0fd3bbdb78ee86a34f9c017cbb2a59ceffc1bde0740fa2f3534abf2ff861112b6fb76a7ea4f55871503e2d8d1e6207052bcccf2819a + checksum: 10c0/b7cbf57955ab82cd5ddb07fcceecdf1fbd6a3f9479179d1014d34e88f2dd32c0ffd4fb631cbb7a05ef4635efab34b32141ea5526b388138f71589ba993560fb2 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.6, @smithy/middleware-stack@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/middleware-stack@npm:3.0.7" +"@smithy/middleware-stack@npm:^3.0.6, @smithy/middleware-stack@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/middleware-stack@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/260ddf0f785fa3118130e8174c653d7267208794feeaeeac9762783c0ebb306f0cbe71d73092347e9dd85ee4ebbe5e82ee0dd6512b3a2da0aef9789d23d020e0 + checksum: 10c0/1a5248cdbe8d982e11fba679e9582cde8fa36093376d5076d2936e5be919866a7101089194087cda21a0b032857bf1ebca627d8e1c3e5d9519749fc5207692f5 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.7, @smithy/node-config-provider@npm:^3.1.8": - version: 3.1.8 - resolution: "@smithy/node-config-provider@npm:3.1.8" +"@smithy/node-config-provider@npm:^3.1.7, @smithy/node-config-provider@npm:^3.1.9": + version: 3.1.9 + resolution: "@smithy/node-config-provider@npm:3.1.9" dependencies: - "@smithy/property-provider": "npm:^3.1.7" - "@smithy/shared-ini-file-loader": "npm:^3.1.8" - "@smithy/types": "npm:^3.5.0" + "@smithy/property-provider": "npm:^3.1.8" + "@smithy/shared-ini-file-loader": "npm:^3.1.9" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/354319e0a6a48775195eecb3486eddce57eb51bd3a88cef729db39b6592da5ac7b2b0b4f996396ed1496a9693a5a67344b4e36c0a6eeb94293ed1e50aa10b740 + checksum: 10c0/2ecd0385858f0ea818f7bef1e129e62fccd8a6ffa888f2f13286f8ffe1995f84e0e5040b7ed7b5235462ac795e9fc479ca5c5637b3bf30df2613baa6f4e718c9 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.2.3, @smithy/node-http-handler@npm:^3.2.4": - version: 3.2.4 - resolution: "@smithy/node-http-handler@npm:3.2.4" +"@smithy/node-http-handler@npm:^3.2.3, @smithy/node-http-handler@npm:^3.2.5": + version: 3.2.5 + resolution: "@smithy/node-http-handler@npm:3.2.5" dependencies: - "@smithy/abort-controller": "npm:^3.1.5" - "@smithy/protocol-http": "npm:^4.1.4" - "@smithy/querystring-builder": "npm:^3.0.7" - "@smithy/types": "npm:^3.5.0" + "@smithy/abort-controller": "npm:^3.1.6" + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/querystring-builder": "npm:^3.0.8" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/b086811ca355cff0c7cf8d897a146f309f0d48c2bbd21a2248c511fa483dd3366ffc8e85f8fe52e727207f426f57c7d9e2127ccb0616f860e2d8755481cb5be9 + checksum: 10c0/617b2f1c3fea4f8b549b481ec73ec2a7a404b8a8c8b47bfb8327626818f84ed94c1c5496084402a015705af715b5353a07d28ea0869ee6c877c4c8a9d29a10ab languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.6, @smithy/property-provider@npm:^3.1.7": - version: 3.1.7 - resolution: "@smithy/property-provider@npm:3.1.7" +"@smithy/property-provider@npm:^3.1.6, @smithy/property-provider@npm:^3.1.8": + version: 3.1.8 + resolution: "@smithy/property-provider@npm:3.1.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/14547451d6a81678f4962717cb77a93b01e22d6578462be9a3945889923ba8c2978775f4befb639c305e89169b7e1ee56a0f41a51aabf0f14013a47cbb18be42 + checksum: 10c0/383621a8cf8aafb4a30ecf105fb6d9546f75fac7134b9d9e91248ebacb035867047170cbe01d4ca8d60b62d1fb6287d4fb3a752a10fe9b33f9520a951d0bb72c languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.1.3, @smithy/protocol-http@npm:^4.1.4": - version: 4.1.4 - resolution: "@smithy/protocol-http@npm:4.1.4" +"@smithy/protocol-http@npm:^4.1.3, @smithy/protocol-http@npm:^4.1.4, @smithy/protocol-http@npm:^4.1.5": + version: 4.1.5 + resolution: "@smithy/protocol-http@npm:4.1.5" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/595d25edfe04764a4d51303c3c93b86837b704b7c9d192bf41facebd37bcfe2d20725ea39dda5aa3b73ee985483012447dd02851798bcd6e5e23ac66380b65be + checksum: 10c0/f70bd473e3c79cd33a5e1f02a30251f3e4bfa127615f6032d980a483f8abed76555f525e55f0eb8b5ac7d33dd5f359498a3e96b98c646a09d83e2d68b1fa949a languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.6, @smithy/querystring-builder@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/querystring-builder@npm:3.0.7" +"@smithy/querystring-builder@npm:^3.0.6, @smithy/querystring-builder@npm:^3.0.7, @smithy/querystring-builder@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/querystring-builder@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" "@smithy/util-uri-escape": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3c8cf8313524a2fc58388f511c2bd81b421b4a7f36acf3979806e957191cdb9b7233c300781ff045be1c2fdf5279a6102dfc613d5c5a25bfed6306f6b2911be2 + checksum: 10c0/d3bd7af1e291bca9ac7693f6d4bfd7ae196cb3c5b26895974029163b3b9a86c03b5533fd79f9dafca6250db80a1da7be33d7d2e87eb6bf7bcde61370ea612f7e languageName: node linkType: hard -"@smithy/querystring-parser@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/querystring-parser@npm:3.0.7" +"@smithy/querystring-parser@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/querystring-parser@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/ceba87cfa24bb86402f4ca2be15753647ebb3df248e0fc2b06a5cbd0d32c1639cca3dc6469daa990e44696e0e94351424ed22326fef46ae28f8c8587c68be515 + checksum: 10c0/8f5643f80e6146e849f239b912e555a4f146b0239da9de5f67fc99e5e2b97460ff4c54395417b14874409f071667bb1149f3ef5d1b1cc6288bbe04e21fc9bb7a languageName: node linkType: hard -"@smithy/service-error-classification@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/service-error-classification@npm:3.0.7" +"@smithy/service-error-classification@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/service-error-classification@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" - checksum: 10c0/2bd5e9b9328a66c6a774526519a0b167702fcd3b7301a7f1962e03142913b6cabefbf350b0607ebd79eb989f264d31ef267ad3ebb83d9eccbee78d5fba207759 + "@smithy/types": "npm:^3.6.0" + checksum: 10c0/30256b7b1e4ff877a555ae778954e535bd43cc5da9189ad265b9596a6414774d8a6924da42f5c87e9dfe837d44027cb22d26037c3bb3e6c64ff486c9b8b5ee53 languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.7, @smithy/shared-ini-file-loader@npm:^3.1.8": - version: 3.1.8 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.8" +"@smithy/shared-ini-file-loader@npm:^3.1.7, @smithy/shared-ini-file-loader@npm:^3.1.9": + version: 3.1.9 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.9" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/6f4e66b6e0ddc1250c8f7dc5ebf272165608dd5510a92f03781e2a2adeb3ab862a277cb4c48150a4d0fdc279cafd0476eab0f2a5e01b2d6fed5a15f86d81b778 + checksum: 10c0/0ca909741d634fa2ea5c53dc828347181495be431d5018b8cea468e30e5d7066b91bf39b0e182148b787ecadb0509c95e41338829b6de87d03c0f072fa436d8c languageName: node linkType: hard "@smithy/signature-v4@npm:^4.1.4": - version: 4.2.0 - resolution: "@smithy/signature-v4@npm:4.2.0" + version: 4.2.1 + resolution: "@smithy/signature-v4@npm:4.2.1" dependencies: "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.1.4" - "@smithy/types": "npm:^3.5.0" + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/types": "npm:^3.6.0" "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^3.0.8" "@smithy/util-uri-escape": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d6222c7787d51b3ed58bb09f5fc56e90b6cd0e4588735e78f43a9642549e8e233a2050fa5734e844b80ea23ff17f867e61a687d34dba5db0dd466635f51a9ccf + checksum: 10c0/c1dc0c4adc65c6019321cc15ca1f8b185bc682c80d6f3b3034653d523dd5da197db4f2fe892cdb3d0152b967eeee97cba085e45e4deed8035bcec23adfd6ee24 languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.3.5, @smithy/smithy-client@npm:^3.4.0": - version: 3.4.0 - resolution: "@smithy/smithy-client@npm:3.4.0" +"@smithy/smithy-client@npm:^3.3.5, @smithy/smithy-client@npm:^3.4.2": + version: 3.4.2 + resolution: "@smithy/smithy-client@npm:3.4.2" dependencies: - "@smithy/middleware-endpoint": "npm:^3.1.4" - "@smithy/middleware-stack": "npm:^3.0.7" - "@smithy/protocol-http": "npm:^4.1.4" - "@smithy/types": "npm:^3.5.0" - "@smithy/util-stream": "npm:^3.1.9" + "@smithy/core": "npm:^2.5.1" + "@smithy/middleware-endpoint": "npm:^3.2.1" + "@smithy/middleware-stack": "npm:^3.0.8" + "@smithy/protocol-http": "npm:^4.1.5" + "@smithy/types": "npm:^3.6.0" + "@smithy/util-stream": "npm:^3.2.1" tslib: "npm:^2.6.2" - checksum: 10c0/ed2bd1ad2e0ddc6f3eee5ec7697d2ece7b022a3528c5f20b9c2a4d1687635816500aae022ca315af14fb2045ebf2ad1bce43f97d2dc28f4185096843862bd7bb + checksum: 10c0/f405aba8f3c831a3b6d2b4b0799c8de2e3216aec7b6045d79c41a4cb577368b179d6214bb4abfa345d1dd7c100ffa9a5ad04c04d128dfced587aa54fc1647f50 languageName: node linkType: hard -"@smithy/types@npm:^3.4.2, @smithy/types@npm:^3.5.0": - version: 3.5.0 - resolution: "@smithy/types@npm:3.5.0" +"@smithy/types@npm:^3.4.2, @smithy/types@npm:^3.5.0, @smithy/types@npm:^3.6.0": + version: 3.6.0 + resolution: "@smithy/types@npm:3.6.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/298f1638b0ba3a5cef3d238219cebab21f9479e54a5de3f7dbde5f65f7a3966a9623d4bb4e3856ef67bc6139a065a149379f6374e68bef380e8bb789c592db22 + checksum: 10c0/de16293da6cf6f1aa4b2ee604df245ef33688d985f27b5dae3aa69e18ed5b17baa1bc1a42412f1454c50d09a1817c8a54e7d6261c90fee230e103ff91e55174a languageName: node linkType: hard -"@smithy/url-parser@npm:^3.0.6, @smithy/url-parser@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/url-parser@npm:3.0.7" +"@smithy/url-parser@npm:^3.0.6, @smithy/url-parser@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/url-parser@npm:3.0.8" dependencies: - "@smithy/querystring-parser": "npm:^3.0.7" - "@smithy/types": "npm:^3.5.0" + "@smithy/querystring-parser": "npm:^3.0.8" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/602199c24d13e35fc59bb075a626b83655d24e639a1c287e3eea2f3f8264f42870bab4d94282d0a1a210990263fbee532a661e662b2f11c6342d42dd36140bb5 + checksum: 10c0/da2abb72e58bf419a7f27f78a2f946a515dff363419056015a2fa5f62d18de9f51d355143c428d2411051264552ae4e0d746e943fcb0c6ae3758912294a6499d languageName: node linkType: hard @@ -2322,41 +2324,41 @@ __metadata: linkType: hard "@smithy/util-defaults-mode-browser@npm:^3.0.21": - version: 3.0.23 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.23" + version: 3.0.25 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.25" dependencies: - "@smithy/property-provider": "npm:^3.1.7" - "@smithy/smithy-client": "npm:^3.4.0" - "@smithy/types": "npm:^3.5.0" + "@smithy/property-provider": "npm:^3.1.8" + "@smithy/smithy-client": "npm:^3.4.2" + "@smithy/types": "npm:^3.6.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/fec9d5d159e6db8ae9c3ac0785b571ed810bcd0e950658036ea9685c3d2cfe0e43649860785b18aec67e833a0d3354063515aa624507540f789227ea8ca626b5 + checksum: 10c0/725f1ee8f726177dd299cb3360c6b12f817defef917b9229cd5a9201a69dd29e07e1df24d90c3559b07b75bc7b90fbce74677ec9ff2ee8845e2d76c4e8c1a4fb languageName: node linkType: hard "@smithy/util-defaults-mode-node@npm:^3.0.21": - version: 3.0.23 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.23" - dependencies: - "@smithy/config-resolver": "npm:^3.0.9" - "@smithy/credential-provider-imds": "npm:^3.2.4" - "@smithy/node-config-provider": "npm:^3.1.8" - "@smithy/property-provider": "npm:^3.1.7" - "@smithy/smithy-client": "npm:^3.4.0" - "@smithy/types": "npm:^3.5.0" + version: 3.0.25 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.25" + dependencies: + "@smithy/config-resolver": "npm:^3.0.10" + "@smithy/credential-provider-imds": "npm:^3.2.5" + "@smithy/node-config-provider": "npm:^3.1.9" + "@smithy/property-provider": "npm:^3.1.8" + "@smithy/smithy-client": "npm:^3.4.2" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/84cf4608f5aa7e619d455ff6e159a9f80bc870c48c3ab1786590e0a14df1958502a093ca8681c123900a010d8d69a4d2740c528c07aa82366629fa9f1f6e1604 + checksum: 10c0/5fd1f18aafff469ff537e07568e2c329602fe99c31a45654c09a27bf4fa38b74652b3b4d43d3e3fd9c9dc8186f1401883b1d392bc71f2b0aa72479820edf0337 languageName: node linkType: hard "@smithy/util-endpoints@npm:^2.1.2": - version: 2.1.3 - resolution: "@smithy/util-endpoints@npm:2.1.3" + version: 2.1.4 + resolution: "@smithy/util-endpoints@npm:2.1.4" dependencies: - "@smithy/node-config-provider": "npm:^3.1.8" - "@smithy/types": "npm:^3.5.0" + "@smithy/node-config-provider": "npm:^3.1.9" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/1f375f997b996af9b2d17a4d1fd2ace81bf0206bf6c9e80d591d1daadce34471ea5ff8913000cd2aae4f619b7d2f3b2d38caf528b036b97ada2831ffbb9725d9 + checksum: 10c0/8ef44b2ac241a5687c999f90e0aaf6f495cc46b0a604f82f44c927f7ce2f406dac53bb4030f4a83b5cf2fc5f1c73865f5ca9bea0db297e06d0fe089cb765ebae languageName: node linkType: hard @@ -2369,40 +2371,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.6, @smithy/util-middleware@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/util-middleware@npm:3.0.7" +"@smithy/util-middleware@npm:^3.0.6, @smithy/util-middleware@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/util-middleware@npm:3.0.8" dependencies: - "@smithy/types": "npm:^3.5.0" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/e625791046c73bf5a35d67127007054bb6cc8d8707575c122732de1d6474b97ce1bd5c8c02051287bd967320f768eba364f1f0a59937654dbe25a66cce21bc6d + checksum: 10c0/b7deae724fade93a00745e64081e7e2dba6a5d86cae9fcfb171cdc117d6574e5a63c1a599dddcc3f3175a8f8821d92052f4b9ab64b3839cdf035ac17e57eede1 languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.6, @smithy/util-retry@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/util-retry@npm:3.0.7" +"@smithy/util-retry@npm:^3.0.6, @smithy/util-retry@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/util-retry@npm:3.0.8" dependencies: - "@smithy/service-error-classification": "npm:^3.0.7" - "@smithy/types": "npm:^3.5.0" + "@smithy/service-error-classification": "npm:^3.0.8" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/d641f1e11afbda1b194e5e6a75e815eed03100e0c53305d106cd80836b22854b4ba01efd9aed32996ec538e5c49293bb8d0a77561ebd721d94d862173e40738b + checksum: 10c0/1ca5fdf8f5827f7cb0dacd917ea2bd1d0a01fe54dc890654094867f6fc78f973f47f4e2e323f35e4951afa12924999527a386f5e271715ba86739dd8aabc72ce languageName: node linkType: hard -"@smithy/util-stream@npm:^3.1.8, @smithy/util-stream@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/util-stream@npm:3.1.9" +"@smithy/util-stream@npm:^3.1.8, @smithy/util-stream@npm:^3.2.1": + version: 3.2.1 + resolution: "@smithy/util-stream@npm:3.2.1" dependencies: - "@smithy/fetch-http-handler": "npm:^3.2.9" - "@smithy/node-http-handler": "npm:^3.2.4" - "@smithy/types": "npm:^3.5.0" + "@smithy/fetch-http-handler": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^3.2.5" + "@smithy/types": "npm:^3.6.0" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-hex-encoding": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/04f37b1e97692d9177a41351336bb119eb5dbe2582bc17e76bc99919defe67fe5afbf3cb52612c48c2bca3bec6f96f2d860825afc9249ab6e7e8fd9b4719f7a8 + checksum: 10c0/7e73a764ab6fbaef6b266d6a0ad540e04bcd9065d55ead0efc41153e3cd34576e28a944df9176bee8ba84345a59c36625aaa83fa0f8336d2e31c98530c4519a1 languageName: node linkType: hard @@ -2436,13 +2438,13 @@ __metadata: linkType: hard "@smithy/util-waiter@npm:^3.1.5": - version: 3.1.6 - resolution: "@smithy/util-waiter@npm:3.1.6" + version: 3.1.7 + resolution: "@smithy/util-waiter@npm:3.1.7" dependencies: - "@smithy/abort-controller": "npm:^3.1.5" - "@smithy/types": "npm:^3.5.0" + "@smithy/abort-controller": "npm:^3.1.6" + "@smithy/types": "npm:^3.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/dfa7cf04afa7be4736e78f54f96c6583c2f582fef6bd179cf925f5dd737f3fed0b37446d5198d9dedfb343a0b71c481f560b5954686f8e2b51155a37752bc586 + checksum: 10c0/5394b180145af2d6020965c0f58157b137f3fcf5357de4334373bcb143a58190cffb5cdbc39d08b79968fd51a96b88c75da3bfeb7898bb231db7225ea26efe69 languageName: node linkType: hard @@ -2605,11 +2607,11 @@ __metadata: linkType: hard "@types/node@npm:*, @types/node@npm:>=13.7.0": - version: 22.7.7 - resolution: "@types/node@npm:22.7.7" + version: 22.8.1 + resolution: "@types/node@npm:22.8.1" dependencies: - undici-types: "npm:~6.19.2" - checksum: 10c0/07268a1e990ad9d9b1865092881317ea679a46eb6706d83a8874eec75fdddae6cfd6452e4e68b651561183e2a8f8548276f3155744bc402c2545978c19b70d65 + undici-types: "npm:~6.19.8" + checksum: 10c0/83550fdf72a7db5b55eceac3f4fb038844eaee20202bdd2297a8248370cfa08317bda1605b781a8043eda4f173b75e73632e652fc85509eb14dfef78fa17337f languageName: node linkType: hard @@ -2767,11 +2769,11 @@ __metadata: linkType: hard "acorn@npm:^8.8.2": - version: 8.13.0 - resolution: "acorn@npm:8.13.0" + version: 8.14.0 + resolution: "acorn@npm:8.14.0" bin: acorn: bin/acorn - checksum: 10c0/f35dd53d68177c90699f4c37d0bb205b8abe036d955d0eb011ddb7f14a81e6fd0f18893731c457c1b5bd96754683f4c3d80d9a5585ddecaa53cdf84e0b3d68f7 + checksum: 10c0/6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7 languageName: node linkType: hard @@ -2824,15 +2826,6 @@ __metadata: languageName: node linkType: hard -"ansi-styles@npm:^3.2.1": - version: 3.2.1 - resolution: "ansi-styles@npm:3.2.1" - dependencies: - color-convert: "npm:^1.9.0" - checksum: 10c0/ece5a8ef069fcc5298f67e3f4771a663129abd174ea2dfa87923a2be2abf6cd367ef72ac87942da00ce85bd1d651d4cd8595aebdb1b385889b89b205860e977b - languageName: node - linkType: hard - "ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0": version: 4.3.0 resolution: "ansi-styles@npm:4.3.0" @@ -3216,17 +3209,6 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^2.4.2": - version: 2.4.2 - resolution: "chalk@npm:2.4.2" - dependencies: - ansi-styles: "npm:^3.2.1" - escape-string-regexp: "npm:^1.0.5" - supports-color: "npm:^5.3.0" - checksum: 10c0/e6543f02ec877732e3a2d1c3c3323ddb4d39fbab687c23f526e25bd4c6a9bf3b83a696e8c769d078e04e5754921648f7821b2a2acfd16c550435fd630026e073 - languageName: node - linkType: hard - "chalk@npm:^3.0.0": version: 3.0.0 resolution: "chalk@npm:3.0.0" @@ -3334,15 +3316,6 @@ __metadata: languageName: node linkType: hard -"color-convert@npm:^1.9.0": - version: 1.9.3 - resolution: "color-convert@npm:1.9.3" - dependencies: - color-name: "npm:1.1.3" - checksum: 10c0/5ad3c534949a8c68fca8fbc6f09068f435f0ad290ab8b2f76841b9e6af7e0bb57b98cb05b0e19fe33f5d91e5a8611ad457e5f69e0a484caad1f7487fd0e8253c - languageName: node - linkType: hard - "color-convert@npm:^2.0.1": version: 2.0.1 resolution: "color-convert@npm:2.0.1" @@ -3352,13 +3325,6 @@ __metadata: languageName: node linkType: hard -"color-name@npm:1.1.3": - version: 1.1.3 - resolution: "color-name@npm:1.1.3" - checksum: 10c0/566a3d42cca25b9b3cd5528cd7754b8e89c0eb646b7f214e8e2eaddb69994ac5f0557d9c175eb5d8f0ad73531140d9c47525085ee752a91a2ab15ab459caf6d6 - languageName: node - linkType: hard - "color-name@npm:~1.1.4": version: 1.1.4 resolution: "color-name@npm:1.1.4" @@ -3845,13 +3811,6 @@ __metadata: languageName: node linkType: hard -"escape-string-regexp@npm:^1.0.5": - version: 1.0.5 - resolution: "escape-string-regexp@npm:1.0.5" - checksum: 10c0/a968ad453dd0c2724e14a4f20e177aaf32bb384ab41b674a8454afe9a41c5e6fe8903323e0a1052f56289d04bd600f81278edf140b0fcc02f5cac98d0f5b5371 - languageName: node - linkType: hard - "escape-string-regexp@npm:^4.0.0": version: 4.0.0 resolution: "escape-string-regexp@npm:4.0.0" @@ -4383,13 +4342,6 @@ __metadata: languageName: node linkType: hard -"has-flag@npm:^3.0.0": - version: 3.0.0 - resolution: "has-flag@npm:3.0.0" - checksum: 10c0/1c6c83b14b8b1b3c25b0727b8ba3e3b647f99e9e6e13eb7322107261de07a4c1be56fc0d45678fc376e09772a3a1642ccdaf8fc69bdf123b6c086598397ce473 - languageName: node - linkType: hard - "has-flag@npm:^4.0.0": version: 4.0.0 resolution: "has-flag@npm:4.0.0" @@ -7207,15 +7159,6 @@ __metadata: languageName: node linkType: hard -"supports-color@npm:^5.3.0": - version: 5.5.0 - resolution: "supports-color@npm:5.5.0" - dependencies: - has-flag: "npm:^3.0.0" - checksum: 10c0/6ae5ff319bfbb021f8a86da8ea1f8db52fac8bd4d499492e30ec17095b58af11f0c55f8577390a749b1c4dde691b6a0315dab78f5f54c9b3d83f8fb5905c1c05 - languageName: node - linkType: hard - "supports-color@npm:^7.1.0": version: 7.2.0 resolution: "supports-color@npm:7.2.0" @@ -7490,7 +7433,7 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.19.2": +"undici-types@npm:~6.19.8": version: 6.19.8 resolution: "undici-types@npm:6.19.8" checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344 diff --git a/github-actions/slash-commands/main.js b/github-actions/slash-commands/main.js index 6f54829ba..6bb42a099 100644 --- a/github-actions/slash-commands/main.js +++ b/github-actions/slash-commands/main.js @@ -58092,7 +58092,7 @@ function createPrompt(view) { throw error; }).finally(() => { cleanups.forEach((cleanup) => cleanup()); - screen.done({ clearContent: Boolean(context4 == null ? void 0 : context4.clearPromptOnDone) }); + screen.done({ clearContent: Boolean(context4.clearPromptOnDone) }); output.end(); }).then(() => promise), { cancel }); }); @@ -58661,7 +58661,7 @@ var esm_default8 = createPrompt((config, done) => { selectedChoice = choices.find((choice) => isSelectableChoice(choice) && choice.key === value); } if (isSelectableChoice(selectedChoice)) { - setValue(selectedChoice.short ?? selectedChoice.name ?? String(selectedChoice.value)); + setValue(selectedChoice.short); setStatus("done"); done(selectedChoice.value); } else if (value === "") { @@ -58898,7 +58898,7 @@ ${theme.style.help("(Use arrow keys)")}`; } let searchStr; if (status === "done" && selectedChoice) { - const answer = selectedChoice.short ?? selectedChoice.name; + const answer = selectedChoice.short; return `${prefix} ${message} ${theme.style.answer(answer)}`; } else { searchStr = theme.style.searchTerm(searchTerm); diff --git a/tools/ts_proto/yarn.lock b/tools/ts_proto/yarn.lock index a18ffbd81..9ff65be65 100644 --- a/tools/ts_proto/yarn.lock +++ b/tools/ts_proto/yarn.lock @@ -5,39 +5,38 @@ __metadata: version: 8 cacheKey: 10c0 -"@babel/helper-string-parser@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-string-parser@npm:7.25.7" - checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c +"@babel/helper-string-parser@npm:^7.25.9": + version: 7.25.9 + resolution: "@babel/helper-string-parser@npm:7.25.9" + checksum: 10c0/7244b45d8e65f6b4338a6a68a8556f2cb161b782343e97281a5f2b9b93e420cad0d9f5773a59d79f61d0c448913d06f6a2358a87f2e203cf112e3c5b53522ee6 languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-validator-identifier@npm:7.25.7" - checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0 +"@babel/helper-validator-identifier@npm:^7.25.9": + version: 7.25.9 + resolution: "@babel/helper-validator-identifier@npm:7.25.9" + checksum: 10c0/4fc6f830177b7b7e887ad3277ddb3b91d81e6c4a24151540d9d1023e8dc6b1c0505f0f0628ae653601eb4388a8db45c1c14b2c07a9173837aef7e4116456259d languageName: node linkType: hard "@babel/parser@npm:^7.20.15": - version: 7.25.8 - resolution: "@babel/parser@npm:7.25.8" + version: 7.26.1 + resolution: "@babel/parser@npm:7.26.1" dependencies: - "@babel/types": "npm:^7.25.8" + "@babel/types": "npm:^7.26.0" bin: parser: ./bin/babel-parser.js - checksum: 10c0/a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4 + checksum: 10c0/dc7d4e6b7eb667fa0784e7e2c3f6f92ca12ad72242f6d4311995310dae55093f02acdb595b69b0dbbf04cb61ad87156ac03186ff32eacfa35149c655bc22c14b languageName: node linkType: hard -"@babel/types@npm:^7.25.8": - version: 7.25.8 - resolution: "@babel/types@npm:7.25.8" +"@babel/types@npm:^7.26.0": + version: 7.26.0 + resolution: "@babel/types@npm:7.26.0" dependencies: - "@babel/helper-string-parser": "npm:^7.25.7" - "@babel/helper-validator-identifier": "npm:^7.25.7" - to-fast-properties: "npm:^2.0.0" - checksum: 10c0/55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f + "@babel/helper-string-parser": "npm:^7.25.9" + "@babel/helper-validator-identifier": "npm:^7.25.9" + checksum: 10c0/b694f41ad1597127e16024d766c33a641508aad037abd08d0d1f73af753e1119fa03b4a107d04b5f92cc19c095a594660547ae9bead1db2299212d644b0a5cb8 languageName: node linkType: hard @@ -148,11 +147,11 @@ __metadata: linkType: hard "@types/node@npm:>=13.7.0": - version: 22.7.7 - resolution: "@types/node@npm:22.7.7" + version: 22.8.1 + resolution: "@types/node@npm:22.8.1" dependencies: - undici-types: "npm:~6.19.2" - checksum: 10c0/07268a1e990ad9d9b1865092881317ea679a46eb6706d83a8874eec75fdddae6cfd6452e4e68b651561183e2a8f8548276f3155744bc402c2545978c19b70d65 + undici-types: "npm:~6.19.8" + checksum: 10c0/83550fdf72a7db5b55eceac3f4fb038844eaee20202bdd2297a8248370cfa08317bda1605b781a8043eda4f173b75e73632e652fc85509eb14dfef78fa17337f languageName: node linkType: hard @@ -166,11 +165,11 @@ __metadata: linkType: hard "acorn@npm:^8.9.0": - version: 8.13.0 - resolution: "acorn@npm:8.13.0" + version: 8.14.0 + resolution: "acorn@npm:8.14.0" bin: acorn: bin/acorn - checksum: 10c0/f35dd53d68177c90699f4c37d0bb205b8abe036d955d0eb011ddb7f14a81e6fd0f18893731c457c1b5bd96754683f4c3d80d9a5585ddecaa53cdf84e0b3d68f7 + checksum: 10c0/6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7 languageName: node linkType: hard @@ -666,13 +665,6 @@ __metadata: languageName: node linkType: hard -"to-fast-properties@npm:^2.0.0": - version: 2.0.0 - resolution: "to-fast-properties@npm:2.0.0" - checksum: 10c0/b214d21dbfb4bce3452b6244b336806ffea9c05297148d32ebb428d5c43ce7545bdfc65a1ceb58c9ef4376a65c0cb2854d645f33961658b3e3b4f84910ddcdd7 - languageName: node - linkType: hard - "ts_proto@workspace:.": version: 0.0.0-use.local resolution: "ts_proto@workspace:." @@ -714,7 +706,7 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.19.2": +"undici-types@npm:~6.19.8": version: 6.19.8 resolution: "undici-types@npm:6.19.8" checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344 diff --git a/yarn.lock b/yarn.lock index 225e60f79..cb632d641 100644 --- a/yarn.lock +++ b/yarn.lock @@ -78,9 +78,9 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/core@npm:18.2.9": - version: 18.2.9 - resolution: "@angular-devkit/core@npm:18.2.9" +"@angular-devkit/core@npm:18.2.10": + version: 18.2.10 + resolution: "@angular-devkit/core@npm:18.2.10" dependencies: ajv: "npm:8.17.1" ajv-formats: "npm:3.0.1" @@ -98,7 +98,7 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 10c0/ab336889c110bb86f0bd27c93566ca4e98a4127de19c1ee6a8513ddb28f285556c3b017733bcb8f5b69408fa02003ed7dae256ac898291d1532cc73851c1677b + checksum: 10c0/11d007850335bac47d0e7d778122db746f81aa9f7c78d4ed835275da5edfbf486cbc7ba1c44a6db62f980ba59a55777f95acb117b07aca9b8238ddff9ebfb816 languageName: node linkType: hard @@ -126,11 +126,11 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/schematics@npm:18.2.9, @angular-devkit/schematics@npm:^18.0.0": - version: 18.2.9 - resolution: "@angular-devkit/schematics@npm:18.2.9" +"@angular-devkit/schematics@npm:18.2.10, @angular-devkit/schematics@npm:^18.0.0": + version: 18.2.10 + resolution: "@angular-devkit/schematics@npm:18.2.10" dependencies: - "@angular-devkit/core": "npm:18.2.9" + "@angular-devkit/core": "npm:18.2.10" jsonc-parser: "npm:3.3.1" magic-string: "npm:0.30.11" ora: "npm:5.4.1" @@ -140,7 +140,7 @@ __metadata: built: true puppeteer: built: true - checksum: 10c0/f7f2f41913750bac1c7277ca6cdd841705bc83c34315782bb12706d23561b292a86dfdbbaa00513e16b4aaa729338e5dd8bb8bace9643d4a17ad67811e309d95 + checksum: 10c0/71b42009385babbf5b5296d2a892396101505f0ec19ebc71d5aca661b1b47a238266fe9e5b679f043f81f9771bfaaa8adb7b2c507b28c8d231fb18a8b2475e16 languageName: node linkType: hard @@ -699,37 +699,21 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.24.7, @babel/code-frame@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/code-frame@npm:7.25.7" +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.24.7, @babel/code-frame@npm:^7.25.7, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0": + version: 7.26.0 + resolution: "@babel/code-frame@npm:7.26.0" dependencies: - "@babel/highlight": "npm:^7.25.7" - picocolors: "npm:^1.0.0" - checksum: 10c0/14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc - languageName: node - linkType: hard - -"@babel/code-frame@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/code-frame@npm:7.25.9" - dependencies: - "@babel/highlight": "npm:^7.25.9" + "@babel/helper-validator-identifier": "npm:^7.25.9" + js-tokens: "npm:^4.0.0" picocolors: "npm:^1.0.0" - checksum: 10c0/88562eba0eeb5960b7004e108790aa00183d90cbbe70ce10dad01c2c48141d2ef54d6dcd0c678cc1e456de770ffeb68e28559f4d222c01a110c79aea8733074b - languageName: node - linkType: hard - -"@babel/compat-data@npm:^7.25.7": - version: 7.25.8 - resolution: "@babel/compat-data@npm:7.25.8" - checksum: 10c0/8b81c17580e5fb4cbb6a3c52079f8c283fc59c0c6bd2fe14cfcf9c44b32d2eaab71b02c5633e2c679f5896f73f8ac4036ba2e67a4c806e8f428e4b11f526d7f4 + checksum: 10c0/46f7e367714be736b52ea3c01b24f47e2102e210fb83021d1c8237d8fc511b9538909e16e2fcdbb5cb6173e0794e28624309a59014e52fcfb7bde908f5284388 languageName: node linkType: hard "@babel/compat-data@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/compat-data@npm:7.25.9" - checksum: 10c0/8d9fc2074311ce61aaf5bccf740a808644d19d4859caf5fa46d8a7186a1ee0b0d8cbbc23f9371f8b397e84a885bdeab58d5f22d6799ddde55973252aac351a27 + version: 7.26.0 + resolution: "@babel/compat-data@npm:7.26.0" + checksum: 10c0/6325c9151a3c9b0a3a807e854a26255ef66d989bff331475a935af9bb18f160e0fffe6aed550e4e96b63f91efcd874bfbaab2a1f4a2f8d25645d712a0de590fb languageName: node linkType: hard @@ -780,49 +764,38 @@ __metadata: linkType: hard "@babel/core@npm:^7.12.3, @babel/core@npm:^7.16.0, @babel/core@npm:^7.23.9": - version: 7.25.9 - resolution: "@babel/core@npm:7.25.9" + version: 7.26.0 + resolution: "@babel/core@npm:7.26.0" dependencies: "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.25.9" - "@babel/generator": "npm:^7.25.9" + "@babel/code-frame": "npm:^7.26.0" + "@babel/generator": "npm:^7.26.0" "@babel/helper-compilation-targets": "npm:^7.25.9" - "@babel/helper-module-transforms": "npm:^7.25.9" - "@babel/helpers": "npm:^7.25.9" - "@babel/parser": "npm:^7.25.9" + "@babel/helper-module-transforms": "npm:^7.26.0" + "@babel/helpers": "npm:^7.26.0" + "@babel/parser": "npm:^7.26.0" "@babel/template": "npm:^7.25.9" "@babel/traverse": "npm:^7.25.9" - "@babel/types": "npm:^7.25.9" + "@babel/types": "npm:^7.26.0" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/40d3064ebe906f65ed4153a0f4d75c679a19e4d71e425035b7bbe2d292a9167274f1a0d908d4d6c8f484fcddeb10bd91e0c7878fdb3dfad1bb00f6a319ce431d - languageName: node - linkType: hard - -"@babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/generator@npm:7.25.7" - dependencies: - "@babel/types": "npm:^7.25.7" - "@jridgewell/gen-mapping": "npm:^0.3.5" - "@jridgewell/trace-mapping": "npm:^0.3.25" - jsesc: "npm:^3.0.2" - checksum: 10c0/c03a26c79864d60d04ce36b649c3fa0d6fd7b2bf6a22e22854a0457aa09206508392dd73ee40e7bc8d50b3602f9ff068afa47770cda091d332e7db1ca382ee96 + checksum: 10c0/91de73a7ff5c4049fbc747930aa039300e4d2670c2a91f5aa622f1b4868600fc89b01b6278385fbcd46f9574186fa3d9b376a9e7538e50f8d118ec13cfbcb63e languageName: node linkType: hard -"@babel/generator@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/generator@npm:7.25.9" +"@babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.7, @babel/generator@npm:^7.25.9, @babel/generator@npm:^7.26.0": + version: 7.26.0 + resolution: "@babel/generator@npm:7.26.0" dependencies: - "@babel/types": "npm:^7.25.9" + "@babel/parser": "npm:^7.26.0" + "@babel/types": "npm:^7.26.0" "@jridgewell/gen-mapping": "npm:^0.3.5" "@jridgewell/trace-mapping": "npm:^0.3.25" jsesc: "npm:^3.0.2" - checksum: 10c0/fca49a1440ac550bb835a73c0e8314849cd493a468a5431ca7f9dbb3d3443e3a1a6dcba2426752e8a97cc2feed4a3b7a0c639e1c45871c4a9dd0c994f08dd25a + checksum: 10c0/b6bb9185f19a97eaf58e04a6d39a13237076678e7ed16b6321dea914535d4bf6a8d7727c9dcb65539845aa0096b326eb67be4bab764bd74bcfd848e2eda68609 languageName: node linkType: hard @@ -835,7 +808,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.25.7": +"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.25.9": version: 7.25.9 resolution: "@babel/helper-annotate-as-pure@npm:7.25.9" dependencies: @@ -844,20 +817,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.25.2, @babel/helper-compilation-targets@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-compilation-targets@npm:7.25.7" - dependencies: - "@babel/compat-data": "npm:^7.25.7" - "@babel/helper-validator-option": "npm:^7.25.7" - browserslist: "npm:^4.24.0" - lru-cache: "npm:^5.1.1" - semver: "npm:^6.3.1" - checksum: 10c0/705be7e5274a3fdade68e3e2cf42e2b600316ab52794e13b91299a16f16c926f15886b6e9d6df20eb943ccc1cdba5a363d4766f8d01e47b8e6f4e01175f5e66c - languageName: node - linkType: hard - -"@babel/helper-compilation-targets@npm:^7.25.9": +"@babel/helper-compilation-targets@npm:^7.25.2, @babel/helper-compilation-targets@npm:^7.25.7, @babel/helper-compilation-targets@npm:^7.25.9": version: 7.25.9 resolution: "@babel/helper-compilation-targets@npm:7.25.9" dependencies: @@ -879,16 +839,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-imports@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-module-imports@npm:7.25.7" - dependencies: - "@babel/traverse": "npm:^7.25.7" - "@babel/types": "npm:^7.25.7" - checksum: 10c0/0fd0c3673835e5bf75558e184bcadc47c1f6dd2fe2016d53ebe1e5a6ae931a44e093015c2f9a6651c1a89f25c76d9246710c2b0b460b95ee069c464f2837fa2c - languageName: node - linkType: hard - "@babel/helper-module-imports@npm:^7.25.9": version: 7.25.9 resolution: "@babel/helper-module-imports@npm:7.25.9" @@ -899,71 +849,36 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.25.2, @babel/helper-module-transforms@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-module-transforms@npm:7.25.7" - dependencies: - "@babel/helper-module-imports": "npm:^7.25.7" - "@babel/helper-simple-access": "npm:^7.25.7" - "@babel/helper-validator-identifier": "npm:^7.25.7" - "@babel/traverse": "npm:^7.25.7" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/f37fa7d1d4df21690535b278468cbd5faf0133a3080f282000cfa4f3ffc9462a1458f866b04b6a2f2d1eec4691236cba9a867da61270dab3ab19846e62f05090 - languageName: node - linkType: hard - -"@babel/helper-module-transforms@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-module-transforms@npm:7.25.9" +"@babel/helper-module-transforms@npm:^7.25.2, @babel/helper-module-transforms@npm:^7.25.7, @babel/helper-module-transforms@npm:^7.26.0": + version: 7.26.0 + resolution: "@babel/helper-module-transforms@npm:7.26.0" dependencies: "@babel/helper-module-imports": "npm:^7.25.9" - "@babel/helper-simple-access": "npm:^7.25.9" "@babel/helper-validator-identifier": "npm:^7.25.9" "@babel/traverse": "npm:^7.25.9" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/cd005e7585806845d79c5c0ca9e8926f186b430b0a558dad08a3611365eaad3ac587672b0d903530117dec454f48b6bdc3d164b19ea1b71ca1b4eb3be7b452ef + checksum: 10c0/ee111b68a5933481d76633dad9cdab30c41df4479f0e5e1cc4756dc9447c1afd2c9473b5ba006362e35b17f4ebddd5fca090233bef8dfc84dca9d9127e56ec3a languageName: node linkType: hard "@babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.25.7, @babel/helper-plugin-utils@npm:^7.8.0": - version: 7.25.7 - resolution: "@babel/helper-plugin-utils@npm:7.25.7" - checksum: 10c0/241f8cf3c5b7700e91cab7cfe5b432a3c710ae3cd5bb96dc554da536a6d25f5b9f000cc0c0917501ceb4f76ba92599ee3beb25e10adaf96be59f8df89a842faf + version: 7.25.9 + resolution: "@babel/helper-plugin-utils@npm:7.25.9" + checksum: 10c0/483066a1ba36ff16c0116cd24f93de05de746a603a777cd695ac7a1b034928a65a4ecb35f255761ca56626435d7abdb73219eba196f9aa83b6c3c3169325599d languageName: node linkType: hard "@babel/helper-remap-async-to-generator@npm:^7.18.9": - version: 7.25.7 - resolution: "@babel/helper-remap-async-to-generator@npm:7.25.7" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.25.7" - "@babel/helper-wrap-function": "npm:^7.25.7" - "@babel/traverse": "npm:^7.25.7" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/972d84876adce6ab61c87a2df47e1afc790b73cff0d1767d0a1c5d9f7aa5e91d8c581a272b66b2051a26cfbb167d8a780564705e488e3ce1f477f1c15059bc5f - languageName: node - linkType: hard - -"@babel/helper-simple-access@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-simple-access@npm:7.25.7" - dependencies: - "@babel/traverse": "npm:^7.25.7" - "@babel/types": "npm:^7.25.7" - checksum: 10c0/eed1b499bfb4f613c18debd61517e3de77b6da2727ca025aa05ac81599e0269f1dddb5237db04e8bb598115d015874752e0a7f11ff38672d74a4976097417059 - languageName: node - linkType: hard - -"@babel/helper-simple-access@npm:^7.25.9": version: 7.25.9 - resolution: "@babel/helper-simple-access@npm:7.25.9" + resolution: "@babel/helper-remap-async-to-generator@npm:7.25.9" dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.25.9" + "@babel/helper-wrap-function": "npm:^7.25.9" "@babel/traverse": "npm:^7.25.9" - "@babel/types": "npm:^7.25.9" - checksum: 10c0/3f1bcdb88ee3883ccf86959869a867f6bbf8c4737cd44fb9f799c38e54f67474590bc66802500ae9fe18161792875b2cfb7ec15673f48ed6c8663f6d09686ca8 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/6798b562f2788210980f29c5ee96056d90dc73458c88af5bd32f9c82e28e01975588aa2a57bb866c35556bd9b76bac937e824ee63ba472b6430224b91b4879e9 languageName: node linkType: hard @@ -976,13 +891,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-string-parser@npm:7.25.7" - checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c - languageName: node - linkType: hard - "@babel/helper-string-parser@npm:^7.25.9": version: 7.25.9 resolution: "@babel/helper-string-parser@npm:7.25.9" @@ -990,13 +898,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-validator-identifier@npm:7.25.7" - checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0 - languageName: node - linkType: hard - "@babel/helper-validator-identifier@npm:^7.25.9": version: 7.25.9 resolution: "@babel/helper-validator-identifier@npm:7.25.9" @@ -1004,13 +905,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-option@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-validator-option@npm:7.25.7" - checksum: 10c0/12ed418c8e3ed9ed44c8c80d823f4e42d399b5eb2e423adccb975e31a31a008cd3b5d8eab688b31f740caff4a1bb28fe06ea2fa7d635aee34cc0ad6995d50f0a - languageName: node - linkType: hard - "@babel/helper-validator-option@npm:^7.25.9": version: 7.25.9 resolution: "@babel/helper-validator-option@npm:7.25.9" @@ -1018,80 +912,35 @@ __metadata: languageName: node linkType: hard -"@babel/helper-wrap-function@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-wrap-function@npm:7.25.7" - dependencies: - "@babel/template": "npm:^7.25.7" - "@babel/traverse": "npm:^7.25.7" - "@babel/types": "npm:^7.25.7" - checksum: 10c0/b5d412f72697f4a4ce4cb9784fbaf82501c63cf95066c0eadd3179e3439cbbf0aa5fa4858d93590083671943cd357aeb87286958df34aa56fdf8a4c9dea39755 - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.25.0, @babel/helpers@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helpers@npm:7.25.7" - dependencies: - "@babel/template": "npm:^7.25.7" - "@babel/types": "npm:^7.25.7" - checksum: 10c0/3b3ae9e373bd785414195ef8f59976a69d5a6ebe0ef2165fdcc5165e5c3ee09e0fcee94bb457df2ddb8c0532e4146d0a9b7a96b3497399a4bff4ffe196b30228 - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.25.9": +"@babel/helper-wrap-function@npm:^7.25.9": version: 7.25.9 - resolution: "@babel/helpers@npm:7.25.9" + resolution: "@babel/helper-wrap-function@npm:7.25.9" dependencies: "@babel/template": "npm:^7.25.9" + "@babel/traverse": "npm:^7.25.9" "@babel/types": "npm:^7.25.9" - checksum: 10c0/4354fbf050291937d0f127f6f927a0c471b604524e0767516fefb91dc36427f25904dd0d2b2b3bbc66bce1894c680cc37eac9ab46970d70f24bf3e53375612de - languageName: node - linkType: hard - -"@babel/highlight@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/highlight@npm:7.25.7" - dependencies: - "@babel/helper-validator-identifier": "npm:^7.25.7" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - picocolors: "npm:^1.0.0" - checksum: 10c0/1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa - languageName: node - linkType: hard - -"@babel/highlight@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/highlight@npm:7.25.9" - dependencies: - "@babel/helper-validator-identifier": "npm:^7.25.9" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - picocolors: "npm:^1.0.0" - checksum: 10c0/ae0ed93c151b85a07df42936117fa593ce91563a22dfc8944a90ae7088c9679645c33e00dcd20b081c1979665d65f986241172dae1fc9e5922692fc3ff685a49 + checksum: 10c0/b6627d83291e7b80df020f8ee2890c52b8d49272962cac0114ef90f189889c90f1027985873d1b5261a4e986e109b2754292dc112392f0b1fcbfc91cc08bd003 languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.7": - version: 7.25.8 - resolution: "@babel/parser@npm:7.25.8" +"@babel/helpers@npm:^7.25.0, @babel/helpers@npm:^7.25.7, @babel/helpers@npm:^7.26.0": + version: 7.26.0 + resolution: "@babel/helpers@npm:7.26.0" dependencies: - "@babel/types": "npm:^7.25.8" - bin: - parser: ./bin/babel-parser.js - checksum: 10c0/a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4 + "@babel/template": "npm:^7.25.9" + "@babel/types": "npm:^7.26.0" + checksum: 10c0/343333cced6946fe46617690a1d0789346960910225ce359021a88a60a65bc0d791f0c5d240c0ed46cf8cc63b5fd7df52734ff14e43b9c32feae2b61b1647097 languageName: node linkType: hard -"@babel/parser@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/parser@npm:7.25.9" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.7, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0": + version: 7.26.1 + resolution: "@babel/parser@npm:7.26.1" dependencies: - "@babel/types": "npm:^7.25.9" + "@babel/types": "npm:^7.26.0" bin: parser: ./bin/babel-parser.js - checksum: 10c0/143faff8a72331be5ed94080e0f4645cbeea814fb488cd9210154083735f67cb66fde32f6a4a80efd6c4cdf12c6f8b50995a465846093c7f65c5da8d7829627c + checksum: 10c0/dc7d4e6b7eb667fa0784e7e2c3f6f92ca12ad72242f6d4311995310dae55093f02acdb595b69b0dbbf04cb61ad87156ac03186ff32eacfa35149c655bc22c14b languageName: node linkType: hard @@ -1131,18 +980,7 @@ __metadata: languageName: node linkType: hard -"@babel/template@npm:^7.25.0, @babel/template@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/template@npm:7.25.7" - dependencies: - "@babel/code-frame": "npm:^7.25.7" - "@babel/parser": "npm:^7.25.7" - "@babel/types": "npm:^7.25.7" - checksum: 10c0/8ae9e36e4330ee83d4832531d1d9bec7dc2ef6a2a8afa1ef1229506fd60667abcb17f306d1c3d7e582251270597022990c845d5d69e7add70a5aea66720decb9 - languageName: node - linkType: hard - -"@babel/template@npm:^7.25.9": +"@babel/template@npm:^7.25.0, @babel/template@npm:^7.25.7, @babel/template@npm:^7.25.9": version: 7.25.9 resolution: "@babel/template@npm:7.25.9" dependencies: @@ -1153,22 +991,7 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/traverse@npm:7.25.7" - dependencies: - "@babel/code-frame": "npm:^7.25.7" - "@babel/generator": "npm:^7.25.7" - "@babel/parser": "npm:^7.25.7" - "@babel/template": "npm:^7.25.7" - "@babel/types": "npm:^7.25.7" - debug: "npm:^4.3.1" - globals: "npm:^11.1.0" - checksum: 10c0/75d73e52c507a7a7a4c7971d6bf4f8f26fdd094e0d3a0193d77edf6a5efa36fc3db91ec5cc48e8b94e6eb5d5ad21af0a1040e71309172851209415fd105efb1a - languageName: node - linkType: hard - -"@babel/traverse@npm:^7.25.9": +"@babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.7, @babel/traverse@npm:^7.25.9": version: 7.25.9 resolution: "@babel/traverse@npm:7.25.9" dependencies: @@ -1183,34 +1006,23 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.7, @babel/types@npm:^7.25.8": - version: 7.25.8 - resolution: "@babel/types@npm:7.25.8" - dependencies: - "@babel/helper-string-parser": "npm:^7.25.7" - "@babel/helper-validator-identifier": "npm:^7.25.7" - to-fast-properties: "npm:^2.0.0" - checksum: 10c0/55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f - languageName: node - linkType: hard - -"@babel/types@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/types@npm:7.25.9" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0": + version: 7.26.0 + resolution: "@babel/types@npm:7.26.0" dependencies: "@babel/helper-string-parser": "npm:^7.25.9" "@babel/helper-validator-identifier": "npm:^7.25.9" - checksum: 10c0/33890d08bcb06b26a3a60e4c6c996cbdf2b8d8a3c212664de659c2775f80b002c5f2bceedaa309c384ff5e99bd579794fe6a7e41de07df70246f43c55016d349 + checksum: 10c0/b694f41ad1597127e16024d766c33a641508aad037abd08d0d1f73af753e1119fa03b4a107d04b5f92cc19c095a594660547ae9bead1db2299212d644b0a5cb8 languageName: node linkType: hard "@bazel/bazelisk@npm:^1.11.0": - version: 1.22.0 - resolution: "@bazel/bazelisk@npm:1.22.0" + version: 1.22.1 + resolution: "@bazel/bazelisk@npm:1.22.1" bin: bazel: bazelisk.js bazelisk: bazelisk.js - checksum: 10c0/e653f2ad5661f5f9592c14fd66da565f90b53c0c034a1d01d2fa65951fba11c9091d447012d888e2200c1155da40a86b2c652cbfef8b5b9ed4729bc8388216b1 + checksum: 10c0/2858b43b53eee1f88e6b486d6414547bc75c557afdc75a5a8c8154d5e3476b6ec0d5e282836310fe88c5313362454dd6ed40f2a2924125fd3da57cf6c15e017f languageName: node linkType: hard @@ -1373,18 +1185,18 @@ __metadata: linkType: hard "@csstools/css-parser-algorithms@npm:^3.0.1": - version: 3.0.2 - resolution: "@csstools/css-parser-algorithms@npm:3.0.2" + version: 3.0.3 + resolution: "@csstools/css-parser-algorithms@npm:3.0.3" peerDependencies: "@csstools/css-tokenizer": ^3.0.2 - checksum: 10c0/246afbf518ee9eaa24ed7f083360eb66884f1172fd4f8c663bff8c6099de2a8abd1e2a31d5b6fe42e010277d238469d780cff62bc7fdc6a52e7a90626b8924dc + checksum: 10c0/c1e634384affb10c3726a36f090867247005a2a470cb223de88debeab07921b78c0e7875e7847d90949c2b0ba88a290c71565f1839f7739c21a5bf1c870e137d languageName: node linkType: hard "@csstools/css-tokenizer@npm:^3.0.1": - version: 3.0.2 - resolution: "@csstools/css-tokenizer@npm:3.0.2" - checksum: 10c0/a74e5829420ed35982fd33be272c2a19cb2380179d357abe750aa848be6d6699d0437008f47a57eb7c6ff64a34b0c8f91a97dd63dbddd08249b7cf7983767e5e + version: 3.0.3 + resolution: "@csstools/css-tokenizer@npm:3.0.3" + checksum: 10c0/c31bf410e1244b942e71798e37c54639d040cb59e0121b21712b40015fced2b0fb1ffe588434c5f8923c9cd0017cfc1c1c8f3921abc94c96edf471aac2eba5e5 languageName: node linkType: hard @@ -3082,20 +2894,22 @@ __metadata: languageName: node linkType: hard -"@inquirer/checkbox@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/checkbox@npm:4.0.0" +"@inquirer/checkbox@npm:^4.0.0, @inquirer/checkbox@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/checkbox@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/figures": "npm:^1.0.7" "@inquirer/type": "npm:^3.0.0" ansi-escapes: "npm:^4.3.2" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/af67ca9752cb398ce66746011cddc1458954dc3f3dbcf1ec9c188248095b1069cf638fe098101171fe06ce87d576b1e75a9d323f985f7cdf487fc99d62af2b4b + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/62a0dd67c799ca6f45a7892564eb4bde7d5697eda4cda0594cb948022e69d86b7190f1522b291a470b5d407fa9046713b6caa5417312fc190293c599b179b0c0 languageName: node linkType: hard -"@inquirer/confirm@npm:5.0.0, @inquirer/confirm@npm:^5.0.0": +"@inquirer/confirm@npm:5.0.0": version: 5.0.0 resolution: "@inquirer/confirm@npm:5.0.0" dependencies: @@ -3105,9 +2919,21 @@ __metadata: languageName: node linkType: hard -"@inquirer/core@npm:^10.0.0": - version: 10.0.0 - resolution: "@inquirer/core@npm:10.0.0" +"@inquirer/confirm@npm:^5.0.0, @inquirer/confirm@npm:^5.0.1": + version: 5.0.1 + resolution: "@inquirer/confirm@npm:5.0.1" + dependencies: + "@inquirer/core": "npm:^10.0.1" + "@inquirer/type": "npm:^3.0.0" + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/bd8fafd75d4d591b3c153cb2f76d7ac9163701cb0a032e8e589d51c918a41d1da70ae7aaeb4d8d7394979a9af24c23a7d71ea6106d3308004f9829f133765776 + languageName: node + linkType: hard + +"@inquirer/core@npm:^10.0.0, @inquirer/core@npm:^10.0.1": + version: 10.0.1 + resolution: "@inquirer/core@npm:10.0.1" dependencies: "@inquirer/figures": "npm:^1.0.7" "@inquirer/type": "npm:^3.0.0" @@ -3118,29 +2944,33 @@ __metadata: strip-ansi: "npm:^6.0.1" wrap-ansi: "npm:^6.2.0" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/628dc3c7e21c7fbc1238f4a3b6de0c99885a53c16e829bd8c7fb820e54f1406612e6c7d008bd0dc0f649aed9f4ce5589876aabd5404144c0761f3967d3f98702 + checksum: 10c0/d55682e5c26c41037cb80a3bef5a12ae4eedf14621786b44088f48aeb32eb815dfb0f241950b6dba2eb84bf22131c126a2cb59e8e2d4ef63ad3613d59339063a languageName: node linkType: hard -"@inquirer/editor@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/editor@npm:4.0.0" +"@inquirer/editor@npm:^4.0.0, @inquirer/editor@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/editor@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/type": "npm:^3.0.0" external-editor: "npm:^3.1.0" - checksum: 10c0/c1331cb14eb8f66bb1f7bb82e51865a04a11f3387368fbd24f83d22150cef2715f76025a40700ce5de96619e840d135d89ddd191736f4a1614719136a52cee03 + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/0a48ed8a315ae4d481a29a4bb044861004455d598289dc9faa3a4a72a2b482c103dc92792cad1dc378500e57b1ea3b95c805779d2488309b86d0bec496cd7db3 languageName: node linkType: hard -"@inquirer/expand@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/expand@npm:4.0.0" +"@inquirer/expand@npm:^4.0.0, @inquirer/expand@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/expand@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/type": "npm:^3.0.0" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/8d3a469286c3927262437ac42aa2f3b0c838bbe574f1cbcb9298fa9054afc165a1ea9b6a5bca8460d0110f23704f3ada64dab46b287d690594348c0dec9890ad + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/6dc890f726bd65e3971ed6e7d2965ecf534c7bbd99fb9334f71204e3809822424f1a27e47322b070ee265c4a84053208a72fca617dbe669082172b585b598443 languageName: node linkType: hard @@ -3151,38 +2981,44 @@ __metadata: languageName: node linkType: hard -"@inquirer/input@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/input@npm:4.0.0" +"@inquirer/input@npm:^4.0.0, @inquirer/input@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/input@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/type": "npm:^3.0.0" - checksum: 10c0/25d3d1031fae17764896ae5a13ea4ed70226d28f633852e4f0b9e584972cb1d6fe2dc599fedea29653369143177de0cc207ed2d118bae2df9c1e20f83a910180 + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/94ce23165577659fb3a01491047146502c593839eb6892f1ddfbdb092d237cdd8acb5acc2ad98776cc5eb359754eeffea97f156fddb6ec83137e123b0779ec2c languageName: node linkType: hard -"@inquirer/number@npm:^3.0.0": - version: 3.0.0 - resolution: "@inquirer/number@npm:3.0.0" +"@inquirer/number@npm:^3.0.0, @inquirer/number@npm:^3.0.1": + version: 3.0.1 + resolution: "@inquirer/number@npm:3.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/type": "npm:^3.0.0" - checksum: 10c0/7f39d7d70147c7f25dda04497b4ab8cad95329b3608b1433ec3488fa1e7d8643aaa10d04c3f4e470c437ea6e303b095dda22ef865cf660229cf6249d9548bb36 + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/98e7bee1b887d5733d86dcee30d837072a34350ce7c11452808a67a6958786cc8200970611f4790b494acfbe741bf9b64f467b839af77e1e230f03384e903cc2 languageName: node linkType: hard -"@inquirer/password@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/password@npm:4.0.0" +"@inquirer/password@npm:^4.0.0, @inquirer/password@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/password@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/type": "npm:^3.0.0" ansi-escapes: "npm:^4.3.2" - checksum: 10c0/d0c252209b855b4b68c8689d758b3bb161745f894ca42a5157a25860fa1fabd145e380b70bd09428860765ab4782d469a26bfad15ccb0de63273eba8c8736006 + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/670b92b8083f7658800285de64b6999a35a84a481a344042a2bc41af75143dcd73fae434aafac9a5ac5c76459112d36166f8a46ba44e3ab266e69c5ac29b84ab languageName: node linkType: hard -"@inquirer/prompts@npm:7.0.0, @inquirer/prompts@npm:^7.0.0": +"@inquirer/prompts@npm:7.0.0": version: 7.0.0 resolution: "@inquirer/prompts@npm:7.0.0" dependencies: @@ -3200,39 +3036,65 @@ __metadata: languageName: node linkType: hard -"@inquirer/rawlist@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/rawlist@npm:4.0.0" +"@inquirer/prompts@npm:^7.0.0": + version: 7.0.1 + resolution: "@inquirer/prompts@npm:7.0.1" + dependencies: + "@inquirer/checkbox": "npm:^4.0.1" + "@inquirer/confirm": "npm:^5.0.1" + "@inquirer/editor": "npm:^4.0.1" + "@inquirer/expand": "npm:^4.0.1" + "@inquirer/input": "npm:^4.0.1" + "@inquirer/number": "npm:^3.0.1" + "@inquirer/password": "npm:^4.0.1" + "@inquirer/rawlist": "npm:^4.0.1" + "@inquirer/search": "npm:^3.0.1" + "@inquirer/select": "npm:^4.0.1" + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/bf72a25de8c53267de740cf4bb9639b95e5c9da3890ca59303bfba0adab11276d8ae53dc831f456acd31d257c959db2b05ed26c2a90cde7eab04737d158d6e94 + languageName: node + linkType: hard + +"@inquirer/rawlist@npm:^4.0.0, @inquirer/rawlist@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/rawlist@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/type": "npm:^3.0.0" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/1b13528d84917a642d0e5e8121a7ba5b2d5451c88c152aeefe9c5a9a29e2def207cbb0bd12c03a33391e3f89bf2889439f73030c1f996d1c0d74478ca6b4e1c8 + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/553aaf9c9a26041699e0a763d826264deaea8cbea561e4fb2e9fc75c8145acd170dc4c406df8b843bfa73266eeb972b465bdf567d0904e87d54408423610c504 languageName: node linkType: hard -"@inquirer/search@npm:^3.0.0": - version: 3.0.0 - resolution: "@inquirer/search@npm:3.0.0" +"@inquirer/search@npm:^3.0.0, @inquirer/search@npm:^3.0.1": + version: 3.0.1 + resolution: "@inquirer/search@npm:3.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/figures": "npm:^1.0.7" "@inquirer/type": "npm:^3.0.0" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/3eaa863df725f2487517cd6b8120353c24b36f2a7c4e6a84aac6654ca7d03591d1721679c51c7d312e11acda83d05ad42d725718502fac795f36d69e4354fd3a + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/8b2a35a29d3a3db09ba66b11b0051598a413c02c49a13964a84c4f9f5613fe326c1b800a783955c0a3a54d5b401a1b5bfa0ab27f15dd58501deba336561c4979 languageName: node linkType: hard -"@inquirer/select@npm:^4.0.0": - version: 4.0.0 - resolution: "@inquirer/select@npm:4.0.0" +"@inquirer/select@npm:^4.0.0, @inquirer/select@npm:^4.0.1": + version: 4.0.1 + resolution: "@inquirer/select@npm:4.0.1" dependencies: - "@inquirer/core": "npm:^10.0.0" + "@inquirer/core": "npm:^10.0.1" "@inquirer/figures": "npm:^1.0.7" "@inquirer/type": "npm:^3.0.0" ansi-escapes: "npm:^4.3.2" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/fca9e4e725e74a9c8f2c9860f210b55acb9cec644f8e471459674bb396690a3ae1c250675370b855c331ad2dd519a19ff03d9ead17acc985acc409769dc68079 + peerDependencies: + "@types/node": ">=18" + checksum: 10c0/d852b49a7f1afed89e898f66fbb02d7f3317aeffc0e3abe8b7a785fbd8ffd51d26a8415737746b001c677cf019d42aef3ed986dce1bb66c4f6fa42426a388509 languageName: node linkType: hard @@ -3545,8 +3407,8 @@ __metadata: linkType: hard "@mswjs/interceptors@npm:^0.36.4": - version: 0.36.5 - resolution: "@mswjs/interceptors@npm:0.36.5" + version: 0.36.6 + resolution: "@mswjs/interceptors@npm:0.36.6" dependencies: "@open-draft/deferred-promise": "npm:^2.2.0" "@open-draft/logger": "npm:^0.3.0" @@ -3554,7 +3416,7 @@ __metadata: is-node-process: "npm:^1.2.0" outvariant: "npm:^1.4.3" strict-event-emitter: "npm:^0.5.1" - checksum: 10c0/92a6cd51393ef95877fcf879f082e97b2f7a7329b7909a3a78166b0916ee75d2a0e3b3d6c54c498ff689a82d615295a977b7479b274c595e78576f92671fba2a + checksum: 10c0/2c3fe5f0c35d5f3fb94bebdedb85c9fb1aa4ba69c7582e4c05a7d1574d5a0c39f4a28eaeafdb75d438b162f54d68894c6f08d508945bd54564728e25d34e5bdc languageName: node linkType: hard @@ -4422,18 +4284,18 @@ __metadata: linkType: hard "@rollup/pluginutils@npm:^5.0.1": - version: 5.1.2 - resolution: "@rollup/pluginutils@npm:5.1.2" + version: 5.1.3 + resolution: "@rollup/pluginutils@npm:5.1.3" dependencies: "@types/estree": "npm:^1.0.0" estree-walker: "npm:^2.0.2" - picomatch: "npm:^2.3.1" + picomatch: "npm:^4.0.2" peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 peerDependenciesMeta: rollup: optional: true - checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836 + checksum: 10c0/ba46ad588733fb01d184ee3bc7a127d626158bc840b5874a94c129ff62689d12f16f537530709c54da6f3b71f67d705c4e09235b1dc9542e9d47ee8f2d0b8b9e languageName: node linkType: hard @@ -4444,6 +4306,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm-eabi@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.24.2" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-android-arm64@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-android-arm64@npm:4.24.0" @@ -4451,6 +4320,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm64@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-android-arm64@npm:4.24.2" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-arm64@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-darwin-arm64@npm:4.24.0" @@ -4458,6 +4334,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-arm64@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-darwin-arm64@npm:4.24.2" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-x64@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-darwin-x64@npm:4.24.0" @@ -4465,6 +4348,27 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-x64@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-darwin-x64@npm:4.24.2" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@rollup/rollup-freebsd-arm64@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.24.2" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + +"@rollup/rollup-freebsd-x64@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-freebsd-x64@npm:4.24.2" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.0" @@ -4472,6 +4376,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-gnueabihf@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.2" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-musleabihf@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.24.0" @@ -4479,6 +4390,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-musleabihf@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.24.2" + conditions: os=linux & cpu=arm & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-gnu@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.24.0" @@ -4486,6 +4404,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-gnu@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.24.2" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-musl@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.24.0" @@ -4493,6 +4418,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-musl@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.24.2" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.0" @@ -4500,6 +4432,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.2" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-riscv64-gnu@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.24.0" @@ -4507,6 +4446,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-riscv64-gnu@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.24.2" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-s390x-gnu@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.24.0" @@ -4514,6 +4460,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-s390x-gnu@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.24.2" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-gnu@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.24.0" @@ -4521,6 +4474,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-gnu@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.24.2" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-musl@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-linux-x64-musl@npm:4.24.0" @@ -4528,6 +4488,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-musl@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.24.2" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-win32-arm64-msvc@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.24.0" @@ -4535,6 +4502,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-arm64-msvc@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.24.2" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-win32-ia32-msvc@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.24.0" @@ -4542,6 +4516,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-ia32-msvc@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.24.2" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@rollup/rollup-win32-x64-msvc@npm:4.24.0": version: 4.24.0 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.24.0" @@ -4549,6 +4530,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-x64-msvc@npm:4.24.2": + version: 4.24.2 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.24.2" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rushstack/node-core-library@npm:5.9.0": version: 5.9.0 resolution: "@rushstack/node-core-library@npm:5.9.0" @@ -4624,18 +4612,18 @@ __metadata: linkType: hard "@schematics/angular@npm:^18.0.0": - version: 18.2.9 - resolution: "@schematics/angular@npm:18.2.9" + version: 18.2.10 + resolution: "@schematics/angular@npm:18.2.10" dependencies: - "@angular-devkit/core": "npm:18.2.9" - "@angular-devkit/schematics": "npm:18.2.9" + "@angular-devkit/core": "npm:18.2.10" + "@angular-devkit/schematics": "npm:18.2.10" jsonc-parser: "npm:3.3.1" dependenciesMeta: esbuild: built: true puppeteer: built: true - checksum: 10c0/da504e2144e3ee6a2c1708140362f4a91ed820208354c4cb88b606a5652d80a1855de1fe4160a2a2b88a398bbd69ed9006cae42b9d2f7f9a6ab4eaa7c70bf763 + checksum: 10c0/6e90cdd51b8e2e2e62daabd5611131d089ee8101c7a92830dc1e865ccc9ad7061cec1cbd5ab1ef46918b86ac7a1a25289460a53580bbed95cedc85ba2aef47f5 languageName: node linkType: hard @@ -5031,11 +5019,11 @@ __metadata: linkType: hard "@types/jquery@npm:^3.5.29": - version: 3.5.31 - resolution: "@types/jquery@npm:3.5.31" + version: 3.5.32 + resolution: "@types/jquery@npm:3.5.32" dependencies: "@types/sizzle": "npm:*" - checksum: 10c0/94a6e209382908e102199aa32d261147c97bf578693a6e7657d12a35e1304940b18bebadb21c207cd3efa51b4d16eb117be36af235c27f399be09cc56ed125b5 + checksum: 10c0/4a17ad6819b89026c21323656ab01b0b263f9d470910a87c8740920ff98319d503c7352b85b50134a39724ecbfccabc73aa4c741dfdd460cf8bbe714f9259054 languageName: node linkType: hard @@ -5104,11 +5092,11 @@ __metadata: linkType: hard "@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.1": - version: 22.7.7 - resolution: "@types/node@npm:22.7.7" + version: 22.8.1 + resolution: "@types/node@npm:22.8.1" dependencies: - undici-types: "npm:~6.19.2" - checksum: 10c0/07268a1e990ad9d9b1865092881317ea679a46eb6706d83a8874eec75fdddae6cfd6452e4e68b651561183e2a8f8548276f3155744bc402c2545978c19b70d65 + undici-types: "npm:~6.19.8" + checksum: 10c0/83550fdf72a7db5b55eceac3f4fb038844eaee20202bdd2297a8248370cfa08317bda1605b781a8043eda4f173b75e73632e652fc85509eb14dfef78fa17337f languageName: node linkType: hard @@ -5120,11 +5108,11 @@ __metadata: linkType: hard "@types/node@npm:^18.19.21": - version: 18.19.57 - resolution: "@types/node@npm:18.19.57" + version: 18.19.59 + resolution: "@types/node@npm:18.19.59" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/b2f959899308c1d0145f831ef9b08d7dbed49641b50847a511f5ed0ca6628a3a40fb5540d906458247a49d1d6453b6fbc7d7b5b4f3095ece826ab7efb1e0ee4f + checksum: 10c0/6ef007a560b505eea8285f84cd9f689c6ec209ec15462bbc0a5cc9b69d19bcc6e0795ef74cd4edc77aac8d52001a49969f94a3cb4b26ff5987da943b835b9456 languageName: node linkType: hard @@ -5239,9 +5227,9 @@ __metadata: linkType: hard "@types/sizzle@npm:*": - version: 2.3.8 - resolution: "@types/sizzle@npm:2.3.8" - checksum: 10c0/ab5460147ae6680cc20c2223a8f17d9f7c97144b70f00a222a1c32d68b5207696d48177ab9784dda88c74d93ed5a78dd31f74d271b15382520b423c81b4aac89 + version: 2.3.9 + resolution: "@types/sizzle@npm:2.3.9" + checksum: 10c0/db0277ff62e8ebe6cdae2020fd045fd7fd19f29a3a2ce13c555b14fb00e105e79004883732118b9f2e8b943cb302645e9eddb4e7bdeef1a171da679cd4c32b72 languageName: node linkType: hard @@ -5420,11 +5408,11 @@ __metadata: linkType: hard "acorn@npm:^8.11.0, acorn@npm:^8.4.1, acorn@npm:^8.8.2": - version: 8.13.0 - resolution: "acorn@npm:8.13.0" + version: 8.14.0 + resolution: "acorn@npm:8.14.0" bin: acorn: bin/acorn - checksum: 10c0/f35dd53d68177c90699f4c37d0bb205b8abe036d955d0eb011ddb7f14a81e6fd0f18893731c457c1b5bd96754683f4c3d80d9a5585ddecaa53cdf84e0b3d68f7 + checksum: 10c0/6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7 languageName: node linkType: hard @@ -6177,16 +6165,16 @@ __metadata: linkType: hard "browserslist@npm:^4.23.0, browserslist@npm:^4.24.0": - version: 4.24.0 - resolution: "browserslist@npm:4.24.0" + version: 4.24.2 + resolution: "browserslist@npm:4.24.2" dependencies: - caniuse-lite: "npm:^1.0.30001663" - electron-to-chromium: "npm:^1.5.28" + caniuse-lite: "npm:^1.0.30001669" + electron-to-chromium: "npm:^1.5.41" node-releases: "npm:^2.0.18" - update-browserslist-db: "npm:^1.1.0" + update-browserslist-db: "npm:^1.1.1" bin: browserslist: cli.js - checksum: 10c0/95e76ad522753c4c470427f6e3c8a4bb5478ff448841e22b3d3e53f89ecaf17b6984666d6c7e715c370f1e7fa0cf684f42e34e554236a8b2fab38ea76b9e4c52 + checksum: 10c0/d747c9fb65ed7b4f1abcae4959405707ed9a7b835639f8a9ba0da2911995a6ab9b0648fd05baf2a4d4e3cf7f9fdbad56d3753f91881e365992c1d49c8d88ff7a languageName: node linkType: hard @@ -6379,10 +6367,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001663": - version: 1.0.30001669 - resolution: "caniuse-lite@npm:1.0.30001669" - checksum: 10c0/f125f23440d3dbb6c25ffb8d55f4ce48af36a84d0932b152b3b74f143a4170cbe92e02b0a9676209c86609bf7bf34119ff10cc2bc7c1b7ea40e936cc16598408 +"caniuse-lite@npm:^1.0.30001669": + version: 1.0.30001673 + resolution: "caniuse-lite@npm:1.0.30001673" + checksum: 10c0/0e73a2b0f06973052e563dec9990a6fd440d510fa2ff54fa50310e736abb86e96c96b43c10e609fc22f2109f98fe76428b70441baf6b1a49f69ccf50c1879f6b languageName: node linkType: hard @@ -6416,7 +6404,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^2.3.0, chalk@npm:^2.4.1, chalk@npm:^2.4.2": +"chalk@npm:^2.3.0, chalk@npm:^2.4.1": version: 2.4.2 resolution: "chalk@npm:2.4.2" dependencies: @@ -7566,10 +7554,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.28": - version: 1.5.41 - resolution: "electron-to-chromium@npm:1.5.41" - checksum: 10c0/97b82383963029e6ed0bd7a71eb527f640c8cf658c9e43c776b0257b3c65e366590ac54135683a21e4474a156b8be78717d6e94d3c1def84b69f92bf48f2390f +"electron-to-chromium@npm:^1.5.41": + version: 1.5.47 + resolution: "electron-to-chromium@npm:1.5.47" + checksum: 10c0/5f8c4a9f0698695960f7bef5242d52b1043020ce50b51fb534409a768847f9bdc9672cb4a6a560eeb8f8b47a04327ae9b31b2cee376cb637b3eb04a4daeaa3b8 languageName: node linkType: hard @@ -7641,15 +7629,15 @@ __metadata: linkType: hard "engine.io-client@npm:~6.6.1": - version: 6.6.1 - resolution: "engine.io-client@npm:6.6.1" + version: 6.6.2 + resolution: "engine.io-client@npm:6.6.2" dependencies: "@socket.io/component-emitter": "npm:~3.1.0" debug: "npm:~4.3.1" engine.io-parser: "npm:~5.2.1" ws: "npm:~8.17.1" xmlhttprequest-ssl: "npm:~2.1.1" - checksum: 10c0/f0ba384a86c2965b8016907a970e2b71b792e951cb97013b237a6f13ecedc7444b0262c7886e62f6807ad761418f3e1ed2442179722e67e5f1d7f55ff6590514 + checksum: 10c0/a1a0995df1ce2425b43c7dd396cf4ef12d3ca85973b63e1b7bd3933d0292459e922d6be25d14013c9608dc7159ae1e10cd7005754b02bc42d40450381f691859 languageName: node linkType: hard @@ -11286,8 +11274,8 @@ __metadata: linkType: hard "make-fetch-happen@npm:^14.0.0": - version: 14.0.2 - resolution: "make-fetch-happen@npm:14.0.2" + version: 14.0.3 + resolution: "make-fetch-happen@npm:14.0.3" dependencies: "@npmcli/agent": "npm:^3.0.0" cacache: "npm:^19.0.1" @@ -11296,11 +11284,11 @@ __metadata: minipass-fetch: "npm:^4.0.0" minipass-flush: "npm:^1.0.5" minipass-pipeline: "npm:^1.2.4" - negotiator: "npm:^0.6.3" + negotiator: "npm:^1.0.0" proc-log: "npm:^5.0.0" promise-retry: "npm:^2.0.1" ssri: "npm:^12.0.0" - checksum: 10c0/d00342c27cdacdbbaaba1f550d04c605cbedc4259b93d117371a07d2149165cc5dd7ba990df38089499023e209215898ad0b73c6045f375b503e118a685d74ba + checksum: 10c0/c40efb5e5296e7feb8e37155bde8eb70bc57d731b1f7d90e35a092fde403d7697c56fb49334d92d330d6f1ca29a98142036d6480a12681133a0a1453164cb2f0 languageName: node linkType: hard @@ -11848,6 +11836,13 @@ __metadata: languageName: node linkType: hard +"negotiator@npm:^1.0.0": + version: 1.0.0 + resolution: "negotiator@npm:1.0.0" + checksum: 10c0/4c559dd52669ea48e1914f9d634227c561221dd54734070791f999c52ed0ff36e437b2e07d5c1f6e32909fc625fe46491c16e4a8f0572567d4dd15c3a4fda04b + languageName: node + linkType: hard + "netmask@npm:^2.0.2": version: 2.0.2 resolution: "netmask@npm:2.0.2" @@ -12656,8 +12651,8 @@ __metadata: linkType: hard "pg@npm:^8.11.3": - version: 8.13.0 - resolution: "pg@npm:8.13.0" + version: 8.13.1 + resolution: "pg@npm:8.13.1" dependencies: pg-cloudflare: "npm:^1.1.1" pg-connection-string: "npm:^2.7.0" @@ -12673,7 +12668,7 @@ __metadata: peerDependenciesMeta: pg-native: optional: true - checksum: 10c0/1521189063d2293d62f3fac61e797a3096a62a69668c223827d00b83c17a320805f31f0b5316feb80f8d9eed0c6c32f95146d8aca866af05816a66fd2ba8e32a + checksum: 10c0/c13bc661cbdb115337bc8519254836faf4bd79106dfd7ed588c8ece8c8b2dd3b7376bfec9a9a2f7646fa095b0b310cec77a83c3ba2ea4872331446eb93fd9055 languageName: node linkType: hard @@ -13575,7 +13570,7 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.24.0, rollup@npm:^4.20.0": +"rollup@npm:4.24.0": version: 4.24.0 resolution: "rollup@npm:4.24.0" dependencies: @@ -13638,6 +13633,75 @@ __metadata: languageName: node linkType: hard +"rollup@npm:^4.20.0": + version: 4.24.2 + resolution: "rollup@npm:4.24.2" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.24.2" + "@rollup/rollup-android-arm64": "npm:4.24.2" + "@rollup/rollup-darwin-arm64": "npm:4.24.2" + "@rollup/rollup-darwin-x64": "npm:4.24.2" + "@rollup/rollup-freebsd-arm64": "npm:4.24.2" + "@rollup/rollup-freebsd-x64": "npm:4.24.2" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.24.2" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.24.2" + "@rollup/rollup-linux-arm64-gnu": "npm:4.24.2" + "@rollup/rollup-linux-arm64-musl": "npm:4.24.2" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.24.2" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.24.2" + "@rollup/rollup-linux-s390x-gnu": "npm:4.24.2" + "@rollup/rollup-linux-x64-gnu": "npm:4.24.2" + "@rollup/rollup-linux-x64-musl": "npm:4.24.2" + "@rollup/rollup-win32-arm64-msvc": "npm:4.24.2" + "@rollup/rollup-win32-ia32-msvc": "npm:4.24.2" + "@rollup/rollup-win32-x64-msvc": "npm:4.24.2" + "@types/estree": "npm:1.0.6" + fsevents: "npm:~2.3.2" + dependenciesMeta: + "@rollup/rollup-android-arm-eabi": + optional: true + "@rollup/rollup-android-arm64": + optional: true + "@rollup/rollup-darwin-arm64": + optional: true + "@rollup/rollup-darwin-x64": + optional: true + "@rollup/rollup-freebsd-arm64": + optional: true + "@rollup/rollup-freebsd-x64": + optional: true + "@rollup/rollup-linux-arm-gnueabihf": + optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true + "@rollup/rollup-linux-arm64-gnu": + optional: true + "@rollup/rollup-linux-arm64-musl": + optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true + "@rollup/rollup-linux-riscv64-gnu": + optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true + "@rollup/rollup-linux-x64-gnu": + optional: true + "@rollup/rollup-linux-x64-musl": + optional: true + "@rollup/rollup-win32-arm64-msvc": + optional: true + "@rollup/rollup-win32-ia32-msvc": + optional: true + "@rollup/rollup-win32-x64-msvc": + optional: true + fsevents: + optional: true + bin: + rollup: dist/bin/rollup + checksum: 10c0/265de71cf6c20854514f0be1727fab3e615aa4afde2431f705c6f535182976c645703d2a21b4d25648a0212fb26a4043f892a83bba4d73c9ea965271a2f4a50e + languageName: node + linkType: hard + "router@npm:^1.3.1": version: 1.3.8 resolution: "router@npm:1.3.8" @@ -14161,14 +14225,14 @@ __metadata: linkType: hard "socket.io-client@npm:^4.4.1": - version: 4.8.0 - resolution: "socket.io-client@npm:4.8.0" + version: 4.8.1 + resolution: "socket.io-client@npm:4.8.1" dependencies: "@socket.io/component-emitter": "npm:~3.1.0" debug: "npm:~4.3.2" engine.io-client: "npm:~6.6.1" socket.io-parser: "npm:~4.2.4" - checksum: 10c0/41f142a79f5903cf007902b9b830313e425c5d6a4257d504b8c94d4b4edd3df037df997e622205228bceb18eea6f3308d25f55b3c919d6100849c232e7c06928 + checksum: 10c0/544c49cc8cc77118ef68b758a8a580c8e680a5909cae05c566d2cc07ec6cd6720a4f5b7e985489bf2a8391749177a5437ac30b8afbdf30b9da6402687ad51c86 languageName: node linkType: hard @@ -14183,8 +14247,8 @@ __metadata: linkType: hard "socket.io@npm:^4.4.1, socket.io@npm:^4.7.2": - version: 4.8.0 - resolution: "socket.io@npm:4.8.0" + version: 4.8.1 + resolution: "socket.io@npm:4.8.1" dependencies: accepts: "npm:~1.3.4" base64id: "npm:~2.0.0" @@ -14193,7 +14257,7 @@ __metadata: engine.io: "npm:~6.6.0" socket.io-adapter: "npm:~2.5.2" socket.io-parser: "npm:~4.2.4" - checksum: 10c0/eab8a0da617f2583a0003883155f252f814c59324f4b174b5e940fcce2bd3a553ab9c6d7f128c7b515a537f776b1b4e34293b8324ec048c4b8df2bf8930ce8bf + checksum: 10c0/acf931a2bb235be96433b71da3d8addc63eeeaa8acabd33dc8d64e12287390a45f1e9f389a73cf7dc336961cd491679741b7a016048325c596835abbcc017ca9 languageName: node linkType: hard @@ -14390,15 +14454,15 @@ __metadata: linkType: hard "sql-formatter@npm:^15.3.0": - version: 15.4.4 - resolution: "sql-formatter@npm:15.4.4" + version: 15.4.5 + resolution: "sql-formatter@npm:15.4.5" dependencies: argparse: "npm:^2.0.1" get-stdin: "npm:=8.0.0" nearley: "npm:^2.20.1" bin: sql-formatter: bin/sql-formatter-cli.cjs - checksum: 10c0/aff0b02da36b9de31b860880e923ab5af4286e92ea5fb32b5d7c796ea45a2b6e2a012264e710566b29d3a2190281da2af629bc6f251bf1e6d232831b6d198f04 + checksum: 10c0/6c1226f04c2f9b0a8a949cb863082366bd0a159bdb4e1dfbc593328a8fca3793c3e55deddc00e42aafc0c2664b89c7c8250e8d395c86566da14378558b5623d9 languageName: node linkType: hard @@ -14486,11 +14550,11 @@ __metadata: linkType: hard "stream-json@npm:^1.7.3": - version: 1.8.0 - resolution: "stream-json@npm:1.8.0" + version: 1.9.0 + resolution: "stream-json@npm:1.9.0" dependencies: stream-chain: "npm:^2.2.5" - checksum: 10c0/5e6de600a7d86f54f9ced608131f1f840082fa7aa443df9fe72bd255b6b1c098d2c6c756b4b9acd64e50e2b9f52d9a432714bce43e96e9850b819ee9ff6331a1 + checksum: 10c0/12bb0e45cdb8ec8fca3a507ac82f2c3827f377f7780887a0d8c111b014e84a361f4d1587eccdbca70d7d3103eeb5672ab501f93e0968ef6f323fc5605c0e357e languageName: node linkType: hard @@ -14974,21 +15038,21 @@ __metadata: languageName: node linkType: hard -"tldts-core@npm:^6.1.52": - version: 6.1.52 - resolution: "tldts-core@npm:6.1.52" - checksum: 10c0/8287e43a21e4fa807f4f9343f2ee78a2243f2dd2f2425ac9699d576b62ae8a9064e6374c000539448052aee3d2c207d58f586b236dd884a73267dd168119eacb +"tldts-core@npm:^6.1.56": + version: 6.1.56 + resolution: "tldts-core@npm:6.1.56" + checksum: 10c0/d3924a9704f71c04ecfc4b53b3d6e7f633a2e7c8a0a6d62776cc35958a934d45f10610d03b1385ade3ddde7feccdec2a8d2eb270dd9ce2714472e149a559d400 languageName: node linkType: hard "tldts@npm:^6.1.32": - version: 6.1.52 - resolution: "tldts@npm:6.1.52" + version: 6.1.56 + resolution: "tldts@npm:6.1.56" dependencies: - tldts-core: "npm:^6.1.52" + tldts-core: "npm:^6.1.56" bin: tldts: bin/cli.js - checksum: 10c0/c579779e12a5cadc25c5131b235481acd2e889965c58834a046e0a40acce255301476937ebf301b2779f05a6010e7e1b7ff833fabc504071c71f211610747277 + checksum: 10c0/a6c09b7a49089853a1bb48e24aa2f95e388f9ab3d4dc7bb253db9df562a2119b279278703b944c8ad3a177f482f3898afb0ca09227265f8fb831064cc177a5ac languageName: node linkType: hard @@ -15017,13 +15081,6 @@ __metadata: languageName: node linkType: hard -"to-fast-properties@npm:^2.0.0": - version: 2.0.0 - resolution: "to-fast-properties@npm:2.0.0" - checksum: 10c0/b214d21dbfb4bce3452b6244b336806ffea9c05297148d32ebb428d5c43ce7545bdfc65a1ceb58c9ef4376a65c0cb2854d645f33961658b3e3b4f84910ddcdd7 - languageName: node - linkType: hard - "to-regex-range@npm:^5.0.1": version: 5.0.1 resolution: "to-regex-range@npm:5.0.1" @@ -15221,8 +15278,8 @@ __metadata: linkType: hard "tsx@npm:^4.15.7": - version: 4.19.1 - resolution: "tsx@npm:4.19.1" + version: 4.19.2 + resolution: "tsx@npm:4.19.2" dependencies: esbuild: "npm:~0.23.0" fsevents: "npm:~2.3.3" @@ -15232,7 +15289,7 @@ __metadata: optional: true bin: tsx: dist/cli.mjs - checksum: 10c0/cbea9baf57e7406fa0ecc2c03b9bb2501ee740dc28c938f949180a646a28e5d65e7cccbfba340508923bfd45e90320ef9eef7f815cae4515b6ef2ee429edc7ee + checksum: 10c0/63164b889b1d170403e4d8753a6755dec371f220f5ce29a8e88f1f4d6085a784a12d8dc2ee669116611f2c72757ac9beaa3eea5c452796f541bdd2dc11753721 languageName: node linkType: hard @@ -15375,7 +15432,7 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.19.2": +"undici-types@npm:~6.19.8": version: 6.19.8 resolution: "undici-types@npm:6.19.8" checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344 @@ -15509,7 +15566,7 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.1.0": +"update-browserslist-db@npm:^1.1.1": version: 1.1.1 resolution: "update-browserslist-db@npm:1.1.1" dependencies: @@ -16151,9 +16208,9 @@ __metadata: linkType: hard "xmlhttprequest-ssl@npm:~2.1.1": - version: 2.1.1 - resolution: "xmlhttprequest-ssl@npm:2.1.1" - checksum: 10c0/1cef48c992676d117b1cfeb5636758c33dbd887d72bc9668ebf7d6d0c7d66ed8ea649442913a52aed3996deb9e92588d7405dbdb2e9d19cf801800ab175549fc + version: 2.1.2 + resolution: "xmlhttprequest-ssl@npm:2.1.2" + checksum: 10c0/70d60869323e823f473a238f78fd108437edbc3690ecd5859c39c83217080090a18899b272e515769c0d1f518cc64cbed6b6995b23fdd7ba13b297d530b6e631 languageName: node linkType: hard