diff --git a/.github/reusable-steps/notify-slack/action.yaml b/.github/reusable-steps/notify-slack/action.yaml index 45b523a76a..49f9335ebe 100644 --- a/.github/reusable-steps/notify-slack/action.yaml +++ b/.github/reusable-steps/notify-slack/action.yaml @@ -11,7 +11,7 @@ runs: using: composite steps: - name: Notify Slack - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2 with: webhook: ${{ inputs.webhook-url }} webhook-type: incoming-webhook diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 6c15d03613..e896142c68 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -20,7 +20,7 @@ jobs: - '3.14' steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/build-automated-tests-image.yaml b/.github/workflows/build-automated-tests-image.yaml index b20a84f229..33605c85e5 100644 --- a/.github/workflows/build-automated-tests-image.yaml +++ b/.github/workflows/build-automated-tests-image.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/check-links-scheduled.yml b/.github/workflows/check-links-scheduled.yml index e0b91e0bd9..84ef745343 100644 --- a/.github/workflows/check-links-scheduled.yml +++ b/.github/workflows/check-links-scheduled.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 43316db4be..6a42ee1654 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - name: Check if manual review has been performed @@ -37,7 +37,7 @@ jobs: timeout-minutes: 60 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/event-gateway-tests.yaml b/.github/workflows/event-gateway-tests.yaml index 84abd050d8..6abb9f4f9d 100644 --- a/.github/workflows/event-gateway-tests.yaml +++ b/.github/workflows/event-gateway-tests.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/gateway-tests.yaml b/.github/workflows/gateway-tests.yaml index f64d4f78d0..d99c1ba6d3 100644 --- a/.github/workflows/gateway-tests.yaml +++ b/.github/workflows/gateway-tests.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/generate-gateway-plugins-changelogs.yml b/.github/workflows/generate-gateway-plugins-changelogs.yml index 56db326f34..6f35042a11 100644 --- a/.github/workflows/generate-gateway-plugins-changelogs.yml +++ b/.github/workflows/generate-gateway-plugins-changelogs.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 30 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/generate-inso-cli-docs.yaml b/.github/workflows/generate-inso-cli-docs.yaml index 993c9856ac..2ee840e638 100644 --- a/.github/workflows/generate-inso-cli-docs.yaml +++ b/.github/workflows/generate-inso-cli-docs.yaml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 30 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/generate-kong-conf-json.yml b/.github/workflows/generate-kong-conf-json.yml index d1e833cc16..827cbdb477 100644 --- a/.github/workflows/generate-kong-conf-json.yml +++ b/.github/workflows/generate-kong-conf-json.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 20 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 2e281980aa..cc57ba4548 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - name: Check if manual review has been performed @@ -36,7 +36,7 @@ jobs: timeout-minutes: 30 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/missing-redirects.yaml b/.github/workflows/missing-redirects.yaml index b81d0dc81c..b6bca27339 100644 --- a/.github/workflows/missing-redirects.yaml +++ b/.github/workflows/missing-redirects.yaml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - name: Check if manual review has been performed @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index fef8e2957a..749e68ce2a 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - name: Checkout code diff --git a/.github/workflows/sync-deck.yml b/.github/workflows/sync-deck.yml index 6268dd0e6d..2ffd308853 100644 --- a/.github/workflows/sync-deck.yml +++ b/.github/workflows/sync-deck.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - name: Create GitHub App Token diff --git a/.github/workflows/sync-kongctl.yml b/.github/workflows/sync-kongctl.yml index 8a9415001d..31e32c2da3 100644 --- a/.github/workflows/sync-kongctl.yml +++ b/.github/workflows/sync-kongctl.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/sync-konnect-oas-data.yml b/.github/workflows/sync-konnect-oas-data.yml index 21d5961c69..9cb9e7d7a3 100644 --- a/.github/workflows/sync-konnect-oas-data.yml +++ b/.github/workflows/sync-konnect-oas-data.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/sync-kuma-submodule.yml b/.github/workflows/sync-kuma-submodule.yml index b3c0e314d3..f290ec941f 100644 --- a/.github/workflows/sync-kuma-submodule.yml +++ b/.github/workflows/sync-kuma-submodule.yml @@ -25,7 +25,7 @@ jobs: number: ${{ steps.get-current-pr.outputs.number }} steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - name: 'Get current do-not-close PR' @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/sync-preview-branch.yaml b/.github/workflows/sync-preview-branch.yaml index 705c372cfd..42fa1c6f80 100644 --- a/.github/workflows/sync-preview-branch.yaml +++ b/.github/workflows/sync-preview-branch.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/validate-frontmatters.yml b/.github/workflows/validate-frontmatters.yml index 8dcb1024e5..766e5e18be 100644 --- a/.github/workflows/validate-frontmatters.yml +++ b/.github/workflows/validate-frontmatters.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 30 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/validate-plugin-examples.yml b/.github/workflows/validate-plugin-examples.yml index 51a1c25b87..a32d340321 100644 --- a/.github/workflows/validate-plugin-examples.yml +++ b/.github/workflows/validate-plugin-examples.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.nvmrc b/.nvmrc index d845d9d88d..5bf4400f22 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.14.0 +24.15.0 diff --git a/.ruby-version b/.ruby-version index f9892605c7..7bcbb3808b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.4 +3.4.9 diff --git a/package.json b/package.json index f5ee7aefa8..814f28636d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "dev": "bundle exec foreman start" }, "type": "module", - "packageManager": "yarn@4.9.2", + "packageManager": "yarn@4.14.1", "devDependencies": { "@tailwindcss/typography": "^0.5.15", "autoprefixer": "^10.4.19", @@ -32,7 +32,7 @@ "mermaid": "^11.6.0", "node-fetch": "^3.3.2", "shiki": "^4.0.2", - "snowflake-sdk": "2.3.4", + "snowflake-sdk": "2.4.0", "uuid": "^14.0.0", "vue": "^3.4.38", "vue-instantsearch": "^4.20.4" diff --git a/tools/automated-tests/package-lock.json b/tools/automated-tests/package-lock.json index b0cf8f8184..dc0e209a98 100644 --- a/tools/automated-tests/package-lock.json +++ b/tools/automated-tests/package-lock.json @@ -31,9 +31,9 @@ "license": "Apache-2.0" }, "node_modules/@dotenvx/dotenvx": { - "version": "1.61.0", - "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.61.0.tgz", - "integrity": "sha512-utL3cpZoFzflyqUkjYbxYujI6STBTmO5LFn4bbin/NZnRWN6wQ7eErhr3/Vpa5h/jicPFC6kTa42r940mQftJQ==", + "version": "1.62.0", + "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.62.0.tgz", + "integrity": "sha512-dHMoiNqIyLnDxbsy16Zr55qN6a52dyocvOiVV4+ptjRIWNrBItbCNjazcv+hwKZGa7+WSKDHLTlyxzpK5yhxaQ==", "license": "BSD-3-Clause", "dependencies": { "commander": "^11.1.0", @@ -43,7 +43,7 @@ "fdir": "^6.2.0", "ignore": "^5.3.0", "object-treeify": "1.1.33", - "picomatch": "^4.0.2", + "picomatch": "^4.0.4", "which": "^4.0.0", "yocto-spinner": "^1.1.0" }, @@ -471,9 +471,9 @@ } }, "node_modules/dockerode": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.10.tgz", - "integrity": "sha512-8L/P9JynLBiG7/coiA4FlQXegHltRqS0a+KqI44P1zgQh8QLHTg7FKOwhkBgSJwZTeHsq30WRoVFLuwkfK0YFg==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.12.tgz", + "integrity": "sha512-/bCZd6KlGcjZO8Buqmi/vXuqEGVEZ0PNjx/biBNqJD3MhK9DmdiAuKxqfNhflgDESDIiBz3qF+0e55+CpnrUcw==", "license": "Apache-2.0", "dependencies": { "@balena/dockerignore": "^1.0.2", diff --git a/tools/broken-link-checker/package-lock.json b/tools/broken-link-checker/package-lock.json index b602a20160..1a37bc2df6 100644 --- a/tools/broken-link-checker/package-lock.json +++ b/tools/broken-link-checker/package-lock.json @@ -17,9 +17,9 @@ } }, "node_modules/@actions/github": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.0.tgz", - "integrity": "sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "license": "MIT", "dependencies": { "@actions/http-client": "^3.0.2", diff --git a/tools/konnect-oas-data-generator/package-lock.json b/tools/konnect-oas-data-generator/package-lock.json index 8360afed4d..cb1aeec6b9 100644 --- a/tools/konnect-oas-data-generator/package-lock.json +++ b/tools/konnect-oas-data-generator/package-lock.json @@ -1,335 +1,335 @@ { - "name": "konnect-oas-data-generator", - "version": "1.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "konnect-oas-data-generator", - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "@kong/sdk-portal-js": "^2.14.0", - "axios": "^1.0.0", - "minimist": "^1.2.8" - } - }, - "node_modules/@kong/sdk-portal-js": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@kong/sdk-portal-js/-/sdk-portal-js-2.16.0.tgz", - "integrity": "sha512-+BGhyen5I9eB+HgQlavWa0H9+3vr/YMpPV3j9y49wTWExZfvOK6Dm3AH7R1o4wUIGu0ap7D8j92rAW1Tq5DgZA==", - "license": "Apache-2.0", - "dependencies": { - "axios": "1.7.4" - } - }, - "node_modules/@kong/sdk-portal-js/node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "license": "MIT" - }, - "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.11", - "form-data": "^4.0.5", - "proxy-from-env": "^2.1.0" - } - }, - "node_modules/axios/node_modules/proxy-from-env": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", - "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", - "license": "MIT", - "engines": { - "node": ">=10" - } - }, - "node_modules/call-bind-apply-helpers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "license": "MIT", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/follow-redirects": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", - "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" + "name": "konnect-oas-data-generator", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "konnect-oas-data-generator", + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "@kong/sdk-portal-js": "^2.14.0", + "axios": "^1.0.0", + "minimist": "^1.2.8" + } + }, + "node_modules/@kong/sdk-portal-js": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@kong/sdk-portal-js/-/sdk-portal-js-2.16.0.tgz", + "integrity": "sha512-+BGhyen5I9eB+HgQlavWa0H9+3vr/YMpPV3j9y49wTWExZfvOK6Dm3AH7R1o4wUIGu0ap7D8j92rAW1Tq5DgZA==", + "license": "Apache-2.0", + "dependencies": { + "axios": "1.7.4" + } + }, + "node_modules/@kong/sdk-portal-js/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/axios": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", + "proxy-from-env": "^2.1.0" + } + }, + "node_modules/axios/node_modules/proxy-from-env": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/follow-redirects": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" } - ], - "license": "MIT", - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/form-data": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", - "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "es-set-tostringtag": "^2.1.0", - "hasown": "^2.0.2", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "license": "MIT", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" } - } } diff --git a/yarn.lock b/yarn.lock index 3ddbd29e27..4a9324c148 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,18 +2,18 @@ # Manual changes might be lost - proceed with caution! __metadata: - version: 8 + version: 9 cacheKey: 10c0 -"@algolia/abtesting@npm:1.16.2": - version: 1.16.2 - resolution: "@algolia/abtesting@npm:1.16.2" +"@algolia/abtesting@npm:1.17.0": + version: 1.17.0 + resolution: "@algolia/abtesting@npm:1.17.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/599180e072a119123bff1013c3e87ac62f9e52b1b4d97574d19f1132bba4cf88cb88ed8018fe579c66f4cb49323ec9e5580eae63c33367e2ed2686ef6ecd37ab + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/2d2e8924e895633107cd0813ed5ad635f8eb441146a8737b456572f93cf99c2f4a81c81bb613e1df575b6219440f502ae299a3ce32b7db275383791f18edf88a languageName: node linkType: hard @@ -67,82 +67,82 @@ __metadata: languageName: node linkType: hard -"@algolia/client-abtesting@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-abtesting@npm:5.50.2" +"@algolia/client-abtesting@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-abtesting@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/34308acd7f01d4cef710af2a7043db4697ee1303666862256f0558f686f381f25714fd4450974f48a68612d6a043c1ddb6687b55fe6db5066fa50bf71195e88b + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/1711c68b005b3d485c9a28396bdd22aee6da91d47eb940f4980227cadf0221eccf0898bbb5a07de596aa5b5f0b5b0467c048dea44193ab6a2aa24e204306750a languageName: node linkType: hard -"@algolia/client-analytics@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-analytics@npm:5.50.2" +"@algolia/client-analytics@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-analytics@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/14cfaba592c733755f8d6220eaa8f6126401b5f35774c25edea1dda17295b710a3aa72782412719af20ed99fd0460bc2daa8af8232aad365dc8e4ee373b23de5 + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/b4b8d78f539200b5a603b27b3b4dac39558aeb484ec8d37974599dd08b5d820468f33eb2618d023ac19376bc85a4cd429607c4832b5dbea875e71992d4eead5c languageName: node linkType: hard -"@algolia/client-common@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-common@npm:5.50.2" - checksum: 10c0/1a74a898677f93e5d02092fddcb87421f78d076cf7c2e3938549768e3ba55ff04e32b4b2aecfb45cb043981ec5fd0d3cab58d3bae016fd6953f4cb98a48daaae +"@algolia/client-common@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-common@npm:5.51.0" + checksum: 10c0/f867b53726820d829b6eec3432d50fff8dde7dd817bad33fa6900e77b1651f3cd839bc3c395323a97670e55afbb7b3558b161551d827c93d9aaac2e3f8a2fc40 languageName: node linkType: hard -"@algolia/client-insights@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-insights@npm:5.50.2" +"@algolia/client-insights@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-insights@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/44a41448656ee0b59f115aaedd2830d9421a1dca508dbf3214f2b25e1ac3cba4e572fa25b53d608c1e23e4976ef50e9460d3df7ea8806243f3f08d1391ac5ac5 + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/b1c3f62ba234e21da8c56c9c38e6ee6fef053c5737ff8f219af78a09920798535a0f916c678e3584d6b1d734e43134df4f67af24c14ef2cb44da2f322e4ec512 languageName: node linkType: hard -"@algolia/client-personalization@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-personalization@npm:5.50.2" +"@algolia/client-personalization@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-personalization@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/ac62831630d0800c57733073b4a0837c8f3d6d657b83af223b1169546bb4b772dc5c9a639136311d3990342c8bed2de5f0f809471830c5569fe24e917024f86a + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/f018fe4c7777caf65a658a50449a0facc85665c9b4e4dfd7748bcc961e8df2392df761c05a2deccb1108ce419eb10521de9c9b248ed3047e433aedbf0c9269b4 languageName: node linkType: hard -"@algolia/client-query-suggestions@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-query-suggestions@npm:5.50.2" +"@algolia/client-query-suggestions@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-query-suggestions@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/f0c3c63b1b28d2ed1c25744a310585b6b59dcc65b44ec7db75adce571e28d8aa76fc7402f807a4eaada7894bcddd696b9034a28602bd768d108c171f2014d999 + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/6ccf5cd1cf4429d2ec4528c632b3fb378547d3449e8862c5b8547c67fc7b1db841ffaa270ecddc683b5a33bdb72a4b5c145117a84ebddb77baa97fbdeb62357f languageName: node linkType: hard -"@algolia/client-search@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/client-search@npm:5.50.2" +"@algolia/client-search@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/client-search@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/b2eca0893ba8a57944175d85319f55d98a3a0a9571e2cc81376db507d51b00b72f1af033c154a2aba07c794dcd26ae2203f3505d44a14f3d57cd45b2dbb2942b + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/35688d0e0b850fdf8e47de8df08197fb0c90f527c981a2bcb46c6211ba65060a3fa520f56d4c9f50d43a1cbcef348a2e5b174c1b1b3f4a52894f62c6ed04a40e languageName: node linkType: hard @@ -153,66 +153,66 @@ __metadata: languageName: node linkType: hard -"@algolia/ingestion@npm:1.50.2": - version: 1.50.2 - resolution: "@algolia/ingestion@npm:1.50.2" +"@algolia/ingestion@npm:1.51.0": + version: 1.51.0 + resolution: "@algolia/ingestion@npm:1.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/4b242faad10bf5f3ea702da959972523c063a33e4f451abebb5a93cb3eb06e3b2ecf8f9d31c01f6883b9a81b0a4031ef52fafa4de195544220fd80c182db7e0a + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/cc56683ae9d425e6715550e98fde3c925d3d531b1405bfeecb8abb577fe1627449db33e5ce222ebd14cb742105cabc1ac0eb8be2a8ae7cc5d076e29412c34113 languageName: node linkType: hard -"@algolia/monitoring@npm:1.50.2": - version: 1.50.2 - resolution: "@algolia/monitoring@npm:1.50.2" +"@algolia/monitoring@npm:1.51.0": + version: 1.51.0 + resolution: "@algolia/monitoring@npm:1.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/b047e5396e2cb5109957489b05b219ad951fb800a1a451aae2c8bf29dad00720f4514b979969bb1960d4ad4ed0ac58e9ffdf9ecfe978fd3afd7b46ac7773d1cc + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/2afaa2fae7f1ad20c5d759aeb6616f0956024afe81a86f62517d23464b7a2645aed586d5b8e70764fc363b30edbb7227fa6e4a6b07a303ab1eb7b8547883798d languageName: node linkType: hard -"@algolia/recommend@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/recommend@npm:5.50.2" +"@algolia/recommend@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/recommend@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/097f312cb375158b16486eaaa67395e3c1695bc8afa502c198b34bfe173a3d12d8f34c71297f0e9fb66af81503607220f1dfc048f3861e58340601c01ccd7bfa + "@algolia/client-common": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/c877f0dc549403259b7261f9ba3c038edd1c406c46277f39490e33b2d337e5ed417f140b22178940ab47b8ec64215c99902b4e6b190004c4d26e5990318e2b1b languageName: node linkType: hard -"@algolia/requester-browser-xhr@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/requester-browser-xhr@npm:5.50.2" +"@algolia/requester-browser-xhr@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/requester-browser-xhr@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - checksum: 10c0/0bfdd9b40867ac0505f3ba2a4e8f74c0b06bf3d52d2c40f3eb5507049990abb43b7722397d02016f2123ee6594a1c454e430c4585a04ac9fccfd9e9c88005f59 + "@algolia/client-common": "npm:5.51.0" + checksum: 10c0/0a8f23ee22540937f3ef4848062d3bf9f3a3b5a5ee990f0c1003a20aef0f92d9201c322307b31700b7e9cb70d3ca52b8b9728859818a6dd14cfa2dad6dcc9f98 languageName: node linkType: hard -"@algolia/requester-fetch@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/requester-fetch@npm:5.50.2" +"@algolia/requester-fetch@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/requester-fetch@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - checksum: 10c0/582d8ad386ff22e05198ffb9ad44b20030248b8005f5928377b66495c1134cfdab22a64ca780a5b618f0fd2c0a59e5eab292f13bf93363ddb2fb6c0cb0d4a0ca + "@algolia/client-common": "npm:5.51.0" + checksum: 10c0/9ec83ccfb5f5123b379a3c315d3b04b007617b3e8da3d43c0ff33c26b87fe58041773343a491641cd9e7923d7ef52a0b87fbeb152c3d65f3f24e8c53deef9e76 languageName: node linkType: hard -"@algolia/requester-node-http@npm:5.50.2": - version: 5.50.2 - resolution: "@algolia/requester-node-http@npm:5.50.2" +"@algolia/requester-node-http@npm:5.51.0": + version: 5.51.0 + resolution: "@algolia/requester-node-http@npm:5.51.0" dependencies: - "@algolia/client-common": "npm:5.50.2" - checksum: 10c0/f8ec8f96e181f2b9b3334d1e5d5544ec7ac1f8e5d06c9343f361e48be576c4264599d14413e02ec06901082102107ba6308e453c7818544a2eb66827e02dca55 + "@algolia/client-common": "npm:5.51.0" + checksum: 10c0/67a9d703ef0139574469b2302eb0b212f4bda36c8e3ec3432d19e0a410b145ac61f26c648afc483b6bc3a478f2bca3996fb5d7a5cbbe9dae9e1fab408f52b186 languageName: node linkType: hard @@ -385,33 +385,33 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.983.0": - version: 3.1031.0 - resolution: "@aws-sdk/client-s3@npm:3.1031.0" +"@aws-sdk/client-s3@npm:^3.1016.0": + version: 3.1036.0 + resolution: "@aws-sdk/client-s3@npm:3.1036.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/credential-provider-node": "npm:^3.972.31" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/credential-provider-node": "npm:^3.972.36" "@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.10" "@aws-sdk/middleware-expect-continue": "npm:^3.972.10" - "@aws-sdk/middleware-flexible-checksums": "npm:^3.974.8" + "@aws-sdk/middleware-flexible-checksums": "npm:^3.974.13" "@aws-sdk/middleware-host-header": "npm:^3.972.10" "@aws-sdk/middleware-location-constraint": "npm:^3.972.10" "@aws-sdk/middleware-logger": "npm:^3.972.10" "@aws-sdk/middleware-recursion-detection": "npm:^3.972.11" - "@aws-sdk/middleware-sdk-s3": "npm:^3.972.29" + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.34" "@aws-sdk/middleware-ssec": "npm:^3.972.10" - "@aws-sdk/middleware-user-agent": "npm:^3.972.30" - "@aws-sdk/region-config-resolver": "npm:^3.972.12" - "@aws-sdk/signature-v4-multi-region": "npm:^3.996.17" + "@aws-sdk/middleware-user-agent": "npm:^3.972.35" + "@aws-sdk/region-config-resolver": "npm:^3.972.13" + "@aws-sdk/signature-v4-multi-region": "npm:^3.996.22" "@aws-sdk/types": "npm:^3.973.8" - "@aws-sdk/util-endpoints": "npm:^3.996.7" + "@aws-sdk/util-endpoints": "npm:^3.996.8" "@aws-sdk/util-user-agent-browser": "npm:^3.972.10" - "@aws-sdk/util-user-agent-node": "npm:^3.973.16" - "@smithy/config-resolver": "npm:^4.4.16" - "@smithy/core": "npm:^3.23.15" + "@aws-sdk/util-user-agent-node": "npm:^3.973.21" + "@smithy/config-resolver": "npm:^4.4.17" + "@smithy/core": "npm:^3.23.17" "@smithy/eventstream-serde-browser": "npm:^4.2.14" "@smithy/eventstream-serde-config-resolver": "npm:^4.3.14" "@smithy/eventstream-serde-node": "npm:^4.2.14" @@ -422,97 +422,99 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.2.14" "@smithy/md5-js": "npm:^4.2.14" "@smithy/middleware-content-length": "npm:^4.2.14" - "@smithy/middleware-endpoint": "npm:^4.4.30" - "@smithy/middleware-retry": "npm:^4.5.3" - "@smithy/middleware-serde": "npm:^4.2.18" + "@smithy/middleware-endpoint": "npm:^4.4.32" + "@smithy/middleware-retry": "npm:^4.5.5" + "@smithy/middleware-serde": "npm:^4.2.20" "@smithy/middleware-stack": "npm:^4.2.14" "@smithy/node-config-provider": "npm:^4.3.14" - "@smithy/node-http-handler": "npm:^4.5.3" + "@smithy/node-http-handler": "npm:^4.6.1" "@smithy/protocol-http": "npm:^5.3.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" "@smithy/url-parser": "npm:^4.2.14" "@smithy/util-base64": "npm:^4.3.2" "@smithy/util-body-length-browser": "npm:^4.2.2" "@smithy/util-body-length-node": "npm:^4.2.3" - "@smithy/util-defaults-mode-browser": "npm:^4.3.47" - "@smithy/util-defaults-mode-node": "npm:^4.2.52" - "@smithy/util-endpoints": "npm:^3.4.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.49" + "@smithy/util-defaults-mode-node": "npm:^4.2.54" + "@smithy/util-endpoints": "npm:^3.4.2" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-retry": "npm:^4.3.2" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-retry": "npm:^4.3.4" + "@smithy/util-stream": "npm:^4.5.25" "@smithy/util-utf8": "npm:^4.2.2" "@smithy/util-waiter": "npm:^4.2.16" tslib: "npm:^2.6.2" - checksum: 10c0/002d0ec092759cca4bdf37167d1e18095c4781fe091e2e980fba9636a82f5a72beb64fe79beec656b82aaddc77cf08b0774e1726a8016c58df41c27120bf6e24 + checksum: 10c0/82dd6dd94bf79e8906c5f4cae2723adea832322bf9533f02ba4af91d6ed76f823ccc2cab3e70f2cf983aa75e73b7aa9506dc97de20ee59b88ad6a5b664646e99 languageName: node linkType: hard -"@aws-sdk/client-sts@npm:^3.983.0": - version: 3.1031.0 - resolution: "@aws-sdk/client-sts@npm:3.1031.0" +"@aws-sdk/client-sts@npm:^3.1016.0": + version: 3.1036.0 + resolution: "@aws-sdk/client-sts@npm:3.1036.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/credential-provider-node": "npm:^3.972.31" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/credential-provider-node": "npm:^3.972.36" "@aws-sdk/middleware-host-header": "npm:^3.972.10" "@aws-sdk/middleware-logger": "npm:^3.972.10" "@aws-sdk/middleware-recursion-detection": "npm:^3.972.11" - "@aws-sdk/middleware-user-agent": "npm:^3.972.30" - "@aws-sdk/region-config-resolver": "npm:^3.972.12" + "@aws-sdk/middleware-user-agent": "npm:^3.972.35" + "@aws-sdk/region-config-resolver": "npm:^3.972.13" + "@aws-sdk/signature-v4-multi-region": "npm:^3.996.22" "@aws-sdk/types": "npm:^3.973.8" - "@aws-sdk/util-endpoints": "npm:^3.996.7" + "@aws-sdk/util-endpoints": "npm:^3.996.8" "@aws-sdk/util-user-agent-browser": "npm:^3.972.10" - "@aws-sdk/util-user-agent-node": "npm:^3.973.16" - "@smithy/config-resolver": "npm:^4.4.16" - "@smithy/core": "npm:^3.23.15" + "@aws-sdk/util-user-agent-node": "npm:^3.973.21" + "@smithy/config-resolver": "npm:^4.4.17" + "@smithy/core": "npm:^3.23.17" "@smithy/fetch-http-handler": "npm:^5.3.17" "@smithy/hash-node": "npm:^4.2.14" "@smithy/invalid-dependency": "npm:^4.2.14" "@smithy/middleware-content-length": "npm:^4.2.14" - "@smithy/middleware-endpoint": "npm:^4.4.30" - "@smithy/middleware-retry": "npm:^4.5.3" - "@smithy/middleware-serde": "npm:^4.2.18" + "@smithy/middleware-endpoint": "npm:^4.4.32" + "@smithy/middleware-retry": "npm:^4.5.5" + "@smithy/middleware-serde": "npm:^4.2.20" "@smithy/middleware-stack": "npm:^4.2.14" "@smithy/node-config-provider": "npm:^4.3.14" - "@smithy/node-http-handler": "npm:^4.5.3" + "@smithy/node-http-handler": "npm:^4.6.1" "@smithy/protocol-http": "npm:^5.3.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" "@smithy/url-parser": "npm:^4.2.14" "@smithy/util-base64": "npm:^4.3.2" "@smithy/util-body-length-browser": "npm:^4.2.2" "@smithy/util-body-length-node": "npm:^4.2.3" - "@smithy/util-defaults-mode-browser": "npm:^4.3.47" - "@smithy/util-defaults-mode-node": "npm:^4.2.52" - "@smithy/util-endpoints": "npm:^3.4.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.49" + "@smithy/util-defaults-mode-node": "npm:^4.2.54" + "@smithy/util-endpoints": "npm:^3.4.2" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-retry": "npm:^4.3.2" + "@smithy/util-retry": "npm:^4.3.4" "@smithy/util-utf8": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/778d13dc30de5c3267b248284057e31d348268711c940e63d4695b4dc6cf7e0399e15fdba701b7eb4dcc5166707a44226f57f43ef5d4e7bfb3adea1fc4b0c301 + checksum: 10c0/09263be1af9564d3707173ea58ddaa8a3a929331ca84bd7b12b1928cf1238acd9c2bb8876ae8f46c7ae7e829bba2caaf13ccbfbe46eb1411121711964934032f languageName: node linkType: hard -"@aws-sdk/core@npm:^3.974.0": - version: 3.974.0 - resolution: "@aws-sdk/core@npm:3.974.0" +"@aws-sdk/core@npm:^3.974.5": + version: 3.974.5 + resolution: "@aws-sdk/core@npm:3.974.5" dependencies: "@aws-sdk/types": "npm:^3.973.8" - "@aws-sdk/xml-builder": "npm:^3.972.18" - "@smithy/core": "npm:^3.23.15" + "@aws-sdk/xml-builder": "npm:^3.972.19" + "@smithy/core": "npm:^3.23.17" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/property-provider": "npm:^4.2.14" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/signature-v4": "npm:^5.3.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" "@smithy/util-base64": "npm:^4.3.2" "@smithy/util-middleware": "npm:^4.2.14" + "@smithy/util-retry": "npm:^4.3.4" "@smithy/util-utf8": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/ea8594c64468d0e4f36b2fd2484f530b4526bf571cb4f67191f9c3c689d4dcf0026bf4744ed81b9096df2e4b2b90169b4c8d9678d31e02bb747964115c40c634 + checksum: 10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26 languageName: node linkType: hard @@ -526,152 +528,152 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:^3.972.26": - version: 3.972.26 - resolution: "@aws-sdk/credential-provider-env@npm:3.972.26" +"@aws-sdk/credential-provider-env@npm:^3.972.31": + version: 3.972.31 + resolution: "@aws-sdk/credential-provider-env@npm:3.972.31" dependencies: - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/types": "npm:^3.973.8" "@smithy/property-provider": "npm:^4.2.14" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/40804cd1a291a5c01e24627fb2d6b8ccc453f049b722a40f4ec3752508f6f3d97acf6a97bd8981fe3d8c1af8c574a6508913615eeeac7e32854d5edd1e2fd1b2 + checksum: 10c0/ebffed49e5688de32c7a1f149a0e306b85f2f6b1705ab6bfb21e8a9e470de8c9e8f0ea8ee9b0dfc89b90086ae47d5d7470b6a4d438276576b1d79cbd90736a63 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:^3.972.28": - version: 3.972.28 - resolution: "@aws-sdk/credential-provider-http@npm:3.972.28" +"@aws-sdk/credential-provider-http@npm:^3.972.33": + version: 3.972.33 + resolution: "@aws-sdk/credential-provider-http@npm:3.972.33" dependencies: - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/types": "npm:^3.973.8" "@smithy/fetch-http-handler": "npm:^5.3.17" - "@smithy/node-http-handler": "npm:^4.5.3" + "@smithy/node-http-handler": "npm:^4.6.1" "@smithy/property-provider": "npm:^4.2.14" "@smithy/protocol-http": "npm:^5.3.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-stream": "npm:^4.5.25" tslib: "npm:^2.6.2" - checksum: 10c0/95cd18d23e71f40fe2e7e6dfc07671efb07e5d5cf5d8730f904f5b7003c0f7a6ffdf2f224b2d60ba6a2e9cb7a0191b21f6ea1600471b8b77941567b59a722b9f + checksum: 10c0/c2682171be61dd255506936f3a0efd4214e5a2a6299da08cc265a525be896ef02b18f6b8cf42262899bc8d9cbd470e0ab81bf13dc370cc34fbc934a7d7f0a553 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:^3.972.30": - version: 3.972.30 - resolution: "@aws-sdk/credential-provider-ini@npm:3.972.30" +"@aws-sdk/credential-provider-ini@npm:^3.972.35": + version: 3.972.35 + resolution: "@aws-sdk/credential-provider-ini@npm:3.972.35" dependencies: - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/credential-provider-env": "npm:^3.972.26" - "@aws-sdk/credential-provider-http": "npm:^3.972.28" - "@aws-sdk/credential-provider-login": "npm:^3.972.30" - "@aws-sdk/credential-provider-process": "npm:^3.972.26" - "@aws-sdk/credential-provider-sso": "npm:^3.972.30" - "@aws-sdk/credential-provider-web-identity": "npm:^3.972.30" - "@aws-sdk/nested-clients": "npm:^3.996.20" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/credential-provider-env": "npm:^3.972.31" + "@aws-sdk/credential-provider-http": "npm:^3.972.33" + "@aws-sdk/credential-provider-login": "npm:^3.972.35" + "@aws-sdk/credential-provider-process": "npm:^3.972.31" + "@aws-sdk/credential-provider-sso": "npm:^3.972.35" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.35" + "@aws-sdk/nested-clients": "npm:^3.997.3" "@aws-sdk/types": "npm:^3.973.8" "@smithy/credential-provider-imds": "npm:^4.2.14" "@smithy/property-provider": "npm:^4.2.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/b13150fc7ebd4d256bf0f8b818de350bd8dd1d1a24a931bac0e4b77798f546ff361c94c84f0f08c71c90af75de355e311a3c69cd4f7168dc44254cefac3d394d + checksum: 10c0/2a75a906aa94d975aa9f2ce92d691ba239d3e0253b06ab60d1aea89b098cbe97a2d1ee3de1d2ac2e5e6e4a171f1e28fb9dee39d529fc2a1e5e524b5b59d55ed0 languageName: node linkType: hard -"@aws-sdk/credential-provider-login@npm:^3.972.30": - version: 3.972.30 - resolution: "@aws-sdk/credential-provider-login@npm:3.972.30" +"@aws-sdk/credential-provider-login@npm:^3.972.35": + version: 3.972.35 + resolution: "@aws-sdk/credential-provider-login@npm:3.972.35" dependencies: - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/nested-clients": "npm:^3.996.20" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/nested-clients": "npm:^3.997.3" "@aws-sdk/types": "npm:^3.973.8" "@smithy/property-provider": "npm:^4.2.14" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/61c5de0254c43bbc260376f485e2652e6d0736a165d5254a1b87a4ae0125bdb5172f892aa353a16966ea4d6c42d32c7270ef72a36ed8ad24643294dd276ac7b1 + checksum: 10c0/bab29212a3d9b7cc8fd70e0cc769ba2c462258e8e8754dbf550e5326d2bdab4177fa0250fc4073cf20dcaa897c61660a35028a071b6617fa31fafaf9c099b00a languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:^3.972.31, @aws-sdk/credential-provider-node@npm:^3.972.5": - version: 3.972.31 - resolution: "@aws-sdk/credential-provider-node@npm:3.972.31" - dependencies: - "@aws-sdk/credential-provider-env": "npm:^3.972.26" - "@aws-sdk/credential-provider-http": "npm:^3.972.28" - "@aws-sdk/credential-provider-ini": "npm:^3.972.30" - "@aws-sdk/credential-provider-process": "npm:^3.972.26" - "@aws-sdk/credential-provider-sso": "npm:^3.972.30" - "@aws-sdk/credential-provider-web-identity": "npm:^3.972.30" +"@aws-sdk/credential-provider-node@npm:^3.972.25, @aws-sdk/credential-provider-node@npm:^3.972.36": + version: 3.972.36 + resolution: "@aws-sdk/credential-provider-node@npm:3.972.36" + dependencies: + "@aws-sdk/credential-provider-env": "npm:^3.972.31" + "@aws-sdk/credential-provider-http": "npm:^3.972.33" + "@aws-sdk/credential-provider-ini": "npm:^3.972.35" + "@aws-sdk/credential-provider-process": "npm:^3.972.31" + "@aws-sdk/credential-provider-sso": "npm:^3.972.35" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.35" "@aws-sdk/types": "npm:^3.973.8" "@smithy/credential-provider-imds": "npm:^4.2.14" "@smithy/property-provider": "npm:^4.2.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/2e04ded6854f3926becdbb99a28d21b3ed5485c4b9cbae2f6dc54ec3b5d7c264f51ce963330a03cffc09f4b28bcad57c69f71b8f31550e70512bd575683d145b + checksum: 10c0/2c6c9502a84e45da5eb48dc38b46fb3608f0b58facd011e11584d64415a6b1daac1ad1414b98420321cd4237dee40519305e961a83766fb96f4659d72ba7067c languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:^3.972.26": - version: 3.972.26 - resolution: "@aws-sdk/credential-provider-process@npm:3.972.26" +"@aws-sdk/credential-provider-process@npm:^3.972.31": + version: 3.972.31 + resolution: "@aws-sdk/credential-provider-process@npm:3.972.31" dependencies: - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/types": "npm:^3.973.8" "@smithy/property-provider": "npm:^4.2.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/8247f12585fd3eabeb8a22bfd7e347835e2ad390b822b9a4332cc99ac87be5047f28bd9b4fe733143c34eb1254d7ade3fcadb9bbf128a2e7780174791c997e11 + checksum: 10c0/63499d4b05983dfb5478d2a3875aeb1f4e4b5d61168fbd836e270388e9605a7e353b95e099323f4b40035bd85f0f9dc233b741033ea189c7ecf3aa39f5df98f5 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:^3.972.30": - version: 3.972.30 - resolution: "@aws-sdk/credential-provider-sso@npm:3.972.30" +"@aws-sdk/credential-provider-sso@npm:^3.972.35": + version: 3.972.35 + resolution: "@aws-sdk/credential-provider-sso@npm:3.972.35" dependencies: - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/nested-clients": "npm:^3.996.20" - "@aws-sdk/token-providers": "npm:3.1031.0" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/nested-clients": "npm:^3.997.3" + "@aws-sdk/token-providers": "npm:3.1036.0" "@aws-sdk/types": "npm:^3.973.8" "@smithy/property-provider": "npm:^4.2.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/2323fa8da1f87851ad10d22f6df2cbdeaddc5cd4217fe05a2d464e88ef9720f75c8ddf9be80561a9b90959d1747a5085516ccb335bd47de2c399d45a87705a79 + checksum: 10c0/5fbc36c3dc24c16ecb324b9c9ea5756106c7284be1666af72e9d078ccb45db6e5099a323c7d7f70aed78296fca084d647555bbd411d37a73f1d1c88cacfd31d9 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:^3.972.30": - version: 3.972.30 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.30" +"@aws-sdk/credential-provider-web-identity@npm:^3.972.35": + version: 3.972.35 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.35" dependencies: - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/nested-clients": "npm:^3.996.20" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/nested-clients": "npm:^3.997.3" "@aws-sdk/types": "npm:^3.973.8" "@smithy/property-provider": "npm:^4.2.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/d40f6db45ddf7e3d5c4246bc52988b673b51fa6fc821b30e00ba9785c869375711c5ec432e06a4645ab9ddd0e387a049fbfe41924e374fa67353eef5e40c46d7 + checksum: 10c0/61e55a0a6f85b8fb78fd2f1295e3cb274ad6c3b244cbdec7def8f4da96ddda00c38cb00269deb4b10fb1b04eeaf91cb8efe7d24e94087daa84e6a932756ad884 languageName: node linkType: hard -"@aws-sdk/ec2-metadata-service@npm:^3.983.0": - version: 3.1031.0 - resolution: "@aws-sdk/ec2-metadata-service@npm:3.1031.0" +"@aws-sdk/ec2-metadata-service@npm:^3.1016.0": + version: 3.1036.0 + resolution: "@aws-sdk/ec2-metadata-service@npm:3.1036.0" dependencies: "@aws-sdk/types": "npm:^3.973.8" "@smithy/node-config-provider": "npm:^4.3.14" - "@smithy/node-http-handler": "npm:^4.5.3" + "@smithy/node-http-handler": "npm:^4.6.1" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-stream": "npm:^4.5.25" tslib: "npm:^2.6.2" - checksum: 10c0/4f27745bf8a02904cd218e8aad18b461996e625cc0a1fcf3e442d8322e987d82a967b3acd34b872069db03fea6f3cb55213bf1e7146324805868b8e531b16075 + checksum: 10c0/4edb9dfd2dea5ad8734e6615995fa2dcbbe175430b6a189c1ff7cd7c4d9ddad95bc2559f4efaac692e886a2d6a1b1daa7812409c63080ce590cb98af5d64022c languageName: node linkType: hard @@ -702,14 +704,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:^3.974.8": - version: 3.974.8 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.974.8" +"@aws-sdk/middleware-flexible-checksums@npm:^3.974.13": + version: 3.974.13 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.974.13" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/crc64-nvme": "npm:^3.972.7" "@aws-sdk/types": "npm:^3.973.8" "@smithy/is-array-buffer": "npm:^4.2.2" @@ -717,10 +719,10 @@ __metadata: "@smithy/protocol-http": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-stream": "npm:^4.5.25" "@smithy/util-utf8": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/14b2e614d3216960b9f527e6c1513efadbd89a03aafe9870853b8d94bdf3ce532bb3c9c0711685a3803be577155c67199b24882d760544d4eaec1a128ad052d2 + checksum: 10c0/5610111f3f19270b61578d04af2a223dd0eb0aa1e0a75989c60658ef68db3317c1d7ee8b84b5c750f37f863a1bf13c326196fb767c6be1b56cdebfbbe6df81ab languageName: node linkType: hard @@ -771,25 +773,25 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:^3.972.29": - version: 3.972.29 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.29" +"@aws-sdk/middleware-sdk-s3@npm:^3.972.34": + version: 3.972.34 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.34" dependencies: - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/types": "npm:^3.973.8" "@aws-sdk/util-arn-parser": "npm:^3.972.3" - "@smithy/core": "npm:^3.23.15" + "@smithy/core": "npm:^3.23.17" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/signature-v4": "npm:^5.3.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" "@smithy/util-config-provider": "npm:^4.2.2" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-stream": "npm:^4.5.25" "@smithy/util-utf8": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/20addf60a6d1462e541da5ac1215650284c5a05e1a136729bdf8bf75de61ac99832a2391a155bb3163cc4d6480364cea15015759d5b2228fbdd8a0fd5bc847dc + checksum: 10c0/608f0e9ce9b121b8c8f06180ef8e4afd24d98f1f10c0454eaba775dc3b33edd8ebebca506960d25006aa5355b1cd4980c3aaf6662370d27c92eb63b76a0ab58b languageName: node linkType: hard @@ -804,107 +806,108 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:^3.972.30": - version: 3.972.30 - resolution: "@aws-sdk/middleware-user-agent@npm:3.972.30" +"@aws-sdk/middleware-user-agent@npm:^3.972.35": + version: 3.972.35 + resolution: "@aws-sdk/middleware-user-agent@npm:3.972.35" dependencies: - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/types": "npm:^3.973.8" - "@aws-sdk/util-endpoints": "npm:^3.996.7" - "@smithy/core": "npm:^3.23.15" + "@aws-sdk/util-endpoints": "npm:^3.996.8" + "@smithy/core": "npm:^3.23.17" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" - "@smithy/util-retry": "npm:^4.3.2" + "@smithy/util-retry": "npm:^4.3.4" tslib: "npm:^2.6.2" - checksum: 10c0/566a1cb162c0af1a529ece9eb36d077f4062cf166cd56b9d4547f90a59107bd122f1f50f7c629c71dc615cf29f52d8779d41ebfb877821b7d137b7949e2ff77f + checksum: 10c0/8982375e6b7785592465f0707c1f79da87324de1f503a8d8ca5f362e853ebc95083db74a96c4e676ae13e154a576d3eaf859ebb5519825bd521fc5c7b2b3caef languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:^3.996.20": - version: 3.996.20 - resolution: "@aws-sdk/nested-clients@npm:3.996.20" +"@aws-sdk/nested-clients@npm:^3.997.3": + version: 3.997.3 + resolution: "@aws-sdk/nested-clients@npm:3.997.3" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:^3.974.0" + "@aws-sdk/core": "npm:^3.974.5" "@aws-sdk/middleware-host-header": "npm:^3.972.10" "@aws-sdk/middleware-logger": "npm:^3.972.10" "@aws-sdk/middleware-recursion-detection": "npm:^3.972.11" - "@aws-sdk/middleware-user-agent": "npm:^3.972.30" - "@aws-sdk/region-config-resolver": "npm:^3.972.12" + "@aws-sdk/middleware-user-agent": "npm:^3.972.35" + "@aws-sdk/region-config-resolver": "npm:^3.972.13" + "@aws-sdk/signature-v4-multi-region": "npm:^3.996.22" "@aws-sdk/types": "npm:^3.973.8" - "@aws-sdk/util-endpoints": "npm:^3.996.7" + "@aws-sdk/util-endpoints": "npm:^3.996.8" "@aws-sdk/util-user-agent-browser": "npm:^3.972.10" - "@aws-sdk/util-user-agent-node": "npm:^3.973.16" - "@smithy/config-resolver": "npm:^4.4.16" - "@smithy/core": "npm:^3.23.15" + "@aws-sdk/util-user-agent-node": "npm:^3.973.21" + "@smithy/config-resolver": "npm:^4.4.17" + "@smithy/core": "npm:^3.23.17" "@smithy/fetch-http-handler": "npm:^5.3.17" "@smithy/hash-node": "npm:^4.2.14" "@smithy/invalid-dependency": "npm:^4.2.14" "@smithy/middleware-content-length": "npm:^4.2.14" - "@smithy/middleware-endpoint": "npm:^4.4.30" - "@smithy/middleware-retry": "npm:^4.5.3" - "@smithy/middleware-serde": "npm:^4.2.18" + "@smithy/middleware-endpoint": "npm:^4.4.32" + "@smithy/middleware-retry": "npm:^4.5.5" + "@smithy/middleware-serde": "npm:^4.2.20" "@smithy/middleware-stack": "npm:^4.2.14" "@smithy/node-config-provider": "npm:^4.3.14" - "@smithy/node-http-handler": "npm:^4.5.3" + "@smithy/node-http-handler": "npm:^4.6.1" "@smithy/protocol-http": "npm:^5.3.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" "@smithy/url-parser": "npm:^4.2.14" "@smithy/util-base64": "npm:^4.3.2" "@smithy/util-body-length-browser": "npm:^4.2.2" "@smithy/util-body-length-node": "npm:^4.2.3" - "@smithy/util-defaults-mode-browser": "npm:^4.3.47" - "@smithy/util-defaults-mode-node": "npm:^4.2.52" - "@smithy/util-endpoints": "npm:^3.4.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.49" + "@smithy/util-defaults-mode-node": "npm:^4.2.54" + "@smithy/util-endpoints": "npm:^3.4.2" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-retry": "npm:^4.3.2" + "@smithy/util-retry": "npm:^4.3.4" "@smithy/util-utf8": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/086a51b381142c028cad5484b08b33c22bd0296fe308293fd36789b1828958f31c03864a30ed36b14fc3f5da85acf3c8116d572e49bfb741f37beefc211acc10 + checksum: 10c0/7dd2601bcc1ffe851b3dd1c9d3ff5127ce164a0761c39efe69a5176ffff6e4a2e680cc28bbe881a6dfd0b54f934c6bbbf5edbb0d99b51384dfd4ed99aff14da9 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:^3.972.12": - version: 3.972.12 - resolution: "@aws-sdk/region-config-resolver@npm:3.972.12" +"@aws-sdk/region-config-resolver@npm:^3.972.13": + version: 3.972.13 + resolution: "@aws-sdk/region-config-resolver@npm:3.972.13" dependencies: "@aws-sdk/types": "npm:^3.973.8" - "@smithy/config-resolver": "npm:^4.4.16" + "@smithy/config-resolver": "npm:^4.4.17" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/fdef6b7c8b2cf00bfaa6118bc9698e922d9b28b538a9111a2593b14fa732a29a57c37c54dec8e4ddd921276e5989b09f1e9042c231fadbec64c2d0991130a126 + checksum: 10c0/8cc3e5433ccf9ec4efb6d12ccd924701cfd6fb018124c9e5106486da10402ea1b83b0855353dae5e0f31ad2c7b6d962ac832350a5cdbeda59a30231525fd1118 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:^3.996.17": - version: 3.996.17 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.996.17" +"@aws-sdk/signature-v4-multi-region@npm:^3.996.22": + version: 3.996.22 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.996.22" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:^3.972.29" + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.34" "@aws-sdk/types": "npm:^3.973.8" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/signature-v4": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/d97c7131d5a38477d80448e00ce2d50224e3a1a71b477940abe6e8176a64cb0e635e91afd813b92a085f993a4f8fb9f76de2b2041de77be1150addfbff372432 + checksum: 10c0/b49eb74c510064059f150ad3a8bfa017db3e6945dccb2af487bb2dbf5d0764db65a25f441ad8b1583cdc8cc1a76f5e8e531f121697a5c581171c25b5713ea2b3 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.1031.0": - version: 3.1031.0 - resolution: "@aws-sdk/token-providers@npm:3.1031.0" +"@aws-sdk/token-providers@npm:3.1036.0": + version: 3.1036.0 + resolution: "@aws-sdk/token-providers@npm:3.1036.0" dependencies: - "@aws-sdk/core": "npm:^3.974.0" - "@aws-sdk/nested-clients": "npm:^3.996.20" + "@aws-sdk/core": "npm:^3.974.5" + "@aws-sdk/nested-clients": "npm:^3.997.3" "@aws-sdk/types": "npm:^3.973.8" "@smithy/property-provider": "npm:^4.2.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/5356f794b694daa4399b943e2c9514b5b93ef27fb03debc1e50bf50c748ce68ff78a68393e6f7f2216b56b89b76b3ea141715ed08f452b4647e8035e8752319e + checksum: 10c0/e2c66516d76858a2f98fe4d67584c32408f4071fcc83c8a79cf6566874fc2918043bc4cc28a6ac916dca32f78c9c34ec237e04838b7ecb8d56fac8a024e8a1f7 languageName: node linkType: hard @@ -927,16 +930,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:^3.996.7": - version: 3.996.7 - resolution: "@aws-sdk/util-endpoints@npm:3.996.7" +"@aws-sdk/util-endpoints@npm:^3.996.8": + version: 3.996.8 + resolution: "@aws-sdk/util-endpoints@npm:3.996.8" dependencies: "@aws-sdk/types": "npm:^3.973.8" "@smithy/types": "npm:^4.14.1" "@smithy/url-parser": "npm:^4.2.14" - "@smithy/util-endpoints": "npm:^3.4.1" + "@smithy/util-endpoints": "npm:^3.4.2" tslib: "npm:^2.6.2" - checksum: 10c0/047eb767192831c6fff5ec93711c7a7be88ef6dc477b867a6ea00a55449128da9e9b169f4beadee917b965918ab8b8b5878d366bd6e90674e5e719f11ec0c84e + checksum: 10c0/66f17e85357ab8e265ab7d1c9a69a064ad3bea99420c786be9ef1f92bc71dca22d328bbceeaf6c64b4a3c37161b78318a3e4a424bf247dcb211d7ae29344db2f languageName: node linkType: hard @@ -961,11 +964,11 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:^3.973.16": - version: 3.973.16 - resolution: "@aws-sdk/util-user-agent-node@npm:3.973.16" +"@aws-sdk/util-user-agent-node@npm:^3.973.21": + version: 3.973.21 + resolution: "@aws-sdk/util-user-agent-node@npm:3.973.21" dependencies: - "@aws-sdk/middleware-user-agent": "npm:^3.972.30" + "@aws-sdk/middleware-user-agent": "npm:^3.972.35" "@aws-sdk/types": "npm:^3.973.8" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/types": "npm:^4.14.1" @@ -976,18 +979,18 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/203b2b8d212179db0ffdb463b2efc03492c2437095e685333138dc4dc01361a06bd994a8f9218f3e5d38493742de7d35cb20b5e3e6ae191efdbdca907c1f53d5 + checksum: 10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67 languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:^3.972.18": - version: 3.972.18 - resolution: "@aws-sdk/xml-builder@npm:3.972.18" +"@aws-sdk/xml-builder@npm:^3.972.19": + version: 3.972.19 + resolution: "@aws-sdk/xml-builder@npm:3.972.19" dependencies: "@smithy/types": "npm:^4.14.1" - fast-xml-parser: "npm:5.5.8" + fast-xml-parser: "npm:5.7.1" tslib: "npm:^2.6.2" - checksum: 10c0/b053d2e4ece8afd51718fa28b7a4ac9fbbb634532aa736fbdbd33b16389b32a02eee3cfdb625eae48c8d6dbdd93f2fa12831f9d388ca202edad76adb8dd24a35 + checksum: 10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68 languageName: node linkType: hard @@ -1375,34 +1378,34 @@ __metadata: languageName: node linkType: hard -"@datadog/browser-core@npm:6.32.0": - version: 6.32.0 - resolution: "@datadog/browser-core@npm:6.32.0" - checksum: 10c0/631afa79701f48c3c5d7aa0aa57a61ad1f84a82426a6bdb81032a509cb93925b540aac993fe0da31accdda21b017edfb0a908d0da85162e1982f47bf18c3e4c9 +"@datadog/browser-core@npm:6.33.0": + version: 6.33.0 + resolution: "@datadog/browser-core@npm:6.33.0" + checksum: 10c0/137a504b755295eec3381445e76cd9e01c5edd92d8b308e1481a86407b8916f695e35771bd3f148f27754f01d75b808180fd9c08f4401066150527e27609309b languageName: node linkType: hard -"@datadog/browser-rum-core@npm:6.32.0": - version: 6.32.0 - resolution: "@datadog/browser-rum-core@npm:6.32.0" +"@datadog/browser-rum-core@npm:6.33.0": + version: 6.33.0 + resolution: "@datadog/browser-rum-core@npm:6.33.0" dependencies: - "@datadog/browser-core": "npm:6.32.0" - checksum: 10c0/a1967c34c21811a5a5d44b2dac5c70dae9c4c4cd627ac9946daffe51e398b9451fce163f5c65800d2c375c469ef01b6c69a737b76fcf47b2624ad56cfafeed4b + "@datadog/browser-core": "npm:6.33.0" + checksum: 10c0/04626272ebbe86c7265fbbc7aa343dabaf5dfc4ce335e8d0643a020d659c86112f9d5303ff958a7c8e65d0379cafa613240b6a861bf7987180437bee6a8414d2 languageName: node linkType: hard "@datadog/browser-rum@npm:^6.7.0": - version: 6.32.0 - resolution: "@datadog/browser-rum@npm:6.32.0" + version: 6.33.0 + resolution: "@datadog/browser-rum@npm:6.33.0" dependencies: - "@datadog/browser-core": "npm:6.32.0" - "@datadog/browser-rum-core": "npm:6.32.0" + "@datadog/browser-core": "npm:6.33.0" + "@datadog/browser-rum-core": "npm:6.33.0" peerDependencies: - "@datadog/browser-logs": 6.32.0 + "@datadog/browser-logs": 6.33.0 peerDependenciesMeta: "@datadog/browser-logs": optional: true - checksum: 10c0/ad160880950d3fb0dcf50cd83ac2309c8b25d7acaeda74eea461a4a54eeb83839a6b1472a99c867f24afcfafd7f62270be4d2b8c77cb9cb55c25e70912eedc12 + checksum: 10c0/bd307e60fdecfd5c1068caf632efeb7088eb940d6a2d0a6a5799c87d9c60973e74c714b9eaa45d4f527cba5fbf547ec5ed32442e50e787ef6ccfb5076e3420fc languageName: node linkType: hard @@ -1937,53 +1940,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/paginator@npm:^5.0.0": - version: 5.0.2 - resolution: "@google-cloud/paginator@npm:5.0.2" - dependencies: - arrify: "npm:^2.0.0" - extend: "npm:^3.0.2" - checksum: 10c0/aac4ed986c2b274ac9fdca3f68d5ba6ee95f4c35370b11db25c288bf485352e2ec5df16bf9c3cff554a2e73a07e62f10044d273788df61897b81fe47bb18106d - languageName: node - linkType: hard - -"@google-cloud/projectify@npm:^4.0.0": - version: 4.0.0 - resolution: "@google-cloud/projectify@npm:4.0.0" - checksum: 10c0/0d0a6ceca76a138973fcb3ad577f209acdbd9d9aed1c645b09f98d5e5a258053dbbe6c1f13e6f85310cc0d9308f5f3a84f8fa4f1a132549a68d86174fb21067f - languageName: node - linkType: hard - -"@google-cloud/promisify@npm:<4.1.0": - version: 4.0.0 - resolution: "@google-cloud/promisify@npm:4.0.0" - checksum: 10c0/4332cbd923d7c6943ecdf46f187f1417c84bb9c801525cd74d719c766bfaad650f7964fb74576345f6537b6d6273a4f2992c8d79ebec6c8b8401b23d626b8dd3 - languageName: node - linkType: hard - -"@google-cloud/storage@npm:^7.19.0": - version: 7.19.0 - resolution: "@google-cloud/storage@npm:7.19.0" - dependencies: - "@google-cloud/paginator": "npm:^5.0.0" - "@google-cloud/projectify": "npm:^4.0.0" - "@google-cloud/promisify": "npm:<4.1.0" - abort-controller: "npm:^3.0.0" - async-retry: "npm:^1.3.3" - duplexify: "npm:^4.1.3" - fast-xml-parser: "npm:^5.3.4" - gaxios: "npm:^6.0.2" - google-auth-library: "npm:^9.6.3" - html-entities: "npm:^2.5.2" - mime: "npm:^3.0.0" - p-limit: "npm:^3.0.1" - retry-request: "npm:^7.0.0" - teeny-request: "npm:^9.0.0" - uuid: "npm:^8.0.0" - checksum: 10c0/2951e4a0b3c2f90c28917a9b313a981722a9e5648ca2b6d04f384f816e9107e1637b00c32c5e71ed8d25c7e1840898b616f015b29c2cc1d8d8a22c8630778d8c - languageName: node - linkType: hard - "@hapi/address@npm:^5.1.1": version: 5.1.1 resolution: "@hapi/address@npm:5.1.1" @@ -2415,8 +2371,8 @@ __metadata: linkType: hard "@kong/kongponents@npm:^9.14.24": - version: 9.52.10 - resolution: "@kong/kongponents@npm:9.52.10" + version: 9.52.11 + resolution: "@kong/kongponents@npm:9.52.11" dependencies: "@floating-ui/vue": "npm:^1.1.11" "@kong/icons": "npm:^1.45.0" @@ -2435,7 +2391,7 @@ __metadata: peerDependencies: vue: ">= 3.5.0 < 4" vue-router: ^4.6.4 - checksum: 10c0/f8dd70fb680f77d76aa95deb67874be6f47621bb75c0a8d39b2fe71c8c1e0283df757d19389652601f0e02537351244b03e3869a9f63b0730471154ead8900c8 + checksum: 10c0/8e20dee57189fff2c6e3e500d01ee8726d0b5585a0ab8ac9070131517cadc0caf16aa0f245e7d75733e164dcf0ceba757345a21809517901a3b39f219d15a3ef languageName: node linkType: hard @@ -2449,8 +2405,8 @@ __metadata: linkType: hard "@kong/spec-renderer@npm:^1.95.8": - version: 1.107.12 - resolution: "@kong/spec-renderer@npm:1.107.12" + version: 1.107.14 + resolution: "@kong/spec-renderer@npm:1.107.14" dependencies: "@apidevtools/json-schema-ref-parser": "npm:14.0.3" "@asyncapi/avro-schema-parser": "npm:^3.0.24" @@ -2464,16 +2420,16 @@ __metadata: "@stoplight/yaml": "npm:^4.3.0" "@vueuse/core": "npm:^14.2.1" allof-merge: "npm:^0.6.8" - flatted: "npm:^3.3.4" + flatted: "npm:^3.4.2" form-urlencoded: "npm:^6.1.6" httpsnippet: "npm:^3.0.10" lodash-es: "npm:^4.18.1" markdown-it: "npm:^14.1.1" - sanitize-html: "npm:^2.17.2" + sanitize-html: "npm:^2.17.3" shiki: "npm:^3.23.0" peerDependencies: vue: ">= 3.3.13 < 4" - checksum: 10c0/d8055b7b41dd4e305f928051f6289f5b9f2a877c9885468bed324a8a5445c70e9a5a3480cfd57669a5e17e2962c69eb99bf1754deadc4591d17919f64833a240 + checksum: 10c0/91cfdf868e757eb5c3ea974bdef3b8f93b419c1179fe3f1499d1f33cc067297ae4861d8a17d0268a86ed70a58fa332570f9598f1698d43b24e33f5c42de32a8f languageName: node linkType: hard @@ -3302,6 +3258,13 @@ __metadata: languageName: node linkType: hard +"@nodable/entities@npm:^2.1.0": + version: 2.1.0 + resolution: "@nodable/entities@npm:2.1.0" + checksum: 10c0/5a4cba2b61a5b6c726328b18b1de6d033cae4a658a118644bf31e0bcbda126ea7b69385043dc556cf1ed859b9ca220e82b81b5e5c48ef1b519fb8ec104575dee + languageName: node + linkType: hard + "@nodelib/fs.scandir@npm:2.1.5": version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" @@ -4240,23 +4203,23 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.4.16": - version: 4.4.16 - resolution: "@smithy/config-resolver@npm:4.4.16" +"@smithy/config-resolver@npm:^4.4.17": + version: 4.4.17 + resolution: "@smithy/config-resolver@npm:4.4.17" dependencies: "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/types": "npm:^4.14.1" "@smithy/util-config-provider": "npm:^4.2.2" - "@smithy/util-endpoints": "npm:^3.4.1" + "@smithy/util-endpoints": "npm:^3.4.2" "@smithy/util-middleware": "npm:^4.2.14" tslib: "npm:^2.6.2" - checksum: 10c0/92aa853e11d4bdcfae66d8931b7eb92b9585dd5583ee7dccbb05d297f56521701b13af2fcadec08547006879e1f17d529d41c7aa284fde1100e9b2d6a76c514d + checksum: 10c0/44e653e2ed31bf765f0b30ca404dc3e02f30ad800971f812a6363b71da8d37de5d7d8901d9db4d86d2493f25037904f35c01bbb1a83a2a72e7e7b201ce5c411a languageName: node linkType: hard -"@smithy/core@npm:^3.23.15": - version: 3.23.15 - resolution: "@smithy/core@npm:3.23.15" +"@smithy/core@npm:^3.23.17": + version: 3.23.17 + resolution: "@smithy/core@npm:3.23.17" dependencies: "@smithy/protocol-http": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" @@ -4264,11 +4227,11 @@ __metadata: "@smithy/util-base64": "npm:^4.3.2" "@smithy/util-body-length-browser": "npm:^4.2.2" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-stream": "npm:^4.5.25" "@smithy/util-utf8": "npm:^4.2.2" "@smithy/uuid": "npm:^1.1.2" tslib: "npm:^2.6.2" - checksum: 10c0/2d951caa2842691c074bb305f57bdaaf398af1af1e71fef25c679677ffc5f883af42f0ec4cc34bc2189d48db7c6f9cda641292ebc7b3137beb4fb8db503ebbf9 + checksum: 10c0/223631835e93c314a8fa394db724673c0940d3ba9e5ffbd73bd7c09854d7e003d19de950b44ce408e099c72ed3c22eb5e41370abea4ac656f7037e6da07be3c1 languageName: node linkType: hard @@ -4438,49 +4401,49 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.4.30": - version: 4.4.30 - resolution: "@smithy/middleware-endpoint@npm:4.4.30" +"@smithy/middleware-endpoint@npm:^4.4.32": + version: 4.4.32 + resolution: "@smithy/middleware-endpoint@npm:4.4.32" dependencies: - "@smithy/core": "npm:^3.23.15" - "@smithy/middleware-serde": "npm:^4.2.18" + "@smithy/core": "npm:^3.23.17" + "@smithy/middleware-serde": "npm:^4.2.20" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/shared-ini-file-loader": "npm:^4.4.9" "@smithy/types": "npm:^4.14.1" "@smithy/url-parser": "npm:^4.2.14" "@smithy/util-middleware": "npm:^4.2.14" tslib: "npm:^2.6.2" - checksum: 10c0/9ab2b144fe9de34cc354a6edaf34e18d50c1b0880e5fae30be29c7b178d5d6ba0fd94290efd5e14a28c4767bc7e40efde33cb95b2e6396f9a3cec42a977699b1 + checksum: 10c0/a77ba3f56956b872a533754c71f75d2a9d6df9af8d58a059d07caedd1af3ffdcae5b667a0b96b6d067555a777510f6fc5847f699a2dd705e9b5837d21510daa4 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.5.3": - version: 4.5.3 - resolution: "@smithy/middleware-retry@npm:4.5.3" +"@smithy/middleware-retry@npm:^4.5.5": + version: 4.5.5 + resolution: "@smithy/middleware-retry@npm:4.5.5" dependencies: - "@smithy/core": "npm:^3.23.15" + "@smithy/core": "npm:^3.23.17" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/protocol-http": "npm:^5.3.14" - "@smithy/service-error-classification": "npm:^4.2.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/service-error-classification": "npm:^4.3.0" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" "@smithy/util-middleware": "npm:^4.2.14" - "@smithy/util-retry": "npm:^4.3.2" + "@smithy/util-retry": "npm:^4.3.4" "@smithy/uuid": "npm:^1.1.2" tslib: "npm:^2.6.2" - checksum: 10c0/71b0834cd86f85c70fac3d4dff07a84632c8f3ca2df6fd1e60c5d6daaad343b9882f1033b1882831ce83094663f2168f43e50721a721b715b76248d99b412f57 + checksum: 10c0/90bc79a5103e81a1f628c5c426cb4df3577cead58cc50776285ac130f9b128f51963f6ca43d9e68dd253d106ed126f069515396a8c08b29aade039dc67b7cfd0 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.2.18": - version: 4.2.18 - resolution: "@smithy/middleware-serde@npm:4.2.18" +"@smithy/middleware-serde@npm:^4.2.20": + version: 4.2.20 + resolution: "@smithy/middleware-serde@npm:4.2.20" dependencies: - "@smithy/core": "npm:^3.23.15" + "@smithy/core": "npm:^3.23.17" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/40d49b5d63cdce8e73c4561d72b97db8cc42721045a3ae924ae0f8c211354deb1c9850d034dc94e1bc5d1b3a4a395dbc1165a49c66e0b5ba1d281ca8257395e2 + checksum: 10c0/2db736d58c0d628a33febad86259eedd6d025135fc403458e4469a077a6adbb909587408acb62c982fa1b2d8b1376507da90661a4315a544c7d73a62179a3453 languageName: node linkType: hard @@ -4506,7 +4469,7 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.4.9, @smithy/node-http-handler@npm:^4.5.3": +"@smithy/node-http-handler@npm:^4.4.9": version: 4.5.3 resolution: "@smithy/node-http-handler@npm:4.5.3" dependencies: @@ -4518,6 +4481,18 @@ __metadata: languageName: node linkType: hard +"@smithy/node-http-handler@npm:^4.6.1": + version: 4.6.1 + resolution: "@smithy/node-http-handler@npm:4.6.1" + dependencies: + "@smithy/protocol-http": "npm:^5.3.14" + "@smithy/querystring-builder": "npm:^4.2.14" + "@smithy/types": "npm:^4.14.1" + tslib: "npm:^2.6.2" + checksum: 10c0/6c07fbfd8326cd5369283bd19c1af923ee49b7dcf42fdd199bb7132e4c25eaa6db8573e3b669fb60be0d8f9757a3f2482cd0cf6d6631494255f08239d3036ed2 + languageName: node + linkType: hard + "@smithy/property-provider@npm:^4.2.14": version: 4.2.14 resolution: "@smithy/property-provider@npm:4.2.14" @@ -4559,12 +4534,12 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.2.14": - version: 4.2.14 - resolution: "@smithy/service-error-classification@npm:4.2.14" +"@smithy/service-error-classification@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/service-error-classification@npm:4.3.0" dependencies: "@smithy/types": "npm:^4.14.1" - checksum: 10c0/75598612b891ba100169df3c76b1afcafd273c53e645ce0ed64e97f8b68dfa8ceef5d9f9f1656f4d327996e04537440c54c7dfa0c1edfed0bc5a9ee8d8b0f85d + checksum: 10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a languageName: node linkType: hard @@ -4594,18 +4569,18 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.12.11": - version: 4.12.11 - resolution: "@smithy/smithy-client@npm:4.12.11" +"@smithy/smithy-client@npm:^4.12.13": + version: 4.12.13 + resolution: "@smithy/smithy-client@npm:4.12.13" dependencies: - "@smithy/core": "npm:^3.23.15" - "@smithy/middleware-endpoint": "npm:^4.4.30" + "@smithy/core": "npm:^3.23.17" + "@smithy/middleware-endpoint": "npm:^4.4.32" "@smithy/middleware-stack": "npm:^4.2.14" "@smithy/protocol-http": "npm:^5.3.14" "@smithy/types": "npm:^4.14.1" - "@smithy/util-stream": "npm:^4.5.23" + "@smithy/util-stream": "npm:^4.5.25" tslib: "npm:^2.6.2" - checksum: 10c0/5688db9635e4c9a89dd425706e45aa0b2dff7317d7c417a965fceb0b83f803690a73a1ebe749397a97c86b462bff7bd541005354538118888da2a489aec5e301 + checksum: 10c0/0680d4d0720d110a637fabb8bdc85175e1471191925f5c55f08636f5327de1bc29c8db75318aac1396491fa83c8a319dd4cd26c5e9fff619207c9a96b9dbd9fe languageName: node linkType: hard @@ -4687,41 +4662,41 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.3.47": - version: 4.3.47 - resolution: "@smithy/util-defaults-mode-browser@npm:4.3.47" +"@smithy/util-defaults-mode-browser@npm:^4.3.49": + version: 4.3.49 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.49" dependencies: "@smithy/property-provider": "npm:^4.2.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/119c491b7c1a9a8cf5c1e006e6a3c17d6c8d72c4f81d5688ed527efe31c811c6690b339f2bcb3dc3fcc2eacbd72727fee1f8bef4cf734da920b45b1de00dc972 + checksum: 10c0/0979b09f1108aa41f5bf623e32fa138e129fbffe3adc23c46308afa310b925635428f9d7e36e3e2a312cafe9af325cb5f01667791ee672418d4f302c1961623b languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.52": - version: 4.2.52 - resolution: "@smithy/util-defaults-mode-node@npm:4.2.52" +"@smithy/util-defaults-mode-node@npm:^4.2.54": + version: 4.2.54 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.54" dependencies: - "@smithy/config-resolver": "npm:^4.4.16" + "@smithy/config-resolver": "npm:^4.4.17" "@smithy/credential-provider-imds": "npm:^4.2.14" "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/property-provider": "npm:^4.2.14" - "@smithy/smithy-client": "npm:^4.12.11" + "@smithy/smithy-client": "npm:^4.12.13" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/ef9373a99c282f9f00219805ef7de23f069d856c1660ca6c8a8bed7875e366be5cbbfbbd23aee404f074f548c4d07d9753940d284f489c72ae8f01079a1b4c5c + checksum: 10c0/7146087fa1d7758b37da456719d589f63300843ff5610891de02a0434c5abbd49fd257712c2d9e0bede904f4ec62c9d3c9eddcd6ec0372134f998e4f9c0bce09 languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.4.1": - version: 3.4.1 - resolution: "@smithy/util-endpoints@npm:3.4.1" +"@smithy/util-endpoints@npm:^3.4.2": + version: 3.4.2 + resolution: "@smithy/util-endpoints@npm:3.4.2" dependencies: "@smithy/node-config-provider": "npm:^4.3.14" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/a8923934c275b9a4a640cb6ddd2ed2f36dcc2e5400d9e728b7a45b93528fdb798ed9c057af98f769e094aaeb885d5b242436abba8877b96770d7478212d3efdf + checksum: 10c0/602e05c8dc43d8902604bac74b717d09da5b4f1994dcdd5025bffeced6002eaa0612ae1ccbe7a0e636a3d92a60747715e22cbacf8feeb672394d15b6ae211b13 languageName: node linkType: hard @@ -4744,30 +4719,30 @@ __metadata: languageName: node linkType: hard -"@smithy/util-retry@npm:^4.3.2": - version: 4.3.2 - resolution: "@smithy/util-retry@npm:4.3.2" +"@smithy/util-retry@npm:^4.3.4": + version: 4.3.4 + resolution: "@smithy/util-retry@npm:4.3.4" dependencies: - "@smithy/service-error-classification": "npm:^4.2.14" + "@smithy/service-error-classification": "npm:^4.3.0" "@smithy/types": "npm:^4.14.1" tslib: "npm:^2.6.2" - checksum: 10c0/3d66c65301f2e00ba5928b70841e434fe6d54407117c78a1e120f4c409225f64d7f6901bd3680f8359ef766776f316486b191f4ad6830c1af628cbd368a84161 + checksum: 10c0/8d80edf2dfb23199f5b8095b20ae3774edf3f34b391ce8b7acc6c0ac89a7963677cfdccf8a388d8e688c67a453e8a94448c1753ec3bfdcaa253373770e58538b languageName: node linkType: hard -"@smithy/util-stream@npm:^4.5.23": - version: 4.5.23 - resolution: "@smithy/util-stream@npm:4.5.23" +"@smithy/util-stream@npm:^4.5.25": + version: 4.5.25 + resolution: "@smithy/util-stream@npm:4.5.25" dependencies: "@smithy/fetch-http-handler": "npm:^5.3.17" - "@smithy/node-http-handler": "npm:^4.5.3" + "@smithy/node-http-handler": "npm:^4.6.1" "@smithy/types": "npm:^4.14.1" "@smithy/util-base64": "npm:^4.3.2" "@smithy/util-buffer-from": "npm:^4.2.2" "@smithy/util-hex-encoding": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/a33966bd600d522a6dce7eaf97f27c6b92fbca370abf29c1676b254f4f252c15c01bbb3f9e5224c07c31a85343404863a0a3f048619e9b133afeb647a9d489e4 + checksum: 10c0/4b222c975eca2018831f1ab4067f122f4ef5e68f3abb71776003309f1a27f67d509a2d86f5f1f81a91656236db0e29c38314c005b17dbf63f053de4d97be7b59 languageName: node linkType: hard @@ -5165,13 +5140,6 @@ __metadata: languageName: node linkType: hard -"@tootallnate/once@npm:2": - version: 2.0.0 - resolution: "@tootallnate/once@npm:2.0.0" - checksum: 10c0/073bfa548026b1ebaf1659eb8961e526be22fa77139b10d60e712f46d2f0f05f4e6c8bec62a087d41088ee9e29faa7f54838568e475ab2f776171003c3920858 - languageName: node - linkType: hard - "@tsconfig/node10@npm:^1.0.7": version: 1.0.12 resolution: "@tsconfig/node10@npm:1.0.12" @@ -5200,13 +5168,6 @@ __metadata: languageName: node linkType: hard -"@types/caseless@npm:*": - version: 0.12.5 - resolution: "@types/caseless@npm:0.12.5" - checksum: 10c0/b1f8b8a38ce747b643115d37a40ea824c658bd7050e4b69427a10e9d12d1606ed17a0f6018241c08291cd59f70aeb3c1f3754ad61e45f8dbba708ec72dde7ec8 - languageName: node - linkType: hard - "@types/d3-array@npm:*": version: 3.2.2 resolution: "@types/d3-array@npm:3.2.2" @@ -5594,18 +5555,6 @@ __metadata: languageName: node linkType: hard -"@types/request@npm:^2.48.8": - version: 2.48.13 - resolution: "@types/request@npm:2.48.13" - dependencies: - "@types/caseless": "npm:*" - "@types/node": "npm:*" - "@types/tough-cookie": "npm:*" - form-data: "npm:^2.5.5" - checksum: 10c0/1c6798d926a6577f213dbc04aa09945590f260ea367537c20824ff337b0a49d56e5199a6a6029e625568d97c3bbb98908bdb8d9158eb421f70a0d03ae230ff72 - languageName: node - linkType: hard - "@types/resize-observer-browser@npm:^0.1.7": version: 0.1.11 resolution: "@types/resize-observer-browser@npm:0.1.11" @@ -5627,13 +5576,6 @@ __metadata: languageName: node linkType: hard -"@types/tough-cookie@npm:*": - version: 4.0.5 - resolution: "@types/tough-cookie@npm:4.0.5" - checksum: 10c0/68c6921721a3dcb40451543db2174a145ef915bc8bcbe7ad4e59194a0238e776e782b896c7a59f4b93ac6acefca9161fccb31d1ce3b3445cb6faa467297fb473 - languageName: node - linkType: hard - "@types/triple-beam@npm:^1.3.2": version: 1.3.5 resolution: "@types/triple-beam@npm:1.3.5" @@ -5823,6 +5765,19 @@ __metadata: languageName: node linkType: hard +"@vue/compiler-core@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/compiler-core@npm:3.5.33" + dependencies: + "@babel/parser": "npm:^7.29.2" + "@vue/shared": "npm:3.5.33" + entities: "npm:^7.0.1" + estree-walker: "npm:^2.0.2" + source-map-js: "npm:^1.2.1" + checksum: 10c0/4a7a7c17b8849901a539c7ca1b5a57d8dfe1a3e3886460ec0e7da7f2a9aa894d917bf4d303b8b9b31287a99359f3e26ce8c2734b5799f647b39f1bf0c5683a13 + languageName: node + linkType: hard + "@vue/compiler-dom@npm:3.5.32": version: 3.5.32 resolution: "@vue/compiler-dom@npm:3.5.32" @@ -5833,7 +5788,34 @@ __metadata: languageName: node linkType: hard -"@vue/compiler-sfc@npm:3.5.32, @vue/compiler-sfc@npm:^3.5.13": +"@vue/compiler-dom@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/compiler-dom@npm:3.5.33" + dependencies: + "@vue/compiler-core": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" + checksum: 10c0/ea0114f75e7d1db9e650952cb1227b67b4a11f78b41bb197767fc09cbcc54c9375bd0737f6ba659ab74281a2b233f01fb307ce5138a62373a46c424fa1bc22d5 + languageName: node + linkType: hard + +"@vue/compiler-sfc@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/compiler-sfc@npm:3.5.33" + dependencies: + "@babel/parser": "npm:^7.29.2" + "@vue/compiler-core": "npm:3.5.33" + "@vue/compiler-dom": "npm:3.5.33" + "@vue/compiler-ssr": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" + estree-walker: "npm:^2.0.2" + magic-string: "npm:^0.30.21" + postcss: "npm:^8.5.10" + source-map-js: "npm:^1.2.1" + checksum: 10c0/1c5e649b591eb8466eecda43369bc21a12d4cc763c994a5f3370e532c8abb70bbdfedec3c444ebf6373b10d278d5c01972406bc28372ba42a184e1a6a97f9910 + languageName: node + linkType: hard + +"@vue/compiler-sfc@npm:^3.5.13": version: 3.5.32 resolution: "@vue/compiler-sfc@npm:3.5.32" dependencies: @@ -5860,46 +5842,56 @@ __metadata: languageName: node linkType: hard -"@vue/reactivity@npm:3.5.32": - version: 3.5.32 - resolution: "@vue/reactivity@npm:3.5.32" +"@vue/compiler-ssr@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/compiler-ssr@npm:3.5.33" dependencies: - "@vue/shared": "npm:3.5.32" - checksum: 10c0/705d5da46ce832d885b46f7922d538049860fbee8d48fadb2ddbda8e8c129c3d6586d84bd360c0e767e287af3d4cdd63943666e3fd52ce14d37ae741ab9675eb + "@vue/compiler-dom": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" + checksum: 10c0/9a812813d51765777229a43b8e40166cdfd0f0e4e3af6d2dc8fdd7481ce4e1635cb450d407d4f709d707c8efb962053a454abc532222933116651eb3f5c2878e languageName: node linkType: hard -"@vue/runtime-core@npm:3.5.32": - version: 3.5.32 - resolution: "@vue/runtime-core@npm:3.5.32" +"@vue/reactivity@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/reactivity@npm:3.5.33" dependencies: - "@vue/reactivity": "npm:3.5.32" - "@vue/shared": "npm:3.5.32" - checksum: 10c0/db78381b560e520145b3074aeb630041174af49b98db18171c04b4901bf6080e80054552b89c660fe5b1607a81fa21916f572780f61df942469c25a84e71bc1d + "@vue/shared": "npm:3.5.33" + checksum: 10c0/6e129d3161126e43eb76d6bf116d4a6754a068b772c3c3f193aa0a07766713b0a44a4073ca6dabdf1b8d8dd42e29a1158394b2198c6daf4f5f77786f1bd213dd languageName: node linkType: hard -"@vue/runtime-dom@npm:3.5.32": - version: 3.5.32 - resolution: "@vue/runtime-dom@npm:3.5.32" +"@vue/runtime-core@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/runtime-core@npm:3.5.33" dependencies: - "@vue/reactivity": "npm:3.5.32" - "@vue/runtime-core": "npm:3.5.32" - "@vue/shared": "npm:3.5.32" + "@vue/reactivity": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" + checksum: 10c0/9e9b72a4d0d4bc198c9cd1ecbad3f690b948c2306b20ce6553e760c6e3ac1e29db3aa85cff991b618567b4733312199e799f776f555d4bbda37aa37850c4101f + languageName: node + linkType: hard + +"@vue/runtime-dom@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/runtime-dom@npm:3.5.33" + dependencies: + "@vue/reactivity": "npm:3.5.33" + "@vue/runtime-core": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" csstype: "npm:^3.2.3" - checksum: 10c0/0d35ed9c8395d3a7d172922e58b954ef6a23deb5c5904b30da075af3f401c9943ff1272d6c21c921537e8ed50d59e2f2e160b18c3f8725dd4d4ebb65f5eaa8fe + checksum: 10c0/4bb66f43f19911df5b1dcae445254271ee6172b72a6e352c231ab7cf6fe90b18af795edc0faaaf7661effc8903eb0445f756e0854808ede710f087d8c92cdaf4 languageName: node linkType: hard -"@vue/server-renderer@npm:3.5.32": - version: 3.5.32 - resolution: "@vue/server-renderer@npm:3.5.32" +"@vue/server-renderer@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/server-renderer@npm:3.5.33" dependencies: - "@vue/compiler-ssr": "npm:3.5.32" - "@vue/shared": "npm:3.5.32" + "@vue/compiler-ssr": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" peerDependencies: - vue: 3.5.32 - checksum: 10c0/121b8df2686cc8815b9f3c5f8e33a519d6c064061c4db219690fd656954aac7baf54de23999a279c0aae48a6400aa262cffc38da76e3029bcca4662a7e67f4e8 + vue: 3.5.33 + checksum: 10c0/c666f09f429878a67e4b7617979cb9430ba002027806b3a2ed2143d7032d5d073eb1ba7d885060f4b13c2902074b2d3bfc9f31f641e8d8adf60350fec36cb2a3 languageName: node linkType: hard @@ -5910,6 +5902,13 @@ __metadata: languageName: node linkType: hard +"@vue/shared@npm:3.5.33": + version: 3.5.33 + resolution: "@vue/shared@npm:3.5.33" + checksum: 10c0/c96ec56cf1ff246907ed734f7e61f81e96fccec9944d77ae79421d9d1548ea5be63694e951968b527bdd1dd2c6ab98a05229ee9ae252893051f4802c95c1d3f2 + languageName: node + linkType: hard + "@vueuse/core@npm:^14.2.1": version: 14.2.1 resolution: "@vueuse/core@npm:14.2.1" @@ -6067,15 +6066,6 @@ __metadata: languageName: node linkType: hard -"agent-base@npm:6": - version: 6.0.2 - resolution: "agent-base@npm:6.0.2" - dependencies: - debug: "npm:4" - checksum: 10c0/dc4f757e40b5f3e3d674bc9beb4f1048f4ee83af189bae39be99f57bf1f48dde166a8b0a5342a84b5944ee8e6ed1e5a9d801858f4ad44764e84957122fe46261 - languageName: node - linkType: hard - "agent-base@npm:8.0.0": version: 8.0.0 resolution: "agent-base@npm:8.0.0" @@ -6163,24 +6153,24 @@ __metadata: linkType: hard "algoliasearch@npm:^5.20.0": - version: 5.50.2 - resolution: "algoliasearch@npm:5.50.2" - dependencies: - "@algolia/abtesting": "npm:1.16.2" - "@algolia/client-abtesting": "npm:5.50.2" - "@algolia/client-analytics": "npm:5.50.2" - "@algolia/client-common": "npm:5.50.2" - "@algolia/client-insights": "npm:5.50.2" - "@algolia/client-personalization": "npm:5.50.2" - "@algolia/client-query-suggestions": "npm:5.50.2" - "@algolia/client-search": "npm:5.50.2" - "@algolia/ingestion": "npm:1.50.2" - "@algolia/monitoring": "npm:1.50.2" - "@algolia/recommend": "npm:5.50.2" - "@algolia/requester-browser-xhr": "npm:5.50.2" - "@algolia/requester-fetch": "npm:5.50.2" - "@algolia/requester-node-http": "npm:5.50.2" - checksum: 10c0/a5ac51406e9678cb0fd97c255418a2b8e6b20839854bfccf66f2b21aec5ca1178351fef6a72d604ab132ba201f51eb4aed072fbffa5197a78d45b346e7f46714 + version: 5.51.0 + resolution: "algoliasearch@npm:5.51.0" + dependencies: + "@algolia/abtesting": "npm:1.17.0" + "@algolia/client-abtesting": "npm:5.51.0" + "@algolia/client-analytics": "npm:5.51.0" + "@algolia/client-common": "npm:5.51.0" + "@algolia/client-insights": "npm:5.51.0" + "@algolia/client-personalization": "npm:5.51.0" + "@algolia/client-query-suggestions": "npm:5.51.0" + "@algolia/client-search": "npm:5.51.0" + "@algolia/ingestion": "npm:1.51.0" + "@algolia/monitoring": "npm:1.51.0" + "@algolia/recommend": "npm:5.51.0" + "@algolia/requester-browser-xhr": "npm:5.51.0" + "@algolia/requester-fetch": "npm:5.51.0" + "@algolia/requester-node-http": "npm:5.51.0" + checksum: 10c0/ed954a065d70a7648509618556c6cf7005c58c19dd82e445097dd12e73ef49b50329999b3c8d9d112fb5ce71cb5cd2280782adc490581f90ced502688a237444 languageName: node linkType: hard @@ -6387,13 +6377,6 @@ __metadata: languageName: node linkType: hard -"arrify@npm:^2.0.0": - version: 2.0.1 - resolution: "arrify@npm:2.0.1" - checksum: 10c0/3fb30b5e7c37abea1907a60b28a554d2f0fc088757ca9bf5b684786e583fdf14360721eb12575c1ce6f995282eab936712d3c4389122682eafab0e0b57f78dbb - languageName: node - linkType: hard - "ascii-table@npm:0.0.9": version: 0.0.9 resolution: "ascii-table@npm:0.0.9" @@ -6456,15 +6439,6 @@ __metadata: languageName: node linkType: hard -"async-retry@npm:^1.3.3": - version: 1.3.3 - resolution: "async-retry@npm:1.3.3" - dependencies: - retry: "npm:0.13.1" - checksum: 10c0/cabced4fb46f8737b95cc88dc9c0ff42656c62dc83ce0650864e891b6c155a063af08d62c446269b51256f6fbcb69a6563b80e76d0ea4a5117b0c0377b6b19d8 - languageName: node - linkType: hard - "async-sema@npm:^3.1.1": version: 3.1.1 resolution: "async-sema@npm:3.1.1" @@ -6558,13 +6532,13 @@ __metadata: linkType: hard "axios@npm:^1.13.4, axios@npm:^1.15.0, axios@npm:^1.7.4": - version: 1.15.0 - resolution: "axios@npm:1.15.0" + version: 1.15.2 + resolution: "axios@npm:1.15.2" dependencies: follow-redirects: "npm:^1.15.11" form-data: "npm:^4.0.5" proxy-from-env: "npm:^2.1.0" - checksum: 10c0/47e0f860e98d4d7aa145e89ce0cae00e1fb0f1d2485f065c21fce955ddb1dba4103a46bd0e47acd18a27208a7f62c96249e620db575521b92a968619ab133409 + checksum: 10c0/4eeae0feeaa7fdc1ef24f81f8b378fdadedf4aebdd6bf224484675160f8744cf17b9b0d1c215279979940f7e8ce463beffa2f713099612e428eac238515c81d5 languageName: node linkType: hard @@ -6772,13 +6746,6 @@ __metadata: languageName: node linkType: hard -"bn.js@npm:^5.2.1": - version: 5.2.3 - resolution: "bn.js@npm:5.2.3" - checksum: 10c0/eef19cb9cf5e91e91e3e0f036b799ce6c72f79463c3934d62991c3dcdb58f6c94dc3d806495d9b0bf31cd121870ed79bb2115cea71b56c03e794fb71485031fa - languageName: node - linkType: hard - "body-parser@npm:^2.2.1": version: 2.2.2 resolution: "body-parser@npm:2.2.2" @@ -8564,18 +8531,6 @@ __metadata: languageName: node linkType: hard -"duplexify@npm:^4.1.3": - version: 4.1.3 - resolution: "duplexify@npm:4.1.3" - dependencies: - end-of-stream: "npm:^1.4.1" - inherits: "npm:^2.0.3" - readable-stream: "npm:^3.1.1" - stream-shift: "npm:^1.0.2" - checksum: 10c0/8a7621ae95c89f3937f982fe36d72ea997836a708471a75bb2a0eecde3330311b1e128a6dad510e0fd64ace0c56bff3484ed2e82af0e465600c82117eadfbda5 - languageName: node - linkType: hard - "eastasianwidth@npm:^0.2.0": version: 0.2.0 resolution: "eastasianwidth@npm:0.2.0" @@ -8648,7 +8603,7 @@ __metadata: languageName: node linkType: hard -"end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": +"end-of-stream@npm:^1.1.0": version: 1.4.5 resolution: "end-of-stream@npm:1.4.5" dependencies: @@ -9420,7 +9375,7 @@ __metadata: languageName: node linkType: hard -"fast-xml-builder@npm:^1.1.4": +"fast-xml-builder@npm:^1.1.4, fast-xml-builder@npm:^1.1.5": version: 1.1.5 resolution: "fast-xml-builder@npm:1.1.5" dependencies: @@ -9429,20 +9384,21 @@ __metadata: languageName: node linkType: hard -"fast-xml-parser@npm:5.5.8": - version: 5.5.8 - resolution: "fast-xml-parser@npm:5.5.8" +"fast-xml-parser@npm:5.7.1, fast-xml-parser@npm:^5.4.1": + version: 5.7.1 + resolution: "fast-xml-parser@npm:5.7.1" dependencies: - fast-xml-builder: "npm:^1.1.4" - path-expression-matcher: "npm:^1.2.0" - strnum: "npm:^2.2.0" + "@nodable/entities": "npm:^2.1.0" + fast-xml-builder: "npm:^1.1.5" + path-expression-matcher: "npm:^1.5.0" + strnum: "npm:^2.2.3" bin: fxparser: src/cli/cli.js - checksum: 10c0/b0eb5b5b4b02bb2dfac2fac4c19ce834017553e1f74499929a196b67bfe0741389a89dca4662c97bff138646d7c5fd985af59c7a216c433717e854de3355638c + checksum: 10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85 languageName: node linkType: hard -"fast-xml-parser@npm:^5.3.4, fast-xml-parser@npm:^5.5.9": +"fast-xml-parser@npm:^5.5.9": version: 5.6.0 resolution: "fast-xml-parser@npm:5.6.0" dependencies: @@ -9641,7 +9597,7 @@ __metadata: languageName: node linkType: hard -"flatted@npm:^3.3.4": +"flatted@npm:^3.4.2": version: 3.4.2 resolution: "flatted@npm:3.4.2" checksum: 10c0/a65b67aae7172d6cdf63691be7de6c5cd5adbdfdfe2e9da1a09b617c9512ed794037741ee53d93114276bff3f93cd3b0d97d54f9b316e1e4885dde6e9ffdf7ed @@ -9732,20 +9688,6 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^2.5.5": - version: 2.5.5 - resolution: "form-data@npm:2.5.5" - dependencies: - asynckit: "npm:^0.4.0" - combined-stream: "npm:^1.0.8" - es-set-tostringtag: "npm:^2.1.0" - hasown: "npm:^2.0.2" - mime-types: "npm:^2.1.35" - safe-buffer: "npm:^5.2.1" - checksum: 10c0/7fb70447849fc9bce4d01fe9a626f6587441f85779a2803b67f803e1ab52b0bd78db0a7acd80d944c665f68ca90936c327f1244b730719b638a0219e98b20488 - languageName: node - linkType: hard - "form-data@npm:^4.0.0, form-data@npm:^4.0.5": version: 4.0.5 resolution: "form-data@npm:4.0.5" @@ -9876,19 +9818,6 @@ __metadata: languageName: node linkType: hard -"gaxios@npm:^6.0.0, gaxios@npm:^6.0.2, gaxios@npm:^6.1.1": - version: 6.7.1 - resolution: "gaxios@npm:6.7.1" - dependencies: - extend: "npm:^3.0.2" - https-proxy-agent: "npm:^7.0.1" - is-stream: "npm:^2.0.0" - node-fetch: "npm:^2.6.9" - uuid: "npm:^9.0.1" - checksum: 10c0/53e92088470661c5bc493a1de29d05aff58b1f0009ec5e7903f730f892c3642a93e264e61904383741ccbab1ce6e519f12a985bba91e13527678b32ee6d7d3fd - languageName: node - linkType: hard - "gaxios@npm:^7.0.0, gaxios@npm:^7.1.4": version: 7.1.4 resolution: "gaxios@npm:7.1.4" @@ -9911,17 +9840,6 @@ __metadata: languageName: node linkType: hard -"gcp-metadata@npm:^6.1.0": - version: 6.1.1 - resolution: "gcp-metadata@npm:6.1.1" - dependencies: - gaxios: "npm:^6.1.1" - google-logging-utils: "npm:^0.0.2" - json-bigint: "npm:^1.0.0" - checksum: 10c0/71f6ad4800aa622c246ceec3955014c0c78cdcfe025971f9558b9379f4019f5e65772763428ee8c3244fa81b8631977316eaa71a823493f82e5c44d7259ffac8 - languageName: node - linkType: hard - "generator-function@npm:^2.0.0": version: 2.0.1 resolution: "generator-function@npm:2.0.1" @@ -10179,20 +10097,6 @@ __metadata: languageName: node linkType: hard -"google-auth-library@npm:^9.6.3": - version: 9.15.1 - resolution: "google-auth-library@npm:9.15.1" - dependencies: - base64-js: "npm:^1.3.0" - ecdsa-sig-formatter: "npm:^1.0.11" - gaxios: "npm:^6.1.1" - gcp-metadata: "npm:^6.1.0" - gtoken: "npm:^7.0.0" - jws: "npm:^4.0.0" - checksum: 10c0/6eef36d9a9cb7decd11e920ee892579261c6390104b3b24d3e0f3889096673189fe2ed0ee43fd563710e2560de98e63ad5aa4967b91e7f4e69074a422d5f7b65 - languageName: node - linkType: hard - "google-logging-utils@npm:1.1.3, google-logging-utils@npm:^1.0.0": version: 1.1.3 resolution: "google-logging-utils@npm:1.1.3" @@ -10200,13 +10104,6 @@ __metadata: languageName: node linkType: hard -"google-logging-utils@npm:^0.0.2": - version: 0.0.2 - resolution: "google-logging-utils@npm:0.0.2" - checksum: 10c0/9a4bbd470dd101c77405e450fffca8592d1d7114f245a121288d04a957aca08c9dea2dd1a871effe71e41540d1bb0494731a0b0f6fea4358e77f06645e4268c1 - languageName: node - linkType: hard - "gopd@npm:^1.0.1, gopd@npm:^1.2.0": version: 1.2.0 resolution: "gopd@npm:1.2.0" @@ -10228,16 +10125,6 @@ __metadata: languageName: node linkType: hard -"gtoken@npm:^7.0.0": - version: 7.1.0 - resolution: "gtoken@npm:7.1.0" - dependencies: - gaxios: "npm:^6.0.0" - jws: "npm:^4.0.0" - checksum: 10c0/0a3dcacb1a3c4578abe1ee01c7d0bf20bffe8ded3ee73fc58885d53c00f6eb43b4e1372ff179f0da3ed5cfebd5b7c6ab8ae2776f1787e90d943691b4fe57c716 - languageName: node - linkType: hard - "h3@npm:^1.15.10, h3@npm:^1.15.11, h3@npm:^1.15.3": version: 1.15.11 resolution: "h3@npm:1.15.11" @@ -10428,13 +10315,6 @@ __metadata: languageName: node linkType: hard -"html-entities@npm:^2.5.2": - version: 2.6.0 - resolution: "html-entities@npm:2.6.0" - checksum: 10c0/7c8b15d9ea0cd00dc9279f61bab002ba6ca8a7a0f3c36ed2db3530a67a9621c017830d1d2c1c65beb9b8e3436ea663e9cf8b230472e0e413359399413b27c8b7 - languageName: node - linkType: hard - "html-void-elements@npm:^3.0.0": version: 3.0.0 resolution: "html-void-elements@npm:3.0.0" @@ -10500,17 +10380,6 @@ __metadata: languageName: node linkType: hard -"http-proxy-agent@npm:^5.0.0": - version: 5.0.0 - resolution: "http-proxy-agent@npm:5.0.0" - dependencies: - "@tootallnate/once": "npm:2" - agent-base: "npm:6" - debug: "npm:4" - checksum: 10c0/32a05e413430b2c1e542e5c74b38a9f14865301dd69dff2e53ddb684989440e3d2ce0c4b64d25eb63cf6283e6265ff979a61cf93e3ca3d23047ddfdc8df34a32 - languageName: node - linkType: hard - "http-proxy-agent@npm:^7.0.0": version: 7.0.2 resolution: "http-proxy-agent@npm:7.0.2" @@ -10570,16 +10439,6 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^5.0.0": - version: 5.0.1 - resolution: "https-proxy-agent@npm:5.0.1" - dependencies: - agent-base: "npm:6" - debug: "npm:4" - checksum: 10c0/6dd639f03434003577c62b27cafdb864784ef19b2de430d8ae2a1d45e31c4fd60719e5637b44db1a88a046934307da7089e03d6089ec3ddacc1189d8de8897d1 - languageName: node - linkType: hard - "https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.2, https-proxy-agent@npm:^7.0.5": version: 7.0.6 resolution: "https-proxy-agent@npm:7.0.6" @@ -10776,30 +10635,30 @@ __metadata: languageName: node linkType: hard -"instantsearch-ui-components@npm:0.23.0": - version: 0.23.0 - resolution: "instantsearch-ui-components@npm:0.23.0" +"instantsearch-ui-components@npm:0.24.0": + version: 0.24.0 + resolution: "instantsearch-ui-components@npm:0.24.0" dependencies: "@swc/helpers": "npm:0.5.18" markdown-to-jsx: "npm:^7.7.15" zod: "npm:^3.25.76 || ^4" zod-to-json-schema: "npm:3.24.6" - checksum: 10c0/6f4509ee1cff6112475c13dcb6dc63bf8b6aec7edf82e02716aad661dec61590e15c402bcc32ce31060516d3b8a3eb142b510352020ec7f382c409251fe338df + checksum: 10c0/b3c578fa0b389535632be60b9c1ab0925f68c3e4f3c5726dd6267432150a07e483e58c58e2ba8ff4843aeb831e7ca7dc849a3674325855a8aff334642213ff08 languageName: node linkType: hard "instantsearch.css@npm:^8.5.1": - version: 8.13.0 - resolution: "instantsearch.css@npm:8.13.0" + version: 8.14.0 + resolution: "instantsearch.css@npm:8.14.0" dependencies: tweakpane: "npm:4.0.5" - checksum: 10c0/d6bef9faa7502fc43571b9fbf544152a5647f135ccaa8a39fac3b07ec0fa5b5eda81121afe2690018ac07251b0674efa9c9f7de620f66fddd094eae51c08c48c + checksum: 10c0/5e4f365febd9db345dba72882d8062c17fd408271ba191353fd66c4a98afac59263cbf4c29afdf9fa4399769fee227b9caef8fdff36ec4ad752bb112cf84f103 languageName: node linkType: hard -"instantsearch.js@npm:4.93.0": - version: 4.93.0 - resolution: "instantsearch.js@npm:4.93.0" +"instantsearch.js@npm:4.94.0": + version: 4.94.0 + resolution: "instantsearch.js@npm:4.94.0" dependencies: "@algolia/events": "npm:^4.0.1" "@swc/helpers": "npm:0.5.18" @@ -10810,7 +10669,7 @@ __metadata: algoliasearch-helper: "npm:3.28.1" hogan.js: "npm:^3.0.2" htm: "npm:^3.0.0" - instantsearch-ui-components: "npm:0.23.0" + instantsearch-ui-components: "npm:0.24.0" preact: "npm:^10.10.0" qs: "npm:^6.5.1" react: "npm:>= 0.14.0" @@ -10819,7 +10678,7 @@ __metadata: zod-to-json-schema: "npm:3.24.6" peerDependencies: algoliasearch: ">= 3.1 < 6" - checksum: 10c0/2732007987ee924bc64ab4bdaa6947a1c60fe8c457fcd59dab582fbdd09578cbb5c9729aef34e80fb4bdb9f454abcf5dff53c70510af82091e6ed99612bdf671 + checksum: 10c0/2e0458a7160b10530db4aff505eea96906d44ef6f30de4df269c751620620307898759d1b14d128ae0226946ea1ba13c3ad6a7b1a13f1c40a3576f9afc5277ed languageName: node linkType: hard @@ -12321,7 +12180,7 @@ __metadata: languageName: node linkType: hard -"mime-types@npm:2.1.35, mime-types@npm:^2.1.12, mime-types@npm:^2.1.29, mime-types@npm:^2.1.35, mime-types@npm:~2.1.24": +"mime-types@npm:2.1.35, mime-types@npm:^2.1.12, mime-types@npm:^2.1.29, mime-types@npm:~2.1.24": version: 2.1.35 resolution: "mime-types@npm:2.1.35" dependencies: @@ -12339,7 +12198,7 @@ __metadata: languageName: node linkType: hard -"mime@npm:^3, mime@npm:^3.0.0": +"mime@npm:^3": version: 3.0.0 resolution: "mime@npm:3.0.0" bin: @@ -12879,7 +12738,7 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9, node-fetch@npm:^2.7.0": +"node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0": version: 2.7.0 resolution: "node-fetch@npm:2.7.0" dependencies: @@ -13353,15 +13212,6 @@ __metadata: languageName: node linkType: hard -"p-limit@npm:^3.0.1": - version: 3.1.0 - resolution: "p-limit@npm:3.1.0" - dependencies: - yocto-queue: "npm:^0.1.0" - checksum: 10c0/9db675949dbdc9c3763c89e748d0ef8bdad0afbb24d49ceaf4c46c02c77d30db4e0652ed36d0a0a7a95154335fab810d95c86153105bb73b3a90448e2bb14e1a - languageName: node - linkType: hard - "p-limit@npm:^4.0.0": version: 4.0.0 resolution: "p-limit@npm:4.0.0" @@ -13560,7 +13410,7 @@ __metadata: languageName: node linkType: hard -"path-expression-matcher@npm:^1.1.3, path-expression-matcher@npm:^1.2.0, path-expression-matcher@npm:^1.5.0": +"path-expression-matcher@npm:^1.1.3, path-expression-matcher@npm:^1.5.0": version: 1.5.0 resolution: "path-expression-matcher@npm:1.5.0" checksum: 10c0/646cb5bc66cd7d809a52288336f3ac1e6223f156fd8e912936e490e590f7f93e8056d4fd25fcbcc7da61bb698fa520112cb050372a3f65e7b79bd4afa0f77610 @@ -13959,7 +13809,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.3.11, postcss@npm:^8.4.38, postcss@npm:^8.4.43, postcss@npm:^8.4.47, postcss@npm:^8.5.8, postcss@npm:^8.5.9": +"postcss@npm:^8.3.11, postcss@npm:^8.4.38, postcss@npm:^8.4.43, postcss@npm:^8.4.47, postcss@npm:^8.5.10, postcss@npm:^8.5.8, postcss@npm:^8.5.9": version: 8.5.10 resolution: "postcss@npm:8.5.10" dependencies: @@ -14393,7 +14243,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.2": +"readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.2": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" dependencies: @@ -14669,18 +14519,7 @@ __metadata: languageName: node linkType: hard -"retry-request@npm:^7.0.0": - version: 7.0.2 - resolution: "retry-request@npm:7.0.2" - dependencies: - "@types/request": "npm:^2.48.8" - extend: "npm:^3.0.2" - teeny-request: "npm:^9.0.0" - checksum: 10c0/c79936695a43db1bc82a7bad348a1e0be1c363799be2e1fa87b8c3aeb5dabf0ccb023b811aa5000c000ee73e196b88febff7d3e22cbb63a77175228514256155 - languageName: node - linkType: hard - -"retry@npm:0.13.1, retry@npm:^0.13.1": +"retry@npm:^0.13.1": version: 0.13.1 resolution: "retry@npm:0.13.1" checksum: 10c0/9ae822ee19db2163497e074ea919780b1efa00431d197c7afdb950e42bf109196774b92a49fc9821f0b8b328a98eea6017410bfc5e8a0fc19c85c6d11adb3772 @@ -14822,7 +14661,7 @@ __metadata: node-fetch: "npm:^3.3.2" postcss: "npm:^8.4.38" shiki: "npm:^4.0.2" - snowflake-sdk: "npm:2.3.4" + snowflake-sdk: "npm:2.4.0" tailwindcss: "npm:^3.4.3" uuid: "npm:^14.0.0" vite: "npm:^5.4.16" @@ -14920,7 +14759,7 @@ __metadata: languageName: node linkType: hard -"safe-buffer@npm:5.2.1, safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.2.1, safe-buffer@npm:~5.2.0": +"safe-buffer@npm:5.2.1, safe-buffer@npm:^5.0.1, safe-buffer@npm:~5.2.0": version: 5.2.1 resolution: "safe-buffer@npm:5.2.1" checksum: 10c0/6501914237c0a86e9675d4e51d89ca3c21ffd6a31642efeba25ad65720bce6921c9e7e974e5be91a786b25aa058b5303285d3c15dbabf983a919f5f630d349f3 @@ -14994,7 +14833,7 @@ __metadata: languageName: node linkType: hard -"sanitize-html@npm:^2.17.2": +"sanitize-html@npm:^2.17.3": version: 2.17.3 resolution: "sanitize-html@npm:2.17.3" dependencies: @@ -15388,31 +15227,30 @@ __metadata: languageName: node linkType: hard -"snowflake-sdk@npm:2.3.4": - version: 2.3.4 - resolution: "snowflake-sdk@npm:2.3.4" +"snowflake-sdk@npm:2.4.0": + version: 2.4.0 + resolution: "snowflake-sdk@npm:2.4.0" dependencies: "@aws-crypto/sha256-js": "npm:^5.2.0" - "@aws-sdk/client-s3": "npm:^3.983.0" - "@aws-sdk/client-sts": "npm:^3.983.0" - "@aws-sdk/credential-provider-node": "npm:^3.972.5" - "@aws-sdk/ec2-metadata-service": "npm:^3.983.0" + "@aws-sdk/client-s3": "npm:^3.1016.0" + "@aws-sdk/client-sts": "npm:^3.1016.0" + "@aws-sdk/credential-provider-node": "npm:^3.972.25" + "@aws-sdk/ec2-metadata-service": "npm:^3.1016.0" "@azure/identity": "npm:^4.10.1" "@azure/storage-blob": "npm:12.26.x" - "@google-cloud/storage": "npm:^7.19.0" "@smithy/node-http-handler": "npm:^4.4.9" "@smithy/protocol-http": "npm:^5.3.8" "@smithy/signature-v4": "npm:^5.3.8" "@techteamer/ocsp": "npm:1.0.1" + asn1.js: "npm:^5.0.0" asn1.js-rfc2560: "npm:^5.0.0" asn1.js-rfc5280: "npm:^3.0.0" axios: "npm:^1.13.4" big-integer: "npm:^1.6.43" bignumber.js: "npm:^9.1.2" - bn.js: "npm:^5.2.1" browser-request: "npm:^0.3.3" expand-tilde: "npm:^2.0.2" - fast-xml-parser: "npm:^5.3.4" + fast-xml-parser: "npm:^5.4.1" fastest-levenshtein: "npm:^1.0.16" generic-pool: "npm:^3.8.2" google-auth-library: "npm:^10.1.0" @@ -15429,7 +15267,7 @@ __metadata: winston: "npm:^3.1.0" peerDependencies: asn1.js: ^5.4.1 - checksum: 10c0/2d9247ee081f6c03b611fd63ad0c9776909e5979968fe542626a6bb2f8861530184a51a7df858ba09de48ee9523dfb65e2dbff166c8434b3e6a7cd11e9322a4f + checksum: 10c0/64aa7bdcef91de71418015e2b569680f8bd3ca2f572a1ba1be5e00f62b0418072b8340355ce935b102c2fc5977c4d8f7648427a481bc8552790b3087953d1b5b languageName: node linkType: hard @@ -15640,22 +15478,6 @@ __metadata: languageName: node linkType: hard -"stream-events@npm:^1.0.5": - version: 1.0.5 - resolution: "stream-events@npm:1.0.5" - dependencies: - stubs: "npm:^3.0.0" - checksum: 10c0/5d235a5799a483e94ea8829526fe9d95d76460032d5e78555fe4f801949ac6a27ea2212e4e0827c55f78726b3242701768adf2d33789465f51b31ed8ebd6b086 - languageName: node - linkType: hard - -"stream-shift@npm:^1.0.2": - version: 1.0.3 - resolution: "stream-shift@npm:1.0.3" - checksum: 10c0/939cd1051ca750d240a0625b106a2b988c45fb5a3be0cebe9a9858cb01bc1955e8c7b9fac17a9462976bea4a7b704e317c5c2200c70f0ca715a3363b9aa4fd3b - languageName: node - linkType: hard - "streamx@npm:^2.12.5, streamx@npm:^2.15.0, streamx@npm:^2.25.0": version: 2.25.0 resolution: "streamx@npm:2.25.0" @@ -15826,7 +15648,7 @@ __metadata: languageName: node linkType: hard -"strnum@npm:^2.2.0, strnum@npm:^2.2.3": +"strnum@npm:^2.2.3": version: 2.2.3 resolution: "strnum@npm:2.2.3" checksum: 10c0/1ee78101f1cd73a5b32f63cfd0be501bd246801a002f5987efef903a49e9297d1b63574e302ab3c06ee5e715c524d6cbdfef010e372ec1ea848e0179836cc208 @@ -15849,13 +15671,6 @@ __metadata: languageName: node linkType: hard -"stubs@npm:^3.0.0": - version: 3.0.0 - resolution: "stubs@npm:3.0.0" - checksum: 10c0/841a4ab8c76795d34aefe129185763b55fbf2e4693208215627caea4dd62e1299423dcd96f708d3128e3dfa0e669bae2cb912e6e906d7d81eaf6493196570923 - languageName: node - linkType: hard - "stylis@npm:^4.3.6": version: 4.3.6 resolution: "stylis@npm:4.3.6" @@ -16039,19 +15854,6 @@ __metadata: languageName: node linkType: hard -"teeny-request@npm:^9.0.0": - version: 9.0.0 - resolution: "teeny-request@npm:9.0.0" - dependencies: - http-proxy-agent: "npm:^5.0.0" - https-proxy-agent: "npm:^5.0.0" - node-fetch: "npm:^2.6.9" - stream-events: "npm:^1.0.5" - uuid: "npm:^9.0.0" - checksum: 10c0/1c51a284075b57b7b7f970fc8d855d611912f0e485aa1d1dfda3c0be3f2df392e4ce83b1b39877134041abb7c255f3777f175b27323ef5bf008839e42a1958bc - languageName: node - linkType: hard - "teex@npm:^1.0.1": version: 1.0.1 resolution: "teex@npm:1.0.1" @@ -16786,7 +16588,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:8.3.2, uuid@npm:^8.0.0, uuid@npm:^8.3.0, uuid@npm:^8.3.2": +"uuid@npm:8.3.2, uuid@npm:^8.3.0, uuid@npm:^8.3.2": version: 8.3.2 resolution: "uuid@npm:8.3.2" bin: @@ -16813,15 +16615,6 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^9.0.0, uuid@npm:^9.0.1": - version: 9.0.1 - resolution: "uuid@npm:9.0.1" - bin: - uuid: dist/bin/uuid - checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b - languageName: node - linkType: hard - "v-calendar@npm:^3.1.2": version: 3.1.2 resolution: "v-calendar@npm:3.1.2" @@ -17057,12 +16850,12 @@ __metadata: linkType: hard "vue-instantsearch@npm:^4.20.4": - version: 4.24.4 - resolution: "vue-instantsearch@npm:4.24.4" + version: 4.25.0 + resolution: "vue-instantsearch@npm:4.25.0" dependencies: "@swc/helpers": "npm:0.5.18" - instantsearch-ui-components: "npm:0.23.0" - instantsearch.js: "npm:4.93.0" + instantsearch-ui-components: "npm:0.24.0" + instantsearch.js: "npm:4.94.0" mitt: "npm:^2.1.0" peerDependencies: "@vue/server-renderer": ^3.1.2 @@ -17074,7 +16867,7 @@ __metadata: optional: true vue-server-renderer: optional: true - checksum: 10c0/e01cb63f54b5312783656368f68e602963d00cd82461dbca9ed054f3951f194dfc5bf85c911c203b7433ee4809800472660a2daa865bd5cf99430fa4cbee0f2e + checksum: 10c0/358085ec333e8abc266fdd22ab68998d338fa0db54bc05537a97fe444fa2efae872356fc8dbb16750718a522865d03808a23c94bf59da4c477b3db3f972fb54f languageName: node linkType: hard @@ -17088,20 +16881,20 @@ __metadata: linkType: hard "vue@npm:^3.4.38": - version: 3.5.32 - resolution: "vue@npm:3.5.32" - dependencies: - "@vue/compiler-dom": "npm:3.5.32" - "@vue/compiler-sfc": "npm:3.5.32" - "@vue/runtime-dom": "npm:3.5.32" - "@vue/server-renderer": "npm:3.5.32" - "@vue/shared": "npm:3.5.32" + version: 3.5.33 + resolution: "vue@npm:3.5.33" + dependencies: + "@vue/compiler-dom": "npm:3.5.33" + "@vue/compiler-sfc": "npm:3.5.33" + "@vue/runtime-dom": "npm:3.5.33" + "@vue/server-renderer": "npm:3.5.33" + "@vue/shared": "npm:3.5.33" peerDependencies: typescript: "*" peerDependenciesMeta: typescript: optional: true - checksum: 10c0/4cac1905bed3865314cfd32971989ec0f2a47bbdca4969aa5a90afc452b17fd9d650734953a72baf2f2385c8fdeace8b6a93fb7621d282149d26dd70c2d71118 + checksum: 10c0/759dfdc39a54a5aa4ec6021601a8f929c4813f7ba43ea0c006dffa8caa9bd0ca462dd48605be4f4836cb08764bc435afc9ed99b7c84daba7079934f0d78f8d89 languageName: node linkType: hard @@ -17499,13 +17292,6 @@ __metadata: languageName: node linkType: hard -"yocto-queue@npm:^0.1.0": - version: 0.1.0 - resolution: "yocto-queue@npm:0.1.0" - checksum: 10c0/dceb44c28578b31641e13695d200d34ec4ab3966a5729814d5445b194933c096b7ced71494ce53a0e8820685d1d010df8b2422e5bf2cdea7e469d97ffbea306f - languageName: node - linkType: hard - "yocto-queue@npm:^1.0.0": version: 1.2.2 resolution: "yocto-queue@npm:1.2.2"