From 32eda8565ca0f10ed58141ea09806153daf76db1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 8 Sep 2025 00:54:41 +0000
Subject: [PATCH] fix(deps): update all patch dependencies
---
.github/workflows/codeql.yml | 6 +-
.github/workflows/e2e-applitools.yml | 2 +-
.github/workflows/e2e-timings.yml | 4 +-
.github/workflows/e2e.yml | 10 +-
.github/workflows/link-checker.yml | 2 +-
.github/workflows/release.yml | 2 +-
.github/workflows/scorecard.yml | 6 +-
.github/workflows/update-browserlist.yml | 2 +-
demos/er-multiline.html | 2 +-
package.json | 42 +-
packages/mermaid-example-diagram/package.json | 2 +-
packages/mermaid/package.json | 24 +-
packages/mermaid/src/docs/package.json | 12 +-
pnpm-lock.yaml | 3458 ++++++++++-------
14 files changed, 2075 insertions(+), 1499 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a6400a86a..a76408dfa 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -36,7 +36,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/init@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
@@ -48,7 +48,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
- uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/autobuild@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21
# âšī¸ Command-line programs to run using the OS shell.
# đ See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -62,4 +62,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/analyze@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21
diff --git a/.github/workflows/e2e-applitools.yml b/.github/workflows/e2e-applitools.yml
index 6aaa91eb8..853818425 100644
--- a/.github/workflows/e2e-applitools.yml
+++ b/.github/workflows/e2e-applitools.yml
@@ -53,7 +53,7 @@ jobs:
args: -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$GITHUB_SHA&BranchName=${APPLITOOLS_BRANCH}$&ParentBranchName=$APPLITOOLS_PARENT_BRANCH"
- name: Cypress run
- uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
id: cypress
with:
start: pnpm run dev
diff --git a/.github/workflows/e2e-timings.yml b/.github/workflows/e2e-timings.yml
index 21dbda293..538e20a87 100644
--- a/.github/workflows/e2e-timings.yml
+++ b/.github/workflows/e2e-timings.yml
@@ -27,12 +27,12 @@ jobs:
with:
node-version-file: '.node-version'
- name: Install dependencies
- uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
with:
runTests: false
- name: Cypress run
- uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
id: cypress
with:
install: false
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 56883b987..8fbf6d6f6 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -45,7 +45,7 @@ jobs:
node-version-file: '.node-version'
- name: Cache snapshots
id: cache-snapshot
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ./cypress/snapshots
key: ${{ runner.os }}-snapshots-${{ env.targetHash }}
@@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
if: ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
- uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
with:
# just perform install
runTests: false
@@ -95,13 +95,13 @@ jobs:
# These cached snapshots are downloaded, providing the reference snapshots.
- name: Cache snapshots
id: cache-snapshot
- uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
+ uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ./cypress/snapshots
key: ${{ runner.os }}-snapshots-${{ env.targetHash }}
- name: Install dependencies
- uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
with:
runTests: false
@@ -117,7 +117,7 @@ jobs:
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
- uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
id: cypress
with:
install: false
diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml
index f855ed23b..ce43c2ed7 100644
--- a/.github/workflows/link-checker.yml
+++ b/.github/workflows/link-checker.yml
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Restore lychee cache
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 649c40034..7dbf85d94 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
- name: Create Release Pull Request or Publish to npm
id: changesets
- uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # v1.4.9
+ uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
with:
version: pnpm changeset:version
publish: pnpm changeset:publish
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 4901b3781..539f6ee2f 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -20,18 +20,18 @@ jobs:
with:
persist-credentials: false
- name: Run analysis
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
+ uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload artifact
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload to code-scanning
- uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/upload-sarif@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21
with:
sarif_file: results.sarif
diff --git a/.github/workflows/update-browserlist.yml b/.github/workflows/update-browserlist.yml
index 94de12ad3..54ef39b11 100644
--- a/.github/workflows/update-browserlist.yml
+++ b/.github/workflows/update-browserlist.yml
@@ -19,7 +19,7 @@ jobs:
message: 'chore: update browsers list'
push: false
- name: Create Pull Request
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
branch: update-browserslist
title: Update Browserslist
diff --git a/demos/er-multiline.html b/demos/er-multiline.html
index 97cfcc934..7379f12f6 100644
--- a/demos/er-multiline.html
+++ b/demos/er-multiline.html
@@ -11,7 +11,7 @@
rel="stylesheet"
/>
= 20.0.0}
hasBin: true
@@ -795,26 +795,26 @@ packages:
resolution: {integrity: sha512-4YQc/FGYmA4Jx8vRNRI6YOE8oa7tOWhCik3b1OV3RQ6OkAY5EpVRF8ruiFpX+9BIjZ2V5AdVpsJacYOIiCHNMg==}
engines: {node: '>=12.13.0'}
- '@argos-ci/api-client@0.8.1':
- resolution: {integrity: sha512-3IHv7ANSPNO6OwWgwULlHbP9/tFV9kQDu6+nL9jysfPkGj0GgtrOsyBb+iU931c7wSMo1OD+XNujCnRzDD968w==}
+ '@argos-ci/api-client@0.8.2':
+ resolution: {integrity: sha512-+b0qq5SSrLcI3NvUdNxsTSb8UkRPF2q8jJKlSHUJEyuMktIliWS2yuzLZYnbjTs7Zw654oRpc15cePwVcCG5jg==}
engines: {node: '>=18.0.0'}
- '@argos-ci/browser@4.1.2':
- resolution: {integrity: sha512-OljPFzxSNndWSwMBxKGtN3p8lSbt73z+/0CIXbBVTQOPjPMErXWjgtrFL23xqtTq5wdds3uxGv7tjVDWJbgBYg==}
+ '@argos-ci/browser@4.2.1':
+ resolution: {integrity: sha512-10BxuF4L31AGZG1UX44QHRwpNoAZbW/4OpsF5VtoGB0vduwSgRbRljz33vWgDuN3ylEP7zKUa6J56YwvA1VaFA==}
engines: {node: '>=18.0.0'}
- '@argos-ci/core@3.2.1':
- resolution: {integrity: sha512-P+tGofNLAtH0+e87M8sZc+juAtbOcnV6z2nA2MwB2OzUVVXGINJHAF2cK0ZUyXC9d8a7RL0+rQWkP4vXDA/gBw==}
+ '@argos-ci/core@3.2.3':
+ resolution: {integrity: sha512-5xr7h4PsQntAb5KJ6U+QnI5pcEEfHei3pclb0rCUM4Qzg1aTJMSvntlrjCCC89BQqfhz8PlxkrPlA8zJktNvaw==}
engines: {node: '>=18.0.0'}
- '@argos-ci/cypress@5.0.2':
- resolution: {integrity: sha512-k3h4qZohLh5BM0oVH3S8RcV8xw4ssTpG6/svm/wjucoE4auqfDTrkkPjnuxmbY6qB74V/JWcZIEV0DU6haMhFg==}
+ '@argos-ci/cypress@5.0.7':
+ resolution: {integrity: sha512-2rJyfo30ff98UZKi1dXZEWbPcE6sgO9o8ypAQcX8MFaQyO1xOzDBgQ73n8LKtmbqJ/+6E5alFbpa6cnaN1QWwQ==}
engines: {node: '>=18.0.0'}
peerDependencies:
cypress: ^12.0.0 || ^13.0.0 || ^14.0.0
- '@argos-ci/util@2.3.2':
- resolution: {integrity: sha512-xtNHJxpWYNst/sMNn4Jv/vkODuFsJ+APr4FBeoFUdIa+Izjl4ZFHsYA2PUyu+ygIpQCkof8yZLL9U1/VpiyyIw==}
+ '@argos-ci/util@2.3.3':
+ resolution: {integrity: sha512-XgpHGGgj3QAGXWwiM4aOP61AzFT1KfLXExbUoCzsj8VXCe8FjqnuFojefbsiQUWWmDx6LoYZYIvoN6xKuTFCeA==}
engines: {node: '>=18.0.0'}
'@asamuzakjp/css-color@2.8.3':
@@ -897,10 +897,6 @@ packages:
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.26.5':
- resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-plugin-utils@7.27.1':
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
engines: {node: '>=6.9.0'}
@@ -945,11 +941,6 @@ packages:
resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.26.9':
- resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==}
- engines: {node: '>=6.0.0'}
- hasBin: true
-
'@babel/parser@7.27.2':
resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==}
engines: {node: '>=6.0.0'}
@@ -960,6 +951,11 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
+ '@babel/parser@7.28.4':
+ resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1':
resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==}
engines: {node: '>=6.9.0'}
@@ -1039,12 +1035,6 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-jsx@7.25.7':
- resolution: {integrity: sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
'@babel/plugin-syntax-jsx@7.27.1':
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
engines: {node: '>=6.9.0'}
@@ -1436,18 +1426,14 @@ packages:
resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.26.9':
- resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==}
- engines: {node: '>=6.9.0'}
-
- '@babel/types@7.27.1':
- resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==}
- engines: {node: '>=6.9.0'}
-
'@babel/types@7.28.0':
resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==}
engines: {node: '>=6.9.0'}
+ '@babel/types@7.28.4':
+ resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
+ engines: {node: '>=6.9.0'}
+
'@bcoe/v8-coverage@0.2.3':
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
@@ -1455,8 +1441,8 @@ packages:
resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==}
engines: {node: '>=18'}
- '@braintree/sanitize-url@7.1.0':
- resolution: {integrity: sha512-o+UlMLt49RvtCASlOMW0AkHnabN9wR9rwCCherxO0yG4Npy34GkvrAqdXQvrhNs+jh+gkK8gB8Lf05qL/O7KWg==}
+ '@braintree/sanitize-url@7.1.1':
+ resolution: {integrity: sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==}
'@changesets/apply-release-plan@7.0.10':
resolution: {integrity: sha512-wNyeIJ3yDsVspYvHnEz1xQDq18D9ifed3lI+wxRQRK4pArUcuHgCTrHv0QRnnwjhVCQACxZ+CBih3wgOct6UXw==}
@@ -1538,78 +1524,105 @@ packages:
resolution: {integrity: sha512-2ZRcZP/ncJ5q953o8i+R0fb8+14PDt5UefUNMrFZZHvfTI0jukAASOQeLY+WT6ASZv6CgbPrApAdbppy9FaXYQ==}
engines: {node: '>=18'}
- '@cspell/cspell-bundled-dicts@9.1.3':
- resolution: {integrity: sha512-WbOkD32fjxz0hHMP6oTvAgi2VBlzYcqKPNwCo+4b9HefLWV5aiLaxp04d8CeifaAdlYjkjuqRTJXh/HfUeLCVg==}
+ '@cspell/cspell-bundled-dicts@9.2.1':
+ resolution: {integrity: sha512-85gHoZh3rgZ/EqrHIr1/I4OLO53fWNp6JZCqCdgaT7e3sMDaOOG6HoSxCvOnVspXNIf/1ZbfTCDMx9x79Xq0AQ==}
engines: {node: '>=20'}
- '@cspell/cspell-json-reporter@9.1.3':
- resolution: {integrity: sha512-FvzlSQuU+bNeo77v0KrA/lkoe324cHvZNhkx7Dtp1aj01FeBr5Y36gozR3DNY6tewBi6hC7uLeeNg/iSBf6CWg==}
+ '@cspell/cspell-json-reporter@9.2.1':
+ resolution: {integrity: sha512-LiiIWzLP9h2etKn0ap6g2+HrgOGcFEF/hp5D8ytmSL5sMxDcV13RrmJCEMTh1axGyW0SjQEFjPnYzNpCL1JjGA==}
engines: {node: '>=20'}
'@cspell/cspell-pipe@8.19.4':
resolution: {integrity: sha512-GNAyk+7ZLEcL2fCMT5KKZprcdsq3L1eYy3e38/tIeXfbZS7Sd1R5FXUe6CHXphVWTItV39TvtLiDwN/2jBts9A==}
engines: {node: '>=18'}
- '@cspell/cspell-pipe@9.1.3':
- resolution: {integrity: sha512-Cns37ml7IaXMWBci9XOqdTkP9nFtOO8+sJ4VvtbVO68Zo8v0vq74ApDbPgGI2HzYtn7Jj2hxQqGIBdLnmrMPyA==}
+ '@cspell/cspell-pipe@9.2.1':
+ resolution: {integrity: sha512-2N1H63If5cezLqKToY/YSXon4m4REg/CVTFZr040wlHRbbQMh5EF3c7tEC/ue3iKAQR4sm52ihfqo1n4X6kz+g==}
engines: {node: '>=20'}
'@cspell/cspell-resolver@8.19.4':
resolution: {integrity: sha512-S8vJMYlsx0S1D60glX8H2Jbj4mD8519VjyY8lu3fnhjxfsl2bDFZvF3ZHKsLEhBE+Wh87uLqJDUJQiYmevHjDg==}
engines: {node: '>=18'}
- '@cspell/cspell-resolver@9.1.3':
- resolution: {integrity: sha512-3h9AkbY+YutBG91fQxeSpfIRT50sfrNQ7IAS0N6fCvJ6z0sXed7UPYwf90NauQp/1lN/bVlHFFAgxDEyG720Yg==}
+ '@cspell/cspell-resolver@9.2.1':
+ resolution: {integrity: sha512-fRPQ6GWU5eyh8LN1TZblc7t24TlGhJprdjJkfZ+HjQo+6ivdeBPT7pC7pew6vuMBQPS1oHBR36hE0ZnJqqkCeg==}
engines: {node: '>=20'}
'@cspell/cspell-service-bus@8.19.4':
resolution: {integrity: sha512-uhY+v8z5JiUogizXW2Ft/gQf3eWrh5P9036jN2Dm0UiwEopG/PLshHcDjRDUiPdlihvA0RovrF0wDh4ptcrjuQ==}
engines: {node: '>=18'}
- '@cspell/cspell-service-bus@9.1.3':
- resolution: {integrity: sha512-Ss4cCnkJI3IHDSOQKxhtAfypvZZDzuJeXbZFVimLvO22/8GdVH+vQxAFm3kBY+ACVUAe13MQIYzZxuFHaM9y8g==}
+ '@cspell/cspell-service-bus@9.2.1':
+ resolution: {integrity: sha512-k4M6bqdvWbcGSbcfLD7Lf4coZVObsISDW+sm/VaWp9aZ7/uwiz1IuGUxL9WO4JIdr9CFEf7Ivmvd2txZpVOCIA==}
engines: {node: '>=20'}
'@cspell/cspell-types@8.19.4':
resolution: {integrity: sha512-ekMWuNlFiVGfsKhfj4nmc8JCA+1ZltwJgxiKgDuwYtR09ie340RfXFF6YRd2VTW5zN7l4F1PfaAaPklVz6utSg==}
engines: {node: '>=18'}
- '@cspell/cspell-types@9.1.3':
- resolution: {integrity: sha512-JPLFMp6qKj4fjsEDvMjVXFZg+j3HaRQ7raFtR2RPidYyKcUHPCVhX0wfJ0vuYxkC0Yst+99tgVxR8Wi57xs2Ew==}
+ '@cspell/cspell-types@9.2.1':
+ resolution: {integrity: sha512-FQHgQYdTHkcpxT0u1ddLIg5Cc5ePVDcLg9+b5Wgaubmc5I0tLotgYj8c/mvStWuKsuZIs6sUopjJrE91wk6Onw==}
engines: {node: '>=20'}
'@cspell/dict-ada@4.1.0':
resolution: {integrity: sha512-7SvmhmX170gyPd+uHXrfmqJBY5qLcCX8kTGURPVeGxmt8XNXT75uu9rnZO+jwrfuU2EimNoArdVy5GZRGljGNg==}
+ '@cspell/dict-ada@4.1.1':
+ resolution: {integrity: sha512-E+0YW9RhZod/9Qy2gxfNZiHJjCYFlCdI69br1eviQQWB8yOTJX0JHXLs79kOYhSW0kINPVUdvddEBe6Lu6CjGQ==}
+
'@cspell/dict-al@1.1.0':
resolution: {integrity: sha512-PtNI1KLmYkELYltbzuoztBxfi11jcE9HXBHCpID2lou/J4VMYKJPNqe4ZjVzSI9NYbMnMnyG3gkbhIdx66VSXg==}
+ '@cspell/dict-al@1.1.1':
+ resolution: {integrity: sha512-sD8GCaZetgQL4+MaJLXqbzWcRjfKVp8x+px3HuCaaiATAAtvjwUQ5/Iubiqwfd1boIh2Y1/3EgM3TLQ7Q8e0wQ==}
+
'@cspell/dict-aws@4.0.12':
resolution: {integrity: sha512-k1F48eYlX+LsCK2QjqpfHBrjNwNwRyut/XsGumyhUXZsm+j9NVuxQaFCjiEwXi81KE0YE3GBVdwSjqhuUOkpnQ==}
+ '@cspell/dict-aws@4.0.15':
+ resolution: {integrity: sha512-aPY7VVR5Os4rz36EaqXBAEy14wR4Rqv+leCJ2Ug/Gd0IglJpM30LalF3e2eJChnjje3vWoEC0Rz3+e5gpZG+Kg==}
+
'@cspell/dict-bash@4.2.0':
resolution: {integrity: sha512-HOyOS+4AbCArZHs/wMxX/apRkjxg6NDWdt0jF9i9XkvJQUltMwEhyA2TWYjQ0kssBsnof+9amax2lhiZnh3kCg==}
+ '@cspell/dict-bash@4.2.1':
+ resolution: {integrity: sha512-SBnzfAyEAZLI9KFS7DUG6Xc1vDFuLllY3jz0WHvmxe8/4xV3ufFE3fGxalTikc1VVeZgZmxYiABw4iGxVldYEg==}
+
'@cspell/dict-companies@3.2.2':
resolution: {integrity: sha512-iIuEBPfWzSQugIOn+OKOVsdfE9UloON5SKl57TbvC//D5mgIwPAMZGYT69yv20cjc5E6oMu353hCV3WFy9XO9A==}
+ '@cspell/dict-companies@3.2.5':
+ resolution: {integrity: sha512-H51R0w7c6RwJJPqH7Gs65tzP6ouZsYDEHmmol6MIIk0kQaOIBuFP2B3vIxHLUr2EPRVFZsMW8Ni7NmVyaQlwsg==}
+
+ '@cspell/dict-cpp@6.0.12':
+ resolution: {integrity: sha512-N4NsCTttVpMqQEYbf0VQwCj6np+pJESov0WieCN7R/0aByz4+MXEiDieWWisaiVi8LbKzs1mEj4ZTw5K/6O2UQ==}
+
'@cspell/dict-cpp@6.0.8':
resolution: {integrity: sha512-BzurRZilWqaJt32Gif6/yCCPi+FtrchjmnehVEIFzbWyeBd/VOUw77IwrEzehZsu5cRU91yPWuWp5fUsKfDAXA==}
'@cspell/dict-cryptocurrencies@5.0.4':
resolution: {integrity: sha512-6iFu7Abu+4Mgqq08YhTKHfH59mpMpGTwdzDB2Y8bbgiwnGFCeoiSkVkgLn1Kel2++hYcZ8vsAW/MJS9oXxuMag==}
+ '@cspell/dict-cryptocurrencies@5.0.5':
+ resolution: {integrity: sha512-R68hYYF/rtlE6T/dsObStzN5QZw+0aQBinAXuWCVqwdS7YZo0X33vGMfChkHaiCo3Z2+bkegqHlqxZF4TD3rUA==}
+
'@cspell/dict-csharp@4.0.6':
resolution: {integrity: sha512-w/+YsqOknjQXmIlWDRmkW+BHBPJZ/XDrfJhZRQnp0wzpPOGml7W0q1iae65P2AFRtTdPKYmvSz7AL5ZRkCnSIw==}
+ '@cspell/dict-csharp@4.0.7':
+ resolution: {integrity: sha512-H16Hpu8O/1/lgijFt2lOk4/nnldFtQ4t8QHbyqphqZZVE5aS4J/zD/WvduqnLY21aKhZS6jo/xF5PX9jyqPKUA==}
+
'@cspell/dict-css@4.0.17':
resolution: {integrity: sha512-2EisRLHk6X/PdicybwlajLGKF5aJf4xnX2uuG5lexuYKt05xV/J/OiBADmi8q9obhxf1nesrMQbqAt+6CsHo/w==}
+ '@cspell/dict-css@4.0.18':
+ resolution: {integrity: sha512-EF77RqROHL+4LhMGW5NTeKqfUd/e4OOv6EDFQ/UQQiFyWuqkEKyEz0NDILxOFxWUEVdjT2GQ2cC7t12B6pESwg==}
+
'@cspell/dict-dart@2.3.0':
resolution: {integrity: sha512-1aY90lAicek8vYczGPDKr70pQSTQHwMFLbmWKTAI6iavmb1fisJBS1oTmMOKE4ximDf86MvVN6Ucwx3u/8HqLg==}
- '@cspell/dict-data-science@2.0.8':
- resolution: {integrity: sha512-uyAtT+32PfM29wRBeAkUSbkytqI8bNszNfAz2sGPtZBRmsZTYugKMEO9eDjAIE/pnT9CmbjNuoiXhk+Ss4fCOg==}
+ '@cspell/dict-dart@2.3.1':
+ resolution: {integrity: sha512-xoiGnULEcWdodXI6EwVyqpZmpOoh8RA2Xk9BNdR7DLamV/QMvEYn8KJ7NlRiTSauJKPNkHHQ5EVHRM6sTS7jdg==}
'@cspell/dict-data-science@2.0.9':
resolution: {integrity: sha512-wTOFMlxv06veIwKdXUwdGxrQcK44Zqs426m6JGgHIB/GqvieZQC5n0UI+tUm5OCxuNyo4OV6mylT4cRMjtKtWQ==}
@@ -1617,20 +1630,35 @@ packages:
'@cspell/dict-django@4.1.4':
resolution: {integrity: sha512-fX38eUoPvytZ/2GA+g4bbdUtCMGNFSLbdJJPKX2vbewIQGfgSFJKY56vvcHJKAvw7FopjvgyS/98Ta9WN1gckg==}
+ '@cspell/dict-django@4.1.5':
+ resolution: {integrity: sha512-AvTWu99doU3T8ifoMYOMLW2CXKvyKLukPh1auOPwFGHzueWYvBBN+OxF8wF7XwjTBMMeRleVdLh3aWCDEX/ZWg==}
+
'@cspell/dict-docker@1.1.15':
resolution: {integrity: sha512-wYthMAbEbqDBr9P90VC9aT3zjErrJbUtIr91pDmse7Y5WUvQtAwFhiJHgmNrtx2fZ2idII0eYvpMqoEO+FYFxw==}
+ '@cspell/dict-docker@1.1.16':
+ resolution: {integrity: sha512-UiVQ5RmCg6j0qGIxrBnai3pIB+aYKL3zaJGvXk1O/ertTKJif9RZikKXCEgqhaCYMweM4fuLqWSVmw3hU164Iw==}
+
+ '@cspell/dict-dotnet@5.0.10':
+ resolution: {integrity: sha512-ooar8BP/RBNP1gzYfJPStKEmpWy4uv/7JCq6FOnJLeD1yyfG3d/LFMVMwiJo+XWz025cxtkM3wuaikBWzCqkmg==}
+
'@cspell/dict-dotnet@5.0.9':
resolution: {integrity: sha512-JGD6RJW5sHtO5lfiJl11a5DpPN6eKSz5M1YBa1I76j4dDOIqgZB6rQexlDlK1DH9B06X4GdDQwdBfnpAB0r2uQ==}
'@cspell/dict-elixir@4.0.7':
resolution: {integrity: sha512-MAUqlMw73mgtSdxvbAvyRlvc3bYnrDqXQrx5K9SwW8F7fRYf9V4vWYFULh+UWwwkqkhX9w03ZqFYRTdkFku6uA==}
+ '@cspell/dict-elixir@4.0.8':
+ resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==}
+
'@cspell/dict-en-common-misspellings@2.1.3':
resolution: {integrity: sha512-v1I97Hr1OrK+mwHsVzbY4vsPxx6mA5quhxzanF6XuRofz00wH4HPz8Q3llzRHxka5Wl/59gyan04UkUrvP4gdA==}
- '@cspell/dict-en-gb-mit@3.1.4':
- resolution: {integrity: sha512-uFMrMEyT/cq3JwDjkarqlX2CPpYQjaHJtmZmKAcrltkXIQdnQF1o6McAXXdUO1xsNJKs7+LsykNsn28rvIxc5Q==}
+ '@cspell/dict-en-common-misspellings@2.1.6':
+ resolution: {integrity: sha512-xV9yryOqZizbSqxRS7kSVRrxVEyWHUqwdY56IuT7eAWGyTCJNmitXzXa4p+AnEbhL+AB2WLynGVSbNoUC3ceFA==}
+
+ '@cspell/dict-en-gb-mit@3.1.9':
+ resolution: {integrity: sha512-1lSnphnHTOxnpNLpPLg1XXv8df3hs4oL0LJ6dkQ0IqNROl8Jzl6PD55BDTlKy4YOAA76dJlePB0wyrxB+VVKbg==}
'@cspell/dict-en-gb@1.1.33':
resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==}
@@ -1638,24 +1666,42 @@ packages:
'@cspell/dict-en_us@4.4.14':
resolution: {integrity: sha512-3JYC4XTc1I88ZC1SlZE9MssWljgJ1SmEVSfA8JiQDY5Mv7X9zo7Jvwjjq795oIJTkmdIW9yNX8ikKRt+cV7CIQ==}
+ '@cspell/dict-en_us@4.4.19':
+ resolution: {integrity: sha512-JYYgzhGqSGuIMNY1cTlmq3zrNpehrExMHqLmLnSM2jEGFeHydlL+KLBwBYxMy4e73w+p1+o/rmAiGsMj9g3MCw==}
+
'@cspell/dict-filetypes@3.0.13':
resolution: {integrity: sha512-g6rnytIpQlMNKGJT1JKzWkC+b3xCliDKpQ3ANFSq++MnR4GaLiifaC4JkVON11Oh/UTplYOR1nY3BR4X30bswA==}
'@cspell/dict-flutter@1.1.0':
resolution: {integrity: sha512-3zDeS7zc2p8tr9YH9tfbOEYfopKY/srNsAa+kE3rfBTtQERAZeOhe5yxrnTPoufctXLyuUtcGMUTpxr3dO0iaA==}
+ '@cspell/dict-flutter@1.1.1':
+ resolution: {integrity: sha512-UlOzRcH2tNbFhZmHJN48Za/2/MEdRHl2BMkCWZBYs+30b91mWvBfzaN4IJQU7dUZtowKayVIF9FzvLZtZokc5A==}
+
'@cspell/dict-fonts@4.0.4':
resolution: {integrity: sha512-cHFho4hjojBcHl6qxidl9CvUb492IuSk7xIf2G2wJzcHwGaCFa2o3gRcxmIg1j62guetAeDDFELizDaJlVRIOg==}
+ '@cspell/dict-fonts@4.0.5':
+ resolution: {integrity: sha512-BbpkX10DUX/xzHs6lb7yzDf/LPjwYIBJHJlUXSBXDtK/1HaeS+Wqol4Mlm2+NAgZ7ikIE5DQMViTgBUY3ezNoQ==}
+
'@cspell/dict-fsharp@1.1.0':
resolution: {integrity: sha512-oguWmHhGzgbgbEIBKtgKPrFSVAFtvGHaQS0oj+vacZqMObwkapcTGu7iwf4V3Bc2T3caf0QE6f6rQfIJFIAVsw==}
+ '@cspell/dict-fsharp@1.1.1':
+ resolution: {integrity: sha512-imhs0u87wEA4/cYjgzS0tAyaJpwG7vwtC8UyMFbwpmtw+/bgss+osNfyqhYRyS/ehVCWL17Ewx2UPkexjKyaBA==}
+
'@cspell/dict-fullstack@3.2.6':
resolution: {integrity: sha512-cSaq9rz5RIU9j+0jcF2vnKPTQjxGXclntmoNp4XB7yFX2621PxJcekGjwf/lN5heJwVxGLL9toR0CBlGKwQBgA==}
+ '@cspell/dict-fullstack@3.2.7':
+ resolution: {integrity: sha512-IxEk2YAwAJKYCUEgEeOg3QvTL4XLlyArJElFuMQevU1dPgHgzWElFevN5lsTFnvMFA1riYsVinqJJX0BanCFEg==}
+
'@cspell/dict-gaming-terms@1.1.1':
resolution: {integrity: sha512-tb8GFxjTLDQstkJcJ90lDqF4rKKlMUKs5/ewePN9P+PYRSehqDpLI5S5meOfPit8LGszeOrjUdBQ4zXo7NpMyQ==}
+ '@cspell/dict-gaming-terms@1.1.2':
+ resolution: {integrity: sha512-9XnOvaoTBscq0xuD6KTEIkk9hhdfBkkvJAIsvw3JMcnp1214OCGW8+kako5RqQ2vTZR3Tnf3pc57o7VgkM0q1Q==}
+
'@cspell/dict-git@3.0.7':
resolution: {integrity: sha512-odOwVKgfxCQfiSb+nblQZc4ErXmnWEnv8XwkaI4sNJ7cNmojnvogYVeMqkXPjvfrgEcizEEA4URRD2Ms5PDk1w==}
@@ -1665,39 +1711,72 @@ packages:
'@cspell/dict-google@1.0.8':
resolution: {integrity: sha512-BnMHgcEeaLyloPmBs8phCqprI+4r2Jb8rni011A8hE+7FNk7FmLE3kiwxLFrcZnnb7eqM0agW4zUaNoB0P+z8A==}
+ '@cspell/dict-google@1.0.9':
+ resolution: {integrity: sha512-biL65POqialY0i4g6crj7pR6JnBkbsPovB2WDYkj3H4TuC/QXv7Pu5pdPxeUJA6TSCHI7T5twsO4VSVyRxD9CA==}
+
'@cspell/dict-haskell@4.0.5':
resolution: {integrity: sha512-s4BG/4tlj2pPM9Ha7IZYMhUujXDnI0Eq1+38UTTCpatYLbQqDwRFf2KNPLRqkroU+a44yTUAe0rkkKbwy4yRtQ==}
+ '@cspell/dict-haskell@4.0.6':
+ resolution: {integrity: sha512-ib8SA5qgftExpYNjWhpYIgvDsZ/0wvKKxSP+kuSkkak520iPvTJumEpIE+qPcmJQo4NzdKMN8nEfaeci4OcFAQ==}
+
'@cspell/dict-html-symbol-entities@4.0.3':
resolution: {integrity: sha512-aABXX7dMLNFdSE8aY844X4+hvfK7977sOWgZXo4MTGAmOzR8524fjbJPswIBK7GaD3+SgFZ2yP2o0CFvXDGF+A==}
+ '@cspell/dict-html-symbol-entities@4.0.4':
+ resolution: {integrity: sha512-afea+0rGPDeOV9gdO06UW183Qg6wRhWVkgCFwiO3bDupAoyXRuvupbb5nUyqSTsLXIKL8u8uXQlJ9pkz07oVXw==}
+
'@cspell/dict-html@4.0.11':
resolution: {integrity: sha512-QR3b/PB972SRQ2xICR1Nw/M44IJ6rjypwzA4jn+GH8ydjAX9acFNfc+hLZVyNe0FqsE90Gw3evLCOIF0vy1vQw==}
+ '@cspell/dict-html@4.0.12':
+ resolution: {integrity: sha512-JFffQ1dDVEyJq6tCDWv0r/RqkdSnV43P2F/3jJ9rwLgdsOIXwQbXrz6QDlvQLVvNSnORH9KjDtenFTGDyzfCaA==}
+
'@cspell/dict-java@5.0.11':
resolution: {integrity: sha512-T4t/1JqeH33Raa/QK/eQe26FE17eUCtWu+JsYcTLkQTci2dk1DfcIKo8YVHvZXBnuM43ATns9Xs0s+AlqDeH7w==}
+ '@cspell/dict-java@5.0.12':
+ resolution: {integrity: sha512-qPSNhTcl7LGJ5Qp6VN71H8zqvRQK04S08T67knMq9hTA8U7G1sTKzLmBaDOFhq17vNX/+rT+rbRYp+B5Nwza1A==}
+
'@cspell/dict-julia@1.1.0':
resolution: {integrity: sha512-CPUiesiXwy3HRoBR3joUseTZ9giFPCydSKu2rkh6I2nVjXnl5vFHzOMLXpbF4HQ1tH2CNfnDbUndxD+I+7eL9w==}
+ '@cspell/dict-julia@1.1.1':
+ resolution: {integrity: sha512-WylJR9TQ2cgwd5BWEOfdO3zvDB+L7kYFm0I9u0s9jKHWQ6yKmfKeMjU9oXxTBxIufhCXm92SKwwVNAC7gjv+yA==}
+
'@cspell/dict-k8s@1.0.12':
resolution: {integrity: sha512-2LcllTWgaTfYC7DmkMPOn9GsBWsA4DZdlun4po8s2ysTP7CPEnZc1ZfK6pZ2eI4TsZemlUQQ+NZxMe9/QutQxg==}
'@cspell/dict-kotlin@1.1.0':
resolution: {integrity: sha512-vySaVw6atY7LdwvstQowSbdxjXG6jDhjkWVWSjg1XsUckyzH1JRHXe9VahZz1i7dpoFEUOWQrhIe5B9482UyJQ==}
+ '@cspell/dict-kotlin@1.1.1':
+ resolution: {integrity: sha512-J3NzzfgmxRvEeOe3qUXnSJQCd38i/dpF9/t3quuWh6gXM+krsAXP75dY1CzDmS8mrJAlBdVBeAW5eAZTD8g86Q==}
+
'@cspell/dict-latex@4.0.3':
resolution: {integrity: sha512-2KXBt9fSpymYHxHfvhUpjUFyzrmN4c4P8mwIzweLyvqntBT3k0YGZJSriOdjfUjwSygrfEwiuPI1EMrvgrOMJw==}
+ '@cspell/dict-latex@4.0.4':
+ resolution: {integrity: sha512-YdTQhnTINEEm/LZgTzr9Voz4mzdOXH7YX+bSFs3hnkUHCUUtX/mhKgf1CFvZ0YNM2afjhQcmLaR9bDQVyYBvpA==}
+
'@cspell/dict-lorem-ipsum@4.0.4':
resolution: {integrity: sha512-+4f7vtY4dp2b9N5fn0za/UR0kwFq2zDtA62JCbWHbpjvO9wukkbl4rZg4YudHbBgkl73HRnXFgCiwNhdIA1JPw==}
+ '@cspell/dict-lorem-ipsum@4.0.5':
+ resolution: {integrity: sha512-9a4TJYRcPWPBKkQAJ/whCu4uCAEgv/O2xAaZEI0n4y1/l18Yyx8pBKoIX5QuVXjjmKEkK7hi5SxyIsH7pFEK9Q==}
+
'@cspell/dict-lua@4.0.7':
resolution: {integrity: sha512-Wbr7YSQw+cLHhTYTKV6cAljgMgcY+EUAxVIZW3ljKswEe4OLxnVJ7lPqZF5JKjlXdgCjbPSimsHqyAbC5pQN/Q==}
+ '@cspell/dict-lua@4.0.8':
+ resolution: {integrity: sha512-N4PkgNDMu9JVsRu7JBS/3E/dvfItRgk9w5ga2dKq+JupP2Y3lojNaAVFhXISh4Y0a6qXDn2clA6nvnavQ/jjLA==}
+
'@cspell/dict-makefile@1.0.4':
resolution: {integrity: sha512-E4hG/c0ekPqUBvlkrVvzSoAA+SsDA9bLi4xSV3AXHTVru7Y2bVVGMPtpfF+fI3zTkww/jwinprcU1LSohI3ylw==}
+ '@cspell/dict-makefile@1.0.5':
+ resolution: {integrity: sha512-4vrVt7bGiK8Rx98tfRbYo42Xo2IstJkAF4tLLDMNQLkQ86msDlYSKG1ZCk8Abg+EdNcFAjNhXIiNO+w4KflGAQ==}
+
'@cspell/dict-markdown@2.0.12':
resolution: {integrity: sha512-ufwoliPijAgWkD/ivAMC+A9QD895xKiJRF/fwwknQb7kt7NozTLKFAOBtXGPJAB4UjhGBpYEJVo2elQ0FCAH9A==}
peerDependencies:
@@ -1709,51 +1788,96 @@ packages:
'@cspell/dict-monkeyc@1.0.10':
resolution: {integrity: sha512-7RTGyKsTIIVqzbvOtAu6Z/lwwxjGRtY5RkKPlXKHEoEAgIXwfDxb5EkVwzGQwQr8hF/D3HrdYbRT8MFBfsueZw==}
+ '@cspell/dict-monkeyc@1.0.11':
+ resolution: {integrity: sha512-7Q1Ncu0urALI6dPTrEbSTd//UK0qjRBeaxhnm8uY5fgYNFYAG+u4gtnTIo59S6Bw5P++4H3DiIDYoQdY/lha8w==}
+
'@cspell/dict-node@5.0.7':
resolution: {integrity: sha512-ZaPpBsHGQCqUyFPKLyCNUH2qzolDRm1/901IO8e7btk7bEDF56DN82VD43gPvD4HWz3yLs/WkcLa01KYAJpnOw==}
+ '@cspell/dict-node@5.0.8':
+ resolution: {integrity: sha512-AirZcN2i84ynev3p2/1NCPEhnNsHKMz9zciTngGoqpdItUb2bDt1nJBjwlsrFI78GZRph/VaqTVFwYikmncpXg==}
+
'@cspell/dict-npm@5.2.11':
resolution: {integrity: sha512-ImgO82P2rQlE7gjOZSmBT/ZHuR1qGklkt7WINwT73qaKepgz14k/xq1qYzQScl15Vuc3cUXi5OZNqYlTiquIHQ==}
+ '@cspell/dict-npm@5.2.16':
+ resolution: {integrity: sha512-wPVnWLskmEV0tdZYFaWBcqOb2/i4OlNxayEScUbP0tlYs178qVm/SP7SSuvYArk1zqov8VeCGlGUEIzaX82Yvg==}
+
'@cspell/dict-php@4.0.14':
resolution: {integrity: sha512-7zur8pyncYZglxNmqsRycOZ6inpDoVd4yFfz1pQRe5xaRWMiK3Km4n0/X/1YMWhh3e3Sl/fQg5Axb2hlN68t1g==}
+ '@cspell/dict-php@4.0.15':
+ resolution: {integrity: sha512-iepGB2gtToMWSTvybesn4/lUp4LwXcEm0s8vasJLP76WWVkq1zYjmeS+WAIzNgsuURyZ/9mGqhS0CWMuo74ODw==}
+
'@cspell/dict-powershell@5.0.14':
resolution: {integrity: sha512-ktjjvtkIUIYmj/SoGBYbr3/+CsRGNXGpvVANrY0wlm/IoGlGywhoTUDYN0IsGwI2b8Vktx3DZmQkfb3Wo38jBA==}
+ '@cspell/dict-powershell@5.0.15':
+ resolution: {integrity: sha512-l4S5PAcvCFcVDMJShrYD0X6Huv9dcsQPlsVsBGbH38wvuN7gS7+GxZFAjTNxDmTY1wrNi1cCatSg6Pu2BW4rgg==}
+
'@cspell/dict-public-licenses@2.0.13':
resolution: {integrity: sha512-1Wdp/XH1ieim7CadXYE7YLnUlW0pULEjVl9WEeziZw3EKCAw8ZI8Ih44m4bEa5VNBLnuP5TfqC4iDautAleQzQ==}
+ '@cspell/dict-public-licenses@2.0.15':
+ resolution: {integrity: sha512-cJEOs901H13Pfy0fl4dCD1U+xpWIMaEPq8MeYU83FfDZvellAuSo4GqWCripfIqlhns/L6+UZEIJSOZnjgy7Wg==}
+
'@cspell/dict-python@4.2.19':
resolution: {integrity: sha512-9S2gTlgILp1eb6OJcVZeC8/Od83N8EqBSg5WHVpx97eMMJhifOzePkE0kDYjyHMtAFznCQTUu0iQEJohNQ5B0A==}
'@cspell/dict-r@2.1.0':
resolution: {integrity: sha512-k2512wgGG0lTpTYH9w5Wwco+lAMf3Vz7mhqV8+OnalIE7muA0RSuD9tWBjiqLcX8zPvEJr4LdgxVju8Gk3OKyA==}
+ '@cspell/dict-r@2.1.1':
+ resolution: {integrity: sha512-71Ka+yKfG4ZHEMEmDxc6+blFkeTTvgKbKAbwiwQAuKl3zpqs1Y0vUtwW2N4b3LgmSPhV3ODVY0y4m5ofqDuKMw==}
+
'@cspell/dict-ruby@5.0.8':
resolution: {integrity: sha512-ixuTneU0aH1cPQRbWJvtvOntMFfeQR2KxT8LuAv5jBKqQWIHSxzGlp+zX3SVyoeR0kOWiu64/O5Yn836A5yMcQ==}
+ '@cspell/dict-ruby@5.0.9':
+ resolution: {integrity: sha512-H2vMcERMcANvQshAdrVx0XoWaNX8zmmiQN11dZZTQAZaNJ0xatdJoSqY8C8uhEMW89bfgpN+NQgGuDXW2vmXEw==}
+
'@cspell/dict-rust@4.0.11':
resolution: {integrity: sha512-OGWDEEzm8HlkSmtD8fV3pEcO2XBpzG2XYjgMCJCRwb2gRKvR+XIm6Dlhs04N/K2kU+iH8bvrqNpM8fS/BFl0uw==}
+ '@cspell/dict-rust@4.0.12':
+ resolution: {integrity: sha512-z2QiH+q9UlNhobBJArvILRxV8Jz0pKIK7gqu4TgmEYyjiu1TvnGZ1tbYHeu9w3I/wOP6UMDoCBTty5AlYfW0mw==}
+
'@cspell/dict-scala@5.0.7':
resolution: {integrity: sha512-yatpSDW/GwulzO3t7hB5peoWwzo+Y3qTc0pO24Jf6f88jsEeKmDeKkfgPbYuCgbE4jisGR4vs4+jfQZDIYmXPA==}
+ '@cspell/dict-scala@5.0.8':
+ resolution: {integrity: sha512-YdftVmumv8IZq9zu1gn2U7A4bfM2yj9Vaupydotyjuc+EEZZSqAafTpvW/jKLWji2TgybM1L2IhmV0s/Iv9BTw==}
+
'@cspell/dict-shell@1.1.0':
resolution: {integrity: sha512-D/xHXX7T37BJxNRf5JJHsvziFDvh23IF/KvkZXNSh8VqcRdod3BAz9VGHZf6VDqcZXr1VRqIYR3mQ8DSvs3AVQ==}
+ '@cspell/dict-shell@1.1.1':
+ resolution: {integrity: sha512-T37oYxE7OV1x/1D4/13Y8JZGa1QgDCXV7AVt3HLXjn0Fe3TaNDvf5sU0fGnXKmBPqFFrHdpD3uutAQb1dlp15g==}
+
'@cspell/dict-software-terms@5.1.4':
resolution: {integrity: sha512-zeinnVFfha+Snh8hMk4hRJTYWNLcRNaHRSvMMVe1DU8oljb1agfq6ouBt/uypIzwgGgAopPz9ArGyc/gVn9y8w==}
+ '@cspell/dict-software-terms@5.1.7':
+ resolution: {integrity: sha512-CfNFQCVx8R/D8RfFdFTwSjDvXcSXY0tO+VN2N6TEbNTL1GCmqyzhwm4YI+ZbO3MUmMAMjwu9jZyoLk5BaJkXcg==}
+
'@cspell/dict-sql@2.2.0':
resolution: {integrity: sha512-MUop+d1AHSzXpBvQgQkCiok8Ejzb+nrzyG16E8TvKL2MQeDwnIvMe3bv90eukP6E1HWb+V/MA/4pnq0pcJWKqQ==}
+ '@cspell/dict-sql@2.2.1':
+ resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==}
+
'@cspell/dict-svelte@1.0.6':
resolution: {integrity: sha512-8LAJHSBdwHCoKCSy72PXXzz7ulGROD0rP1CQ0StOqXOOlTUeSFaJJlxNYjlONgd2c62XBQiN2wgLhtPN+1Zv7Q==}
+ '@cspell/dict-svelte@1.0.7':
+ resolution: {integrity: sha512-hGZsGqP0WdzKkdpeVLBivRuSNzOTvN036EBmpOwxH+FTY2DuUH7ecW+cSaMwOgmq5JFSdTcbTNFlNC8HN8lhaQ==}
+
'@cspell/dict-swift@2.0.5':
resolution: {integrity: sha512-3lGzDCwUmnrfckv3Q4eVSW3sK3cHqqHlPprFJZD4nAqt23ot7fic5ALR7J4joHpvDz36nHX34TgcbZNNZOC/JA==}
+ '@cspell/dict-swift@2.0.6':
+ resolution: {integrity: sha512-PnpNbrIbex2aqU1kMgwEKvCzgbkHtj3dlFLPMqW1vSniop7YxaDTtvTUO4zA++ugYAEL+UK8vYrBwDPTjjvSnA==}
+
'@cspell/dict-terraform@1.1.3':
resolution: {integrity: sha512-gr6wxCydwSFyyBKhBA2xkENXtVFToheqYYGFvlMZXWjviynXmh+NK/JTvTCk/VHk3+lzbO9EEQKee6VjrAUSbA==}
@@ -1763,12 +1887,15 @@ packages:
'@cspell/dict-vue@3.0.4':
resolution: {integrity: sha512-0dPtI0lwHcAgSiQFx8CzvqjdoXROcH+1LyqgROCpBgppommWpVhbQ0eubnKotFEXgpUCONVkeZJ6Ql8NbTEu+w==}
+ '@cspell/dict-vue@3.0.5':
+ resolution: {integrity: sha512-Mqutb8jbM+kIcywuPQCCaK5qQHTdaByoEO2J9LKFy3sqAdiBogNkrplqUK0HyyRFgCfbJUgjz3N85iCMcWH0JA==}
+
'@cspell/dynamic-import@8.19.4':
resolution: {integrity: sha512-0LLghC64+SiwQS20Sa0VfFUBPVia1rNyo0bYeIDoB34AA3qwguDBVJJkthkpmaP1R2JeR/VmxmJowuARc4ZUxA==}
engines: {node: '>=18.0'}
- '@cspell/dynamic-import@9.1.3':
- resolution: {integrity: sha512-+8PxTslsh+oTxmhYdnfQZ/brYGFAnfqLR9xotWE4Ks3HoaLOhZsp6FF9kvlEp/gNOjpyhHn1UhT/Gr5fT4+QhQ==}
+ '@cspell/dynamic-import@9.2.1':
+ resolution: {integrity: sha512-izYQbk7ck0ffNA1gf7Gi3PkUEjj+crbYeyNK1hxHx5A+GuR416ozs0aEyp995KI2v9HZlXscOj3SC3wrWzHZeA==}
engines: {node: '>=20'}
'@cspell/eslint-plugin@8.19.4':
@@ -1781,24 +1908,24 @@ packages:
resolution: {integrity: sha512-D9hOCMyfKtKjjqQJB8F80PWsjCZhVGCGUMiDoQpcta0e+Zl8vHgzwaC0Ai4QUGBhwYEawHGiWUd7Y05u/WXiNQ==}
engines: {node: '>=18'}
- '@cspell/filetypes@9.1.3':
- resolution: {integrity: sha512-HRJEggDo6OJJmCc/gq7oriMqkqVDema+oLpGBh1a/M7ulw+CzoHkOa//1ohpAJh5KsWj9Tej9Va4BUZ/SaCwUA==}
+ '@cspell/filetypes@9.2.1':
+ resolution: {integrity: sha512-Dy1y1pQ+7hi2gPs+jERczVkACtYbUHcLodXDrzpipoxgOtVxMcyZuo+84WYHImfu0gtM0wU2uLObaVgMSTnytw==}
engines: {node: '>=20'}
'@cspell/strong-weak-map@8.19.4':
resolution: {integrity: sha512-MUfFaYD8YqVe32SQaYLI24/bNzaoyhdBIFY5pVrvMo1ZCvMl8AlfI2OcBXvcGb5aS5z7sCNCJm11UuoYbLI1zw==}
engines: {node: '>=18'}
- '@cspell/strong-weak-map@9.1.3':
- resolution: {integrity: sha512-+96SI9R6TOY+xGBOK5LiOgX/W/9gAKus1Cvngh2LdtDVZwgVqpqvm5LoXxLhUT+Vs5UsndRBzblSdNpziSwZtA==}
+ '@cspell/strong-weak-map@9.2.1':
+ resolution: {integrity: sha512-1HsQWZexvJSjDocVnbeAWjjgqWE/0op/txxzDPvDqI2sE6pY0oO4Cinj2I8z+IP+m6/E6yjPxdb23ydbQbPpJQ==}
engines: {node: '>=20'}
'@cspell/url@8.19.4':
resolution: {integrity: sha512-Pa474iBxS+lxsAL4XkETPGIq3EgMLCEb9agj3hAd2VGMTCApaiUvamR4b+uGXIPybN70piFxvzrfoxsG2uIP6A==}
engines: {node: '>=18.0'}
- '@cspell/url@9.1.3':
- resolution: {integrity: sha512-LQQKY0O4QYUNKyDod8VfEBvqeJNGHJlx1v0gDq00eMvaClnkIz+y2ObGdtDlF7ZbG7TgI6PQ3ahJdlqfRPe3ZQ==}
+ '@cspell/url@9.2.1':
+ resolution: {integrity: sha512-9EHCoGKtisPNsEdBQ28tKxKeBmiVS3D4j+AN8Yjr+Dmtu+YACKGWiMOddNZG2VejQNIdFx7FwzU00BGX68ELhA==}
engines: {node: '>=20'}
'@csstools/color-helpers@5.0.1':
@@ -1838,8 +1965,8 @@ packages:
cypress: '*'
webpack: ^4 || ^5
- '@cypress/request@3.0.8':
- resolution: {integrity: sha512-h0NFgh1mJmm1nr4jCwkGHwKneVYKghUyWe6TMNrk0B9zsjAJxpg8C4/+BAcmLgCPa1vj1V8rNUaILl+zYRUWBQ==}
+ '@cypress/request@3.0.9':
+ resolution: {integrity: sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==}
engines: {node: '>= 6'}
'@cypress/webpack-preprocessor@6.0.2':
@@ -1853,8 +1980,8 @@ packages:
'@cypress/xvfb@1.2.4':
resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==}
- '@dependents/detective-less@5.0.0':
- resolution: {integrity: sha512-D/9dozteKcutI5OdxJd8rU+fL6XgaaRg60sPPJWkT33OCiRfkCu5wO5B/yXTaaL2e6EB0lcCBGe5E0XscZCvvQ==}
+ '@dependents/detective-less@5.0.1':
+ resolution: {integrity: sha512-Y6+WUMsTFWE5jb20IFP4YGa5IrGY/+a/FbOSjDF/wz9gepU2hwCYSXRHP/vPwBvwcY3SVMASt4yXxbXNXigmZQ==}
engines: {node: '>=18'}
'@discoveryjs/json-ext@0.5.7':
@@ -1909,8 +2036,8 @@ packages:
cpu: [ppc64]
os: [aix]
- '@esbuild/aix-ppc64@0.25.0':
- resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==}
+ '@esbuild/aix-ppc64@0.25.9':
+ resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
@@ -1927,8 +2054,8 @@ packages:
cpu: [arm64]
os: [android]
- '@esbuild/android-arm64@0.25.0':
- resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==}
+ '@esbuild/android-arm64@0.25.9':
+ resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
@@ -1945,8 +2072,8 @@ packages:
cpu: [arm]
os: [android]
- '@esbuild/android-arm@0.25.0':
- resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==}
+ '@esbuild/android-arm@0.25.9':
+ resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
@@ -1963,8 +2090,8 @@ packages:
cpu: [x64]
os: [android]
- '@esbuild/android-x64@0.25.0':
- resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==}
+ '@esbuild/android-x64@0.25.9':
+ resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
@@ -1981,8 +2108,8 @@ packages:
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-arm64@0.25.0':
- resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==}
+ '@esbuild/darwin-arm64@0.25.9':
+ resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
@@ -1999,8 +2126,8 @@ packages:
cpu: [x64]
os: [darwin]
- '@esbuild/darwin-x64@0.25.0':
- resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==}
+ '@esbuild/darwin-x64@0.25.9':
+ resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
@@ -2017,8 +2144,8 @@ packages:
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-arm64@0.25.0':
- resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==}
+ '@esbuild/freebsd-arm64@0.25.9':
+ resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
@@ -2035,8 +2162,8 @@ packages:
cpu: [x64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.25.0':
- resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==}
+ '@esbuild/freebsd-x64@0.25.9':
+ resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
@@ -2053,8 +2180,8 @@ packages:
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm64@0.25.0':
- resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==}
+ '@esbuild/linux-arm64@0.25.9':
+ resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
@@ -2071,8 +2198,8 @@ packages:
cpu: [arm]
os: [linux]
- '@esbuild/linux-arm@0.25.0':
- resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==}
+ '@esbuild/linux-arm@0.25.9':
+ resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
@@ -2089,8 +2216,8 @@ packages:
cpu: [ia32]
os: [linux]
- '@esbuild/linux-ia32@0.25.0':
- resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==}
+ '@esbuild/linux-ia32@0.25.9':
+ resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
@@ -2107,8 +2234,8 @@ packages:
cpu: [loong64]
os: [linux]
- '@esbuild/linux-loong64@0.25.0':
- resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==}
+ '@esbuild/linux-loong64@0.25.9':
+ resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
@@ -2125,8 +2252,8 @@ packages:
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-mips64el@0.25.0':
- resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==}
+ '@esbuild/linux-mips64el@0.25.9':
+ resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
@@ -2143,8 +2270,8 @@ packages:
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-ppc64@0.25.0':
- resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==}
+ '@esbuild/linux-ppc64@0.25.9':
+ resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
@@ -2161,8 +2288,8 @@ packages:
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-riscv64@0.25.0':
- resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==}
+ '@esbuild/linux-riscv64@0.25.9':
+ resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
@@ -2179,8 +2306,8 @@ packages:
cpu: [s390x]
os: [linux]
- '@esbuild/linux-s390x@0.25.0':
- resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==}
+ '@esbuild/linux-s390x@0.25.9':
+ resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
@@ -2197,8 +2324,8 @@ packages:
cpu: [x64]
os: [linux]
- '@esbuild/linux-x64@0.25.0':
- resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==}
+ '@esbuild/linux-x64@0.25.9':
+ resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
@@ -2209,8 +2336,8 @@ packages:
cpu: [arm64]
os: [netbsd]
- '@esbuild/netbsd-arm64@0.25.0':
- resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==}
+ '@esbuild/netbsd-arm64@0.25.9':
+ resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
@@ -2227,8 +2354,8 @@ packages:
cpu: [x64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.25.0':
- resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==}
+ '@esbuild/netbsd-x64@0.25.9':
+ resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
@@ -2239,8 +2366,8 @@ packages:
cpu: [arm64]
os: [openbsd]
- '@esbuild/openbsd-arm64@0.25.0':
- resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==}
+ '@esbuild/openbsd-arm64@0.25.9':
+ resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
@@ -2257,12 +2384,18 @@ packages:
cpu: [x64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.25.0':
- resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==}
+ '@esbuild/openbsd-x64@0.25.9':
+ resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
+ '@esbuild/openharmony-arm64@0.25.9':
+ resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openharmony]
+
'@esbuild/sunos-x64@0.21.5':
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
engines: {node: '>=12'}
@@ -2275,8 +2408,8 @@ packages:
cpu: [x64]
os: [sunos]
- '@esbuild/sunos-x64@0.25.0':
- resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==}
+ '@esbuild/sunos-x64@0.25.9':
+ resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
@@ -2293,8 +2426,8 @@ packages:
cpu: [arm64]
os: [win32]
- '@esbuild/win32-arm64@0.25.0':
- resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==}
+ '@esbuild/win32-arm64@0.25.9':
+ resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
@@ -2311,8 +2444,8 @@ packages:
cpu: [ia32]
os: [win32]
- '@esbuild/win32-ia32@0.25.0':
- resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==}
+ '@esbuild/win32-ia32@0.25.9':
+ resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
@@ -2329,8 +2462,8 @@ packages:
cpu: [x64]
os: [win32]
- '@esbuild/win32-x64@0.25.0':
- resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==}
+ '@esbuild/win32-x64@0.25.9':
+ resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
@@ -2467,8 +2600,8 @@ packages:
resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==}
engines: {node: '>=18.18'}
- '@iconify-json/carbon@1.2.1':
- resolution: {integrity: sha512-dIMY6OOY9LnwR3kOqAtfz4phGFG+KNfESEwSL6muCprBelSlSPpRXtdqvEEO/qWhkf5AJ9hWrOV3Egi5Z2IuKA==}
+ '@iconify-json/carbon@1.2.13':
+ resolution: {integrity: sha512-vXrFFKkfYaZSwf4WfnRQJQMnpEzxlPlupwZZlS1WvOAuNnWahsUudHycaMpoBzDqBfniH4KQ2b5qnw0VMKoJug==}
'@iconify-json/simple-icons@1.2.25':
resolution: {integrity: sha512-2E1/gOCO97rF6usfhhiXxwzCb+UhdEsxW3lW1Sew+xZY0COY6dp82Z/r1rUt2fWKneWjuoGcNeJHHXQyG8mIuw==}
@@ -2596,12 +2729,12 @@ packages:
resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==}
engines: {node: '>=8'}
- '@jest/console@30.0.4':
- resolution: {integrity: sha512-tMLCDvBJBwPqMm4OAiuKm2uF5y5Qe26KgcMn+nrDSWpEW+eeFmqA0iO4zJfL16GP7gE3bUUQ3hIuUJ22AqVRnw==}
+ '@jest/console@30.1.2':
+ resolution: {integrity: sha512-BGMAxj8VRmoD0MoA/jo9alMXSRoqW8KPeqOfEo1ncxnRLatTBCpRoOwlwlEMdudp68Q6WSGwYrrLtTGOh8fLzw==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/core@30.0.4':
- resolution: {integrity: sha512-MWScSO9GuU5/HoWjpXAOBs6F/iobvK1XlioelgOM9St7S0Z5WTI9kjCQLPeo4eQRRYusyLW25/J7J5lbFkrYXw==}
+ '@jest/core@30.1.3':
+ resolution: {integrity: sha512-LIQz7NEDDO1+eyOA2ZmkiAyYvZuo6s1UxD/e2IHldR6D7UYogVq3arTmli07MkENLq6/3JEQjp0mA8rrHHJ8KQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
@@ -2613,36 +2746,36 @@ packages:
resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/environment@30.0.4':
- resolution: {integrity: sha512-5NT+sr7ZOb8wW7C4r7wOKnRQ8zmRWQT2gW4j73IXAKp5/PX1Z8MCStBLQDYfIG3n1Sw0NRfYGdp0iIPVooBAFQ==}
+ '@jest/environment@30.1.2':
+ resolution: {integrity: sha512-N8t1Ytw4/mr9uN28OnVf0SYE2dGhaIxOVYcwsf9IInBKjvofAjbFRvedvBBlyTYk2knbJTiEjEJ2PyyDIBnd9w==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/expect-utils@30.0.4':
- resolution: {integrity: sha512-EgXecHDNfANeqOkcak0DxsoVI4qkDUsR7n/Lr2vtmTBjwLPBnnPOF71S11Q8IObWzxm2QgQoY6f9hzrRD3gHRA==}
+ '@jest/expect-utils@30.1.2':
+ resolution: {integrity: sha512-HXy1qT/bfdjCv7iC336ExbqqYtZvljrV8odNdso7dWK9bSeHtLlvwWWC3YSybSPL03Gg5rug6WLCZAZFH72m0A==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/expect@30.0.4':
- resolution: {integrity: sha512-Z/DL7t67LBHSX4UzDyeYKqOxE/n7lbrrgEwWM3dGiH5Dgn35nk+YtgzKudmfIrBI8DRRrKYY5BCo3317HZV1Fw==}
+ '@jest/expect@30.1.2':
+ resolution: {integrity: sha512-tyaIExOwQRCxPCGNC05lIjWJztDwk2gPDNSDGg1zitXJJ8dC3++G/CRjE5mb2wQsf89+lsgAgqxxNpDLiCViTA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/fake-timers@30.0.4':
- resolution: {integrity: sha512-qZ7nxOcL5+gwBO6LErvwVy5k06VsX/deqo2XnVUSTV0TNC9lrg8FC3dARbi+5lmrr5VyX5drragK+xLcOjvjYw==}
+ '@jest/fake-timers@30.1.2':
+ resolution: {integrity: sha512-Beljfv9AYkr9K+ETX9tvV61rJTY706BhBUtiaepQHeEGfe0DbpvUA5Z3fomwc5Xkhns6NWrcFDZn+72fLieUnA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/get-type@30.0.1':
- resolution: {integrity: sha512-AyYdemXCptSRFirI5EPazNxyPwAL0jXt3zceFjaj8NFiKP9pOi0bfXonf6qkf82z2t3QWPeLCWWw4stPBzctLw==}
+ '@jest/get-type@30.1.0':
+ resolution: {integrity: sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/globals@30.0.4':
- resolution: {integrity: sha512-avyZuxEHF2EUhFF6NEWVdxkRRV6iXXcIES66DLhuLlU7lXhtFG/ySq/a8SRZmEJSsLkNAFX6z6mm8KWyXe9OEA==}
+ '@jest/globals@30.1.2':
+ resolution: {integrity: sha512-teNTPZ8yZe3ahbYnvnVRDeOjr+3pu2uiAtNtrEsiMjVPPj+cXd5E/fr8BL7v/T7F31vYdEHrI5cC/2OoO/vM9A==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
'@jest/pattern@30.0.1':
resolution: {integrity: sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/reporters@30.0.4':
- resolution: {integrity: sha512-6ycNmP0JSJEEys1FbIzHtjl9BP0tOZ/KN6iMeAKrdvGmUsa1qfRdlQRUDKJ4P84hJ3xHw1yTqJt4fvPNHhyE+g==}
+ '@jest/reporters@30.1.3':
+ resolution: {integrity: sha512-VWEQmJWfXMOrzdFEOyGjUEOuVXllgZsoPtEHZzfdNz18RmzJ5nlR6kp8hDdY8dDS1yGOXAY7DHT+AOHIPSBV0w==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
@@ -2650,61 +2783,62 @@ packages:
node-notifier:
optional: true
- '@jest/schemas@30.0.1':
- resolution: {integrity: sha512-+g/1TKjFuGrf1Hh0QPCv0gISwBxJ+MQSNXmG9zjHy7BmFhtoJ9fdNhWJp3qUKRi93AOZHXtdxZgJ1vAtz6z65w==}
+ '@jest/schemas@30.0.5':
+ resolution: {integrity: sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/snapshot-utils@30.0.4':
- resolution: {integrity: sha512-BEpX8M/Y5lG7MI3fmiO+xCnacOrVsnbqVrcDZIT8aSGkKV1w2WwvRQxSWw5SIS8ozg7+h8tSj5EO1Riqqxcdag==}
+ '@jest/snapshot-utils@30.1.2':
+ resolution: {integrity: sha512-vHoMTpimcPSR7OxS2S0V1Cpg8eKDRxucHjoWl5u4RQcnxqQrV3avETiFpl8etn4dqxEGarBeHbIBety/f8mLXw==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
'@jest/source-map@30.0.1':
resolution: {integrity: sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/test-result@30.0.4':
- resolution: {integrity: sha512-Mfpv8kjyKTHqsuu9YugB6z1gcdB3TSSOaKlehtVaiNlClMkEHY+5ZqCY2CrEE3ntpBMlstX/ShDAf84HKWsyIw==}
+ '@jest/test-result@30.1.3':
+ resolution: {integrity: sha512-P9IV8T24D43cNRANPPokn7tZh0FAFnYS2HIfi5vK18CjRkTDR9Y3e1BoEcAJnl4ghZZF4Ecda4M/k41QkvurEQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/test-sequencer@30.0.4':
- resolution: {integrity: sha512-bj6ePmqi4uxAE8EHE0Slmk5uBYd9Vd/PcVt06CsBxzH4bbA8nGsI1YbXl/NH+eii4XRtyrRx+Cikub0x8H4vDg==}
+ '@jest/test-sequencer@30.1.3':
+ resolution: {integrity: sha512-82J+hzC0qeQIiiZDThh+YUadvshdBswi5nuyXlEmXzrhw5ZQSRHeQ5LpVMD/xc8B3wPePvs6VMzHnntxL+4E3w==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/transform@30.0.4':
- resolution: {integrity: sha512-atvy4hRph/UxdCIBp+UB2jhEA/jJiUeGZ7QPgBi9jUUKNgi3WEoMXGNG7zbbELG2+88PMabUNCDchmqgJy3ELg==}
+ '@jest/transform@30.1.2':
+ resolution: {integrity: sha512-UYYFGifSgfjujf1Cbd3iU/IQoSd6uwsj8XHj5DSDf5ERDcWMdJOPTkHWXj4U+Z/uMagyOQZ6Vne8C4nRIrCxqA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- '@jest/types@30.0.1':
- resolution: {integrity: sha512-HGwoYRVF0QSKJu1ZQX0o5ZrUrrhj0aOOFA8hXrumD7SIzjouevhawbTjmXdwOmURdGluU9DM/XvGm3NyFoiQjw==}
+ '@jest/types@30.0.5':
+ resolution: {integrity: sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
'@jridgewell/gen-mapping@0.3.12':
resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==}
- '@jridgewell/gen-mapping@0.3.8':
- resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
- engines: {node: '>=6.0.0'}
+ '@jridgewell/remapping@2.3.5':
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
'@jridgewell/resolve-uri@3.1.2':
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
engines: {node: '>=6.0.0'}
- '@jridgewell/set-array@1.2.1':
- resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
- engines: {node: '>=6.0.0'}
-
'@jridgewell/source-map@0.3.6':
resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==}
'@jridgewell/sourcemap-codec@1.5.0':
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+ '@jridgewell/sourcemap-codec@1.5.5':
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
+
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
'@jridgewell/trace-mapping@0.3.29':
resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==}
+ '@jridgewell/trace-mapping@0.3.30':
+ resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
+
'@jsdevtools/ono@7.1.3':
resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==}
@@ -2796,8 +2930,8 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@rolldown/pluginutils@1.0.0-beta.19':
- resolution: {integrity: sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==}
+ '@rolldown/pluginutils@1.0.0-beta.29':
+ resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
'@rollup/plugin-babel@5.3.1':
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
@@ -2833,8 +2967,8 @@ packages:
rollup:
optional: true
- '@rollup/plugin-typescript@12.1.2':
- resolution: {integrity: sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==}
+ '@rollup/plugin-typescript@12.1.4':
+ resolution: {integrity: sha512-s5Hx+EtN60LMlDBvl5f04bEiFZmAepk27Q+mr85L/00zPDn1jtzlTV6FWn81MaIwqfWzKxmOJrBWHU6vtQyedQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^2.14.0||^3.0.0||^4.0.0
@@ -2871,6 +3005,11 @@ packages:
cpu: [arm]
os: [android]
+ '@rollup/rollup-android-arm-eabi@4.50.1':
+ resolution: {integrity: sha512-HJXwzoZN4eYTdD8bVV22DN8gsPCAj3V20NHKOs8ezfXanGpmVPR7kalUHd+Y31IJp9stdB87VKPFbsGY3H/2ag==}
+ cpu: [arm]
+ os: [android]
+
'@rollup/rollup-android-arm64@4.34.8':
resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==}
cpu: [arm64]
@@ -2881,6 +3020,11 @@ packages:
cpu: [arm64]
os: [android]
+ '@rollup/rollup-android-arm64@4.50.1':
+ resolution: {integrity: sha512-PZlsJVcjHfcH53mOImyt3bc97Ep3FJDXRpk9sMdGX0qgLmY0EIWxCag6EigerGhLVuL8lDVYNnSo8qnTElO4xw==}
+ cpu: [arm64]
+ os: [android]
+
'@rollup/rollup-darwin-arm64@4.34.8':
resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==}
cpu: [arm64]
@@ -2891,6 +3035,11 @@ packages:
cpu: [arm64]
os: [darwin]
+ '@rollup/rollup-darwin-arm64@4.50.1':
+ resolution: {integrity: sha512-xc6i2AuWh++oGi4ylOFPmzJOEeAa2lJeGUGb4MudOtgfyyjr4UPNK+eEWTPLvmPJIY/pgw6ssFIox23SyrkkJw==}
+ cpu: [arm64]
+ os: [darwin]
+
'@rollup/rollup-darwin-x64@4.34.8':
resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==}
cpu: [x64]
@@ -2901,6 +3050,11 @@ packages:
cpu: [x64]
os: [darwin]
+ '@rollup/rollup-darwin-x64@4.50.1':
+ resolution: {integrity: sha512-2ofU89lEpDYhdLAbRdeyz/kX3Y2lpYc6ShRnDjY35bZhd2ipuDMDi6ZTQ9NIag94K28nFMofdnKeHR7BT0CATw==}
+ cpu: [x64]
+ os: [darwin]
+
'@rollup/rollup-freebsd-arm64@4.34.8':
resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==}
cpu: [arm64]
@@ -2911,6 +3065,11 @@ packages:
cpu: [arm64]
os: [freebsd]
+ '@rollup/rollup-freebsd-arm64@4.50.1':
+ resolution: {integrity: sha512-wOsE6H2u6PxsHY/BeFHA4VGQN3KUJFZp7QJBmDYI983fgxq5Th8FDkVuERb2l9vDMs1D5XhOrhBrnqcEY6l8ZA==}
+ cpu: [arm64]
+ os: [freebsd]
+
'@rollup/rollup-freebsd-x64@4.34.8':
resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==}
cpu: [x64]
@@ -2921,6 +3080,11 @@ packages:
cpu: [x64]
os: [freebsd]
+ '@rollup/rollup-freebsd-x64@4.50.1':
+ resolution: {integrity: sha512-A/xeqaHTlKbQggxCqispFAcNjycpUEHP52mwMQZUNqDUJFFYtPHCXS1VAG29uMlDzIVr+i00tSFWFLivMcoIBQ==}
+ cpu: [x64]
+ os: [freebsd]
+
'@rollup/rollup-linux-arm-gnueabihf@4.34.8':
resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==}
cpu: [arm]
@@ -2931,6 +3095,11 @@ packages:
cpu: [arm]
os: [linux]
+ '@rollup/rollup-linux-arm-gnueabihf@4.50.1':
+ resolution: {integrity: sha512-54v4okehwl5TaSIkpp97rAHGp7t3ghinRd/vyC1iXqXMfjYUTm7TfYmCzXDoHUPTTf36L8pr0E7YsD3CfB3ZDg==}
+ cpu: [arm]
+ os: [linux]
+
'@rollup/rollup-linux-arm-musleabihf@4.34.8':
resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==}
cpu: [arm]
@@ -2941,6 +3110,11 @@ packages:
cpu: [arm]
os: [linux]
+ '@rollup/rollup-linux-arm-musleabihf@4.50.1':
+ resolution: {integrity: sha512-p/LaFyajPN/0PUHjv8TNyxLiA7RwmDoVY3flXHPSzqrGcIp/c2FjwPPP5++u87DGHtw+5kSH5bCJz0mvXngYxw==}
+ cpu: [arm]
+ os: [linux]
+
'@rollup/rollup-linux-arm64-gnu@4.34.8':
resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==}
cpu: [arm64]
@@ -2951,6 +3125,11 @@ packages:
cpu: [arm64]
os: [linux]
+ '@rollup/rollup-linux-arm64-gnu@4.50.1':
+ resolution: {integrity: sha512-2AbMhFFkTo6Ptna1zO7kAXXDLi7H9fGTbVaIq2AAYO7yzcAsuTNWPHhb2aTA6GPiP+JXh85Y8CiS54iZoj4opw==}
+ cpu: [arm64]
+ os: [linux]
+
'@rollup/rollup-linux-arm64-musl@4.34.8':
resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==}
cpu: [arm64]
@@ -2961,6 +3140,11 @@ packages:
cpu: [arm64]
os: [linux]
+ '@rollup/rollup-linux-arm64-musl@4.50.1':
+ resolution: {integrity: sha512-Cgef+5aZwuvesQNw9eX7g19FfKX5/pQRIyhoXLCiBOrWopjo7ycfB292TX9MDcDijiuIJlx1IzJz3IoCPfqs9w==}
+ cpu: [arm64]
+ os: [linux]
+
'@rollup/rollup-linux-loongarch64-gnu@4.34.8':
resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==}
cpu: [loong64]
@@ -2971,6 +3155,11 @@ packages:
cpu: [loong64]
os: [linux]
+ '@rollup/rollup-linux-loongarch64-gnu@4.50.1':
+ resolution: {integrity: sha512-RPhTwWMzpYYrHrJAS7CmpdtHNKtt2Ueo+BlLBjfZEhYBhK00OsEqM08/7f+eohiF6poe0YRDDd8nAvwtE/Y62Q==}
+ cpu: [loong64]
+ os: [linux]
+
'@rollup/rollup-linux-powerpc64le-gnu@4.34.8':
resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==}
cpu: [ppc64]
@@ -2981,6 +3170,11 @@ packages:
cpu: [ppc64]
os: [linux]
+ '@rollup/rollup-linux-ppc64-gnu@4.50.1':
+ resolution: {integrity: sha512-eSGMVQw9iekut62O7eBdbiccRguuDgiPMsw++BVUg+1K7WjZXHOg/YOT9SWMzPZA+w98G+Fa1VqJgHZOHHnY0Q==}
+ cpu: [ppc64]
+ os: [linux]
+
'@rollup/rollup-linux-riscv64-gnu@4.34.8':
resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==}
cpu: [riscv64]
@@ -2991,11 +3185,21 @@ packages:
cpu: [riscv64]
os: [linux]
+ '@rollup/rollup-linux-riscv64-gnu@4.50.1':
+ resolution: {integrity: sha512-S208ojx8a4ciIPrLgazF6AgdcNJzQE4+S9rsmOmDJkusvctii+ZvEuIC4v/xFqzbuP8yDjn73oBlNDgF6YGSXQ==}
+ cpu: [riscv64]
+ os: [linux]
+
'@rollup/rollup-linux-riscv64-musl@4.40.2':
resolution: {integrity: sha512-5W6vNYkhgfh7URiXTO1E9a0cy4fSgfE4+Hl5agb/U1sa0kjOLMLC1wObxwKxecE17j0URxuTrYZZME4/VH57Hg==}
cpu: [riscv64]
os: [linux]
+ '@rollup/rollup-linux-riscv64-musl@4.50.1':
+ resolution: {integrity: sha512-3Ag8Ls1ggqkGUvSZWYcdgFwriy2lWo+0QlYgEFra/5JGtAd6C5Hw59oojx1DeqcA2Wds2ayRgvJ4qxVTzCHgzg==}
+ cpu: [riscv64]
+ os: [linux]
+
'@rollup/rollup-linux-s390x-gnu@4.34.8':
resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==}
cpu: [s390x]
@@ -3006,6 +3210,11 @@ packages:
cpu: [s390x]
os: [linux]
+ '@rollup/rollup-linux-s390x-gnu@4.50.1':
+ resolution: {integrity: sha512-t9YrKfaxCYe7l7ldFERE1BRg/4TATxIg+YieHQ966jwvo7ddHJxPj9cNFWLAzhkVsbBvNA4qTbPVNsZKBO4NSg==}
+ cpu: [s390x]
+ os: [linux]
+
'@rollup/rollup-linux-x64-gnu@4.34.8':
resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==}
cpu: [x64]
@@ -3016,6 +3225,11 @@ packages:
cpu: [x64]
os: [linux]
+ '@rollup/rollup-linux-x64-gnu@4.50.1':
+ resolution: {integrity: sha512-MCgtFB2+SVNuQmmjHf+wfI4CMxy3Tk8XjA5Z//A0AKD7QXUYFMQcns91K6dEHBvZPCnhJSyDWLApk40Iq/H3tA==}
+ cpu: [x64]
+ os: [linux]
+
'@rollup/rollup-linux-x64-musl@4.34.8':
resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==}
cpu: [x64]
@@ -3026,6 +3240,16 @@ packages:
cpu: [x64]
os: [linux]
+ '@rollup/rollup-linux-x64-musl@4.50.1':
+ resolution: {integrity: sha512-nEvqG+0jeRmqaUMuwzlfMKwcIVffy/9KGbAGyoa26iu6eSngAYQ512bMXuqqPrlTyfqdlB9FVINs93j534UJrg==}
+ cpu: [x64]
+ os: [linux]
+
+ '@rollup/rollup-openharmony-arm64@4.50.1':
+ resolution: {integrity: sha512-RDsLm+phmT3MJd9SNxA9MNuEAO/J2fhW8GXk62G/B4G7sLVumNFbRwDL6v5NrESb48k+QMqdGbHgEtfU0LCpbA==}
+ cpu: [arm64]
+ os: [openharmony]
+
'@rollup/rollup-win32-arm64-msvc@4.34.8':
resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==}
cpu: [arm64]
@@ -3036,6 +3260,11 @@ packages:
cpu: [arm64]
os: [win32]
+ '@rollup/rollup-win32-arm64-msvc@4.50.1':
+ resolution: {integrity: sha512-hpZB/TImk2FlAFAIsoElM3tLzq57uxnGYwplg6WDyAxbYczSi8O2eQ+H2Lx74504rwKtZ3N2g4bCUkiamzS6TQ==}
+ cpu: [arm64]
+ os: [win32]
+
'@rollup/rollup-win32-ia32-msvc@4.34.8':
resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==}
cpu: [ia32]
@@ -3046,6 +3275,11 @@ packages:
cpu: [ia32]
os: [win32]
+ '@rollup/rollup-win32-ia32-msvc@4.50.1':
+ resolution: {integrity: sha512-SXjv8JlbzKM0fTJidX4eVsH+Wmnp0/WcD8gJxIZyR6Gay5Qcsmdbi9zVtnbkGPG8v2vMR1AD06lGWy5FLMcG7A==}
+ cpu: [ia32]
+ os: [win32]
+
'@rollup/rollup-win32-x64-msvc@4.34.8':
resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==}
cpu: [x64]
@@ -3056,6 +3290,11 @@ packages:
cpu: [x64]
os: [win32]
+ '@rollup/rollup-win32-x64-msvc@4.50.1':
+ resolution: {integrity: sha512-StxAO/8ts62KZVRAm4JZYq9+NqNsV7RvimNK+YM7ry//zebEH6meuugqW/P5OFUCjyQgui+9fUxT6d5NShvMvA==}
+ cpu: [x64]
+ os: [win32]
+
'@shikijs/core@2.5.0':
resolution: {integrity: sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==}
@@ -3168,14 +3407,17 @@ packages:
'@types/cacheable-request@6.0.3':
resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==}
+ '@types/chai@5.2.2':
+ resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
+
'@types/connect-history-api-fallback@1.5.4':
resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==}
'@types/connect@3.4.38':
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
- '@types/cors@2.8.17':
- resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==}
+ '@types/cors@2.8.19':
+ resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==}
'@types/cytoscape-fcose@2.2.4':
resolution: {integrity: sha512-QwWtnT8HI9h+DHhG5krGc1ZY0Ex+cn85MvX96ZNAjSxuXiZDnjIZW/ypVkvvubTjIY4rSdkJY1D/Nsn8NDpmAw==}
@@ -3288,6 +3530,9 @@ packages:
'@types/debug@4.1.12':
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
+ '@types/deep-eql@4.0.2':
+ resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
+
'@types/estree@0.0.39':
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
@@ -3297,6 +3542,9 @@ packages:
'@types/estree@1.0.7':
resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
+ '@types/estree@1.0.8':
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
+
'@types/express-serve-static-core@4.19.6':
resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==}
@@ -3306,8 +3554,8 @@ packages:
'@types/express@4.17.21':
resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
- '@types/express@5.0.0':
- resolution: {integrity: sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==}
+ '@types/express@5.0.3':
+ resolution: {integrity: sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==}
'@types/flexsearch@0.7.6':
resolution: {integrity: sha512-H5IXcRn96/gaDmo+rDl2aJuIJsob8dgOXDqf8K0t8rWZd1AFNaaspmRsElESiU+EWE33qfbFPgI0OC/B1g9FCA==}
@@ -3363,8 +3611,8 @@ packages:
'@types/lodash@4.17.10':
resolution: {integrity: sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==}
- '@types/lodash@4.17.15':
- resolution: {integrity: sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==}
+ '@types/lodash@4.17.20':
+ resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
'@types/markdown-it@12.2.3':
resolution: {integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==}
@@ -3405,6 +3653,9 @@ packages:
'@types/node@22.13.5':
resolution: {integrity: sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==}
+ '@types/node@22.18.1':
+ resolution: {integrity: sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==}
+
'@types/qs@6.9.16':
resolution: {integrity: sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==}
@@ -3522,23 +3773,10 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/types@7.18.0':
- resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
- engines: {node: ^18.18.0 || >=20.0.0}
-
'@typescript-eslint/types@8.38.0':
resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@7.18.0':
- resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==}
- engines: {node: ^18.18.0 || >=20.0.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/typescript-estree@8.38.0':
resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3552,10 +3790,6 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/visitor-keys@7.18.0':
- resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
- engines: {node: ^18.18.0 || >=20.0.0}
-
'@typescript-eslint/visitor-keys@8.38.0':
resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3763,68 +3997,80 @@ packages:
vite: ^5.0.0 || ^6.0.0
vue: ^3.2.25
- '@vitejs/plugin-vue@6.0.0':
- resolution: {integrity: sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==}
+ '@vitejs/plugin-vue@6.0.1':
+ resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.2.25
- '@vitest/coverage-v8@3.0.6':
- resolution: {integrity: sha512-JRTlR8Bw+4BcmVTICa7tJsxqphAktakiLsAmibVLAWbu1lauFddY/tXeM6sAyl1cgkPuXtpnUgaCPhTdz1Qapg==}
+ '@vitest/coverage-v8@3.2.4':
+ resolution: {integrity: sha512-EyF9SXU6kS5Ku/U82E259WSnvg6c8KTjppUncuNdm5QHpe17mwREHnjDzozC8x9MZ0xfBUFSaLkRv4TMA75ALQ==}
peerDependencies:
- '@vitest/browser': 3.0.6
- vitest: 3.0.6
+ '@vitest/browser': 3.2.4
+ vitest: 3.2.4
peerDependenciesMeta:
'@vitest/browser':
optional: true
- '@vitest/expect@3.0.6':
- resolution: {integrity: sha512-zBduHf/ja7/QRX4HdP1DSq5XrPgdN+jzLOwaTq/0qZjYfgETNFCKf9nOAp2j3hmom3oTbczuUzrzg9Hafh7hNg==}
+ '@vitest/expect@3.2.4':
+ resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
- '@vitest/mocker@3.0.6':
- resolution: {integrity: sha512-KPztr4/tn7qDGZfqlSPQoF2VgJcKxnDNhmfR3VgZ6Fy1bO8T9Fc1stUiTXtqz0yG24VpD00pZP5f8EOFknjNuQ==}
+ '@vitest/mocker@3.2.4':
+ resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==}
peerDependencies:
msw: ^2.4.9
- vite: ^5.0.0 || ^6.0.0
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
peerDependenciesMeta:
msw:
optional: true
vite:
optional: true
- '@vitest/pretty-format@3.0.6':
- resolution: {integrity: sha512-Zyctv3dbNL+67qtHfRnUE/k8qxduOamRfAL1BurEIQSyOEFffoMvx2pnDSSbKAAVxY0Ej2J/GH2dQKI0W2JyVg==}
+ '@vitest/pretty-format@3.2.4':
+ resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
- '@vitest/runner@3.0.6':
- resolution: {integrity: sha512-JopP4m/jGoaG1+CBqubV/5VMbi7L+NQCJTu1J1Pf6YaUbk7bZtaq5CX7p+8sY64Sjn1UQ1XJparHfcvTTdu9cA==}
+ '@vitest/runner@3.2.4':
+ resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==}
- '@vitest/snapshot@3.0.6':
- resolution: {integrity: sha512-qKSmxNQwT60kNwwJHMVwavvZsMGXWmngD023OHSgn873pV0lylK7dwBTfYP7e4URy5NiBCHHiQGA9DHkYkqRqg==}
+ '@vitest/snapshot@3.2.4':
+ resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==}
- '@vitest/spy@3.0.6':
- resolution: {integrity: sha512-HfOGx/bXtjy24fDlTOpgiAEJbRfFxoX3zIGagCqACkFKKZ/TTOE6gYMKXlqecvxEndKFuNHcHqP081ggZ2yM0Q==}
+ '@vitest/spy@3.2.4':
+ resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
- '@vitest/ui@3.0.6':
- resolution: {integrity: sha512-N4M2IUG2Q5LCeX4OWs48pQF4P3qsFejmDTc6QWGRFTLPrEe5EvM5HN0WSUnGAmuzQpSWv7ItfSsIJIWaEM2wpQ==}
+ '@vitest/ui@3.2.4':
+ resolution: {integrity: sha512-hGISOaP18plkzbWEcP/QvtRW1xDXF2+96HbEX6byqQhAUbiS5oH6/9JwW+QsQCIYON2bI6QZBF+2PvOmrRZ9wA==}
peerDependencies:
- vitest: 3.0.6
+ vitest: 3.2.4
- '@vitest/utils@3.0.6':
- resolution: {integrity: sha512-18ktZpf4GQFTbf9jK543uspU03Q2qya7ZGya5yiZ0Gx0nnnalBvd5ZBislbl2EhLjM8A8rt4OilqKG7QwcGkvQ==}
+ '@vitest/utils@3.2.4':
+ resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
'@vue/compiler-core@3.5.13':
resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==}
+ '@vue/compiler-core@3.5.21':
+ resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==}
+
'@vue/compiler-dom@3.5.13':
resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==}
+ '@vue/compiler-dom@3.5.21':
+ resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==}
+
'@vue/compiler-sfc@3.5.13':
resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==}
+ '@vue/compiler-sfc@3.5.21':
+ resolution: {integrity: sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==}
+
'@vue/compiler-ssr@3.5.13':
resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==}
+ '@vue/compiler-ssr@3.5.21':
+ resolution: {integrity: sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==}
+
'@vue/devtools-api@7.7.2':
resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==}
@@ -3834,23 +4080,26 @@ packages:
'@vue/devtools-shared@7.7.2':
resolution: {integrity: sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==}
- '@vue/reactivity@3.5.13':
- resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==}
+ '@vue/reactivity@3.5.21':
+ resolution: {integrity: sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==}
- '@vue/runtime-core@3.5.13':
- resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==}
+ '@vue/runtime-core@3.5.21':
+ resolution: {integrity: sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==}
- '@vue/runtime-dom@3.5.13':
- resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==}
+ '@vue/runtime-dom@3.5.21':
+ resolution: {integrity: sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==}
- '@vue/server-renderer@3.5.13':
- resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==}
+ '@vue/server-renderer@3.5.21':
+ resolution: {integrity: sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==}
peerDependencies:
- vue: 3.5.13
+ vue: 3.5.21
'@vue/shared@3.5.13':
resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
+ '@vue/shared@3.5.21':
+ resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==}
+
'@vueuse/core@12.7.0':
resolution: {integrity: sha512-jtK5B7YjZXmkGNHjviyGO4s3ZtEhbzSgrbX+s5o+Lr8i2nYqNyHuPVOeTdM1/hZ5Tkxg/KktAuAVDDiHMraMVA==}
@@ -4064,6 +4313,11 @@ packages:
engines: {node: '>=0.4.0'}
hasBin: true
+ acorn@8.15.0:
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
+ engines: {node: '>=0.4.0'}
+ hasBin: true
+
agent-base@6.0.2:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
engines: {node: '>= 6.0.0'}
@@ -4252,10 +4506,13 @@ packages:
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
engines: {node: '>=12'}
- ast-module-types@6.0.0:
- resolution: {integrity: sha512-LFRg7178Fw5R4FAEwZxVqiRI8IxSM+Ay2UBrHoCerXNme+kMMMfz7T3xDGV/c2fer87hcrtgJGsnSOfUrPK6ng==}
+ ast-module-types@6.0.1:
+ resolution: {integrity: sha512-WHw67kLXYbZuHTmcdbIrVArCq5wxo6NEuj3hiYAWr8mwJeC+C2mMCIBIWCiDoCye/OF/xelc+teJ1ERoWmnEIA==}
engines: {node: '>=18'}
+ ast-v8-to-istanbul@0.3.5:
+ resolution: {integrity: sha512-9SdXjNheSiE8bALAQCQQuT6fgQaoxJh7IRYrRGZ8/9nv8WhJeC1aXAwN8TbaOssGOukUvyvnkgD9+Yuykvl1aA==}
+
astral-regex@2.0.0:
resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==}
engines: {node: '>=8'}
@@ -4291,14 +4548,14 @@ packages:
aws4@1.13.2:
resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==}
- axios@1.7.9:
- resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==}
+ axios@1.11.0:
+ resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==}
axios@1.8.4:
resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==}
- babel-jest@30.0.4:
- resolution: {integrity: sha512-UjG2j7sAOqsp2Xua1mS/e+ekddkSu3wpf4nZUSvXNHuVWdaOUXQ77+uyjJLDE9i0atm5x4kds8K9yb5lRsRtcA==}
+ babel-jest@30.1.2:
+ resolution: {integrity: sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
peerDependencies:
'@babel/core': ^7.11.0
@@ -4549,8 +4806,8 @@ packages:
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
- chalk@5.4.1:
- resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==}
+ chalk@5.6.0:
+ resolution: {integrity: sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
char-regex@1.0.2:
@@ -4674,6 +4931,10 @@ packages:
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
engines: {node: '>=12'}
+ cliui@9.0.1:
+ resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==}
+ engines: {node: '>=20'}
+
clone-deep@4.0.1:
resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
engines: {node: '>=6'}
@@ -4923,20 +5184,20 @@ packages:
resolution: {integrity: sha512-LtFNZEWVrnpjiTNgEDsVN05UqhhJ1iA0HnTv4jsascPehlaUYVoyucgNbFeRs6UMaClJnqR0qT9lnPX+KO1OLg==}
engines: {node: '>=18'}
- cspell-config-lib@9.1.3:
- resolution: {integrity: sha512-B3DdOTZNIOQahSkOYqaq2fOc8fq/jFkrOFd36kge/GAyEpY2Um/Kp/GQ6caOcev+ju0h3iGaO24OLCx6QJ3YoQ==}
+ cspell-config-lib@9.2.1:
+ resolution: {integrity: sha512-qqhaWW+0Ilc7493lXAlXjziCyeEmQbmPMc1XSJw2EWZmzb+hDvLdFGHoX18QU67yzBtu5hgQsJDEDZKvVDTsRA==}
engines: {node: '>=20'}
cspell-dictionary@8.19.4:
resolution: {integrity: sha512-lr8uIm7Wub8ToRXO9f6f7in429P1Egm3I+Ps3ZGfWpwLTCUBnHvJdNF/kQqF7PL0Lw6acXcjVWFYT7l2Wdst2g==}
engines: {node: '>=18'}
- cspell-dictionary@9.1.3:
- resolution: {integrity: sha512-BXWwYQ64LaSOd7+8TLZax3AeUnTJUuIl+Tl32/dqcVpgDF4P0eAUVE5xap+QZ2rzKRVFjD8r5M6IR2QrA23o0g==}
+ cspell-dictionary@9.2.1:
+ resolution: {integrity: sha512-0hQVFySPsoJ0fONmDPwCWGSG6SGj4ERolWdx4t42fzg5zMs+VYGXpQW4BJneQ5Tfxy98Wx8kPhmh/9E8uYzLTw==}
engines: {node: '>=20'}
- cspell-gitignore@9.1.3:
- resolution: {integrity: sha512-yc7Td6L7ZHejm1OzwY/hyfBgyz3gpToMPDyztwbwOdrxXNLRIgDZVPvjVS67XvNf3dv55J19A/8r5Xd7yaV60w==}
+ cspell-gitignore@9.2.1:
+ resolution: {integrity: sha512-WPnDh03gXZoSqVyXq4L7t9ljx6lTDvkiSRUudb125egEK5e9s04csrQpLI3Yxcnc1wQA2nzDr5rX9XQVvCHf7g==}
engines: {node: '>=20'}
hasBin: true
@@ -4944,8 +5205,8 @@ packages:
resolution: {integrity: sha512-042uDU+RjAz882w+DXKuYxI2rrgVPfRQDYvIQvUrY1hexH4sHbne78+OMlFjjzOCEAgyjnm1ktWUCCmh08pQUw==}
engines: {node: '>=18'}
- cspell-glob@9.1.3:
- resolution: {integrity: sha512-If7gSgbWlUhLcmNA9zPflWzdUZs4wyRKB/Ze584wrht7zJR4yJm2Rptk2+M8kXEhx3zYS6UGhSL0alPbVAbjgQ==}
+ cspell-glob@9.2.1:
+ resolution: {integrity: sha512-CrT/6ld3rXhB36yWFjrx1SrMQzwDrGOLr+wYEnrWI719/LTYWWCiMFW7H+qhsJDTsR+ku8+OAmfRNBDXvh9mnQ==}
engines: {node: '>=20'}
cspell-grammar@8.19.4:
@@ -4953,8 +5214,8 @@ packages:
engines: {node: '>=18'}
hasBin: true
- cspell-grammar@9.1.3:
- resolution: {integrity: sha512-L1OVY9RyZXPT+qesw0c7aRKTxQIC7nrLKDQ97hRrQhK23hv5Q8o7GVs1S7pXRNZ/oA8V+VNG2CgjLiKnVM2jnw==}
+ cspell-grammar@9.2.1:
+ resolution: {integrity: sha512-10RGFG7ZTQPdwyW2vJyfmC1t8813y8QYRlVZ8jRHWzer9NV8QWrGnL83F+gTPXiKR/lqiW8WHmFlXR4/YMV+JQ==}
engines: {node: '>=20'}
hasBin: true
@@ -4962,28 +5223,28 @@ packages:
resolution: {integrity: sha512-W48egJqZ2saEhPWf5ftyighvm4mztxEOi45ILsKgFikXcWFs0H0/hLwqVFeDurgELSzprr12b6dXsr67dV8amg==}
engines: {node: '>=18'}
- cspell-io@9.1.3:
- resolution: {integrity: sha512-fdgAVrthOY1pPsBZHWVjEVn6uHMAshj2n75eu2rvUd6EcmMuLR13EcIXHoMcQo/1Az05x2UgG7HuK+0MuRcikQ==}
+ cspell-io@9.2.1:
+ resolution: {integrity: sha512-v9uWXtRzB+RF/Mzg5qMzpb8/yt+1bwtTt2rZftkLDLrx5ybVvy6rhRQK05gFWHmWVtWEe0P/pIxaG2Vz92C8Ag==}
engines: {node: '>=20'}
cspell-lib@8.19.4:
resolution: {integrity: sha512-NwfdCCYtIBNQuZcoMlMmL3HSv2olXNErMi/aOTI9BBAjvCHjhgX5hbHySMZ0NFNynnN+Mlbu5kooJ5asZeB3KA==}
engines: {node: '>=18'}
- cspell-lib@9.1.3:
- resolution: {integrity: sha512-egESsnErAPtC/wuqbHWW28eRKChkg5h+vFQQuZ0iThuOSZ65jeSM0ESOt8W3TH2JD7EGo2pvPED/7rZjjnMIcQ==}
+ cspell-lib@9.2.1:
+ resolution: {integrity: sha512-KeB6NHcO0g1knWa7sIuDippC3gian0rC48cvO0B0B0QwhOxNxWVp8cSmkycXjk4ijBZNa++IwFjeK/iEqMdahQ==}
engines: {node: '>=20'}
cspell-trie-lib@8.19.4:
resolution: {integrity: sha512-yIPlmGSP3tT3j8Nmu+7CNpkPh/gBO2ovdnqNmZV+LNtQmVxqFd2fH7XvR1TKjQyctSH1ip0P5uIdJmzY1uhaYg==}
engines: {node: '>=18'}
- cspell-trie-lib@9.1.3:
- resolution: {integrity: sha512-fvI0ede/rPr+SB0zX8le426c5lroNdmMTkl4fFk2e0w5/JZRHIfkuenhWe0MZeb18d1NPRIiLgxoD87zswLynw==}
+ cspell-trie-lib@9.2.1:
+ resolution: {integrity: sha512-qOtbL+/tUzGFHH0Uq2wi7sdB9iTy66QNx85P7DKeRdX9ZH53uQd7qC4nEk+/JPclx1EgXX26svxr0jTGISJhLw==}
engines: {node: '>=20'}
- cspell@9.1.3:
- resolution: {integrity: sha512-QxpQn9rGIZN/neMU4hx9T4s9AL5nyRhumNCdYHjjU8Pi4ztZOzuVWbOQD1Oq5ygb92Aci76/DwbJQ1dmb4631Q==}
+ cspell@9.2.1:
+ resolution: {integrity: sha512-PoKGKE9Tl87Sn/jwO4jvH7nTqe5Xrsz2DeJT5CkulY7SoL2fmsAqfbImQOFS2S0s36qD98t6VO+Ig2elEEcHew==}
engines: {node: '>=20'}
hasBin: true
@@ -5017,15 +5278,15 @@ packages:
peerDependencies:
cypress: ^4.5.0
- cypress-split@1.24.14:
- resolution: {integrity: sha512-lc5KuntDKK/n8/XxDh97OeKLWZP6bLbKTiIdoxtsgg2FEXta4hM7mg0xeLPB0IfBRQWKp5g6uyEM1vHAl36f0w==}
+ cypress-split@1.24.21:
+ resolution: {integrity: sha512-lF0iwZk6FYmo3h2US0GwvNolCPRgrPcxjefN7JN+1RkC2t09potYfWJXFdjlGtWB5hv9mBkL4KY8HJU7YDl7KA==}
hasBin: true
cypress-wait-until@3.0.2:
resolution: {integrity: sha512-iemies796dD5CgjG5kV0MnpEmKSH+s7O83ZoJLVzuVbZmm4lheMsZqAVT73hlMx4QlkwhxbyUzhOBUOZwoOe0w==}
- cypress@14.5.1:
- resolution: {integrity: sha512-vYBeZKW3UAtxwv5mFuSlOBCYhyO0H86TeDKRJ7TgARyHiREIaiDjeHtqjzrXRFrdz9KnNavqlm+z+hklC7v8XQ==}
+ cypress@14.5.4:
+ resolution: {integrity: sha512-0Dhm4qc9VatOcI1GiFGVt8osgpPdqJLHzRwcAB5MSD/CAAts3oybvPUPawHyvJZUd8osADqZe/xzMsZ8sDTjXw==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
@@ -5215,6 +5476,9 @@ packages:
dayjs@1.11.13:
resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
+ dayjs@1.11.18:
+ resolution: {integrity: sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==}
+
debug@2.6.9:
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
peerDependencies:
@@ -5362,8 +5626,8 @@ packages:
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
engines: {node: '>= 0.8'}
- dependency-tree@11.0.1:
- resolution: {integrity: sha512-eCt7HSKIC9NxgIykG2DRq3Aewn9UhVS14MB3rEn6l/AsEI1FBg6ZGSlCU0SZ6Tjm2kkhj6/8c2pViinuyKELhg==}
+ dependency-tree@11.2.0:
+ resolution: {integrity: sha512-+C1H3mXhcvMCeu5i2Jpg9dc0N29TWTuT6vJD7mHLAfVmAbo9zW8NlkvQ1tYd3PDMab0IRQM0ccoyX68EZtx9xw==}
engines: {node: '>=18'}
hasBin: true
@@ -5393,45 +5657,45 @@ packages:
detect-node@2.1.0:
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
- detective-amd@6.0.0:
- resolution: {integrity: sha512-NTqfYfwNsW7AQltKSEaWR66hGkTeD52Kz3eRQ+nfkA9ZFZt3iifRCWh+yZ/m6t3H42JFwVFTrml/D64R2PAIOA==}
+ detective-amd@6.0.1:
+ resolution: {integrity: sha512-TtyZ3OhwUoEEIhTFoc1C9IyJIud3y+xYkSRjmvCt65+ycQuc3VcBrPRTMWoO/AnuCyOB8T5gky+xf7Igxtjd3g==}
engines: {node: '>=18'}
hasBin: true
- detective-cjs@6.0.0:
- resolution: {integrity: sha512-R55jTS6Kkmy6ukdrbzY4x+I7KkXiuDPpFzUViFV/tm2PBGtTCjkh9ZmTuJc1SaziMHJOe636dtiZLEuzBL9drg==}
+ detective-cjs@6.0.1:
+ resolution: {integrity: sha512-tLTQsWvd2WMcmn/60T2inEJNhJoi7a//PQ7DwRKEj1yEeiQs4mrONgsUtEJKnZmrGWBBmE0kJ1vqOG/NAxwaJw==}
engines: {node: '>=18'}
- detective-es6@5.0.0:
- resolution: {integrity: sha512-NGTnzjvgeMW1khUSEXCzPDoraLenWbUjCFjwxReH+Ir+P6LGjYtaBbAvITWn2H0VSC+eM7/9LFOTAkrta6hNYg==}
+ detective-es6@5.0.1:
+ resolution: {integrity: sha512-XusTPuewnSUdoxRSx8OOI6xIA/uld/wMQwYsouvFN2LAg7HgP06NF1lHRV3x6BZxyL2Kkoih4ewcq8hcbGtwew==}
engines: {node: '>=18'}
- detective-postcss@7.0.0:
- resolution: {integrity: sha512-pSXA6dyqmBPBuERpoOKKTUUjQCZwZPLRbd1VdsTbt6W+m/+6ROl4BbE87yQBUtLoK7yX8pvXHdKyM/xNIW9F7A==}
+ detective-postcss@7.0.1:
+ resolution: {integrity: sha512-bEOVpHU9picRZux5XnwGsmCN4+8oZo7vSW0O0/Enq/TO5R2pIAP2279NsszpJR7ocnQt4WXU0+nnh/0JuK4KHQ==}
engines: {node: ^14.0.0 || >=16.0.0}
peerDependencies:
- postcss: ^8.4.38
+ postcss: ^8.4.47
- detective-sass@6.0.0:
- resolution: {integrity: sha512-h5GCfFMkPm4ZUUfGHVPKNHKT8jV7cSmgK+s4dgQH4/dIUNh9/huR1fjEQrblOQNDalSU7k7g+tiW9LJ+nVEUhg==}
+ detective-sass@6.0.1:
+ resolution: {integrity: sha512-jSGPO8QDy7K7pztUmGC6aiHkexBQT4GIH+mBAL9ZyBmnUIOFbkfZnO8wPRRJFP/QP83irObgsZHCoDHZ173tRw==}
engines: {node: '>=18'}
- detective-scss@5.0.0:
- resolution: {integrity: sha512-Y64HyMqntdsCh1qAH7ci95dk0nnpA29g319w/5d/oYcHolcGUVJbIhOirOFjfN1KnMAXAFm5FIkZ4l2EKFGgxg==}
+ detective-scss@5.0.1:
+ resolution: {integrity: sha512-MAyPYRgS6DCiS6n6AoSBJXLGVOydsr9huwXORUlJ37K3YLyiN0vYHpzs3AdJOgHobBfispokoqrEon9rbmKacg==}
engines: {node: '>=18'}
- detective-stylus@5.0.0:
- resolution: {integrity: sha512-KMHOsPY6aq3196WteVhkY5FF+6Nnc/r7q741E+Gq+Ax9mhE2iwj8Hlw8pl+749hPDRDBHZ2WlgOjP+twIG61vQ==}
+ detective-stylus@5.0.1:
+ resolution: {integrity: sha512-Dgn0bUqdGbE3oZJ+WCKf8Dmu7VWLcmRJGc6RCzBgG31DLIyai9WAoEhYRgIHpt/BCRMrnXLbGWGPQuBUrnF0TA==}
engines: {node: '>=18'}
- detective-typescript@13.0.0:
- resolution: {integrity: sha512-tcMYfiFWoUejSbvSblw90NDt76/4mNftYCX0SMnVRYzSXv8Fvo06hi4JOPdNvVNxRtCAKg3MJ3cBJh+ygEMH+A==}
- engines: {node: ^14.14.0 || >=16.0.0}
+ detective-typescript@14.0.0:
+ resolution: {integrity: sha512-pgN43/80MmWVSEi5LUuiVvO/0a9ss5V7fwVfrJ4QzAQRd3cwqU1SfWGXJFcNKUqoD5cS+uIovhw5t/0rSeC5Mw==}
+ engines: {node: '>=18'}
peerDependencies:
typescript: ^5.4.4
- detective-vue2@2.0.3:
- resolution: {integrity: sha512-AgWdSfVnft8uPGnUkdvE1EDadEENDCzoSRMt2xZfpxsjqVO617zGWXbB8TGIxHaqHz/nHa6lOSgAB8/dt0yEug==}
+ detective-vue2@2.2.0:
+ resolution: {integrity: sha512-sVg/t6O2z1zna8a/UIV6xL5KUa2cMTQbdTIIvqNM0NIPswp52fe43Nwmbahzj3ww4D844u/vC2PYfiGLvD3zFA==}
engines: {node: '>=18'}
peerDependencies:
typescript: ^5.4.4
@@ -5544,6 +5808,10 @@ packages:
resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==}
engines: {node: '>=10.13.0'}
+ enhanced-resolve@5.18.3:
+ resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
+ engines: {node: '>=10.13.0'}
+
enquirer@2.4.1:
resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==}
engines: {node: '>=8.6'}
@@ -5594,8 +5862,8 @@ packages:
es-module-lexer@1.5.4:
resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
- es-module-lexer@1.6.0:
- resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==}
+ es-module-lexer@1.7.0:
+ resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
es-object-atoms@1.1.1:
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
@@ -5626,8 +5894,8 @@ packages:
engines: {node: '>=18'}
hasBin: true
- esbuild@0.25.0:
- resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==}
+ esbuild@0.25.9:
+ resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
engines: {node: '>=18'}
hasBin: true
@@ -5711,6 +5979,7 @@ packages:
eslint-plugin-markdown@5.1.0:
resolution: {integrity: sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ deprecated: Please use @eslint/markdown instead
peerDependencies:
eslint: '>=8'
@@ -5864,12 +6133,12 @@ packages:
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
engines: {node: '>=6'}
- expect-type@1.1.0:
- resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==}
+ expect-type@1.2.2:
+ resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==}
engines: {node: '>=12.0.0'}
- expect@30.0.4:
- resolution: {integrity: sha512-dDLGjnP2cKbEppxVICxI/Uf4YemmGMPNy0QytCbfafbpYk9AFQsxb8Uyrxii0RPK7FWgLGlSem+07WirwS3cFQ==}
+ expect@30.1.2:
+ resolution: {integrity: sha512-xvHszRavo28ejws8FpemjhwswGj4w/BetHIL8cU49u4sGyXDw2+p3YbeDbj6xzlxi6kWTjIRSTJ+9sNXPnF0Zg==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
express-rate-limit@7.5.0:
@@ -5995,6 +6264,15 @@ packages:
picomatch:
optional: true
+ fdir@6.5.0:
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
+ engines: {node: '>=12.0.0'}
+ peerDependencies:
+ picomatch: ^3 || ^4
+ peerDependenciesMeta:
+ picomatch:
+ optional: true
+
ferrum@1.9.4:
resolution: {integrity: sha512-ooNerLoIht/dK4CQJux93z/hnt9JysrXniJCI3r6YRgmHeXC57EJ8XaTCT1Gm8LfhIAeWxyJA0O7d/W3pqDYRg==}
@@ -6013,15 +6291,11 @@ packages:
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
engines: {node: '>=16.0.0'}
- file-entry-cache@9.1.0:
- resolution: {integrity: sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==}
- engines: {node: '>=18'}
-
filelist@1.0.4:
resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==}
- filing-cabinet@5.0.2:
- resolution: {integrity: sha512-RZlFj8lzyu6jqtFBeXNqUjjNG6xm+gwXue3T70pRxw1W40kJwlgq0PSWAmh0nAnn5DHuBIecLXk9+1VKS9ICXA==}
+ filing-cabinet@5.0.3:
+ resolution: {integrity: sha512-PlPcMwVWg60NQkhvfoxZs4wEHjhlOO/y7OAm4sKM60o1Z9nttRY4mcdQxp/iZ+kg/Vv6Hw1OAaTbYVM9DA9pYg==}
engines: {node: '>=18'}
hasBin: true
@@ -6045,8 +6319,8 @@ packages:
resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
engines: {node: '>=14.16'}
- find-cypress-specs@1.47.9:
- resolution: {integrity: sha512-sB1q4aDq9eqaeCqWdr4wHUk6gpXNfa2HoZDsZxT+MZcC4nTw6kU+t9KpFIHudSRGXsQF/3xpdTGWKmgAgaDtyA==}
+ find-cypress-specs@1.54.6:
+ resolution: {integrity: sha512-rfz59+bIJx+APxFq8I8npLpnX1fxa20YPTPTJUM5mEsJP/oy5XnIn3tukYzdH69J0xRKKQfSaM17oKu+YPpBaw==}
engines: {node: '>=18'}
hasBin: true
@@ -6058,8 +6332,8 @@ packages:
resolution: {integrity: sha512-ncYFnWEIwL7PzmrK1yZtaccN8GhethD37RzBHG6iOZoFYB4vSmLLXfeWJjeN5nMvCJMjOtBvBBF8OgxEcikiZg==}
hasBin: true
- find-test-names@1.29.5:
- resolution: {integrity: sha512-PsD3qx5miZKhT/766UGAgmApU8NwGAqUKPwIRVOuYgjKHOvWzL5OYbHJIhKC0nVvhVedIOvH1SwJG/Df8EN/8w==}
+ find-test-names@1.29.18:
+ resolution: {integrity: sha512-PmM4NQiyVVuM2t0FFoCDiliMppVYtIKFIEK1S2E9n+STDG/cpyXiKq5s2XQdF7AnQBeUftBdH5iEs3FUAgjfKA==}
hasBin: true
find-up-simple@1.0.1:
@@ -6086,10 +6360,6 @@ packages:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
- flat-cache@5.0.0:
- resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==}
- engines: {node: '>=18'}
-
flat@5.0.2:
resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
hasBin: true
@@ -6135,6 +6405,10 @@ packages:
resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==}
engines: {node: '>= 6'}
+ form-data@4.0.4:
+ resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==}
+ engines: {node: '>= 6'}
+
format@0.2.2:
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
engines: {node: '>=0.4.x'}
@@ -6168,8 +6442,8 @@ packages:
resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
engines: {node: '>=14.14'}
- fs-extra@11.2.0:
- resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
+ fs-extra@11.3.1:
+ resolution: {integrity: sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==}
engines: {node: '>=14.14'}
fs-extra@7.0.1:
@@ -6213,8 +6487,8 @@ packages:
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
engines: {node: '>=6.9.0'}
- get-amd-module-type@6.0.0:
- resolution: {integrity: sha512-hFM7oivtlgJ3d6XWD6G47l8Wyh/C6vFw5G24Kk1Tbq85yh5gcM8Fne5/lFhiuxB+RT6+SI7I1ThB9lG4FBh3jw==}
+ get-amd-module-type@6.0.1:
+ resolution: {integrity: sha512-MtjsmYiCXcYDDrGqtNbeIYdAl85n+5mSv2r3FbzER/YV3ZILw4HNNIw34HuV5pyl0jzs6GFYU1VHVEefhgcNHQ==}
engines: {node: '>=18'}
get-caller-file@2.0.5:
@@ -6225,10 +6499,6 @@ packages:
resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==}
engines: {node: '>=18'}
- get-intrinsic@1.2.7:
- resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==}
- engines: {node: '>= 0.4'}
-
get-intrinsic@1.3.0:
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
engines: {node: '>= 0.4'}
@@ -6572,6 +6842,9 @@ packages:
import-meta-resolve@4.1.0:
resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
+ import-meta-resolve@4.2.0:
+ resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}
+
imurmurhash@0.1.4:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
@@ -6620,10 +6893,6 @@ packages:
resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
engines: {node: '>=12'}
- interpret@1.4.0:
- resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==}
- engines: {node: '>= 0.10'}
-
interpret@2.2.0:
resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==}
engines: {node: '>= 0.10'}
@@ -6930,16 +7199,16 @@ packages:
engines: {node: '>=10'}
hasBin: true
- jest-changed-files@30.0.2:
- resolution: {integrity: sha512-Ius/iRST9FKfJI+I+kpiDh8JuUlAISnRszF9ixZDIqJF17FckH5sOzKC8a0wd0+D+8em5ADRHA5V5MnfeDk2WA==}
+ jest-changed-files@30.0.5:
+ resolution: {integrity: sha512-bGl2Ntdx0eAwXuGpdLdVYVr5YQHnSZlQ0y9HVDu565lCUAe9sj6JOtBbMmBBikGIegne9piDDIOeiLVoqTkz4A==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-circus@30.0.4:
- resolution: {integrity: sha512-o6UNVfbXbmzjYgmVPtSQrr5xFZCtkDZGdTlptYvGFSN80RuOOlTe73djvMrs+QAuSERZWcHBNIOMH+OEqvjWuw==}
+ jest-circus@30.1.3:
+ resolution: {integrity: sha512-Yf3dnhRON2GJT4RYzM89t/EXIWNxKTpWTL9BfF3+geFetWP4XSvJjiU1vrWplOiUkmq8cHLiwuhz+XuUp9DscA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-cli@30.0.4:
- resolution: {integrity: sha512-3dOrP3zqCWBkjoVG1zjYJpD9143N9GUCbwaF2pFF5brnIgRLHmKcCIw+83BvF1LxggfMWBA0gxkn6RuQVuRhIQ==}
+ jest-cli@30.1.3:
+ resolution: {integrity: sha512-G8E2Ol3OKch1DEeIBl41NP7OiC6LBhfg25Btv+idcusmoUSpqUkbrneMqbW9lVpI/rCKb/uETidb7DNteheuAQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
hasBin: true
peerDependencies:
@@ -6948,8 +7217,8 @@ packages:
node-notifier:
optional: true
- jest-config@30.0.4:
- resolution: {integrity: sha512-3dzbO6sh34thAGEjJIW0fgT0GA0EVlkski6ZzMcbW6dzhenylXAE/Mj2MI4HonroWbkKc6wU6bLVQ8dvBSZ9lA==}
+ jest-config@30.1.3:
+ resolution: {integrity: sha512-M/f7gqdQEPgZNA181Myz+GXCe8jXcJsGjCMXUzRj22FIXsZOyHNte84e0exntOvdPaeh9tA0w+B8qlP2fAezfw==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
peerDependencies:
'@types/node': '*'
@@ -6963,24 +7232,24 @@ packages:
ts-node:
optional: true
- jest-diff@30.0.4:
- resolution: {integrity: sha512-TSjceIf6797jyd+R64NXqicttROD+Qf98fex7CowmlSn7f8+En0da1Dglwr1AXxDtVizoxXYZBlUQwNhoOXkNw==}
+ jest-diff@30.1.2:
+ resolution: {integrity: sha512-4+prq+9J61mOVXCa4Qp8ZjavdxzrWQXrI80GNxP8f4tkI2syPuPrJgdRPZRrfUTRvIoUwcmNLbqEJy9W800+NQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
jest-docblock@30.0.1:
resolution: {integrity: sha512-/vF78qn3DYphAaIc3jy4gA7XSAz167n9Bm/wn/1XhTLW7tTBIzXtCJpb/vcmc73NIIeeohCbdL94JasyXUZsGA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-each@30.0.2:
- resolution: {integrity: sha512-ZFRsTpe5FUWFQ9cWTMguCaiA6kkW5whccPy9JjD1ezxh+mJeqmz8naL8Fl/oSbNJv3rgB0x87WBIkA5CObIUZQ==}
+ jest-each@30.1.0:
+ resolution: {integrity: sha512-A+9FKzxPluqogNahpCv04UJvcZ9B3HamqpDNWNKDjtxVRYB8xbZLFuCr8JAJFpNp83CA0anGQFlpQna9Me+/tQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-environment-node@30.0.4:
- resolution: {integrity: sha512-p+rLEzC2eThXqiNh9GHHTC0OW5Ca4ZfcURp7scPjYBcmgpR9HG6750716GuUipYf2AcThU3k20B31USuiaaIEg==}
+ jest-environment-node@30.1.2:
+ resolution: {integrity: sha512-w8qBiXtqGWJ9xpJIA98M0EIoq079GOQRQUyse5qg1plShUCQ0Ek1VTTcczqKrn3f24TFAgFtT+4q3aOXvjbsuA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-haste-map@30.0.2:
- resolution: {integrity: sha512-telJBKpNLeCb4MaX+I5k496556Y2FiKR/QLZc0+MGBYl4k3OO0472drlV2LUe7c1Glng5HuAu+5GLYp//GpdOQ==}
+ jest-haste-map@30.1.0:
+ resolution: {integrity: sha512-JLeM84kNjpRkggcGpQLsV7B8W4LNUWz7oDNVnY1Vjj22b5/fAb3kk3htiD+4Na8bmJmjJR7rBtS2Rmq/NEcADg==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
jest-image-snapshot@4.2.0:
@@ -6989,20 +7258,20 @@ packages:
peerDependencies:
jest: '>=20 <=26'
- jest-leak-detector@30.0.2:
- resolution: {integrity: sha512-U66sRrAYdALq+2qtKffBLDWsQ/XoNNs2Lcr83sc9lvE/hEpNafJlq2lXCPUBMNqamMECNxSIekLfe69qg4KMIQ==}
+ jest-leak-detector@30.1.0:
+ resolution: {integrity: sha512-AoFvJzwxK+4KohH60vRuHaqXfWmeBATFZpzpmzNmYTtmRMiyGPVhkXpBqxUQunw+dQB48bDf4NpUs6ivVbRv1g==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-matcher-utils@30.0.4:
- resolution: {integrity: sha512-ubCewJ54YzeAZ2JeHHGVoU+eDIpQFsfPQs0xURPWoNiO42LGJ+QGgfSf+hFIRplkZDkhH5MOvuxHKXRTUU3dUQ==}
+ jest-matcher-utils@30.1.2:
+ resolution: {integrity: sha512-7ai16hy4rSbDjvPTuUhuV8nyPBd6EX34HkBsBcBX2lENCuAQ0qKCPb/+lt8OSWUa9WWmGYLy41PrEzkwRwoGZQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-message-util@30.0.2:
- resolution: {integrity: sha512-vXywcxmr0SsKXF/bAD7t7nMamRvPuJkras00gqYeB1V0WllxZrbZ0paRr3XqpFU2sYYjD0qAaG2fRyn/CGZ0aw==}
+ jest-message-util@30.1.0:
+ resolution: {integrity: sha512-HizKDGG98cYkWmaLUHChq4iN+oCENohQLb7Z5guBPumYs+/etonmNFlg1Ps6yN9LTPyZn+M+b/9BbnHx3WTMDg==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-mock@30.0.2:
- resolution: {integrity: sha512-PnZOHmqup/9cT/y+pXIVbbi8ID6U1XHRmbvR7MvUy4SLqhCbwpkmXhLbsWbGewHrV5x/1bF7YDjs+x24/QSvFA==}
+ jest-mock@30.0.5:
+ resolution: {integrity: sha512-Od7TyasAAQX/6S+QCbN6vZoWOMwlTtzzGuxJku1GhGanAjz9y+QsQkpScDmETvdc9aSXyJ/Op4rhpMYBWW91wQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
jest-pnp-resolver@1.2.3:
@@ -7018,48 +7287,48 @@ packages:
resolution: {integrity: sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-resolve-dependencies@30.0.4:
- resolution: {integrity: sha512-EQBYow19B/hKr4gUTn+l8Z+YLlP2X0IoPyp0UydOtrcPbIOYzJ8LKdFd+yrbwztPQvmlBFUwGPPEzHH1bAvFAw==}
+ jest-resolve-dependencies@30.1.3:
+ resolution: {integrity: sha512-DNfq3WGmuRyHRHfEet+Zm3QOmVFtIarUOQHHryKPc0YL9ROfgWZxl4+aZq/VAzok2SS3gZdniP+dO4zgo59hBg==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-resolve@30.0.2:
- resolution: {integrity: sha512-q/XT0XQvRemykZsvRopbG6FQUT6/ra+XV6rPijyjT6D0msOyCvR2A5PlWZLd+fH0U8XWKZfDiAgrUNDNX2BkCw==}
+ jest-resolve@30.1.3:
+ resolution: {integrity: sha512-DI4PtTqzw9GwELFS41sdMK32Ajp3XZQ8iygeDMWkxlRhm7uUTOFSZFVZABFuxr0jvspn8MAYy54NxZCsuCTSOw==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-runner@30.0.4:
- resolution: {integrity: sha512-mxY0vTAEsowJwvFJo5pVivbCpuu6dgdXRmt3v3MXjBxFly7/lTk3Td0PaMyGOeNQUFmSuGEsGYqhbn7PA9OekQ==}
+ jest-runner@30.1.3:
+ resolution: {integrity: sha512-dd1ORcxQraW44Uz029TtXj85W11yvLpDuIzNOlofrC8GN+SgDlgY4BvyxJiVeuabA1t6idjNbX59jLd2oplOGQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-runtime@30.0.4:
- resolution: {integrity: sha512-tUQrZ8+IzoZYIHoPDQEB4jZoPyzBjLjq7sk0KVyd5UPRjRDOsN7o6UlvaGF8ddpGsjznl9PW+KRgWqCNO+Hn7w==}
+ jest-runtime@30.1.3:
+ resolution: {integrity: sha512-WS8xgjuNSphdIGnleQcJ3AKE4tBKOVP+tKhCD0u+Tb2sBmsU8DxfbBpZX7//+XOz81zVs4eFpJQwBNji2Y07DA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-snapshot@30.0.4:
- resolution: {integrity: sha512-S/8hmSkeUib8WRUq9pWEb5zMfsOjiYWDWzFzKnjX7eDyKKgimsu9hcmsUEg8a7dPAw8s/FacxsXquq71pDgPjQ==}
+ jest-snapshot@30.1.2:
+ resolution: {integrity: sha512-4q4+6+1c8B6Cy5pGgFvjDy/Pa6VYRiGu0yQafKkJ9u6wQx4G5PqI2QR6nxTl43yy7IWsINwz6oT4o6tD12a8Dg==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-util@30.0.2:
- resolution: {integrity: sha512-8IyqfKS4MqprBuUpZNlFB5l+WFehc8bfCe1HSZFHzft2mOuND8Cvi9r1musli+u6F3TqanCZ/Ik4H4pXUolZIg==}
+ jest-util@30.0.5:
+ resolution: {integrity: sha512-pvyPWssDZR0FlfMxCBoc0tvM8iUEskaRFALUtGQYzVEAqisAztmy+R8LnU14KT4XA0H/a5HMVTXat1jLne010g==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-validate@30.0.2:
- resolution: {integrity: sha512-noOvul+SFER4RIvNAwGn6nmV2fXqBq67j+hKGHKGFCmK4ks/Iy1FSrqQNBLGKlu4ZZIRL6Kg1U72N1nxuRCrGQ==}
+ jest-validate@30.1.0:
+ resolution: {integrity: sha512-7P3ZlCFW/vhfQ8pE7zW6Oi4EzvuB4sgR72Q1INfW9m0FGo0GADYlPwIkf4CyPq7wq85g+kPMtPOHNAdWHeBOaA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest-watcher@30.0.4:
- resolution: {integrity: sha512-YESbdHDs7aQOCSSKffG8jXqOKFqw4q4YqR+wHYpR5GWEQioGvL0BfbcjvKIvPEM0XGfsfJrka7jJz3Cc3gI4VQ==}
+ jest-watcher@30.1.3:
+ resolution: {integrity: sha512-6jQUZCP1BTL2gvG9E4YF06Ytq4yMb4If6YoQGRR6PpjtqOXSP3sKe2kqwB6SQ+H9DezOfZaSLnmka1NtGm3fCQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
jest-worker@27.5.1:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
- jest-worker@30.0.2:
- resolution: {integrity: sha512-RN1eQmx7qSLFA+o9pfJKlqViwL5wt+OL3Vff/A+/cPsmuw7NPwfgl33AP+/agRmHzPOFgXviRycR9kYwlcRQXg==}
+ jest-worker@30.1.0:
+ resolution: {integrity: sha512-uvWcSjlwAAgIu133Tt77A05H7RIk3Ho8tZL50bQM2AkvLdluw9NG48lRCl3Dt+MOH719n/0nnb5YxUwcuJiKRA==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
- jest@30.0.4:
- resolution: {integrity: sha512-9QE0RS4WwTj/TtTC4h/eFVmFAhGNVerSB9XpJh8sqaXlP73ILcPcZ7JWjjEtJJe2m8QyBLKKfPQuK+3F+Xij/g==}
+ jest@30.1.3:
+ resolution: {integrity: sha512-Ry+p2+NLk6u8Agh5yVqELfUJvRfV51hhVBRIB5yZPY7mU0DGBmOuFG5GebZbMbm86cdQNK0fhJuDX8/1YorISQ==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
hasBin: true
peerDependencies:
@@ -7107,12 +7376,15 @@ packages:
jpeg-js@0.4.4:
resolution: {integrity: sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==}
- js-base64@3.7.7:
- resolution: {integrity: sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==}
+ js-base64@3.7.8:
+ resolution: {integrity: sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==}
js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
+ js-tokens@9.0.1:
+ resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
+
js-yaml@3.14.1:
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
hasBin: true
@@ -7287,8 +7559,8 @@ packages:
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
- lint-staged@16.1.2:
- resolution: {integrity: sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==}
+ lint-staged@16.1.6:
+ resolution: {integrity: sha512-U4kuulU3CKIytlkLlaHcGgKscNfJPNTiDF2avIUGFCv7K95/DCYQ7Ra62ydeRWmgQGg9zJYw2dzdbztwJlqrow==}
engines: {node: '>=20.17'}
hasBin: true
@@ -7301,18 +7573,14 @@ packages:
enquirer:
optional: true
- listr2@8.3.3:
- resolution: {integrity: sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==}
- engines: {node: '>=18.0.0'}
+ listr2@9.0.3:
+ resolution: {integrity: sha512-0aeh5HHHgmq1KRdMMDHfhMWQmIT/m7nRDTlxlFqni2Sp0had9baqsjJRvDGdlvgd6NmPE0nPloOipiQJGFtTHQ==}
+ engines: {node: '>=20.0.0'}
loader-runner@4.3.0:
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
engines: {node: '>=6.11.5'}
- local-pkg@1.0.0:
- resolution: {integrity: sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==}
- engines: {node: '>=14'}
-
local-pkg@1.1.1:
resolution: {integrity: sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==}
engines: {node: '>=14'}
@@ -7391,6 +7659,9 @@ packages:
loupe@3.1.3:
resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==}
+ loupe@3.2.1:
+ resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
+
lowercase-keys@2.0.0:
resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==}
engines: {node: '>=8'}
@@ -7414,6 +7685,9 @@ packages:
magic-string@0.30.17:
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
+ magic-string@0.30.18:
+ resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
+
magicast@0.3.5:
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
@@ -7738,13 +8012,13 @@ packages:
mlly@1.7.4:
resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
- module-definition@6.0.0:
- resolution: {integrity: sha512-sEGP5nKEXU7fGSZUML/coJbrO+yQtxcppDAYWRE9ovWsTbFoUHB2qDUx564WUzDaBHXsD46JBbIK5WVTwCyu3w==}
+ module-definition@6.0.1:
+ resolution: {integrity: sha512-FeVc50FTfVVQnolk/WQT8MX+2WVcDnTGiq6Wo+/+lJ2ET1bRVi3HG3YlJUfqagNMc/kUlFSoR96AJkxGpKz13g==}
engines: {node: '>=18'}
hasBin: true
- module-lookup-amd@9.0.2:
- resolution: {integrity: sha512-p7PzSVEWiW9fHRX9oM+V4aV5B2nCVddVNv4DZ/JB6t9GsXY4E+ZVhPpnwUX7bbJyGeeVZqhS8q/JZ/H77IqPFA==}
+ module-lookup-amd@9.0.5:
+ resolution: {integrity: sha512-Rs5FVpVcBYRHPLuhHOjgbRhosaQYLtEo3JIeDIbmNo7mSssi1CTzwMh8v36gAzpbzLGXI9wB/yHh+5+3fY1QVw==}
engines: {node: '>=18'}
hasBin: true
@@ -7863,8 +8137,8 @@ packages:
node-releases@2.0.19:
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
- node-source-walk@7.0.0:
- resolution: {integrity: sha512-1uiY543L+N7Og4yswvlm5NCKgPKDEXd9AUR9Jh3gen6oOeBsesr6LqhXom1er3eRzSUcVRWXzhv8tSNrIfGHKw==}
+ node-source-walk@7.0.1:
+ resolution: {integrity: sha512-3VW/8JpPqPvnJvseXowjZcirPisssnBuDikk6JIZ8jQzF7KJQX52iPFX4RYYxLycYH7IbMRSPUOga/esVjy5Yg==}
engines: {node: '>=18'}
nomnom@1.5.2:
@@ -8210,6 +8484,10 @@ packages:
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
engines: {node: '>=12'}
+ picomatch@4.0.3:
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
+ engines: {node: '>=12'}
+
pidtree@0.6.0:
resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
engines: {node: '>=0.10'}
@@ -8361,8 +8639,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- precinct@12.1.2:
- resolution: {integrity: sha512-x2qVN3oSOp3D05ihCd8XdkIPuEQsyte7PSxzLqiRgktu79S5Dr1I75/S+zAup8/0cwjoiJTQztE9h0/sWp9bJQ==}
+ precinct@12.2.0:
+ resolution: {integrity: sha512-NFBMuwIfaJ4SocE9YXPU/n4AcNSoFMVFjP72nvl3cx69j/ke61/hPOWFREVxLkFhhEGnA8ZuVfTqJBa+PK3b5w==}
engines: {node: '>=18'}
hasBin: true
@@ -8370,8 +8648,8 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier-plugin-jsdoc@1.3.2:
- resolution: {integrity: sha512-LNi9eq0TjyZn/PUNf/SYQxxUvGg5FLK4alEbi3i/S+2JbMyTu790c/puFueXzx09KP44oWCJ+TaHRyM/a0rKJQ==}
+ prettier-plugin-jsdoc@1.3.3:
+ resolution: {integrity: sha512-YIxejcbPYK4N58jHGiXjYvrCzBMyvV2AEMSoF5LvqqeMEI0nsmww57I6NGnpVc0AU9ncFCTEBoYHN/xuBf80YA==}
engines: {node: '>=14.13.1 || >=16.0.0'}
peerDependencies:
prettier: ^3.0.0
@@ -8381,8 +8659,8 @@ packages:
engines: {node: '>=10.13.0'}
hasBin: true
- prettier@3.5.2:
- resolution: {integrity: sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==}
+ prettier@3.6.2:
+ resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
engines: {node: '>=14'}
hasBin: true
@@ -8394,8 +8672,8 @@ packages:
resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==}
engines: {node: ^14.13.1 || >=16.0.0}
- pretty-format@30.0.2:
- resolution: {integrity: sha512-yC5/EBSOrTtqhCKfLHqoUIAXVRZnukHPwWBJWR7h84Q3Be1DRQZLncwcfLoPA5RPQ65qfiCMqgYwdUuQ//eVpg==}
+ pretty-format@30.0.5:
+ resolution: {integrity: sha512-D1tKtYvByrBkFLe2wHJl2bwMJIiT8rW+XA+TiataH79/FszLQMrpGEvzUVkzPau7OCO0Qnrhpe87PqtOAIB8Yw==}
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
process-nextick-args@2.0.1:
@@ -8537,14 +8815,14 @@ packages:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
+ readdirp@4.1.2:
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
+ engines: {node: '>= 14.18.0'}
+
real-require@0.2.0:
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
engines: {node: '>= 12.13.0'}
- rechoir@0.6.2:
- resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
- engines: {node: '>= 0.10'}
-
rechoir@0.7.1:
resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==}
engines: {node: '>= 0.10'}
@@ -8651,8 +8929,8 @@ packages:
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
engines: {node: '>=8'}
- resolve-dependency-path@4.0.0:
- resolution: {integrity: sha512-hlY1SybBGm5aYN3PC4rp15MzsJLM1w+MEA/4KU3UBPfz4S0lL3FL6mgv7JgaA8a+ZTeEQAiF1a1BuN2nkqiIlg==}
+ resolve-dependency-path@4.0.1:
+ resolution: {integrity: sha512-YQftIIC4vzO9UMhO/sCgXukNyiwVRCVaxiWskCBy7Zpqkplm8kTAISZ8O1MoKW1ca6xzgLUBjZTcDgypXvXxiQ==}
engines: {node: '>=18'}
resolve-from@4.0.0:
@@ -8743,6 +9021,11 @@ packages:
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
+ rollup@4.50.1:
+ resolution: {integrity: sha512-78E9voJHwnXQMiQdiqswVLZwJIzdBKJ1GdI5Zx6XwoFKUIk09/sSrr+05QFzvYb8q6Y9pPV45zzDuYa3907TZA==}
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
+ hasBin: true
+
roughjs@4.6.6:
resolution: {integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==}
@@ -8762,6 +9045,9 @@ packages:
rxjs@7.8.1:
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
+ rxjs@7.8.2:
+ resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
+
safe-array-concat@1.1.3:
resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==}
engines: {node: '>=0.4'}
@@ -8790,8 +9076,8 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass-lookup@6.0.1:
- resolution: {integrity: sha512-nl9Wxbj9RjEJA5SSV0hSDoU2zYGtE+ANaDS4OFUR7nYrquvBFvPKZZtQHe3lvnxCcylEDV00KUijjdMTUElcVQ==}
+ sass-lookup@6.1.0:
+ resolution: {integrity: sha512-Zx+lVyoWqXZxHuYWlTA17Z5sczJ6braNT2C7rmClw+c4E7r/n911Zwss3h1uHI9reR5AgHZyNHF7c2+VIp5AUA==}
engines: {node: '>=18'}
hasBin: true
@@ -8925,10 +9211,9 @@ packages:
resolution: {integrity: sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==}
engines: {node: '>= 0.4'}
- shelljs@0.8.5:
- resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==}
- engines: {node: '>=4'}
- hasBin: true
+ shelljs@0.10.0:
+ resolution: {integrity: sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==}
+ engines: {node: '>=18'}
shiki@2.5.0:
resolution: {integrity: sha512-mI//trrsaiCIPsja5CNfsyNOqgAZUb6VpJA+340toL42UpzQlXpwRV9nch69X6gaUxrr9kaOOa6e3y3uAkGFxQ==}
@@ -9007,8 +9292,8 @@ packages:
smob@1.5.0:
resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==}
- smol-toml@1.4.1:
- resolution: {integrity: sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==}
+ smol-toml@1.4.2:
+ resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==}
engines: {node: '>= 18'}
sockjs@0.3.24:
@@ -9085,8 +9370,8 @@ packages:
resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
engines: {node: '>=0.10.0'}
- spec-change@1.11.11:
- resolution: {integrity: sha512-wSxi1XKeNr8JxBlYj13Lw8TTMpojYU2zRlkmyXl0kHp+xGkwYUpXaVXcofiEmEqrq1HoGg7pwKEzvMjYcQubtw==}
+ spec-change@1.11.20:
+ resolution: {integrity: sha512-N9V0tptwsYs6WRvO3CYdHaptwj+EAaTAktTwIx9cEKkdboX4BBWY5//EhV9EoOzpGYO/4zHhs6lY3dHQPcMB6g==}
hasBin: true
split2@4.2.0:
@@ -9114,8 +9399,8 @@ packages:
stackback@0.0.2:
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
- start-server-and-test@2.0.10:
- resolution: {integrity: sha512-nZphcfcqGqwk74lbZkqSwClkYz+M5ZPGOMgWxNVJrdztPKN96qe6HooRu6L3TpwITn0lKJJdKACqHbJtqythOQ==}
+ start-server-and-test@2.1.0:
+ resolution: {integrity: sha512-yJg/GR9z7+8qxhZqDPmCEKbU/BO/zpyXUZGLmY1Nv4rmJJDC89NnzIEUWXEG4e1J4MRFoDF50eJK8bGHKrSdlg==}
engines: {node: '>=16'}
hasBin: true
@@ -9127,8 +9412,8 @@ packages:
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
engines: {node: '>= 0.8'}
- std-env@3.8.0:
- resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==}
+ std-env@3.9.0:
+ resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==}
stop-iteration-iterator@1.0.0:
resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==}
@@ -9230,11 +9515,14 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
+ strip-literal@3.0.0:
+ resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
+
stylis@4.3.6:
resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==}
- stylus-lookup@6.0.0:
- resolution: {integrity: sha512-RaWKxAvPnIXrdby+UWCr1WRfa+lrPMSJPySte4Q6a+rWyjeJyFOLJxr5GrAVfcMCsfVlCuzTAJ/ysYT8p8do7Q==}
+ stylus-lookup@6.1.0:
+ resolution: {integrity: sha512-5QSwgxAzXPMN+yugy61C60PhoANdItfdjSEZR8siFwz7yL9jTmV0UBKDCfn3K8GkGB4g0Y9py7vTCX8rFu4/pQ==}
engines: {node: '>=18'}
hasBin: true
@@ -9392,16 +9680,16 @@ packages:
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
engines: {node: '>=12.0.0'}
- tinypool@1.0.2:
- resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
+ tinypool@1.1.1:
+ resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
engines: {node: ^18.0.0 || >=20.0.0}
tinyrainbow@2.0.0:
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
engines: {node: '>=14.0.0'}
- tinyspy@3.0.2:
- resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
+ tinyspy@4.0.3:
+ resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==}
engines: {node: '>=14.0.0'}
tldts-core@6.1.78:
@@ -9465,12 +9753,6 @@ packages:
trough@2.2.0:
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
- ts-api-utils@1.3.0:
- resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
- engines: {node: '>=16'}
- peerDependencies:
- typescript: '>=4.2.0'
-
ts-api-utils@2.1.0:
resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
engines: {node: '>=18.12'}
@@ -9567,8 +9849,8 @@ packages:
peerDependencies:
typedoc: 0.28.x
- typedoc@0.28.11:
- resolution: {integrity: sha512-1FqgrrUYGNuE3kImAiEDgAVVVacxdO4ZVTKbiOVDGkoeSB4sNwQaDpa8mta+Lw5TEzBFmGXzsg0I1NLRIoaSFw==}
+ typedoc@0.28.12:
+ resolution: {integrity: sha512-H5ODu4f7N+myG4MfuSp2Vh6wV+WLoZaEYxKPt2y8hmmqNEMVrH69DAjjdmYivF4tP/C2jrIZCZhPalZlTU/ipA==}
engines: {node: '>= 18', pnpm: '>= 10'}
hasBin: true
peerDependencies:
@@ -9586,6 +9868,11 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
+ typescript@5.9.2:
+ resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
+ engines: {node: '>=14.17'}
+ hasBin: true
+
uc.micro@1.0.6:
resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==}
@@ -9616,6 +9903,9 @@ packages:
undici-types@6.20.0:
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
+ undici-types@6.21.0:
+ resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
+
undici@5.28.4:
resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==}
engines: {node: '>=14.0'}
@@ -9640,9 +9930,6 @@ packages:
resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
engines: {node: '>=18'}
- unified@11.0.4:
- resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==}
-
unified@11.0.5:
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
@@ -9653,8 +9940,8 @@ packages:
unist-util-flatmap@1.0.0:
resolution: {integrity: sha512-IG32jcKJlhARCYT2LsYPJWdoXYkzz3ESAdl1aa2hn9Auh+cgUmU6wgkII4yCc/1GgeWibRdELdCZh/p3QKQ1dQ==}
- unist-util-inspect@8.0.0:
- resolution: {integrity: sha512-/3Wn/wU6/H6UEo4FoYUeo8KUePN8ERiZpQYFWYoihOsr1DoDuv80PeB0hobVZyYSvALa2e556bG1A1/AbwU4yg==}
+ unist-util-inspect@8.1.0:
+ resolution: {integrity: sha512-mOlg8Mp33pR0eeFpo5d2902ojqFFOKMMG2hF8bmH7ZlhnmjFgh0NI3/ZDwdaBJNbvrS7LZFVrBVtIE9KZ9s7vQ==}
unist-util-is@6.0.0:
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
@@ -9702,12 +9989,12 @@ packages:
resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==}
engines: {node: '>=18.12.0'}
- unplugin-vue-components@28.4.0:
- resolution: {integrity: sha512-fnamX2RiKM30nPK4tihEas+bHnbLICo6MmOiP4jGg7fAlgNEuaLvN9yx96JwZDOYfLQcrNzikDdPhZ8k6pkhMg==}
+ unplugin-vue-components@28.8.0:
+ resolution: {integrity: sha512-2Q6ZongpoQzuXDK0ZsVzMoshH0MWZQ1pzVL538G7oIDKRTVzHjppBDS8aB99SADGHN3lpGU7frraCG6yWNoL5Q==}
engines: {node: '>=14'}
peerDependencies:
'@babel/parser': ^7.15.8
- '@nuxt/kit': ^3.2.2
+ '@nuxt/kit': ^3.2.2 || ^4.0.0
vue: 2 || 3
peerDependenciesMeta:
'@babel/parser':
@@ -9715,8 +10002,8 @@ packages:
'@nuxt/kit':
optional: true
- unplugin@2.2.0:
- resolution: {integrity: sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==}
+ unplugin@2.3.10:
+ resolution: {integrity: sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==}
engines: {node: '>=18.12.0'}
unrs-resolver@1.11.1:
@@ -9781,8 +10068,8 @@ packages:
vfile@6.0.3:
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
- vite-node@3.0.6:
- resolution: {integrity: sha512-s51RzrTkXKJrhNbUzQRsarjmAae7VmMPAsRT7lppVpIg6mK3zGthP9Hgz0YQQKuNcF+Ii7DfYk3Fxz40jRmePw==}
+ vite-node@3.2.4:
+ resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
@@ -9791,12 +10078,12 @@ packages:
peerDependencies:
vite: '>=4 <=6'
- vite-plugin-pwa@1.0.0:
- resolution: {integrity: sha512-X77jo0AOd5OcxmWj3WnVti8n7Kw2tBgV1c8MCXFclrSlDV23ePzv2eTDIALXI2Qo6nJ5pZJeZAuX0AawvRfoeA==}
+ vite-plugin-pwa@1.0.3:
+ resolution: {integrity: sha512-/OpqIpUldALGxcsEnv/ekQiQ5xHkQ53wcoN5ewX4jiIDNGs3W+eNcI1WYZeyOLmzoEjg09D7aX0O89YGjen1aw==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@vite-pwa/assets-generator': ^1.0.0
- vite: ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0
+ vite: ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
workbox-build: ^7.3.0
workbox-window: ^7.3.0
peerDependenciesMeta:
@@ -9874,48 +10161,8 @@ packages:
yaml:
optional: true
- vite@6.1.6:
- resolution: {integrity: sha512-u+jokLMwHVFUoUkfL+m/1hzucejL2639g9QXcrRdtN3WPHfW7imI83V96Oh1R0xVZqDjvcgp+7S8bSQpdVlmPA==}
- engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
- hasBin: true
- peerDependencies:
- '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
- jiti: '>=1.21.0'
- less: '*'
- lightningcss: ^1.21.0
- sass: '*'
- sass-embedded: '*'
- stylus: '*'
- sugarss: '*'
- terser: ^5.16.0
- tsx: ^4.8.1
- yaml: ^2.4.2
- peerDependenciesMeta:
- '@types/node':
- optional: true
- jiti:
- optional: true
- less:
- optional: true
- lightningcss:
- optional: true
- sass:
- optional: true
- sass-embedded:
- optional: true
- stylus:
- optional: true
- sugarss:
- optional: true
- terser:
- optional: true
- tsx:
- optional: true
- yaml:
- optional: true
-
- vite@7.0.3:
- resolution: {integrity: sha512-y2L5oJZF7bj4c0jgGYgBNSdIu+5HF+m68rn2cQXFbGoShdhV1phX9rbnxy9YXj82aS8MMsCLAAFkRxZeWdldrQ==}
+ vite@7.1.4:
+ resolution: {integrity: sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -9962,8 +10209,8 @@ packages:
vitepress: ^1.0.0-rc.35
vue: '3'
- vitepress@1.6.3:
- resolution: {integrity: sha512-fCkfdOk8yRZT8GD9BFqusW3+GggWYZ/rYncOfmgcDtP3ualNHCAg+Robxp2/6xfH1WwPHtGpPwv7mbA3qomtBw==}
+ vitepress@1.6.4:
+ resolution: {integrity: sha512-+2ym1/+0VVrbhNyRoFFesVvBvHAVMZMK0rw60E3X/5349M1GuVdKeazuksqopEdvkKwKGs21Q729jX81/bkBJg==}
hasBin: true
peerDependencies:
markdown-it-mathjax3: ^4
@@ -9974,16 +10221,16 @@ packages:
postcss:
optional: true
- vitest@3.0.6:
- resolution: {integrity: sha512-/iL1Sc5VeDZKPDe58oGK4HUFLhw6b5XdY1MYawjuSaDA4sEfYlY9HnS6aCEG26fX+MgUi7MwlduTBHHAI/OvMA==}
+ vitest@3.2.4:
+ resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/debug': ^4.1.12
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
- '@vitest/browser': 3.0.6
- '@vitest/ui': 3.0.6
+ '@vitest/browser': 3.2.4
+ '@vitest/ui': 3.2.4
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -10034,8 +10281,8 @@ packages:
vue-flow-layout@0.2.0:
resolution: {integrity: sha512-zKgsWWkXq0xrus7H4Mc+uFs1ESrmdTXlO0YNbR6wMdPaFvosL3fMB8N7uTV308UhGy9UvTrGhIY7mVz9eN+L0Q==}
- vue@3.5.13:
- resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==}
+ vue@3.5.21:
+ resolution: {integrity: sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -10046,8 +10293,8 @@ packages:
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
engines: {node: '>=18'}
- wait-on@8.0.2:
- resolution: {integrity: sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==}
+ wait-on@8.0.4:
+ resolution: {integrity: sha512-8f9LugAGo4PSc0aLbpKVCVtzayd36sSCp4WLpVngkYq6PK87H79zt77/tlCU6eKCLqR46iFvcl0PU5f+DmtkwA==}
engines: {node: '>=12.0.0'}
hasBin: true
@@ -10183,10 +10430,6 @@ packages:
which-module@2.0.1:
resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==}
- which-typed-array@1.1.18:
- resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==}
- engines: {node: '>= 0.4'}
-
which-typed-array@1.1.19:
resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==}
engines: {node: '>= 0.4'}
@@ -10354,6 +10597,11 @@ packages:
engines: {node: '>= 14.6'}
hasBin: true
+ yaml@2.8.1:
+ resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==}
+ engines: {node: '>= 14.6'}
+ hasBin: true
+
yargs-parser@18.1.3:
resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==}
engines: {node: '>=6'}
@@ -10366,6 +10614,10 @@ packages:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
+ yargs-parser@22.0.0:
+ resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==}
+ engines: {node: ^20.19.0 || ^22.12.0 || >=23}
+
yargs@15.4.1:
resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==}
engines: {node: '>=8'}
@@ -10374,6 +10626,10 @@ packages:
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
+ yargs@18.0.0:
+ resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==}
+ engines: {node: ^20.19.0 || ^22.12.0 || >=23}
+
yauzl@2.10.0:
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
@@ -10414,25 +10670,26 @@ snapshots:
'@actions/io@1.1.3': {}
- '@adobe/jsonschema2md@8.0.2':
+ '@adobe/jsonschema2md@8.0.5':
dependencies:
'@types/json-schema': 7.0.15
'@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
es2015-i18n-tag: 1.6.1
ferrum: 1.9.4
- fs-extra: 11.2.0
+ fs-extra: 11.3.1
github-slugger: 2.0.0
js-yaml: 4.1.0
json-schema: 0.4.0
mdast-builder: 1.1.1
mdast-util-to-string: 4.0.0
- readdirp: 3.6.0
+ readdirp: 4.1.2
remark-gfm: 4.0.1
remark-parse: 11.0.0
remark-stringify: 11.0.0
- unified: 11.0.4
- unist-util-inspect: 8.0.0
- yargs: 17.7.2
+ unified: 11.0.5
+ unist-util-inspect: 8.1.0
+ yargs: 18.0.0
transitivePeerDependencies:
- supports-color
@@ -10545,8 +10802,8 @@ snapshots:
'@ampproject/remapping@2.3.0':
dependencies:
- '@jridgewell/gen-mapping': 0.3.8
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
'@antfu/install-pkg@1.1.0':
dependencies:
@@ -10814,19 +11071,19 @@ snapshots:
'@applitools/utils@1.7.7': {}
- '@argos-ci/api-client@0.8.1':
+ '@argos-ci/api-client@0.8.2':
dependencies:
debug: 4.4.1(supports-color@8.1.1)
openapi-fetch: 0.13.5
transitivePeerDependencies:
- supports-color
- '@argos-ci/browser@4.1.2': {}
+ '@argos-ci/browser@4.2.1': {}
- '@argos-ci/core@3.2.1':
+ '@argos-ci/core@3.2.3':
dependencies:
- '@argos-ci/api-client': 0.8.1
- '@argos-ci/util': 2.3.2
+ '@argos-ci/api-client': 0.8.2
+ '@argos-ci/util': 2.3.3
axios: 1.8.4(debug@4.4.1)
convict: 6.2.4
debug: 4.4.1(supports-color@8.1.1)
@@ -10836,17 +11093,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@argos-ci/cypress@5.0.2(cypress@14.5.1)':
+ '@argos-ci/cypress@5.0.7(cypress@14.5.4)':
dependencies:
- '@argos-ci/browser': 4.1.2
- '@argos-ci/core': 3.2.1
- '@argos-ci/util': 2.3.2
- cypress: 14.5.1
+ '@argos-ci/browser': 4.2.1
+ '@argos-ci/core': 3.2.3
+ '@argos-ci/util': 2.3.3
+ cypress: 14.5.4
cypress-wait-until: 3.0.2
transitivePeerDependencies:
- supports-color
- '@argos-ci/util@2.3.2': {}
+ '@argos-ci/util@2.3.3': {}
'@asamuzakjp/css-color@2.8.3':
dependencies:
@@ -10872,10 +11129,10 @@ snapshots:
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1)
'@babel/helpers': 7.27.1
- '@babel/parser': 7.27.2
+ '@babel/parser': 7.28.0
'@babel/template': 7.27.2
'@babel/traverse': 7.27.1
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
convert-source-map: 2.0.0
debug: 4.4.1(supports-color@8.1.1)
gensync: 1.0.0-beta.2
@@ -10907,9 +11164,9 @@ snapshots:
'@babel/generator@7.27.1':
dependencies:
'@babel/parser': 7.28.0
- '@babel/types': 7.27.1
- '@jridgewell/gen-mapping': 0.3.8
- '@jridgewell/trace-mapping': 0.3.25
+ '@babel/types': 7.28.0
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
jsesc: 3.1.0
'@babel/generator@7.28.0':
@@ -11006,7 +11263,7 @@ snapshots:
'@babel/helper-module-imports@7.27.1':
dependencies:
'@babel/traverse': 7.28.0
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
transitivePeerDependencies:
- supports-color
@@ -11041,8 +11298,6 @@ snapshots:
dependencies:
'@babel/types': 7.28.0
- '@babel/helper-plugin-utils@7.26.5': {}
-
'@babel/helper-plugin-utils@7.27.1': {}
'@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.1)':
@@ -11105,25 +11360,25 @@ snapshots:
'@babel/helpers@7.27.1':
dependencies:
'@babel/template': 7.27.2
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@babel/helpers@7.27.6':
dependencies:
'@babel/template': 7.27.2
'@babel/types': 7.28.0
- '@babel/parser@7.26.9':
- dependencies:
- '@babel/types': 7.27.1
-
'@babel/parser@7.27.2':
dependencies:
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@babel/parser@7.28.0':
dependencies:
'@babel/types': 7.28.0
+ '@babel/parser@7.28.4':
+ dependencies:
+ '@babel/types': 7.28.4
+
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.1)':
dependencies:
'@babel/core': 7.27.1
@@ -11252,10 +11507,10 @@ snapshots:
'@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-syntax-jsx@7.25.7(@babel/core@7.27.1)':
+ '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.27.1)':
dependencies:
'@babel/core': 7.27.1
- '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-plugin-utils': 7.27.1
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.0)':
dependencies:
@@ -12131,7 +12386,7 @@ snapshots:
dependencies:
'@babel/code-frame': 7.27.1
'@babel/parser': 7.28.0
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@babel/traverse@7.27.1':
dependencies:
@@ -12139,7 +12394,7 @@ snapshots:
'@babel/generator': 7.27.1
'@babel/parser': 7.28.0
'@babel/template': 7.27.2
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
debug: 4.4.1(supports-color@8.1.1)
globals: 11.12.0
transitivePeerDependencies:
@@ -12157,26 +12412,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/types@7.26.9':
- dependencies:
- '@babel/helper-string-parser': 7.27.1
- '@babel/helper-validator-identifier': 7.27.1
-
- '@babel/types@7.27.1':
- dependencies:
- '@babel/helper-string-parser': 7.27.1
- '@babel/helper-validator-identifier': 7.27.1
-
'@babel/types@7.28.0':
dependencies:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
+ '@babel/types@7.28.4':
+ dependencies:
+ '@babel/helper-string-parser': 7.27.1
+ '@babel/helper-validator-identifier': 7.27.1
+
'@bcoe/v8-coverage@0.2.3': {}
'@bcoe/v8-coverage@1.0.2': {}
- '@braintree/sanitize-url@7.1.0': {}
+ '@braintree/sanitize-url@7.1.1': {}
'@changesets/apply-release-plan@7.0.10':
dependencies:
@@ -12413,173 +12663,237 @@ snapshots:
'@cspell/dict-typescript': 3.2.3
'@cspell/dict-vue': 3.0.4
- '@cspell/cspell-bundled-dicts@9.1.3':
+ '@cspell/cspell-bundled-dicts@9.2.1':
dependencies:
- '@cspell/dict-ada': 4.1.0
- '@cspell/dict-al': 1.1.0
- '@cspell/dict-aws': 4.0.12
- '@cspell/dict-bash': 4.2.0
- '@cspell/dict-companies': 3.2.2
- '@cspell/dict-cpp': 6.0.8
- '@cspell/dict-cryptocurrencies': 5.0.4
- '@cspell/dict-csharp': 4.0.6
- '@cspell/dict-css': 4.0.17
- '@cspell/dict-dart': 2.3.0
- '@cspell/dict-data-science': 2.0.8
- '@cspell/dict-django': 4.1.4
- '@cspell/dict-docker': 1.1.15
- '@cspell/dict-dotnet': 5.0.9
- '@cspell/dict-elixir': 4.0.7
- '@cspell/dict-en-common-misspellings': 2.1.3
- '@cspell/dict-en-gb-mit': 3.1.4
- '@cspell/dict-en_us': 4.4.14
+ '@cspell/dict-ada': 4.1.1
+ '@cspell/dict-al': 1.1.1
+ '@cspell/dict-aws': 4.0.15
+ '@cspell/dict-bash': 4.2.1
+ '@cspell/dict-companies': 3.2.5
+ '@cspell/dict-cpp': 6.0.12
+ '@cspell/dict-cryptocurrencies': 5.0.5
+ '@cspell/dict-csharp': 4.0.7
+ '@cspell/dict-css': 4.0.18
+ '@cspell/dict-dart': 2.3.1
+ '@cspell/dict-data-science': 2.0.9
+ '@cspell/dict-django': 4.1.5
+ '@cspell/dict-docker': 1.1.16
+ '@cspell/dict-dotnet': 5.0.10
+ '@cspell/dict-elixir': 4.0.8
+ '@cspell/dict-en-common-misspellings': 2.1.6
+ '@cspell/dict-en-gb-mit': 3.1.9
+ '@cspell/dict-en_us': 4.4.19
'@cspell/dict-filetypes': 3.0.13
- '@cspell/dict-flutter': 1.1.0
- '@cspell/dict-fonts': 4.0.4
- '@cspell/dict-fsharp': 1.1.0
- '@cspell/dict-fullstack': 3.2.6
- '@cspell/dict-gaming-terms': 1.1.1
+ '@cspell/dict-flutter': 1.1.1
+ '@cspell/dict-fonts': 4.0.5
+ '@cspell/dict-fsharp': 1.1.1
+ '@cspell/dict-fullstack': 3.2.7
+ '@cspell/dict-gaming-terms': 1.1.2
'@cspell/dict-git': 3.0.7
'@cspell/dict-golang': 6.0.23
- '@cspell/dict-google': 1.0.8
- '@cspell/dict-haskell': 4.0.5
- '@cspell/dict-html': 4.0.11
- '@cspell/dict-html-symbol-entities': 4.0.3
- '@cspell/dict-java': 5.0.11
- '@cspell/dict-julia': 1.1.0
+ '@cspell/dict-google': 1.0.9
+ '@cspell/dict-haskell': 4.0.6
+ '@cspell/dict-html': 4.0.12
+ '@cspell/dict-html-symbol-entities': 4.0.4
+ '@cspell/dict-java': 5.0.12
+ '@cspell/dict-julia': 1.1.1
'@cspell/dict-k8s': 1.0.12
- '@cspell/dict-kotlin': 1.1.0
- '@cspell/dict-latex': 4.0.3
- '@cspell/dict-lorem-ipsum': 4.0.4
- '@cspell/dict-lua': 4.0.7
- '@cspell/dict-makefile': 1.0.4
- '@cspell/dict-markdown': 2.0.12(@cspell/dict-css@4.0.17)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.11)(@cspell/dict-typescript@3.2.3)
- '@cspell/dict-monkeyc': 1.0.10
- '@cspell/dict-node': 5.0.7
- '@cspell/dict-npm': 5.2.11
- '@cspell/dict-php': 4.0.14
- '@cspell/dict-powershell': 5.0.14
- '@cspell/dict-public-licenses': 2.0.13
+ '@cspell/dict-kotlin': 1.1.1
+ '@cspell/dict-latex': 4.0.4
+ '@cspell/dict-lorem-ipsum': 4.0.5
+ '@cspell/dict-lua': 4.0.8
+ '@cspell/dict-makefile': 1.0.5
+ '@cspell/dict-markdown': 2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3)
+ '@cspell/dict-monkeyc': 1.0.11
+ '@cspell/dict-node': 5.0.8
+ '@cspell/dict-npm': 5.2.16
+ '@cspell/dict-php': 4.0.15
+ '@cspell/dict-powershell': 5.0.15
+ '@cspell/dict-public-licenses': 2.0.15
'@cspell/dict-python': 4.2.19
- '@cspell/dict-r': 2.1.0
- '@cspell/dict-ruby': 5.0.8
- '@cspell/dict-rust': 4.0.11
- '@cspell/dict-scala': 5.0.7
- '@cspell/dict-shell': 1.1.0
- '@cspell/dict-software-terms': 5.1.4
- '@cspell/dict-sql': 2.2.0
- '@cspell/dict-svelte': 1.0.6
- '@cspell/dict-swift': 2.0.5
+ '@cspell/dict-r': 2.1.1
+ '@cspell/dict-ruby': 5.0.9
+ '@cspell/dict-rust': 4.0.12
+ '@cspell/dict-scala': 5.0.8
+ '@cspell/dict-shell': 1.1.1
+ '@cspell/dict-software-terms': 5.1.7
+ '@cspell/dict-sql': 2.2.1
+ '@cspell/dict-svelte': 1.0.7
+ '@cspell/dict-swift': 2.0.6
'@cspell/dict-terraform': 1.1.3
'@cspell/dict-typescript': 3.2.3
- '@cspell/dict-vue': 3.0.4
+ '@cspell/dict-vue': 3.0.5
- '@cspell/cspell-json-reporter@9.1.3':
+ '@cspell/cspell-json-reporter@9.2.1':
dependencies:
- '@cspell/cspell-types': 9.1.3
+ '@cspell/cspell-types': 9.2.1
'@cspell/cspell-pipe@8.19.4': {}
- '@cspell/cspell-pipe@9.1.3': {}
+ '@cspell/cspell-pipe@9.2.1': {}
'@cspell/cspell-resolver@8.19.4':
dependencies:
global-directory: 4.0.1
- '@cspell/cspell-resolver@9.1.3':
+ '@cspell/cspell-resolver@9.2.1':
dependencies:
global-directory: 4.0.1
'@cspell/cspell-service-bus@8.19.4': {}
- '@cspell/cspell-service-bus@9.1.3': {}
+ '@cspell/cspell-service-bus@9.2.1': {}
'@cspell/cspell-types@8.19.4': {}
- '@cspell/cspell-types@9.1.3': {}
+ '@cspell/cspell-types@9.2.1': {}
'@cspell/dict-ada@4.1.0': {}
+ '@cspell/dict-ada@4.1.1': {}
+
'@cspell/dict-al@1.1.0': {}
+ '@cspell/dict-al@1.1.1': {}
+
'@cspell/dict-aws@4.0.12': {}
+ '@cspell/dict-aws@4.0.15': {}
+
'@cspell/dict-bash@4.2.0':
dependencies:
'@cspell/dict-shell': 1.1.0
+ '@cspell/dict-bash@4.2.1':
+ dependencies:
+ '@cspell/dict-shell': 1.1.1
+
'@cspell/dict-companies@3.2.2': {}
+ '@cspell/dict-companies@3.2.5': {}
+
+ '@cspell/dict-cpp@6.0.12': {}
+
'@cspell/dict-cpp@6.0.8': {}
'@cspell/dict-cryptocurrencies@5.0.4': {}
+ '@cspell/dict-cryptocurrencies@5.0.5': {}
+
'@cspell/dict-csharp@4.0.6': {}
+ '@cspell/dict-csharp@4.0.7': {}
+
'@cspell/dict-css@4.0.17': {}
+ '@cspell/dict-css@4.0.18': {}
+
'@cspell/dict-dart@2.3.0': {}
- '@cspell/dict-data-science@2.0.8': {}
+ '@cspell/dict-dart@2.3.1': {}
'@cspell/dict-data-science@2.0.9': {}
'@cspell/dict-django@4.1.4': {}
+ '@cspell/dict-django@4.1.5': {}
+
'@cspell/dict-docker@1.1.15': {}
+ '@cspell/dict-docker@1.1.16': {}
+
+ '@cspell/dict-dotnet@5.0.10': {}
+
'@cspell/dict-dotnet@5.0.9': {}
'@cspell/dict-elixir@4.0.7': {}
+ '@cspell/dict-elixir@4.0.8': {}
+
'@cspell/dict-en-common-misspellings@2.1.3': {}
- '@cspell/dict-en-gb-mit@3.1.4': {}
+ '@cspell/dict-en-common-misspellings@2.1.6': {}
+
+ '@cspell/dict-en-gb-mit@3.1.9': {}
'@cspell/dict-en-gb@1.1.33': {}
'@cspell/dict-en_us@4.4.14': {}
+ '@cspell/dict-en_us@4.4.19': {}
+
'@cspell/dict-filetypes@3.0.13': {}
'@cspell/dict-flutter@1.1.0': {}
+ '@cspell/dict-flutter@1.1.1': {}
+
'@cspell/dict-fonts@4.0.4': {}
+ '@cspell/dict-fonts@4.0.5': {}
+
'@cspell/dict-fsharp@1.1.0': {}
+ '@cspell/dict-fsharp@1.1.1': {}
+
'@cspell/dict-fullstack@3.2.6': {}
+ '@cspell/dict-fullstack@3.2.7': {}
+
'@cspell/dict-gaming-terms@1.1.1': {}
+ '@cspell/dict-gaming-terms@1.1.2': {}
+
'@cspell/dict-git@3.0.7': {}
'@cspell/dict-golang@6.0.23': {}
'@cspell/dict-google@1.0.8': {}
+ '@cspell/dict-google@1.0.9': {}
+
'@cspell/dict-haskell@4.0.5': {}
+ '@cspell/dict-haskell@4.0.6': {}
+
'@cspell/dict-html-symbol-entities@4.0.3': {}
+ '@cspell/dict-html-symbol-entities@4.0.4': {}
+
'@cspell/dict-html@4.0.11': {}
+ '@cspell/dict-html@4.0.12': {}
+
'@cspell/dict-java@5.0.11': {}
+ '@cspell/dict-java@5.0.12': {}
+
'@cspell/dict-julia@1.1.0': {}
+ '@cspell/dict-julia@1.1.1': {}
+
'@cspell/dict-k8s@1.0.12': {}
'@cspell/dict-kotlin@1.1.0': {}
+ '@cspell/dict-kotlin@1.1.1': {}
+
'@cspell/dict-latex@4.0.3': {}
+ '@cspell/dict-latex@4.0.4': {}
+
'@cspell/dict-lorem-ipsum@4.0.4': {}
+ '@cspell/dict-lorem-ipsum@4.0.5': {}
+
'@cspell/dict-lua@4.0.7': {}
+ '@cspell/dict-lua@4.0.8': {}
+
'@cspell/dict-makefile@1.0.4': {}
+ '@cspell/dict-makefile@1.0.5': {}
+
'@cspell/dict-markdown@2.0.12(@cspell/dict-css@4.0.17)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.11)(@cspell/dict-typescript@3.2.3)':
dependencies:
'@cspell/dict-css': 4.0.17
@@ -12587,55 +12901,94 @@ snapshots:
'@cspell/dict-html-symbol-entities': 4.0.3
'@cspell/dict-typescript': 3.2.3
+ '@cspell/dict-markdown@2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3)':
+ dependencies:
+ '@cspell/dict-css': 4.0.18
+ '@cspell/dict-html': 4.0.12
+ '@cspell/dict-html-symbol-entities': 4.0.4
+ '@cspell/dict-typescript': 3.2.3
+
'@cspell/dict-monkeyc@1.0.10': {}
+ '@cspell/dict-monkeyc@1.0.11': {}
+
'@cspell/dict-node@5.0.7': {}
+ '@cspell/dict-node@5.0.8': {}
+
'@cspell/dict-npm@5.2.11': {}
+ '@cspell/dict-npm@5.2.16': {}
+
'@cspell/dict-php@4.0.14': {}
+ '@cspell/dict-php@4.0.15': {}
+
'@cspell/dict-powershell@5.0.14': {}
+ '@cspell/dict-powershell@5.0.15': {}
+
'@cspell/dict-public-licenses@2.0.13': {}
+ '@cspell/dict-public-licenses@2.0.15': {}
+
'@cspell/dict-python@4.2.19':
dependencies:
'@cspell/dict-data-science': 2.0.9
'@cspell/dict-r@2.1.0': {}
+ '@cspell/dict-r@2.1.1': {}
+
'@cspell/dict-ruby@5.0.8': {}
+ '@cspell/dict-ruby@5.0.9': {}
+
'@cspell/dict-rust@4.0.11': {}
+ '@cspell/dict-rust@4.0.12': {}
+
'@cspell/dict-scala@5.0.7': {}
+ '@cspell/dict-scala@5.0.8': {}
+
'@cspell/dict-shell@1.1.0': {}
+ '@cspell/dict-shell@1.1.1': {}
+
'@cspell/dict-software-terms@5.1.4': {}
+ '@cspell/dict-software-terms@5.1.7': {}
+
'@cspell/dict-sql@2.2.0': {}
+ '@cspell/dict-sql@2.2.1': {}
+
'@cspell/dict-svelte@1.0.6': {}
+ '@cspell/dict-svelte@1.0.7': {}
+
'@cspell/dict-swift@2.0.5': {}
+ '@cspell/dict-swift@2.0.6': {}
+
'@cspell/dict-terraform@1.1.3': {}
'@cspell/dict-typescript@3.2.3': {}
'@cspell/dict-vue@3.0.4': {}
+ '@cspell/dict-vue@3.0.5': {}
+
'@cspell/dynamic-import@8.19.4':
dependencies:
'@cspell/url': 8.19.4
import-meta-resolve: 4.1.0
- '@cspell/dynamic-import@9.1.3':
+ '@cspell/dynamic-import@9.2.1':
dependencies:
- '@cspell/url': 9.1.3
- import-meta-resolve: 4.1.0
+ '@cspell/url': 9.2.1
+ import-meta-resolve: 4.2.0
'@cspell/eslint-plugin@8.19.4(eslint@9.26.0(jiti@2.4.2))':
dependencies:
@@ -12647,15 +13000,15 @@ snapshots:
'@cspell/filetypes@8.19.4': {}
- '@cspell/filetypes@9.1.3': {}
+ '@cspell/filetypes@9.2.1': {}
'@cspell/strong-weak-map@8.19.4': {}
- '@cspell/strong-weak-map@9.1.3': {}
+ '@cspell/strong-weak-map@9.2.1': {}
'@cspell/url@8.19.4': {}
- '@cspell/url@9.1.3': {}
+ '@cspell/url@9.2.1': {}
'@csstools/color-helpers@5.0.1': {}
@@ -12677,14 +13030,14 @@ snapshots:
'@csstools/css-tokenizer@3.0.3': {}
- '@cypress/code-coverage@3.13.4(@babel/core@7.27.1)(@babel/preset-env@7.27.2(@babel/core@7.27.1))(babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.0)))(cypress@14.5.1)(webpack@5.95.0(esbuild@0.25.0))':
+ '@cypress/code-coverage@3.13.4(@babel/core@7.27.1)(@babel/preset-env@7.27.2(@babel/core@7.27.1))(babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.9)))(cypress@14.5.4)(webpack@5.95.0(esbuild@0.25.9))':
dependencies:
'@babel/core': 7.27.1
'@babel/preset-env': 7.27.2(@babel/core@7.27.1)
- '@cypress/webpack-preprocessor': 6.0.2(@babel/core@7.27.1)(@babel/preset-env@7.27.2(@babel/core@7.27.1))(babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.0)))(webpack@5.95.0(esbuild@0.25.0))
- babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.0))
+ '@cypress/webpack-preprocessor': 6.0.2(@babel/core@7.27.1)(@babel/preset-env@7.27.2(@babel/core@7.27.1))(babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.9)))(webpack@5.95.0(esbuild@0.25.9))
+ babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.9))
chalk: 4.1.2
- cypress: 14.5.1
+ cypress: 14.5.4
dayjs: 1.11.13
debug: 4.3.7
execa: 4.1.0
@@ -12692,11 +13045,11 @@ snapshots:
istanbul-lib-coverage: 3.2.2
js-yaml: 4.1.0
nyc: 15.1.0
- webpack: 5.95.0(esbuild@0.25.0)
+ webpack: 5.95.0(esbuild@0.25.9)
transitivePeerDependencies:
- supports-color
- '@cypress/request@3.0.8':
+ '@cypress/request@3.0.9':
dependencies:
aws-sign2: 0.7.0
aws4: 1.13.2
@@ -12704,7 +13057,7 @@ snapshots:
combined-stream: 1.0.8
extend: 3.0.2
forever-agent: 0.6.1
- form-data: 4.0.2
+ form-data: 4.0.4
http-signature: 1.4.0
is-typedarray: 1.0.0
isstream: 0.1.2
@@ -12717,15 +13070,15 @@ snapshots:
tunnel-agent: 0.6.0
uuid: 8.3.2
- '@cypress/webpack-preprocessor@6.0.2(@babel/core@7.27.1)(@babel/preset-env@7.27.2(@babel/core@7.27.1))(babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.0)))(webpack@5.95.0(esbuild@0.25.0))':
+ '@cypress/webpack-preprocessor@6.0.2(@babel/core@7.27.1)(@babel/preset-env@7.27.2(@babel/core@7.27.1))(babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.9)))(webpack@5.95.0(esbuild@0.25.9))':
dependencies:
'@babel/core': 7.27.1
'@babel/preset-env': 7.27.2(@babel/core@7.27.1)
- babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.0))
+ babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.9))
bluebird: 3.7.1
debug: 4.4.1(supports-color@8.1.1)
lodash: 4.17.21
- webpack: 5.95.0(esbuild@0.25.0)
+ webpack: 5.95.0(esbuild@0.25.9)
transitivePeerDependencies:
- supports-color
@@ -12736,10 +13089,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@dependents/detective-less@5.0.0':
+ '@dependents/detective-less@5.0.1':
dependencies:
gonzales-pe: 4.3.0
- node-source-walk: 7.0.0
+ node-source-walk: 7.0.1
'@discoveryjs/json-ext@0.5.7': {}
@@ -12797,7 +13150,7 @@ snapshots:
'@esbuild/aix-ppc64@0.24.2':
optional: true
- '@esbuild/aix-ppc64@0.25.0':
+ '@esbuild/aix-ppc64@0.25.9':
optional: true
'@esbuild/android-arm64@0.21.5':
@@ -12806,7 +13159,7 @@ snapshots:
'@esbuild/android-arm64@0.24.2':
optional: true
- '@esbuild/android-arm64@0.25.0':
+ '@esbuild/android-arm64@0.25.9':
optional: true
'@esbuild/android-arm@0.21.5':
@@ -12815,7 +13168,7 @@ snapshots:
'@esbuild/android-arm@0.24.2':
optional: true
- '@esbuild/android-arm@0.25.0':
+ '@esbuild/android-arm@0.25.9':
optional: true
'@esbuild/android-x64@0.21.5':
@@ -12824,7 +13177,7 @@ snapshots:
'@esbuild/android-x64@0.24.2':
optional: true
- '@esbuild/android-x64@0.25.0':
+ '@esbuild/android-x64@0.25.9':
optional: true
'@esbuild/darwin-arm64@0.21.5':
@@ -12833,7 +13186,7 @@ snapshots:
'@esbuild/darwin-arm64@0.24.2':
optional: true
- '@esbuild/darwin-arm64@0.25.0':
+ '@esbuild/darwin-arm64@0.25.9':
optional: true
'@esbuild/darwin-x64@0.21.5':
@@ -12842,7 +13195,7 @@ snapshots:
'@esbuild/darwin-x64@0.24.2':
optional: true
- '@esbuild/darwin-x64@0.25.0':
+ '@esbuild/darwin-x64@0.25.9':
optional: true
'@esbuild/freebsd-arm64@0.21.5':
@@ -12851,7 +13204,7 @@ snapshots:
'@esbuild/freebsd-arm64@0.24.2':
optional: true
- '@esbuild/freebsd-arm64@0.25.0':
+ '@esbuild/freebsd-arm64@0.25.9':
optional: true
'@esbuild/freebsd-x64@0.21.5':
@@ -12860,7 +13213,7 @@ snapshots:
'@esbuild/freebsd-x64@0.24.2':
optional: true
- '@esbuild/freebsd-x64@0.25.0':
+ '@esbuild/freebsd-x64@0.25.9':
optional: true
'@esbuild/linux-arm64@0.21.5':
@@ -12869,7 +13222,7 @@ snapshots:
'@esbuild/linux-arm64@0.24.2':
optional: true
- '@esbuild/linux-arm64@0.25.0':
+ '@esbuild/linux-arm64@0.25.9':
optional: true
'@esbuild/linux-arm@0.21.5':
@@ -12878,7 +13231,7 @@ snapshots:
'@esbuild/linux-arm@0.24.2':
optional: true
- '@esbuild/linux-arm@0.25.0':
+ '@esbuild/linux-arm@0.25.9':
optional: true
'@esbuild/linux-ia32@0.21.5':
@@ -12887,7 +13240,7 @@ snapshots:
'@esbuild/linux-ia32@0.24.2':
optional: true
- '@esbuild/linux-ia32@0.25.0':
+ '@esbuild/linux-ia32@0.25.9':
optional: true
'@esbuild/linux-loong64@0.21.5':
@@ -12896,7 +13249,7 @@ snapshots:
'@esbuild/linux-loong64@0.24.2':
optional: true
- '@esbuild/linux-loong64@0.25.0':
+ '@esbuild/linux-loong64@0.25.9':
optional: true
'@esbuild/linux-mips64el@0.21.5':
@@ -12905,7 +13258,7 @@ snapshots:
'@esbuild/linux-mips64el@0.24.2':
optional: true
- '@esbuild/linux-mips64el@0.25.0':
+ '@esbuild/linux-mips64el@0.25.9':
optional: true
'@esbuild/linux-ppc64@0.21.5':
@@ -12914,7 +13267,7 @@ snapshots:
'@esbuild/linux-ppc64@0.24.2':
optional: true
- '@esbuild/linux-ppc64@0.25.0':
+ '@esbuild/linux-ppc64@0.25.9':
optional: true
'@esbuild/linux-riscv64@0.21.5':
@@ -12923,7 +13276,7 @@ snapshots:
'@esbuild/linux-riscv64@0.24.2':
optional: true
- '@esbuild/linux-riscv64@0.25.0':
+ '@esbuild/linux-riscv64@0.25.9':
optional: true
'@esbuild/linux-s390x@0.21.5':
@@ -12932,7 +13285,7 @@ snapshots:
'@esbuild/linux-s390x@0.24.2':
optional: true
- '@esbuild/linux-s390x@0.25.0':
+ '@esbuild/linux-s390x@0.25.9':
optional: true
'@esbuild/linux-x64@0.21.5':
@@ -12941,13 +13294,13 @@ snapshots:
'@esbuild/linux-x64@0.24.2':
optional: true
- '@esbuild/linux-x64@0.25.0':
+ '@esbuild/linux-x64@0.25.9':
optional: true
'@esbuild/netbsd-arm64@0.24.2':
optional: true
- '@esbuild/netbsd-arm64@0.25.0':
+ '@esbuild/netbsd-arm64@0.25.9':
optional: true
'@esbuild/netbsd-x64@0.21.5':
@@ -12956,13 +13309,13 @@ snapshots:
'@esbuild/netbsd-x64@0.24.2':
optional: true
- '@esbuild/netbsd-x64@0.25.0':
+ '@esbuild/netbsd-x64@0.25.9':
optional: true
'@esbuild/openbsd-arm64@0.24.2':
optional: true
- '@esbuild/openbsd-arm64@0.25.0':
+ '@esbuild/openbsd-arm64@0.25.9':
optional: true
'@esbuild/openbsd-x64@0.21.5':
@@ -12971,7 +13324,10 @@ snapshots:
'@esbuild/openbsd-x64@0.24.2':
optional: true
- '@esbuild/openbsd-x64@0.25.0':
+ '@esbuild/openbsd-x64@0.25.9':
+ optional: true
+
+ '@esbuild/openharmony-arm64@0.25.9':
optional: true
'@esbuild/sunos-x64@0.21.5':
@@ -12980,7 +13336,7 @@ snapshots:
'@esbuild/sunos-x64@0.24.2':
optional: true
- '@esbuild/sunos-x64@0.25.0':
+ '@esbuild/sunos-x64@0.25.9':
optional: true
'@esbuild/win32-arm64@0.21.5':
@@ -12989,7 +13345,7 @@ snapshots:
'@esbuild/win32-arm64@0.24.2':
optional: true
- '@esbuild/win32-arm64@0.25.0':
+ '@esbuild/win32-arm64@0.25.9':
optional: true
'@esbuild/win32-ia32@0.21.5':
@@ -12998,7 +13354,7 @@ snapshots:
'@esbuild/win32-ia32@0.24.2':
optional: true
- '@esbuild/win32-ia32@0.25.0':
+ '@esbuild/win32-ia32@0.25.9':
optional: true
'@esbuild/win32-x64@0.21.5':
@@ -13007,7 +13363,7 @@ snapshots:
'@esbuild/win32-x64@0.24.2':
optional: true
- '@esbuild/win32-x64@0.25.0':
+ '@esbuild/win32-x64@0.25.9':
optional: true
'@eslint-community/eslint-utils@4.5.1(eslint@9.26.0(jiti@2.4.2))':
@@ -13153,7 +13509,7 @@ snapshots:
'@humanwhocodes/retry@0.4.2': {}
- '@iconify-json/carbon@1.2.1':
+ '@iconify-json/carbon@1.2.13':
dependencies:
'@iconify/types': 2.0.0
@@ -13270,44 +13626,44 @@ snapshots:
'@istanbuljs/schema@0.1.3': {}
- '@jest/console@30.0.4':
+ '@jest/console@30.1.2':
dependencies:
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
chalk: 4.1.2
- jest-message-util: 30.0.2
- jest-util: 30.0.2
+ jest-message-util: 30.1.0
+ jest-util: 30.0.5
slash: 3.0.0
- '@jest/core@30.0.4':
+ '@jest/core@30.1.3':
dependencies:
- '@jest/console': 30.0.4
+ '@jest/console': 30.1.2
'@jest/pattern': 30.0.1
- '@jest/reporters': 30.0.4
- '@jest/test-result': 30.0.4
- '@jest/transform': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/reporters': 30.1.3
+ '@jest/test-result': 30.1.3
+ '@jest/transform': 30.1.2
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 4.2.0
exit-x: 0.2.2
graceful-fs: 4.2.11
- jest-changed-files: 30.0.2
- jest-config: 30.0.4(@types/node@22.13.5)
- jest-haste-map: 30.0.2
- jest-message-util: 30.0.2
+ jest-changed-files: 30.0.5
+ jest-config: 30.1.3(@types/node@22.18.1)
+ jest-haste-map: 30.1.0
+ jest-message-util: 30.1.0
jest-regex-util: 30.0.1
- jest-resolve: 30.0.2
- jest-resolve-dependencies: 30.0.4
- jest-runner: 30.0.4
- jest-runtime: 30.0.4
- jest-snapshot: 30.0.4
- jest-util: 30.0.2
- jest-validate: 30.0.2
- jest-watcher: 30.0.4
+ jest-resolve: 30.1.3
+ jest-resolve-dependencies: 30.1.3
+ jest-runner: 30.1.3
+ jest-runtime: 30.1.3
+ jest-snapshot: 30.1.2
+ jest-util: 30.0.5
+ jest-validate: 30.1.0
+ jest-watcher: 30.1.3
micromatch: 4.0.8
- pretty-format: 30.0.2
+ pretty-format: 30.0.5
slash: 3.0.0
transitivePeerDependencies:
- babel-plugin-macros
@@ -13317,58 +13673,58 @@ snapshots:
'@jest/diff-sequences@30.0.1': {}
- '@jest/environment@30.0.4':
+ '@jest/environment@30.1.2':
dependencies:
- '@jest/fake-timers': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
- jest-mock: 30.0.2
+ '@jest/fake-timers': 30.1.2
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
+ jest-mock: 30.0.5
- '@jest/expect-utils@30.0.4':
+ '@jest/expect-utils@30.1.2':
dependencies:
- '@jest/get-type': 30.0.1
+ '@jest/get-type': 30.1.0
- '@jest/expect@30.0.4':
+ '@jest/expect@30.1.2':
dependencies:
- expect: 30.0.4
- jest-snapshot: 30.0.4
+ expect: 30.1.2
+ jest-snapshot: 30.1.2
transitivePeerDependencies:
- supports-color
- '@jest/fake-timers@30.0.4':
+ '@jest/fake-timers@30.1.2':
dependencies:
- '@jest/types': 30.0.1
+ '@jest/types': 30.0.5
'@sinonjs/fake-timers': 13.0.5
- '@types/node': 22.13.5
- jest-message-util: 30.0.2
- jest-mock: 30.0.2
- jest-util: 30.0.2
+ '@types/node': 22.18.1
+ jest-message-util: 30.1.0
+ jest-mock: 30.0.5
+ jest-util: 30.0.5
- '@jest/get-type@30.0.1': {}
+ '@jest/get-type@30.1.0': {}
- '@jest/globals@30.0.4':
+ '@jest/globals@30.1.2':
dependencies:
- '@jest/environment': 30.0.4
- '@jest/expect': 30.0.4
- '@jest/types': 30.0.1
- jest-mock: 30.0.2
+ '@jest/environment': 30.1.2
+ '@jest/expect': 30.1.2
+ '@jest/types': 30.0.5
+ jest-mock: 30.0.5
transitivePeerDependencies:
- supports-color
'@jest/pattern@30.0.1':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
jest-regex-util: 30.0.1
- '@jest/reporters@30.0.4':
+ '@jest/reporters@30.1.3':
dependencies:
'@bcoe/v8-coverage': 0.2.3
- '@jest/console': 30.0.4
- '@jest/test-result': 30.0.4
- '@jest/transform': 30.0.4
- '@jest/types': 30.0.1
- '@jridgewell/trace-mapping': 0.3.25
- '@types/node': 22.13.5
+ '@jest/console': 30.1.2
+ '@jest/test-result': 30.1.3
+ '@jest/transform': 30.1.2
+ '@jest/types': 30.0.5
+ '@jridgewell/trace-mapping': 0.3.29
+ '@types/node': 22.18.1
chalk: 4.1.2
collect-v8-coverage: 1.0.2
exit-x: 0.2.2
@@ -13379,59 +13735,59 @@ snapshots:
istanbul-lib-report: 3.0.1
istanbul-lib-source-maps: 5.0.6
istanbul-reports: 3.1.7
- jest-message-util: 30.0.2
- jest-util: 30.0.2
- jest-worker: 30.0.2
+ jest-message-util: 30.1.0
+ jest-util: 30.0.5
+ jest-worker: 30.1.0
slash: 3.0.0
string-length: 4.0.2
v8-to-istanbul: 9.3.0
transitivePeerDependencies:
- supports-color
- '@jest/schemas@30.0.1':
+ '@jest/schemas@30.0.5':
dependencies:
'@sinclair/typebox': 0.34.37
- '@jest/snapshot-utils@30.0.4':
+ '@jest/snapshot-utils@30.1.2':
dependencies:
- '@jest/types': 30.0.1
+ '@jest/types': 30.0.5
chalk: 4.1.2
graceful-fs: 4.2.11
natural-compare: 1.4.0
'@jest/source-map@30.0.1':
dependencies:
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/trace-mapping': 0.3.29
callsites: 3.1.0
graceful-fs: 4.2.11
- '@jest/test-result@30.0.4':
+ '@jest/test-result@30.1.3':
dependencies:
- '@jest/console': 30.0.4
- '@jest/types': 30.0.1
+ '@jest/console': 30.1.2
+ '@jest/types': 30.0.5
'@types/istanbul-lib-coverage': 2.0.6
collect-v8-coverage: 1.0.2
- '@jest/test-sequencer@30.0.4':
+ '@jest/test-sequencer@30.1.3':
dependencies:
- '@jest/test-result': 30.0.4
+ '@jest/test-result': 30.1.3
graceful-fs: 4.2.11
- jest-haste-map: 30.0.2
+ jest-haste-map: 30.1.0
slash: 3.0.0
- '@jest/transform@30.0.4':
+ '@jest/transform@30.1.2':
dependencies:
'@babel/core': 7.28.0
- '@jest/types': 30.0.1
- '@jridgewell/trace-mapping': 0.3.25
+ '@jest/types': 30.0.5
+ '@jridgewell/trace-mapping': 0.3.29
babel-plugin-istanbul: 7.0.0
chalk: 4.1.2
convert-source-map: 2.0.0
fast-json-stable-stringify: 2.1.0
graceful-fs: 4.2.11
- jest-haste-map: 30.0.2
+ jest-haste-map: 30.1.0
jest-regex-util: 30.0.1
- jest-util: 30.0.2
+ jest-util: 30.0.5
micromatch: 4.0.8
pirates: 4.0.7
slash: 3.0.0
@@ -13439,13 +13795,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@jest/types@30.0.1':
+ '@jest/types@30.0.5':
dependencies:
'@jest/pattern': 30.0.1
- '@jest/schemas': 30.0.1
+ '@jest/schemas': 30.0.5
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/yargs': 17.0.33
chalk: 4.1.2
@@ -13454,23 +13810,22 @@ snapshots:
'@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.29
- '@jridgewell/gen-mapping@0.3.8':
+ '@jridgewell/remapping@2.3.5':
dependencies:
- '@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.5.0
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
'@jridgewell/resolve-uri@3.1.2': {}
- '@jridgewell/set-array@1.2.1': {}
-
'@jridgewell/source-map@0.3.6':
dependencies:
- '@jridgewell/gen-mapping': 0.3.8
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
'@jridgewell/sourcemap-codec@1.5.0': {}
+ '@jridgewell/sourcemap-codec@1.5.5': {}
+
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
@@ -13481,6 +13836,11 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.0
+ '@jridgewell/trace-mapping@0.3.30':
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.2
+ '@jridgewell/sourcemap-codec': 1.5.0
+
'@jsdevtools/ono@7.1.3': {}
'@leichtgewicht/ip-codec@2.0.5': {}
@@ -13606,7 +13966,7 @@ snapshots:
dependencies:
react: 19.1.0
- '@rolldown/pluginutils@1.0.0-beta.19': {}
+ '@rolldown/pluginutils@1.0.0-beta.29': {}
'@rollup/plugin-babel@5.3.1(@babel/core@7.28.0)(@types/babel__core@7.20.5)(rollup@2.79.2)':
dependencies:
@@ -13643,13 +14003,13 @@ snapshots:
optionalDependencies:
rollup: 2.79.2
- '@rollup/plugin-typescript@12.1.2(rollup@4.40.2)(tslib@2.8.1)(typescript@5.7.3)':
+ '@rollup/plugin-typescript@12.1.4(rollup@4.50.1)(tslib@2.8.1)(typescript@5.7.3)':
dependencies:
- '@rollup/pluginutils': 5.1.4(rollup@4.40.2)
+ '@rollup/pluginutils': 5.1.4(rollup@4.50.1)
resolve: 1.22.10
typescript: 5.7.3
optionalDependencies:
- rollup: 4.40.2
+ rollup: 4.50.1
tslib: 2.8.1
'@rollup/pluginutils@3.1.0(rollup@2.79.2)':
@@ -13661,19 +14021,19 @@ snapshots:
'@rollup/pluginutils@5.1.4(rollup@2.79.2)':
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
estree-walker: 2.0.2
picomatch: 4.0.2
optionalDependencies:
rollup: 2.79.2
- '@rollup/pluginutils@5.1.4(rollup@4.40.2)':
+ '@rollup/pluginutils@5.1.4(rollup@4.50.1)':
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
estree-walker: 2.0.2
picomatch: 4.0.2
optionalDependencies:
- rollup: 4.40.2
+ rollup: 4.50.1
'@rollup/rollup-android-arm-eabi@4.34.8':
optional: true
@@ -13681,117 +14041,180 @@ snapshots:
'@rollup/rollup-android-arm-eabi@4.40.2':
optional: true
+ '@rollup/rollup-android-arm-eabi@4.50.1':
+ optional: true
+
'@rollup/rollup-android-arm64@4.34.8':
optional: true
'@rollup/rollup-android-arm64@4.40.2':
optional: true
+ '@rollup/rollup-android-arm64@4.50.1':
+ optional: true
+
'@rollup/rollup-darwin-arm64@4.34.8':
optional: true
'@rollup/rollup-darwin-arm64@4.40.2':
optional: true
+ '@rollup/rollup-darwin-arm64@4.50.1':
+ optional: true
+
'@rollup/rollup-darwin-x64@4.34.8':
optional: true
'@rollup/rollup-darwin-x64@4.40.2':
optional: true
+ '@rollup/rollup-darwin-x64@4.50.1':
+ optional: true
+
'@rollup/rollup-freebsd-arm64@4.34.8':
optional: true
'@rollup/rollup-freebsd-arm64@4.40.2':
optional: true
+ '@rollup/rollup-freebsd-arm64@4.50.1':
+ optional: true
+
'@rollup/rollup-freebsd-x64@4.34.8':
optional: true
'@rollup/rollup-freebsd-x64@4.40.2':
optional: true
+ '@rollup/rollup-freebsd-x64@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-arm-gnueabihf@4.34.8':
optional: true
'@rollup/rollup-linux-arm-gnueabihf@4.40.2':
optional: true
+ '@rollup/rollup-linux-arm-gnueabihf@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-arm-musleabihf@4.34.8':
optional: true
'@rollup/rollup-linux-arm-musleabihf@4.40.2':
optional: true
+ '@rollup/rollup-linux-arm-musleabihf@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-arm64-gnu@4.34.8':
optional: true
'@rollup/rollup-linux-arm64-gnu@4.40.2':
optional: true
+ '@rollup/rollup-linux-arm64-gnu@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-arm64-musl@4.34.8':
optional: true
'@rollup/rollup-linux-arm64-musl@4.40.2':
optional: true
+ '@rollup/rollup-linux-arm64-musl@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-loongarch64-gnu@4.34.8':
optional: true
'@rollup/rollup-linux-loongarch64-gnu@4.40.2':
optional: true
+ '@rollup/rollup-linux-loongarch64-gnu@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-powerpc64le-gnu@4.34.8':
optional: true
'@rollup/rollup-linux-powerpc64le-gnu@4.40.2':
optional: true
+ '@rollup/rollup-linux-ppc64-gnu@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-riscv64-gnu@4.34.8':
optional: true
'@rollup/rollup-linux-riscv64-gnu@4.40.2':
optional: true
+ '@rollup/rollup-linux-riscv64-gnu@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-riscv64-musl@4.40.2':
optional: true
+ '@rollup/rollup-linux-riscv64-musl@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-s390x-gnu@4.34.8':
optional: true
'@rollup/rollup-linux-s390x-gnu@4.40.2':
optional: true
+ '@rollup/rollup-linux-s390x-gnu@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-x64-gnu@4.34.8':
optional: true
'@rollup/rollup-linux-x64-gnu@4.40.2':
optional: true
+ '@rollup/rollup-linux-x64-gnu@4.50.1':
+ optional: true
+
'@rollup/rollup-linux-x64-musl@4.34.8':
optional: true
'@rollup/rollup-linux-x64-musl@4.40.2':
optional: true
+ '@rollup/rollup-linux-x64-musl@4.50.1':
+ optional: true
+
+ '@rollup/rollup-openharmony-arm64@4.50.1':
+ optional: true
+
'@rollup/rollup-win32-arm64-msvc@4.34.8':
optional: true
'@rollup/rollup-win32-arm64-msvc@4.40.2':
optional: true
+ '@rollup/rollup-win32-arm64-msvc@4.50.1':
+ optional: true
+
'@rollup/rollup-win32-ia32-msvc@4.34.8':
optional: true
'@rollup/rollup-win32-ia32-msvc@4.40.2':
optional: true
+ '@rollup/rollup-win32-ia32-msvc@4.50.1':
+ optional: true
+
'@rollup/rollup-win32-x64-msvc@4.34.8':
optional: true
'@rollup/rollup-win32-x64-msvc@4.40.2':
optional: true
+ '@rollup/rollup-win32-x64-msvc@4.50.1':
+ optional: true
+
'@shikijs/core@2.5.0':
dependencies:
'@shikijs/engine-javascript': 2.5.0
@@ -13905,32 +14328,32 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
'@babel/parser': 7.28.0
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.20.6
'@types/babel__generator@7.6.8':
dependencies:
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@types/babel__template@7.4.4':
dependencies:
'@babel/parser': 7.28.0
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.27.1
+ '@babel/types': 7.28.0
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/bonjour@3.5.13':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/braces@3.0.4': {}
@@ -13938,21 +14361,25 @@ snapshots:
dependencies:
'@types/http-cache-semantics': 4.0.4
'@types/keyv': 3.1.4
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/responselike': 1.0.3
+ '@types/chai@5.2.2':
+ dependencies:
+ '@types/deep-eql': 4.0.2
+
'@types/connect-history-api-fallback@1.5.4':
dependencies:
'@types/express-serve-static-core': 5.0.0
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/connect@3.4.38':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
- '@types/cors@2.8.17':
+ '@types/cors@2.8.19':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/cytoscape-fcose@2.2.4':
dependencies:
@@ -14091,22 +14518,26 @@ snapshots:
dependencies:
'@types/ms': 0.7.34
+ '@types/deep-eql@4.0.2': {}
+
'@types/estree@0.0.39': {}
'@types/estree@1.0.6': {}
'@types/estree@1.0.7': {}
+ '@types/estree@1.0.8': {}
+
'@types/express-serve-static-core@4.19.6':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/qs': 6.9.16
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
'@types/express-serve-static-core@5.0.0':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/qs': 6.9.16
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -14118,11 +14549,10 @@ snapshots:
'@types/qs': 6.9.16
'@types/serve-static': 1.15.7
- '@types/express@5.0.0':
+ '@types/express@5.0.3':
dependencies:
'@types/body-parser': 1.19.5
'@types/express-serve-static-core': 5.0.0
- '@types/qs': 6.9.16
'@types/serve-static': 1.15.7
'@types/flexsearch@0.7.6': {}
@@ -14132,7 +14562,7 @@ snapshots:
'@types/glob@8.1.0':
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/hast@3.0.4':
dependencies:
@@ -14144,7 +14574,7 @@ snapshots:
'@types/http-proxy@1.17.15':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/istanbul-lib-coverage@2.0.6': {}
@@ -14170,7 +14600,7 @@ snapshots:
'@types/keyv@3.1.4':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/linkify-it@5.0.0': {}
@@ -14180,7 +14610,7 @@ snapshots:
'@types/lodash@4.17.10': {}
- '@types/lodash@4.17.15': {}
+ '@types/lodash@4.17.20': {}
'@types/markdown-it@12.2.3':
dependencies:
@@ -14214,7 +14644,7 @@ snapshots:
'@types/node-forge@1.3.11':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/node@12.20.55': {}
@@ -14226,6 +14656,10 @@ snapshots:
dependencies:
undici-types: 6.20.0
+ '@types/node@22.18.1':
+ dependencies:
+ undici-types: 6.21.0
+
'@types/qs@6.9.16': {}
'@types/range-parser@1.2.7': {}
@@ -14234,13 +14668,13 @@ snapshots:
'@types/responselike@1.0.3':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/retry@0.12.0': {}
- '@types/rollup-plugin-visualizer@5.0.3(rollup@4.40.2)':
+ '@types/rollup-plugin-visualizer@5.0.3(rollup@4.50.1)':
dependencies:
- rollup-plugin-visualizer: 6.0.3(rollup@4.40.2)
+ rollup-plugin-visualizer: 6.0.3(rollup@4.50.1)
transitivePeerDependencies:
- rolldown
- rollup
@@ -14248,16 +14682,16 @@ snapshots:
'@types/send@0.17.4':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/serve-index@1.9.4':
dependencies:
- '@types/express': 5.0.0
+ '@types/express': 5.0.3
'@types/serve-static@1.15.7':
dependencies:
'@types/http-errors': 2.0.4
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/send': 0.17.4
'@types/sinonjs__fake-timers@8.1.1': {}
@@ -14266,7 +14700,7 @@ snapshots:
'@types/sockjs@0.3.36':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/stack-utils@2.0.3': {}
@@ -14288,11 +14722,11 @@ snapshots:
'@types/ws@8.5.12':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/ws@8.5.5':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@types/yargs-parser@21.0.3': {}
@@ -14302,7 +14736,7 @@ snapshots:
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
optional: true
'@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3)':
@@ -14364,25 +14798,8 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@7.18.0': {}
-
'@typescript-eslint/types@8.38.0': {}
- '@typescript-eslint/typescript-estree@7.18.0(typescript@5.7.3)':
- dependencies:
- '@typescript-eslint/types': 7.18.0
- '@typescript-eslint/visitor-keys': 7.18.0
- debug: 4.4.1(supports-color@8.1.1)
- globby: 11.1.0
- is-glob: 4.0.3
- minimatch: 9.0.5
- semver: 7.7.2
- ts-api-utils: 1.3.0(typescript@5.7.3)
- optionalDependencies:
- typescript: 5.7.3
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/typescript-estree@8.38.0(typescript@5.7.3)':
dependencies:
'@typescript-eslint/project-service': 8.38.0(typescript@5.7.3)
@@ -14410,11 +14827,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@7.18.0':
- dependencies:
- '@typescript-eslint/types': 7.18.0
- eslint-visitor-keys: 3.4.3
-
'@typescript-eslint/visitor-keys@8.38.0':
dependencies:
'@typescript-eslint/types': 8.38.0
@@ -14422,13 +14834,13 @@ snapshots:
'@ungap/structured-clone@1.3.0': {}
- '@unocss/astro@66.4.2(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))':
+ '@unocss/astro@66.4.2(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))':
dependencies:
'@unocss/core': 66.4.2
'@unocss/reset': 66.4.2
- '@unocss/vite': 66.4.2(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))
+ '@unocss/vite': 66.4.2(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))
optionalDependencies:
- vite: 6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
'@unocss/cli@66.4.2':
dependencies:
@@ -14561,7 +14973,7 @@ snapshots:
dependencies:
'@unocss/core': 66.4.2
- '@unocss/vite@66.4.2(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))':
+ '@unocss/vite@66.4.2(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@unocss/config': 66.4.2
@@ -14572,7 +14984,7 @@ snapshots:
pathe: 2.0.3
tinyglobby: 0.2.14
unplugin-utils: 0.2.4
- vite: 6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
optional: true
@@ -14633,113 +15045,146 @@ snapshots:
'@unrs/resolver-binding-win32-x64-msvc@1.11.1':
optional: true
- '@vite-pwa/vitepress@1.0.0(vite-plugin-pwa@1.0.0(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.3.0))':
+ '@vite-pwa/vitepress@1.0.0(vite-plugin-pwa@1.0.3(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.3.0))':
dependencies:
- vite-plugin-pwa: 1.0.0(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.3.0)
+ vite-plugin-pwa: 1.0.3(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.3.0)
- '@vitejs/plugin-vue@5.2.1(vite@5.4.19(@types/node@22.13.5)(terser@5.39.0))(vue@3.5.13(typescript@5.7.3))':
+ '@vitejs/plugin-vue@5.2.1(vite@5.4.19(@types/node@22.18.1)(terser@5.39.0))(vue@3.5.21(typescript@5.7.3))':
dependencies:
- vite: 5.4.19(@types/node@22.13.5)(terser@5.39.0)
- vue: 3.5.13(typescript@5.7.3)
+ vite: 5.4.19(@types/node@22.18.1)(terser@5.39.0)
+ vue: 3.5.21(typescript@5.7.3)
- '@vitejs/plugin-vue@6.0.0(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))(vue@3.5.13(typescript@5.7.3))':
+ '@vitejs/plugin-vue@5.2.1(vite@5.4.19(@types/node@22.18.1)(terser@5.39.0))(vue@3.5.21(typescript@5.9.2))':
dependencies:
- '@rolldown/pluginutils': 1.0.0-beta.19
- vite: 6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
- vue: 3.5.13(typescript@5.7.3)
+ vite: 5.4.19(@types/node@22.18.1)(terser@5.39.0)
+ vue: 3.5.21(typescript@5.9.2)
- '@vitest/coverage-v8@3.0.6(vitest@3.0.6)':
+ '@vitejs/plugin-vue@6.0.1(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
+ dependencies:
+ '@rolldown/pluginutils': 1.0.0-beta.29
+ vite: 6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
+ vue: 3.5.21(typescript@5.9.2)
+
+ '@vitest/coverage-v8@3.2.4(vitest@3.2.4)':
dependencies:
'@ampproject/remapping': 2.3.0
'@bcoe/v8-coverage': 1.0.2
- debug: 4.4.0
+ ast-v8-to-istanbul: 0.3.5
+ debug: 4.4.1(supports-color@8.1.1)
istanbul-lib-coverage: 3.2.2
istanbul-lib-report: 3.0.1
istanbul-lib-source-maps: 5.0.6
istanbul-reports: 3.1.7
magic-string: 0.30.17
magicast: 0.3.5
- std-env: 3.8.0
+ std-env: 3.9.0
test-exclude: 7.0.1
tinyrainbow: 2.0.0
- vitest: 3.0.6(@types/debug@4.1.12)(@types/node@22.13.5)(@vitest/ui@3.0.6)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.18.1)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
transitivePeerDependencies:
- supports-color
- '@vitest/expect@3.0.6':
+ '@vitest/expect@3.2.4':
dependencies:
- '@vitest/spy': 3.0.6
- '@vitest/utils': 3.0.6
+ '@types/chai': 5.2.2
+ '@vitest/spy': 3.2.4
+ '@vitest/utils': 3.2.4
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.0.6(vite@6.1.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))':
+ '@vitest/mocker@3.2.4(vite@7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))':
dependencies:
- '@vitest/spy': 3.0.6
+ '@vitest/spy': 3.2.4
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.1.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
- '@vitest/pretty-format@3.0.6':
+ '@vitest/pretty-format@3.2.4':
dependencies:
tinyrainbow: 2.0.0
- '@vitest/runner@3.0.6':
+ '@vitest/runner@3.2.4':
dependencies:
- '@vitest/utils': 3.0.6
+ '@vitest/utils': 3.2.4
pathe: 2.0.3
+ strip-literal: 3.0.0
- '@vitest/snapshot@3.0.6':
+ '@vitest/snapshot@3.2.4':
dependencies:
- '@vitest/pretty-format': 3.0.6
+ '@vitest/pretty-format': 3.2.4
magic-string: 0.30.17
pathe: 2.0.3
- '@vitest/spy@3.0.6':
+ '@vitest/spy@3.2.4':
dependencies:
- tinyspy: 3.0.2
+ tinyspy: 4.0.3
- '@vitest/ui@3.0.6(vitest@3.0.6)':
+ '@vitest/ui@3.2.4(vitest@3.2.4)':
dependencies:
- '@vitest/utils': 3.0.6
+ '@vitest/utils': 3.2.4
fflate: 0.8.2
flatted: 3.3.3
pathe: 2.0.3
sirv: 3.0.1
- tinyglobby: 0.2.12
+ tinyglobby: 0.2.14
tinyrainbow: 2.0.0
- vitest: 3.0.6(@types/debug@4.1.12)(@types/node@22.13.5)(@vitest/ui@3.0.6)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.18.1)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
- '@vitest/utils@3.0.6':
+ '@vitest/utils@3.2.4':
dependencies:
- '@vitest/pretty-format': 3.0.6
- loupe: 3.1.3
+ '@vitest/pretty-format': 3.2.4
+ loupe: 3.2.1
tinyrainbow: 2.0.0
'@vue/compiler-core@3.5.13':
dependencies:
- '@babel/parser': 7.27.2
+ '@babel/parser': 7.28.0
'@vue/shared': 3.5.13
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.1
+ '@vue/compiler-core@3.5.21':
+ dependencies:
+ '@babel/parser': 7.28.4
+ '@vue/shared': 3.5.21
+ entities: 4.5.0
+ estree-walker: 2.0.2
+ source-map-js: 1.2.1
+
'@vue/compiler-dom@3.5.13':
dependencies:
'@vue/compiler-core': 3.5.13
'@vue/shared': 3.5.13
+ '@vue/compiler-dom@3.5.21':
+ dependencies:
+ '@vue/compiler-core': 3.5.21
+ '@vue/shared': 3.5.21
+
'@vue/compiler-sfc@3.5.13':
dependencies:
- '@babel/parser': 7.27.2
+ '@babel/parser': 7.28.0
'@vue/compiler-core': 3.5.13
'@vue/compiler-dom': 3.5.13
'@vue/compiler-ssr': 3.5.13
'@vue/shared': 3.5.13
estree-walker: 2.0.2
magic-string: 0.30.17
- postcss: 8.5.3
+ postcss: 8.5.6
+ source-map-js: 1.2.1
+
+ '@vue/compiler-sfc@3.5.21':
+ dependencies:
+ '@babel/parser': 7.28.4
+ '@vue/compiler-core': 3.5.21
+ '@vue/compiler-dom': 3.5.21
+ '@vue/compiler-ssr': 3.5.21
+ '@vue/shared': 3.5.21
+ estree-walker: 2.0.2
+ magic-string: 0.30.18
+ postcss: 8.5.6
source-map-js: 1.2.1
'@vue/compiler-ssr@3.5.13':
@@ -14747,6 +15192,11 @@ snapshots:
'@vue/compiler-dom': 3.5.13
'@vue/shared': 3.5.13
+ '@vue/compiler-ssr@3.5.21':
+ dependencies:
+ '@vue/compiler-dom': 3.5.21
+ '@vue/shared': 3.5.21
+
'@vue/devtools-api@7.7.2':
dependencies:
'@vue/devtools-kit': 7.7.2
@@ -14765,53 +15215,81 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/reactivity@3.5.13':
+ '@vue/reactivity@3.5.21':
dependencies:
- '@vue/shared': 3.5.13
+ '@vue/shared': 3.5.21
- '@vue/runtime-core@3.5.13':
+ '@vue/runtime-core@3.5.21':
dependencies:
- '@vue/reactivity': 3.5.13
- '@vue/shared': 3.5.13
+ '@vue/reactivity': 3.5.21
+ '@vue/shared': 3.5.21
- '@vue/runtime-dom@3.5.13':
+ '@vue/runtime-dom@3.5.21':
dependencies:
- '@vue/reactivity': 3.5.13
- '@vue/runtime-core': 3.5.13
- '@vue/shared': 3.5.13
+ '@vue/reactivity': 3.5.21
+ '@vue/runtime-core': 3.5.21
+ '@vue/shared': 3.5.21
csstype: 3.1.3
- '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.7.3))':
+ '@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.7.3))':
dependencies:
- '@vue/compiler-ssr': 3.5.13
- '@vue/shared': 3.5.13
- vue: 3.5.13(typescript@5.7.3)
+ '@vue/compiler-ssr': 3.5.21
+ '@vue/shared': 3.5.21
+ vue: 3.5.21(typescript@5.7.3)
+
+ '@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.9.2))':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.21
+ '@vue/shared': 3.5.21
+ vue: 3.5.21(typescript@5.9.2)
'@vue/shared@3.5.13': {}
+ '@vue/shared@3.5.21': {}
+
'@vueuse/core@12.7.0(typescript@5.7.3)':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 12.7.0
'@vueuse/shared': 12.7.0(typescript@5.7.3)
- vue: 3.5.13(typescript@5.7.3)
+ vue: 3.5.21(typescript@5.7.3)
transitivePeerDependencies:
- typescript
- '@vueuse/core@13.1.0(vue@3.5.13(typescript@5.7.3))':
+ '@vueuse/core@12.7.0(typescript@5.9.2)':
+ dependencies:
+ '@types/web-bluetooth': 0.0.20
+ '@vueuse/metadata': 12.7.0
+ '@vueuse/shared': 12.7.0(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
+ transitivePeerDependencies:
+ - typescript
+
+ '@vueuse/core@13.1.0(vue@3.5.21(typescript@5.9.2))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.1.0
- '@vueuse/shared': 13.1.0(vue@3.5.13(typescript@5.7.3))
- vue: 3.5.13(typescript@5.7.3)
+ '@vueuse/shared': 13.1.0(vue@3.5.21(typescript@5.9.2))
+ vue: 3.5.21(typescript@5.9.2)
- '@vueuse/integrations@12.7.0(axios@1.8.4)(focus-trap@7.6.4)(typescript@5.7.3)':
+ '@vueuse/integrations@12.7.0(axios@1.11.0)(focus-trap@7.6.4)(typescript@5.7.3)':
dependencies:
'@vueuse/core': 12.7.0(typescript@5.7.3)
'@vueuse/shared': 12.7.0(typescript@5.7.3)
- vue: 3.5.13(typescript@5.7.3)
+ vue: 3.5.21(typescript@5.7.3)
optionalDependencies:
- axios: 1.8.4(debug@4.4.1)
+ axios: 1.11.0(debug@4.4.1)
+ focus-trap: 7.6.4
+ transitivePeerDependencies:
+ - typescript
+
+ '@vueuse/integrations@12.7.0(axios@1.11.0)(focus-trap@7.6.4)(typescript@5.9.2)':
+ dependencies:
+ '@vueuse/core': 12.7.0(typescript@5.9.2)
+ '@vueuse/shared': 12.7.0(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
+ optionalDependencies:
+ axios: 1.11.0(debug@4.4.1)
focus-trap: 7.6.4
transitivePeerDependencies:
- typescript
@@ -14822,13 +15300,19 @@ snapshots:
'@vueuse/shared@12.7.0(typescript@5.7.3)':
dependencies:
- vue: 3.5.13(typescript@5.7.3)
+ vue: 3.5.21(typescript@5.7.3)
transitivePeerDependencies:
- typescript
- '@vueuse/shared@13.1.0(vue@3.5.13(typescript@5.7.3))':
+ '@vueuse/shared@12.7.0(typescript@5.9.2)':
dependencies:
- vue: 3.5.13(typescript@5.7.3)
+ vue: 3.5.21(typescript@5.9.2)
+ transitivePeerDependencies:
+ - typescript
+
+ '@vueuse/shared@13.1.0(vue@3.5.21(typescript@5.9.2))':
+ dependencies:
+ vue: 3.5.21(typescript@5.9.2)
'@wdio/config@7.31.1(typescript@5.7.3)':
dependencies:
@@ -14943,7 +15427,7 @@ snapshots:
'@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.95.0)':
dependencies:
- webpack: 5.95.0(esbuild@0.25.0)(webpack-cli@4.10.0)
+ webpack: 5.95.0(esbuild@0.25.9)(webpack-cli@4.10.0)
webpack-cli: 4.10.0(webpack-dev-server@4.15.2)(webpack@5.95.0)
'@webpack-cli/info@1.5.0(webpack-cli@4.10.0)':
@@ -15026,6 +15510,8 @@ snapshots:
acorn@8.14.1: {}
+ acorn@8.15.0: {}
+
agent-base@6.0.2:
dependencies:
debug: 4.4.1(supports-color@8.1.1)
@@ -15203,7 +15689,13 @@ snapshots:
assertion-error@2.0.1: {}
- ast-module-types@6.0.0: {}
+ ast-module-types@6.0.1: {}
+
+ ast-v8-to-istanbul@0.3.5:
+ dependencies:
+ '@jridgewell/trace-mapping': 0.3.30
+ estree-walker: 3.0.3
+ js-tokens: 9.0.1
astral-regex@2.0.0: {}
@@ -15230,10 +15722,10 @@ snapshots:
aws4@1.13.2: {}
- axios@1.7.9(debug@4.4.0):
+ axios@1.11.0(debug@4.4.1):
dependencies:
- follow-redirects: 1.15.9(debug@4.4.0)
- form-data: 4.0.2
+ follow-redirects: 1.15.9(debug@4.4.1)
+ form-data: 4.0.4
proxy-from-env: 1.1.0
transitivePeerDependencies:
- debug
@@ -15246,10 +15738,10 @@ snapshots:
transitivePeerDependencies:
- debug
- babel-jest@30.0.4(@babel/core@7.28.0):
+ babel-jest@30.1.2(@babel/core@7.28.0):
dependencies:
'@babel/core': 7.28.0
- '@jest/transform': 30.0.4
+ '@jest/transform': 30.1.2
'@types/babel__core': 7.20.5
babel-plugin-istanbul: 7.0.0
babel-preset-jest: 30.0.1(@babel/core@7.28.0)
@@ -15259,12 +15751,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.0)):
+ babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.95.0(esbuild@0.25.9)):
dependencies:
'@babel/core': 7.27.1
find-cache-dir: 4.0.0
schema-utils: 4.3.2
- webpack: 5.95.0(esbuild@0.25.0)
+ webpack: 5.95.0(esbuild@0.25.9)
babel-plugin-istanbul@7.0.0:
dependencies:
@@ -15569,7 +16061,7 @@ snapshots:
chalk-template@1.1.0:
dependencies:
- chalk: 5.4.1
+ chalk: 5.6.0
chalk@1.1.3:
dependencies:
@@ -15597,7 +16089,7 @@ snapshots:
chalk@5.3.0: {}
- chalk@5.4.1: {}
+ chalk@5.6.0: {}
char-regex@1.0.2: {}
@@ -15720,6 +16212,12 @@ snapshots:
strip-ansi: 6.0.1
wrap-ansi: 7.0.0
+ cliui@9.0.1:
+ dependencies:
+ string-width: 7.2.0
+ strip-ansi: 7.1.0
+ wrap-ansi: 9.0.0
+
clone-deep@4.0.1:
dependencies:
is-plain-object: 2.0.4
@@ -15958,12 +16456,12 @@ snapshots:
comment-json: 4.2.5
yaml: 2.8.0
- cspell-config-lib@9.1.3:
+ cspell-config-lib@9.2.1:
dependencies:
- '@cspell/cspell-types': 9.1.3
+ '@cspell/cspell-types': 9.2.1
comment-json: 4.2.5
- smol-toml: 1.4.1
- yaml: 2.8.0
+ smol-toml: 1.4.2
+ yaml: 2.8.1
cspell-dictionary@8.19.4:
dependencies:
@@ -15972,48 +16470,48 @@ snapshots:
cspell-trie-lib: 8.19.4
fast-equals: 5.2.2
- cspell-dictionary@9.1.3:
+ cspell-dictionary@9.2.1:
dependencies:
- '@cspell/cspell-pipe': 9.1.3
- '@cspell/cspell-types': 9.1.3
- cspell-trie-lib: 9.1.3
+ '@cspell/cspell-pipe': 9.2.1
+ '@cspell/cspell-types': 9.2.1
+ cspell-trie-lib: 9.2.1
fast-equals: 5.2.2
- cspell-gitignore@9.1.3:
+ cspell-gitignore@9.2.1:
dependencies:
- '@cspell/url': 9.1.3
- cspell-glob: 9.1.3
- cspell-io: 9.1.3
+ '@cspell/url': 9.2.1
+ cspell-glob: 9.2.1
+ cspell-io: 9.2.1
cspell-glob@8.19.4:
dependencies:
'@cspell/url': 8.19.4
picomatch: 4.0.2
- cspell-glob@9.1.3:
+ cspell-glob@9.2.1:
dependencies:
- '@cspell/url': 9.1.3
- picomatch: 4.0.2
+ '@cspell/url': 9.2.1
+ picomatch: 4.0.3
cspell-grammar@8.19.4:
dependencies:
'@cspell/cspell-pipe': 8.19.4
'@cspell/cspell-types': 8.19.4
- cspell-grammar@9.1.3:
+ cspell-grammar@9.2.1:
dependencies:
- '@cspell/cspell-pipe': 9.1.3
- '@cspell/cspell-types': 9.1.3
+ '@cspell/cspell-pipe': 9.2.1
+ '@cspell/cspell-types': 9.2.1
cspell-io@8.19.4:
dependencies:
'@cspell/cspell-service-bus': 8.19.4
'@cspell/url': 8.19.4
- cspell-io@9.1.3:
+ cspell-io@9.2.1:
dependencies:
- '@cspell/cspell-service-bus': 9.1.3
- '@cspell/url': 9.1.3
+ '@cspell/cspell-service-bus': 9.2.1
+ '@cspell/url': 9.2.1
cspell-lib@8.19.4:
dependencies:
@@ -16042,24 +16540,24 @@ snapshots:
vscode-uri: 3.1.0
xdg-basedir: 5.1.0
- cspell-lib@9.1.3:
+ cspell-lib@9.2.1:
dependencies:
- '@cspell/cspell-bundled-dicts': 9.1.3
- '@cspell/cspell-pipe': 9.1.3
- '@cspell/cspell-resolver': 9.1.3
- '@cspell/cspell-types': 9.1.3
- '@cspell/dynamic-import': 9.1.3
- '@cspell/filetypes': 9.1.3
- '@cspell/strong-weak-map': 9.1.3
- '@cspell/url': 9.1.3
+ '@cspell/cspell-bundled-dicts': 9.2.1
+ '@cspell/cspell-pipe': 9.2.1
+ '@cspell/cspell-resolver': 9.2.1
+ '@cspell/cspell-types': 9.2.1
+ '@cspell/dynamic-import': 9.2.1
+ '@cspell/filetypes': 9.2.1
+ '@cspell/strong-weak-map': 9.2.1
+ '@cspell/url': 9.2.1
clear-module: 4.1.2
comment-json: 4.2.5
- cspell-config-lib: 9.1.3
- cspell-dictionary: 9.1.3
- cspell-glob: 9.1.3
- cspell-grammar: 9.1.3
- cspell-io: 9.1.3
- cspell-trie-lib: 9.1.3
+ cspell-config-lib: 9.2.1
+ cspell-dictionary: 9.2.1
+ cspell-glob: 9.2.1
+ cspell-grammar: 9.2.1
+ cspell-io: 9.2.1
+ cspell-trie-lib: 9.2.1
env-paths: 3.0.0
fast-equals: 5.2.2
gensequence: 7.0.0
@@ -16075,30 +16573,30 @@ snapshots:
'@cspell/cspell-types': 8.19.4
gensequence: 7.0.0
- cspell-trie-lib@9.1.3:
+ cspell-trie-lib@9.2.1:
dependencies:
- '@cspell/cspell-pipe': 9.1.3
- '@cspell/cspell-types': 9.1.3
+ '@cspell/cspell-pipe': 9.2.1
+ '@cspell/cspell-types': 9.2.1
gensequence: 7.0.0
- cspell@9.1.3:
+ cspell@9.2.1:
dependencies:
- '@cspell/cspell-json-reporter': 9.1.3
- '@cspell/cspell-pipe': 9.1.3
- '@cspell/cspell-types': 9.1.3
- '@cspell/dynamic-import': 9.1.3
- '@cspell/url': 9.1.3
- chalk: 5.4.1
+ '@cspell/cspell-json-reporter': 9.2.1
+ '@cspell/cspell-pipe': 9.2.1
+ '@cspell/cspell-types': 9.2.1
+ '@cspell/dynamic-import': 9.2.1
+ '@cspell/url': 9.2.1
+ chalk: 5.6.0
chalk-template: 1.1.0
commander: 14.0.0
- cspell-config-lib: 9.1.3
- cspell-dictionary: 9.1.3
- cspell-gitignore: 9.1.3
- cspell-glob: 9.1.3
- cspell-io: 9.1.3
- cspell-lib: 9.1.3
+ cspell-config-lib: 9.2.1
+ cspell-dictionary: 9.2.1
+ cspell-gitignore: 9.2.1
+ cspell-glob: 9.2.1
+ cspell-io: 9.2.1
+ cspell-lib: 9.2.1
fast-json-stable-stringify: 2.1.0
- file-entry-cache: 9.1.0
+ flatted: 3.3.3
semver: 7.7.2
tinyglobby: 0.2.14
@@ -16124,26 +16622,26 @@ snapshots:
cuint@0.2.2: {}
- cypress-image-snapshot@4.0.1(cypress@14.5.1)(jest@30.0.4(@types/node@22.13.5)):
+ cypress-image-snapshot@4.0.1(cypress@14.5.4)(jest@30.1.3(@types/node@22.18.1)):
dependencies:
chalk: 2.4.2
- cypress: 14.5.1
+ cypress: 14.5.4
fs-extra: 7.0.1
glob: 7.2.3
- jest-image-snapshot: 4.2.0(jest@30.0.4(@types/node@22.13.5))
+ jest-image-snapshot: 4.2.0(jest@30.1.3(@types/node@22.18.1))
pkg-dir: 3.0.0
term-img: 4.1.0
transitivePeerDependencies:
- jest
- cypress-split@1.24.14(@babel/core@7.27.1):
+ cypress-split@1.24.21(@babel/core@7.27.1):
dependencies:
'@actions/core': 1.11.1
arg: 5.0.2
console.table: 0.10.0
- debug: 4.4.0
+ debug: 4.4.1(supports-color@8.1.1)
fast-shuffle: 6.1.0
- find-cypress-specs: 1.47.9(@babel/core@7.27.1)
+ find-cypress-specs: 1.54.6(@babel/core@7.27.1)
globby: 11.1.0
humanize-duration: 3.32.1
transitivePeerDependencies:
@@ -16152,9 +16650,9 @@ snapshots:
cypress-wait-until@3.0.2: {}
- cypress@14.5.1:
+ cypress@14.5.4:
dependencies:
- '@cypress/request': 3.0.8
+ '@cypress/request': 3.0.9
'@cypress/xvfb': 1.2.4(supports-color@8.1.1)
'@types/sinonjs__fake-timers': 8.1.1
'@types/sizzle': 2.3.9
@@ -16170,7 +16668,7 @@ snapshots:
cli-table3: 0.6.1
commander: 6.2.1
common-tags: 1.8.2
- dayjs: 1.11.13
+ dayjs: 1.11.18
debug: 4.4.1(supports-color@8.1.1)
enquirer: 2.4.1
eventemitter2: 6.4.7
@@ -16416,6 +16914,8 @@ snapshots:
dayjs@1.11.13: {}
+ dayjs@1.11.18: {}
+
debug@2.6.9:
dependencies:
ms: 2.0.0
@@ -16483,7 +16983,7 @@ snapshots:
side-channel: 1.1.0
which-boxed-primitive: 1.1.1
which-collection: 1.0.2
- which-typed-array: 1.1.18
+ which-typed-array: 1.1.19
deep-extend@0.6.0: {}
@@ -16532,12 +17032,12 @@ snapshots:
depd@2.0.0: {}
- dependency-tree@11.0.1:
+ dependency-tree@11.2.0:
dependencies:
commander: 12.1.0
- filing-cabinet: 5.0.2
- precinct: 12.1.2
- typescript: 5.7.3
+ filing-cabinet: 5.0.3
+ precinct: 12.2.0
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -16555,57 +17055,58 @@ snapshots:
detect-node@2.1.0: {}
- detective-amd@6.0.0:
+ detective-amd@6.0.1:
dependencies:
- ast-module-types: 6.0.0
+ ast-module-types: 6.0.1
escodegen: 2.1.0
- get-amd-module-type: 6.0.0
- node-source-walk: 7.0.0
+ get-amd-module-type: 6.0.1
+ node-source-walk: 7.0.1
- detective-cjs@6.0.0:
+ detective-cjs@6.0.1:
dependencies:
- ast-module-types: 6.0.0
- node-source-walk: 7.0.0
+ ast-module-types: 6.0.1
+ node-source-walk: 7.0.1
- detective-es6@5.0.0:
+ detective-es6@5.0.1:
dependencies:
- node-source-walk: 7.0.0
+ node-source-walk: 7.0.1
- detective-postcss@7.0.0(postcss@8.5.3):
+ detective-postcss@7.0.1(postcss@8.5.6):
dependencies:
is-url: 1.2.4
- postcss: 8.5.3
- postcss-values-parser: 6.0.2(postcss@8.5.3)
+ postcss: 8.5.6
+ postcss-values-parser: 6.0.2(postcss@8.5.6)
- detective-sass@6.0.0:
+ detective-sass@6.0.1:
dependencies:
gonzales-pe: 4.3.0
- node-source-walk: 7.0.0
+ node-source-walk: 7.0.1
- detective-scss@5.0.0:
+ detective-scss@5.0.1:
dependencies:
gonzales-pe: 4.3.0
- node-source-walk: 7.0.0
+ node-source-walk: 7.0.1
- detective-stylus@5.0.0: {}
+ detective-stylus@5.0.1: {}
- detective-typescript@13.0.0(typescript@5.7.3):
+ detective-typescript@14.0.0(typescript@5.7.3):
dependencies:
- '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.3)
- ast-module-types: 6.0.0
- node-source-walk: 7.0.0
+ '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.7.3)
+ ast-module-types: 6.0.1
+ node-source-walk: 7.0.1
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- detective-vue2@2.0.3(typescript@5.7.3):
+ detective-vue2@2.2.0(typescript@5.7.3):
dependencies:
+ '@dependents/detective-less': 5.0.1
'@vue/compiler-sfc': 3.5.13
- detective-es6: 5.0.0
- detective-sass: 6.0.0
- detective-scss: 5.0.0
- detective-stylus: 5.0.0
- detective-typescript: 13.0.0(typescript@5.7.3)
+ detective-es6: 5.0.1
+ detective-sass: 6.0.1
+ detective-scss: 5.0.1
+ detective-stylus: 5.0.1
+ detective-typescript: 14.0.0(typescript@5.7.3)
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
@@ -16710,6 +17211,11 @@ snapshots:
graceful-fs: 4.2.11
tapable: 2.2.1
+ enhanced-resolve@5.18.3:
+ dependencies:
+ graceful-fs: 4.2.11
+ tapable: 2.2.1
+
enquirer@2.4.1:
dependencies:
ansi-colors: 4.1.3
@@ -16803,7 +17309,7 @@ snapshots:
es-module-lexer@1.5.4: {}
- es-module-lexer@1.6.0: {}
+ es-module-lexer@1.7.0: {}
es-object-atoms@1.1.1:
dependencies:
@@ -16812,7 +17318,7 @@ snapshots:
es-set-tostringtag@2.1.0:
dependencies:
es-errors: 1.3.0
- get-intrinsic: 1.2.7
+ get-intrinsic: 1.3.0
has-tostringtag: 1.0.2
hasown: 2.0.2
@@ -16880,33 +17386,34 @@ snapshots:
'@esbuild/win32-ia32': 0.24.2
'@esbuild/win32-x64': 0.24.2
- esbuild@0.25.0:
+ esbuild@0.25.9:
optionalDependencies:
- '@esbuild/aix-ppc64': 0.25.0
- '@esbuild/android-arm': 0.25.0
- '@esbuild/android-arm64': 0.25.0
- '@esbuild/android-x64': 0.25.0
- '@esbuild/darwin-arm64': 0.25.0
- '@esbuild/darwin-x64': 0.25.0
- '@esbuild/freebsd-arm64': 0.25.0
- '@esbuild/freebsd-x64': 0.25.0
- '@esbuild/linux-arm': 0.25.0
- '@esbuild/linux-arm64': 0.25.0
- '@esbuild/linux-ia32': 0.25.0
- '@esbuild/linux-loong64': 0.25.0
- '@esbuild/linux-mips64el': 0.25.0
- '@esbuild/linux-ppc64': 0.25.0
- '@esbuild/linux-riscv64': 0.25.0
- '@esbuild/linux-s390x': 0.25.0
- '@esbuild/linux-x64': 0.25.0
- '@esbuild/netbsd-arm64': 0.25.0
- '@esbuild/netbsd-x64': 0.25.0
- '@esbuild/openbsd-arm64': 0.25.0
- '@esbuild/openbsd-x64': 0.25.0
- '@esbuild/sunos-x64': 0.25.0
- '@esbuild/win32-arm64': 0.25.0
- '@esbuild/win32-ia32': 0.25.0
- '@esbuild/win32-x64': 0.25.0
+ '@esbuild/aix-ppc64': 0.25.9
+ '@esbuild/android-arm': 0.25.9
+ '@esbuild/android-arm64': 0.25.9
+ '@esbuild/android-x64': 0.25.9
+ '@esbuild/darwin-arm64': 0.25.9
+ '@esbuild/darwin-x64': 0.25.9
+ '@esbuild/freebsd-arm64': 0.25.9
+ '@esbuild/freebsd-x64': 0.25.9
+ '@esbuild/linux-arm': 0.25.9
+ '@esbuild/linux-arm64': 0.25.9
+ '@esbuild/linux-ia32': 0.25.9
+ '@esbuild/linux-loong64': 0.25.9
+ '@esbuild/linux-mips64el': 0.25.9
+ '@esbuild/linux-ppc64': 0.25.9
+ '@esbuild/linux-riscv64': 0.25.9
+ '@esbuild/linux-s390x': 0.25.9
+ '@esbuild/linux-x64': 0.25.9
+ '@esbuild/netbsd-arm64': 0.25.9
+ '@esbuild/netbsd-x64': 0.25.9
+ '@esbuild/openbsd-arm64': 0.25.9
+ '@esbuild/openbsd-x64': 0.25.9
+ '@esbuild/openharmony-arm64': 0.25.9
+ '@esbuild/sunos-x64': 0.25.9
+ '@esbuild/win32-arm64': 0.25.9
+ '@esbuild/win32-ia32': 0.25.9
+ '@esbuild/win32-x64': 0.25.9
escalade@3.2.0: {}
@@ -16949,13 +17456,13 @@ snapshots:
dependencies:
htmlparser2: 10.0.0
- eslint-plugin-jest@28.14.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.26.0(jiti@2.4.2))(jest@30.0.4(@types/node@22.13.5))(typescript@5.7.3):
+ eslint-plugin-jest@28.14.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.26.0(jiti@2.4.2))(jest@30.1.3(@types/node@22.18.1))(typescript@5.7.3):
dependencies:
'@typescript-eslint/utils': 8.38.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3)
eslint: 9.26.0(jiti@2.4.2)
optionalDependencies:
'@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3)
- jest: 30.0.4(@types/node@22.13.5)
+ jest: 30.1.3(@types/node@22.18.1)
transitivePeerDependencies:
- supports-color
- typescript
@@ -17187,16 +17694,16 @@ snapshots:
expand-template@2.0.3: {}
- expect-type@1.1.0: {}
+ expect-type@1.2.2: {}
- expect@30.0.4:
+ expect@30.1.2:
dependencies:
- '@jest/expect-utils': 30.0.4
- '@jest/get-type': 30.0.1
- jest-matcher-utils: 30.0.4
- jest-message-util: 30.0.2
- jest-mock: 30.0.2
- jest-util: 30.0.2
+ '@jest/expect-utils': 30.1.2
+ '@jest/get-type': 30.1.0
+ jest-matcher-utils: 30.1.2
+ jest-message-util: 30.1.0
+ jest-mock: 30.0.5
+ jest-util: 30.0.5
express-rate-limit@7.5.0(express@5.1.0):
dependencies:
@@ -17391,6 +17898,10 @@ snapshots:
optionalDependencies:
picomatch: 4.0.2
+ fdir@6.5.0(picomatch@4.0.3):
+ optionalDependencies:
+ picomatch: 4.0.3
+
ferrum@1.9.4:
dependencies:
fastestsmallesttextencoderdecoder: 1.0.22
@@ -17412,25 +17923,21 @@ snapshots:
dependencies:
flat-cache: 4.0.1
- file-entry-cache@9.1.0:
- dependencies:
- flat-cache: 5.0.0
-
filelist@1.0.4:
dependencies:
minimatch: 5.1.6
- filing-cabinet@5.0.2:
+ filing-cabinet@5.0.3:
dependencies:
app-module-path: 2.2.0
commander: 12.1.0
- enhanced-resolve: 5.17.1
- module-definition: 6.0.0
- module-lookup-amd: 9.0.2
+ enhanced-resolve: 5.18.3
+ module-definition: 6.0.1
+ module-lookup-amd: 9.0.5
resolve: 1.22.10
- resolve-dependency-path: 4.0.0
- sass-lookup: 6.0.1
- stylus-lookup: 6.0.0
+ resolve-dependency-path: 4.0.1
+ sass-lookup: 6.1.0
+ stylus-lookup: 6.1.0
tsconfig-paths: 4.2.0
typescript: 5.7.3
@@ -17472,19 +17979,19 @@ snapshots:
common-path-prefix: 3.0.0
pkg-dir: 7.0.0
- find-cypress-specs@1.47.9(@babel/core@7.27.1):
+ find-cypress-specs@1.54.6(@babel/core@7.27.1):
dependencies:
'@actions/core': 1.11.1
arg: 5.0.2
console.table: 0.10.0
debug: 4.4.1(supports-color@8.1.1)
- find-test-names: 1.29.5(@babel/core@7.27.1)
+ find-test-names: 1.29.18(@babel/core@7.27.1)
globby: 11.1.0
- minimatch: 3.1.2
+ minimatch: 5.1.6
pluralize: 8.0.0
require-and-forget: 1.0.1
- shelljs: 0.8.5
- spec-change: 1.11.11
+ shelljs: 0.10.0
+ spec-change: 1.11.20
tsx: 4.19.3
transitivePeerDependencies:
- '@babel/core'
@@ -17502,10 +18009,10 @@ snapshots:
commander: 12.1.0
loglevel: 1.9.2
- find-test-names@1.29.5(@babel/core@7.27.1):
+ find-test-names@1.29.18(@babel/core@7.27.1):
dependencies:
- '@babel/parser': 7.27.2
- '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.27.1)
+ '@babel/parser': 7.28.0
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.27.1)
acorn-walk: 8.3.4
debug: 4.4.1(supports-color@8.1.1)
globby: 11.1.0
@@ -17540,11 +18047,6 @@ snapshots:
flatted: 3.3.3
keyv: 4.5.4
- flat-cache@5.0.0:
- dependencies:
- flatted: 3.3.3
- keyv: 4.5.4
-
flat@5.0.2: {}
flatted@3.3.3: {}
@@ -17555,10 +18057,6 @@ snapshots:
dependencies:
tabbable: 6.2.0
- follow-redirects@1.15.9(debug@4.4.0):
- optionalDependencies:
- debug: 4.4.0
-
follow-redirects@1.15.9(debug@4.4.1):
optionalDependencies:
debug: 4.4.1(supports-color@8.1.1)
@@ -17588,6 +18086,14 @@ snapshots:
es-set-tostringtag: 2.1.0
mime-types: 2.1.35
+ form-data@4.0.4:
+ dependencies:
+ asynckit: 0.4.0
+ combined-stream: 1.0.8
+ es-set-tostringtag: 2.1.0
+ hasown: 2.0.2
+ mime-types: 2.1.35
+
format@0.2.2: {}
formdata-polyfill@4.0.10:
@@ -17612,7 +18118,7 @@ snapshots:
jsonfile: 6.1.0
universalify: 2.0.1
- fs-extra@11.2.0:
+ fs-extra@11.3.1:
dependencies:
graceful-fs: 4.2.11
jsonfile: 6.1.0
@@ -17661,28 +18167,15 @@ snapshots:
gensync@1.0.0-beta.2: {}
- get-amd-module-type@6.0.0:
+ get-amd-module-type@6.0.1:
dependencies:
- ast-module-types: 6.0.0
- node-source-walk: 7.0.0
+ ast-module-types: 6.0.1
+ node-source-walk: 7.0.1
get-caller-file@2.0.5: {}
get-east-asian-width@1.3.0: {}
- get-intrinsic@1.2.7:
- 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
-
get-intrinsic@1.3.0:
dependencies:
call-bind-apply-helpers: 1.0.2
@@ -18080,6 +18573,8 @@ snapshots:
import-meta-resolve@4.1.0: {}
+ import-meta-resolve@4.2.0: {}
+
imurmurhash@0.1.4: {}
indent-string@4.0.0: {}
@@ -18113,8 +18608,6 @@ snapshots:
internmap@2.0.3: {}
- interpret@1.4.0: {}
-
interpret@2.2.0: {}
ipaddr.js@1.9.1: {}
@@ -18377,7 +18870,7 @@ snapshots:
istanbul-lib-source-maps@5.0.6:
dependencies:
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/trace-mapping': 0.3.29
debug: 4.4.1(supports-color@8.1.1)
istanbul-lib-coverage: 3.2.2
transitivePeerDependencies:
@@ -18410,31 +18903,31 @@ snapshots:
filelist: 1.0.4
minimatch: 3.1.2
- jest-changed-files@30.0.2:
+ jest-changed-files@30.0.5:
dependencies:
execa: 5.1.1
- jest-util: 30.0.2
+ jest-util: 30.0.5
p-limit: 3.1.0
- jest-circus@30.0.4:
+ jest-circus@30.1.3:
dependencies:
- '@jest/environment': 30.0.4
- '@jest/expect': 30.0.4
- '@jest/test-result': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/environment': 30.1.2
+ '@jest/expect': 30.1.2
+ '@jest/test-result': 30.1.3
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
chalk: 4.1.2
co: 4.6.0
dedent: 1.6.0
is-generator-fn: 2.1.0
- jest-each: 30.0.2
- jest-matcher-utils: 30.0.4
- jest-message-util: 30.0.2
- jest-runtime: 30.0.4
- jest-snapshot: 30.0.4
- jest-util: 30.0.2
+ jest-each: 30.1.0
+ jest-matcher-utils: 30.1.2
+ jest-message-util: 30.1.0
+ jest-runtime: 30.1.3
+ jest-snapshot: 30.1.2
+ jest-util: 30.0.5
p-limit: 3.1.0
- pretty-format: 30.0.2
+ pretty-format: 30.0.5
pure-rand: 7.0.1
slash: 3.0.0
stack-utils: 2.0.6
@@ -18442,17 +18935,17 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-cli@30.0.4(@types/node@22.13.5):
+ jest-cli@30.1.3(@types/node@22.18.1):
dependencies:
- '@jest/core': 30.0.4
- '@jest/test-result': 30.0.4
- '@jest/types': 30.0.1
+ '@jest/core': 30.1.3
+ '@jest/test-result': 30.1.3
+ '@jest/types': 30.0.5
chalk: 4.1.2
exit-x: 0.2.2
import-local: 3.2.0
- jest-config: 30.0.4(@types/node@22.13.5)
- jest-util: 30.0.2
- jest-validate: 30.0.2
+ jest-config: 30.1.3(@types/node@22.18.1)
+ jest-util: 30.0.5
+ jest-validate: 30.1.0
yargs: 17.7.2
transitivePeerDependencies:
- '@types/node'
@@ -18461,88 +18954,88 @@ snapshots:
- supports-color
- ts-node
- jest-config@30.0.4(@types/node@22.13.5):
+ jest-config@30.1.3(@types/node@22.18.1):
dependencies:
'@babel/core': 7.28.0
- '@jest/get-type': 30.0.1
+ '@jest/get-type': 30.1.0
'@jest/pattern': 30.0.1
- '@jest/test-sequencer': 30.0.4
- '@jest/types': 30.0.1
- babel-jest: 30.0.4(@babel/core@7.28.0)
+ '@jest/test-sequencer': 30.1.3
+ '@jest/types': 30.0.5
+ babel-jest: 30.1.2(@babel/core@7.28.0)
chalk: 4.1.2
ci-info: 4.2.0
deepmerge: 4.3.1
glob: 10.4.5
graceful-fs: 4.2.11
- jest-circus: 30.0.4
+ jest-circus: 30.1.3
jest-docblock: 30.0.1
- jest-environment-node: 30.0.4
+ jest-environment-node: 30.1.2
jest-regex-util: 30.0.1
- jest-resolve: 30.0.2
- jest-runner: 30.0.4
- jest-util: 30.0.2
- jest-validate: 30.0.2
+ jest-resolve: 30.1.3
+ jest-runner: 30.1.3
+ jest-util: 30.0.5
+ jest-validate: 30.1.0
micromatch: 4.0.8
parse-json: 5.2.0
- pretty-format: 30.0.2
+ pretty-format: 30.0.5
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
- jest-diff@30.0.4:
+ jest-diff@30.1.2:
dependencies:
'@jest/diff-sequences': 30.0.1
- '@jest/get-type': 30.0.1
+ '@jest/get-type': 30.1.0
chalk: 4.1.2
- pretty-format: 30.0.2
+ pretty-format: 30.0.5
jest-docblock@30.0.1:
dependencies:
detect-newline: 3.1.0
- jest-each@30.0.2:
+ jest-each@30.1.0:
dependencies:
- '@jest/get-type': 30.0.1
- '@jest/types': 30.0.1
+ '@jest/get-type': 30.1.0
+ '@jest/types': 30.0.5
chalk: 4.1.2
- jest-util: 30.0.2
- pretty-format: 30.0.2
+ jest-util: 30.0.5
+ pretty-format: 30.0.5
- jest-environment-node@30.0.4:
+ jest-environment-node@30.1.2:
dependencies:
- '@jest/environment': 30.0.4
- '@jest/fake-timers': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
- jest-mock: 30.0.2
- jest-util: 30.0.2
- jest-validate: 30.0.2
+ '@jest/environment': 30.1.2
+ '@jest/fake-timers': 30.1.2
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
+ jest-mock: 30.0.5
+ jest-util: 30.0.5
+ jest-validate: 30.1.0
- jest-haste-map@30.0.2:
+ jest-haste-map@30.1.0:
dependencies:
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
jest-regex-util: 30.0.1
- jest-util: 30.0.2
- jest-worker: 30.0.2
+ jest-util: 30.0.5
+ jest-worker: 30.1.0
micromatch: 4.0.8
walker: 1.0.8
optionalDependencies:
fsevents: 2.3.3
- jest-image-snapshot@4.2.0(jest@30.0.4(@types/node@22.13.5)):
+ jest-image-snapshot@4.2.0(jest@30.1.3(@types/node@22.18.1)):
dependencies:
chalk: 1.1.3
get-stdin: 5.0.1
glur: 1.1.2
- jest: 30.0.4(@types/node@22.13.5)
+ jest: 30.1.3(@types/node@22.18.1)
lodash: 4.17.21
mkdirp: 0.5.6
pixelmatch: 5.3.0
@@ -18550,189 +19043,189 @@ snapshots:
rimraf: 2.7.1
ssim.js: 3.5.0
- jest-leak-detector@30.0.2:
+ jest-leak-detector@30.1.0:
dependencies:
- '@jest/get-type': 30.0.1
- pretty-format: 30.0.2
+ '@jest/get-type': 30.1.0
+ pretty-format: 30.0.5
- jest-matcher-utils@30.0.4:
+ jest-matcher-utils@30.1.2:
dependencies:
- '@jest/get-type': 30.0.1
+ '@jest/get-type': 30.1.0
chalk: 4.1.2
- jest-diff: 30.0.4
- pretty-format: 30.0.2
+ jest-diff: 30.1.2
+ pretty-format: 30.0.5
- jest-message-util@30.0.2:
+ jest-message-util@30.1.0:
dependencies:
'@babel/code-frame': 7.27.1
- '@jest/types': 30.0.1
+ '@jest/types': 30.0.5
'@types/stack-utils': 2.0.3
chalk: 4.1.2
graceful-fs: 4.2.11
micromatch: 4.0.8
- pretty-format: 30.0.2
+ pretty-format: 30.0.5
slash: 3.0.0
stack-utils: 2.0.6
- jest-mock@30.0.2:
+ jest-mock@30.0.5:
dependencies:
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
- jest-util: 30.0.2
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
+ jest-util: 30.0.5
- jest-pnp-resolver@1.2.3(jest-resolve@30.0.2):
+ jest-pnp-resolver@1.2.3(jest-resolve@30.1.3):
optionalDependencies:
- jest-resolve: 30.0.2
+ jest-resolve: 30.1.3
jest-regex-util@30.0.1: {}
- jest-resolve-dependencies@30.0.4:
+ jest-resolve-dependencies@30.1.3:
dependencies:
jest-regex-util: 30.0.1
- jest-snapshot: 30.0.4
+ jest-snapshot: 30.1.2
transitivePeerDependencies:
- supports-color
- jest-resolve@30.0.2:
+ jest-resolve@30.1.3:
dependencies:
chalk: 4.1.2
graceful-fs: 4.2.11
- jest-haste-map: 30.0.2
- jest-pnp-resolver: 1.2.3(jest-resolve@30.0.2)
- jest-util: 30.0.2
- jest-validate: 30.0.2
+ jest-haste-map: 30.1.0
+ jest-pnp-resolver: 1.2.3(jest-resolve@30.1.3)
+ jest-util: 30.0.5
+ jest-validate: 30.1.0
slash: 3.0.0
unrs-resolver: 1.11.1
- jest-runner@30.0.4:
+ jest-runner@30.1.3:
dependencies:
- '@jest/console': 30.0.4
- '@jest/environment': 30.0.4
- '@jest/test-result': 30.0.4
- '@jest/transform': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/console': 30.1.2
+ '@jest/environment': 30.1.2
+ '@jest/test-result': 30.1.3
+ '@jest/transform': 30.1.2
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
chalk: 4.1.2
emittery: 0.13.1
exit-x: 0.2.2
graceful-fs: 4.2.11
jest-docblock: 30.0.1
- jest-environment-node: 30.0.4
- jest-haste-map: 30.0.2
- jest-leak-detector: 30.0.2
- jest-message-util: 30.0.2
- jest-resolve: 30.0.2
- jest-runtime: 30.0.4
- jest-util: 30.0.2
- jest-watcher: 30.0.4
- jest-worker: 30.0.2
+ jest-environment-node: 30.1.2
+ jest-haste-map: 30.1.0
+ jest-leak-detector: 30.1.0
+ jest-message-util: 30.1.0
+ jest-resolve: 30.1.3
+ jest-runtime: 30.1.3
+ jest-util: 30.0.5
+ jest-watcher: 30.1.3
+ jest-worker: 30.1.0
p-limit: 3.1.0
source-map-support: 0.5.13
transitivePeerDependencies:
- supports-color
- jest-runtime@30.0.4:
+ jest-runtime@30.1.3:
dependencies:
- '@jest/environment': 30.0.4
- '@jest/fake-timers': 30.0.4
- '@jest/globals': 30.0.4
+ '@jest/environment': 30.1.2
+ '@jest/fake-timers': 30.1.2
+ '@jest/globals': 30.1.2
'@jest/source-map': 30.0.1
- '@jest/test-result': 30.0.4
- '@jest/transform': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/test-result': 30.1.3
+ '@jest/transform': 30.1.2
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
chalk: 4.1.2
cjs-module-lexer: 2.1.0
collect-v8-coverage: 1.0.2
glob: 10.4.5
graceful-fs: 4.2.11
- jest-haste-map: 30.0.2
- jest-message-util: 30.0.2
- jest-mock: 30.0.2
+ jest-haste-map: 30.1.0
+ jest-message-util: 30.1.0
+ jest-mock: 30.0.5
jest-regex-util: 30.0.1
- jest-resolve: 30.0.2
- jest-snapshot: 30.0.4
- jest-util: 30.0.2
+ jest-resolve: 30.1.3
+ jest-snapshot: 30.1.2
+ jest-util: 30.0.5
slash: 3.0.0
strip-bom: 4.0.0
transitivePeerDependencies:
- supports-color
- jest-snapshot@30.0.4:
+ jest-snapshot@30.1.2:
dependencies:
'@babel/core': 7.28.0
'@babel/generator': 7.28.0
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0)
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.0)
'@babel/types': 7.28.0
- '@jest/expect-utils': 30.0.4
- '@jest/get-type': 30.0.1
- '@jest/snapshot-utils': 30.0.4
- '@jest/transform': 30.0.4
- '@jest/types': 30.0.1
+ '@jest/expect-utils': 30.1.2
+ '@jest/get-type': 30.1.0
+ '@jest/snapshot-utils': 30.1.2
+ '@jest/transform': 30.1.2
+ '@jest/types': 30.0.5
babel-preset-current-node-syntax: 1.1.0(@babel/core@7.28.0)
chalk: 4.1.2
- expect: 30.0.4
+ expect: 30.1.2
graceful-fs: 4.2.11
- jest-diff: 30.0.4
- jest-matcher-utils: 30.0.4
- jest-message-util: 30.0.2
- jest-util: 30.0.2
- pretty-format: 30.0.2
+ jest-diff: 30.1.2
+ jest-matcher-utils: 30.1.2
+ jest-message-util: 30.1.0
+ jest-util: 30.0.5
+ pretty-format: 30.0.5
semver: 7.7.2
synckit: 0.11.8
transitivePeerDependencies:
- supports-color
- jest-util@30.0.2:
+ jest-util@30.0.5:
dependencies:
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
chalk: 4.1.2
ci-info: 4.2.0
graceful-fs: 4.2.11
picomatch: 4.0.2
- jest-validate@30.0.2:
+ jest-validate@30.1.0:
dependencies:
- '@jest/get-type': 30.0.1
- '@jest/types': 30.0.1
+ '@jest/get-type': 30.1.0
+ '@jest/types': 30.0.5
camelcase: 6.3.0
chalk: 4.1.2
leven: 3.1.0
- pretty-format: 30.0.2
+ pretty-format: 30.0.5
- jest-watcher@30.0.4:
+ jest-watcher@30.1.3:
dependencies:
- '@jest/test-result': 30.0.4
- '@jest/types': 30.0.1
- '@types/node': 22.13.5
+ '@jest/test-result': 30.1.3
+ '@jest/types': 30.0.5
+ '@types/node': 22.18.1
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
- jest-util: 30.0.2
+ jest-util: 30.0.5
string-length: 4.0.2
jest-worker@27.5.1:
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
merge-stream: 2.0.0
supports-color: 8.1.1
- jest-worker@30.0.2:
+ jest-worker@30.1.0:
dependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
'@ungap/structured-clone': 1.3.0
- jest-util: 30.0.2
+ jest-util: 30.0.5
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@30.0.4(@types/node@22.13.5):
+ jest@30.1.3(@types/node@22.18.1):
dependencies:
- '@jest/core': 30.0.4
- '@jest/types': 30.0.1
+ '@jest/core': 30.1.3
+ '@jest/types': 30.0.5
import-local: 3.2.0
- jest-cli: 30.0.4(@types/node@22.13.5)
+ jest-cli: 30.1.3(@types/node@22.18.1)
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -18776,10 +19269,12 @@ snapshots:
jpeg-js@0.4.4: {}
- js-base64@3.7.7: {}
+ js-base64@3.7.8: {}
js-tokens@4.0.0: {}
+ js-tokens@9.0.1: {}
+
js-yaml@3.14.1:
dependencies:
argparse: 1.0.10
@@ -18843,7 +19338,7 @@ snapshots:
js-yaml: 4.1.0
lodash: 4.17.21
minimist: 1.2.8
- prettier: 3.5.2
+ prettier: 3.6.2
tinyglobby: 0.2.12
json-schema-traverse@0.4.1: {}
@@ -18967,18 +19462,18 @@ snapshots:
dependencies:
uc.micro: 2.1.0
- lint-staged@16.1.2:
+ lint-staged@16.1.6:
dependencies:
- chalk: 5.4.1
+ chalk: 5.6.0
commander: 14.0.0
debug: 4.4.1(supports-color@8.1.1)
lilconfig: 3.1.3
- listr2: 8.3.3
+ listr2: 9.0.3
micromatch: 4.0.8
nano-spawn: 1.0.2
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.8.0
+ yaml: 2.8.1
transitivePeerDependencies:
- supports-color
@@ -18995,7 +19490,7 @@ snapshots:
optionalDependencies:
enquirer: 2.4.1
- listr2@8.3.3:
+ listr2@9.0.3:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@@ -19006,11 +19501,6 @@ snapshots:
loader-runner@4.3.0: {}
- local-pkg@1.0.0:
- dependencies:
- mlly: 1.7.4
- pkg-types: 1.3.1
-
local-pkg@1.1.1:
dependencies:
mlly: 1.7.4
@@ -19084,6 +19574,8 @@ snapshots:
loupe@3.1.3: {}
+ loupe@3.2.1: {}
+
lowercase-keys@2.0.0: {}
lru-cache@10.4.3: {}
@@ -19104,10 +19596,14 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
+ magic-string@0.30.18:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.5
+
magicast@0.3.5:
dependencies:
- '@babel/parser': 7.26.9
- '@babel/types': 7.26.9
+ '@babel/parser': 7.28.0
+ '@babel/types': 7.28.0
source-map-js: 1.2.1
make-dir@3.1.0:
@@ -19601,12 +20097,12 @@ snapshots:
pkg-types: 1.3.1
ufo: 1.5.4
- module-definition@6.0.0:
+ module-definition@6.0.1:
dependencies:
- ast-module-types: 6.0.0
- node-source-walk: 7.0.0
+ ast-module-types: 6.0.1
+ node-source-walk: 7.0.1
- module-lookup-amd@9.0.2:
+ module-lookup-amd@9.0.5:
dependencies:
commander: 12.1.0
glob: 7.2.3
@@ -19694,7 +20190,7 @@ snapshots:
node-releases@2.0.19: {}
- node-source-walk@7.0.0:
+ node-source-walk@7.0.1:
dependencies:
'@babel/parser': 7.28.0
@@ -20059,6 +20555,8 @@ snapshots:
picomatch@4.0.2: {}
+ picomatch@4.0.3: {}
+
pidtree@0.6.0: {}
pify@2.3.0: {}
@@ -20192,11 +20690,11 @@ snapshots:
postcss-value-parser@4.2.0: {}
- postcss-values-parser@6.0.2(postcss@8.5.3):
+ postcss-values-parser@6.0.2(postcss@8.5.6):
dependencies:
color-name: 1.1.4
is-url-superb: 4.0.0
- postcss: 8.5.3
+ postcss: 8.5.6
quote-unquote: 1.0.0
postcss@8.5.3:
@@ -20228,48 +20726,48 @@ snapshots:
tar-fs: 2.1.3
tunnel-agent: 0.6.0
- precinct@12.1.2:
+ precinct@12.2.0:
dependencies:
- '@dependents/detective-less': 5.0.0
+ '@dependents/detective-less': 5.0.1
commander: 12.1.0
- detective-amd: 6.0.0
- detective-cjs: 6.0.0
- detective-es6: 5.0.0
- detective-postcss: 7.0.0(postcss@8.5.3)
- detective-sass: 6.0.0
- detective-scss: 5.0.0
- detective-stylus: 5.0.0
- detective-typescript: 13.0.0(typescript@5.7.3)
- detective-vue2: 2.0.3(typescript@5.7.3)
- module-definition: 6.0.0
- node-source-walk: 7.0.0
- postcss: 8.5.3
+ detective-amd: 6.0.1
+ detective-cjs: 6.0.1
+ detective-es6: 5.0.1
+ detective-postcss: 7.0.1(postcss@8.5.6)
+ detective-sass: 6.0.1
+ detective-scss: 5.0.1
+ detective-stylus: 5.0.1
+ detective-typescript: 14.0.0(typescript@5.7.3)
+ detective-vue2: 2.2.0(typescript@5.7.3)
+ module-definition: 6.0.1
+ node-source-walk: 7.0.1
+ postcss: 8.5.6
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
prelude-ls@1.2.1: {}
- prettier-plugin-jsdoc@1.3.2(prettier@3.5.2):
+ prettier-plugin-jsdoc@1.3.3(prettier@3.6.2):
dependencies:
binary-searching: 2.0.5
comment-parser: 1.4.1
mdast-util-from-markdown: 2.0.1
- prettier: 3.5.2
+ prettier: 3.6.2
transitivePeerDependencies:
- supports-color
prettier@2.8.8: {}
- prettier@3.5.2: {}
+ prettier@3.6.2: {}
pretty-bytes@5.6.0: {}
pretty-bytes@6.1.1: {}
- pretty-format@30.0.2:
+ pretty-format@30.0.5:
dependencies:
- '@jest/schemas': 30.0.1
+ '@jest/schemas': 30.0.5
ansi-styles: 5.2.0
react-is: 18.3.1
@@ -20412,11 +20910,9 @@ snapshots:
dependencies:
picomatch: 2.3.1
- real-require@0.2.0: {}
+ readdirp@4.1.2: {}
- rechoir@0.6.2:
- dependencies:
- resolve: 1.22.10
+ real-require@0.2.0: {}
rechoir@0.7.1:
dependencies:
@@ -20558,7 +21054,7 @@ snapshots:
dependencies:
resolve-from: 5.0.0
- resolve-dependency-path@4.0.0: {}
+ resolve-dependency-path@4.0.1: {}
resolve-from@4.0.0: {}
@@ -20609,14 +21105,14 @@ snapshots:
robust-predicates@3.0.2: {}
- rollup-plugin-visualizer@6.0.3(rollup@4.40.2):
+ rollup-plugin-visualizer@6.0.3(rollup@4.50.1):
dependencies:
open: 8.4.2
picomatch: 4.0.2
source-map: 0.7.4
yargs: 17.7.2
optionalDependencies:
- rollup: 4.40.2
+ rollup: 4.50.1
rollup@2.79.2:
optionalDependencies:
@@ -20673,6 +21169,33 @@ snapshots:
'@rollup/rollup-win32-x64-msvc': 4.40.2
fsevents: 2.3.3
+ rollup@4.50.1:
+ dependencies:
+ '@types/estree': 1.0.8
+ optionalDependencies:
+ '@rollup/rollup-android-arm-eabi': 4.50.1
+ '@rollup/rollup-android-arm64': 4.50.1
+ '@rollup/rollup-darwin-arm64': 4.50.1
+ '@rollup/rollup-darwin-x64': 4.50.1
+ '@rollup/rollup-freebsd-arm64': 4.50.1
+ '@rollup/rollup-freebsd-x64': 4.50.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.50.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.50.1
+ '@rollup/rollup-linux-arm64-gnu': 4.50.1
+ '@rollup/rollup-linux-arm64-musl': 4.50.1
+ '@rollup/rollup-linux-loongarch64-gnu': 4.50.1
+ '@rollup/rollup-linux-ppc64-gnu': 4.50.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.50.1
+ '@rollup/rollup-linux-riscv64-musl': 4.50.1
+ '@rollup/rollup-linux-s390x-gnu': 4.50.1
+ '@rollup/rollup-linux-x64-gnu': 4.50.1
+ '@rollup/rollup-linux-x64-musl': 4.50.1
+ '@rollup/rollup-openharmony-arm64': 4.50.1
+ '@rollup/rollup-win32-arm64-msvc': 4.50.1
+ '@rollup/rollup-win32-ia32-msvc': 4.50.1
+ '@rollup/rollup-win32-x64-msvc': 4.50.1
+ fsevents: 2.3.3
+
roughjs@4.6.6(patch_hash=3543d47108cb41b68ec6a671c0e1f9d0cfe2ce524fea5b0992511ae84c3c6b64):
dependencies:
hachure-fill: 0.5.2
@@ -20702,6 +21225,10 @@ snapshots:
dependencies:
tslib: 2.8.1
+ rxjs@7.8.2:
+ dependencies:
+ tslib: 2.8.1
+
safe-array-concat@1.1.3:
dependencies:
call-bind: 1.0.8
@@ -20733,9 +21260,10 @@ snapshots:
safer-buffer@2.1.2: {}
- sass-lookup@6.0.1:
+ sass-lookup@6.1.0:
dependencies:
commander: 12.1.0
+ enhanced-resolve: 5.18.3
saxes@6.0.0:
dependencies:
@@ -20926,11 +21454,10 @@ snapshots:
shell-quote@1.8.2: {}
- shelljs@0.8.5:
+ shelljs@0.10.0:
dependencies:
- glob: 7.2.3
- interpret: 1.4.0
- rechoir: 0.6.2
+ execa: 5.1.1
+ fast-glob: 3.3.3
shiki@2.5.0:
dependencies:
@@ -21027,7 +21554,7 @@ snapshots:
smob@1.5.0: {}
- smol-toml@1.4.1: {}
+ smol-toml@1.4.2: {}
sockjs@0.3.24:
dependencies:
@@ -21120,12 +21647,12 @@ snapshots:
speakingurl@14.0.1: {}
- spec-change@1.11.11:
+ spec-change@1.11.20:
dependencies:
arg: 5.0.2
debug: 4.4.1(supports-color@8.1.1)
deep-equal: 2.2.3
- dependency-tree: 11.0.1
+ dependency-tree: 11.2.0
lazy-ass: 2.0.3
tinyglobby: 0.2.14
transitivePeerDependencies:
@@ -21159,16 +21686,16 @@ snapshots:
stackback@0.0.2: {}
- start-server-and-test@2.0.10:
+ start-server-and-test@2.1.0:
dependencies:
arg: 5.0.2
bluebird: 3.7.2
check-more-types: 2.24.0
- debug: 4.4.0
+ debug: 4.4.1(supports-color@8.1.1)
execa: 5.1.1
lazy-ass: 1.6.0
ps-tree: 1.2.0
- wait-on: 8.0.2(debug@4.4.0)
+ wait-on: 8.0.4(debug@4.4.1)
transitivePeerDependencies:
- supports-color
@@ -21176,7 +21703,7 @@ snapshots:
statuses@2.0.1: {}
- std-env@3.8.0: {}
+ std-env@3.9.0: {}
stop-iteration-iterator@1.0.0:
dependencies:
@@ -21299,9 +21826,13 @@ snapshots:
strip-json-comments@3.1.1: {}
+ strip-literal@3.0.0:
+ dependencies:
+ js-tokens: 9.0.1
+
stylis@4.3.6: {}
- stylus-lookup@6.0.0:
+ stylus-lookup@6.1.0:
dependencies:
commander: 12.1.0
@@ -21414,27 +21945,27 @@ snapshots:
term-size@2.2.1: {}
- terser-webpack-plugin@5.3.10(esbuild@0.25.0)(webpack@5.95.0(esbuild@0.25.0)):
+ terser-webpack-plugin@5.3.10(esbuild@0.25.9)(webpack@5.95.0(esbuild@0.25.9)):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.2
terser: 5.34.1
- webpack: 5.95.0(esbuild@0.25.0)
+ webpack: 5.95.0(esbuild@0.25.9)
optionalDependencies:
- esbuild: 0.25.0
+ esbuild: 0.25.9
- terser-webpack-plugin@5.3.10(esbuild@0.25.0)(webpack@5.95.0):
+ terser-webpack-plugin@5.3.10(esbuild@0.25.9)(webpack@5.95.0):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.2
terser: 5.34.1
- webpack: 5.95.0(esbuild@0.25.0)(webpack-cli@4.10.0)
+ webpack: 5.95.0(esbuild@0.25.9)(webpack-cli@4.10.0)
optionalDependencies:
- esbuild: 0.25.0
+ esbuild: 0.25.9
terser@5.34.1:
dependencies:
@@ -21502,11 +22033,11 @@ snapshots:
fdir: 6.4.6(picomatch@4.0.2)
picomatch: 4.0.2
- tinypool@1.0.2: {}
+ tinypool@1.1.1: {}
tinyrainbow@2.0.0: {}
- tinyspy@3.0.2: {}
+ tinyspy@4.0.3: {}
tldts-core@6.1.78: {}
@@ -21554,10 +22085,6 @@ snapshots:
trough@2.2.0: {}
- ts-api-utils@1.3.0(typescript@5.7.3):
- dependencies:
- typescript: 5.7.3
-
ts-api-utils@2.1.0(typescript@5.7.3):
dependencies:
typescript: 5.7.3
@@ -21576,7 +22103,7 @@ snapshots:
tsx@4.19.3:
dependencies:
- esbuild: 0.25.0
+ esbuild: 0.25.9
get-tsconfig: 4.8.1
optionalDependencies:
fsevents: 2.3.3
@@ -21653,18 +22180,18 @@ snapshots:
dependencies:
is-typedarray: 1.0.0
- typedoc-plugin-markdown@4.8.1(typedoc@0.28.11(typescript@5.7.3)):
+ typedoc-plugin-markdown@4.8.1(typedoc@0.28.12(typescript@5.7.3)):
dependencies:
- typedoc: 0.28.11(typescript@5.7.3)
+ typedoc: 0.28.12(typescript@5.7.3)
- typedoc@0.28.11(typescript@5.7.3):
+ typedoc@0.28.12(typescript@5.7.3):
dependencies:
'@gerrit0/mini-shiki': 3.12.0
lunr: 2.3.9
markdown-it: 14.1.0
minimatch: 9.0.5
typescript: 5.7.3
- yaml: 2.8.0
+ yaml: 2.8.1
typescript-eslint@8.38.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.7.3):
dependencies:
@@ -21679,6 +22206,8 @@ snapshots:
typescript@5.7.3: {}
+ typescript@5.9.2: {}
+
uc.micro@1.0.6: {}
uc.micro@2.1.0: {}
@@ -21707,6 +22236,8 @@ snapshots:
undici-types@6.20.0: {}
+ undici-types@6.21.0: {}
+
undici@5.28.4:
dependencies:
'@fastify/busboy': 2.1.1
@@ -21724,16 +22255,6 @@ snapshots:
unicorn-magic@0.3.0: {}
- unified@11.0.4:
- dependencies:
- '@types/unist': 3.0.3
- bail: 2.0.2
- devlop: 1.1.0
- extend: 3.0.2
- is-plain-obj: 4.1.0
- trough: 2.2.0
- vfile: 6.0.3
-
unified@11.0.5:
dependencies:
'@types/unist': 3.0.3
@@ -21750,7 +22271,7 @@ snapshots:
unist-util-flatmap@1.0.0: {}
- unist-util-inspect@8.0.0:
+ unist-util-inspect@8.1.0:
dependencies:
'@types/unist': 3.0.3
@@ -21785,9 +22306,9 @@ snapshots:
universalify@2.0.1: {}
- unocss@66.4.2(postcss@8.5.6)(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)):
+ unocss@66.4.2(postcss@8.5.6)(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)):
dependencies:
- '@unocss/astro': 66.4.2(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))
+ '@unocss/astro': 66.4.2(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))
'@unocss/cli': 66.4.2
'@unocss/core': 66.4.2
'@unocss/postcss': 66.4.2(postcss@8.5.6)
@@ -21805,9 +22326,9 @@ snapshots:
'@unocss/transformer-compile-class': 66.4.2
'@unocss/transformer-directives': 66.4.2
'@unocss/transformer-variant-group': 66.4.2
- '@unocss/vite': 66.4.2(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))
+ '@unocss/vite': 66.4.2(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))
optionalDependencies:
- vite: 6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
transitivePeerDependencies:
- postcss
- supports-color
@@ -21819,25 +22340,27 @@ snapshots:
pathe: 2.0.3
picomatch: 4.0.2
- unplugin-vue-components@28.4.0(@babel/parser@7.28.0)(vue@3.5.13(typescript@5.7.3)):
+ unplugin-vue-components@28.8.0(@babel/parser@7.28.4)(vue@3.5.21(typescript@5.9.2)):
dependencies:
chokidar: 3.6.0
- debug: 4.4.0
- local-pkg: 1.0.0
+ debug: 4.4.1(supports-color@8.1.1)
+ local-pkg: 1.1.1
magic-string: 0.30.17
mlly: 1.7.4
- tinyglobby: 0.2.12
- unplugin: 2.2.0
+ tinyglobby: 0.2.14
+ unplugin: 2.3.10
unplugin-utils: 0.2.4
- vue: 3.5.13(typescript@5.7.3)
+ vue: 3.5.21(typescript@5.9.2)
optionalDependencies:
- '@babel/parser': 7.28.0
+ '@babel/parser': 7.28.4
transitivePeerDependencies:
- supports-color
- unplugin@2.2.0:
+ unplugin@2.3.10:
dependencies:
- acorn: 8.14.1
+ '@jridgewell/remapping': 2.3.5
+ acorn: 8.15.0
+ picomatch: 4.0.3
webpack-virtual-modules: 0.6.2
unrs-resolver@1.11.1:
@@ -21900,7 +22423,7 @@ snapshots:
v8-to-istanbul@9.3.0:
dependencies:
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/trace-mapping': 0.3.29
'@types/istanbul-lib-coverage': 2.0.6
convert-source-map: 2.0.0
@@ -21922,13 +22445,13 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-node@3.0.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0):
+ vite-node@3.2.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1):
dependencies:
cac: 6.7.14
debug: 4.4.1(supports-color@8.1.1)
- es-module-lexer: 1.6.0
+ es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 6.1.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -21943,7 +22466,7 @@ snapshots:
- tsx
- yaml
- vite-plugin-istanbul@7.0.0(vite@7.0.3(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)):
+ vite-plugin-istanbul@7.0.0(vite@7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)):
dependencies:
'@istanbuljs/load-nyc-config': 1.1.0
espree: 10.3.0
@@ -21951,84 +22474,71 @@ snapshots:
picocolors: 1.1.1
source-map: 0.7.4
test-exclude: 7.0.1
- vite: 7.0.3(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
transitivePeerDependencies:
- supports-color
- vite-plugin-pwa@1.0.0(vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.3.0):
+ vite-plugin-pwa@1.0.3(vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.3.0):
dependencies:
- debug: 4.4.0
+ debug: 4.4.1(supports-color@8.1.1)
pretty-bytes: 6.1.1
- tinyglobby: 0.2.12
- vite: 6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ tinyglobby: 0.2.14
+ vite: 6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
workbox-build: 7.1.1(@types/babel__core@7.20.5)
workbox-window: 7.3.0
transitivePeerDependencies:
- supports-color
- vite@5.4.19(@types/node@22.13.5)(terser@5.39.0):
+ vite@5.4.19(@types/node@22.18.1)(terser@5.39.0):
dependencies:
esbuild: 0.21.5
postcss: 8.5.6
rollup: 4.40.2
optionalDependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
fsevents: 2.3.3
terser: 5.39.0
- vite@6.1.1(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0):
+ vite@6.1.1(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1):
dependencies:
esbuild: 0.24.2
postcss: 8.5.3
rollup: 4.34.8
optionalDependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
fsevents: 2.3.3
jiti: 2.4.2
terser: 5.39.0
tsx: 4.19.3
- yaml: 2.8.0
+ yaml: 2.8.1
- vite@6.1.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0):
+ vite@7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1):
dependencies:
- esbuild: 0.24.2
+ esbuild: 0.25.9
+ fdir: 6.5.0(picomatch@4.0.3)
+ picomatch: 4.0.3
postcss: 8.5.6
- rollup: 4.40.2
- optionalDependencies:
- '@types/node': 22.13.5
- fsevents: 2.3.3
- jiti: 2.4.2
- terser: 5.39.0
- tsx: 4.19.3
- yaml: 2.8.0
-
- vite@7.0.3(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0):
- dependencies:
- esbuild: 0.25.0
- fdir: 6.4.6(picomatch@4.0.2)
- picomatch: 4.0.2
- postcss: 8.5.6
- rollup: 4.40.2
+ rollup: 4.50.1
tinyglobby: 0.2.14
optionalDependencies:
- '@types/node': 22.13.5
+ '@types/node': 22.18.1
fsevents: 2.3.3
jiti: 2.4.2
terser: 5.39.0
tsx: 4.19.3
- yaml: 2.8.0
+ yaml: 2.8.1
- vitepress-plugin-search@1.0.4-alpha.22(flexsearch@0.7.43)(vitepress@1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.5)(axios@1.8.4)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.7.3))(vue@3.5.13(typescript@5.7.3)):
+ vitepress-plugin-search@1.0.4-alpha.22(flexsearch@0.7.43)(vitepress@1.6.4(@algolia/client-search@5.20.3)(@types/node@22.18.1)(axios@1.11.0)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.7.3))(vue@3.5.21(typescript@5.7.3)):
dependencies:
'@types/flexsearch': 0.7.6
'@types/markdown-it': 12.2.3
flexsearch: 0.7.43
glob-to-regexp: 0.4.1
markdown-it: 13.0.2
- vitepress: 1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.5)(axios@1.8.4)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.7.3)
- vue: 3.5.13(typescript@5.7.3)
+ vitepress: 1.6.4(@algolia/client-search@5.20.3)(@types/node@22.18.1)(axios@1.11.0)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.7.3)
+ vue: 3.5.21(typescript@5.7.3)
- vitepress@1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.5)(axios@1.8.4)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.7.3):
+ vitepress@1.6.4(@algolia/client-search@5.20.3)(@types/node@22.18.1)(axios@1.11.0)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.7.3):
dependencies:
'@docsearch/css': 3.8.2
'@docsearch/js': 3.8.2(@algolia/client-search@5.20.3)(search-insights@2.17.2)
@@ -22037,17 +22547,17 @@ snapshots:
'@shikijs/transformers': 2.5.0
'@shikijs/types': 2.5.0
'@types/markdown-it': 14.1.2
- '@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.13.5)(terser@5.39.0))(vue@3.5.13(typescript@5.7.3))
+ '@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.18.1)(terser@5.39.0))(vue@3.5.21(typescript@5.7.3))
'@vue/devtools-api': 7.7.2
'@vue/shared': 3.5.13
'@vueuse/core': 12.7.0(typescript@5.7.3)
- '@vueuse/integrations': 12.7.0(axios@1.8.4)(focus-trap@7.6.4)(typescript@5.7.3)
+ '@vueuse/integrations': 12.7.0(axios@1.11.0)(focus-trap@7.6.4)(typescript@5.7.3)
focus-trap: 7.6.4
mark.js: 8.11.1
minisearch: 7.1.2
shiki: 2.5.0
- vite: 5.4.19(@types/node@22.13.5)(terser@5.39.0)
- vue: 3.5.13(typescript@5.7.3)
+ vite: 5.4.19(@types/node@22.18.1)(terser@5.39.0)
+ vue: 3.5.21(typescript@5.7.3)
optionalDependencies:
postcss: 8.5.6
transitivePeerDependencies:
@@ -22077,32 +22587,84 @@ snapshots:
- typescript
- universal-cookie
- vitest@3.0.6(@types/debug@4.1.12)(@types/node@22.13.5)(@vitest/ui@3.0.6)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0):
+ vitepress@1.6.4(@algolia/client-search@5.20.3)(@types/node@22.18.1)(axios@1.11.0)(postcss@8.5.6)(search-insights@2.17.2)(terser@5.39.0)(typescript@5.9.2):
dependencies:
- '@vitest/expect': 3.0.6
- '@vitest/mocker': 3.0.6(vite@6.1.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0))
- '@vitest/pretty-format': 3.0.6
- '@vitest/runner': 3.0.6
- '@vitest/snapshot': 3.0.6
- '@vitest/spy': 3.0.6
- '@vitest/utils': 3.0.6
+ '@docsearch/css': 3.8.2
+ '@docsearch/js': 3.8.2(@algolia/client-search@5.20.3)(search-insights@2.17.2)
+ '@iconify-json/simple-icons': 1.2.25
+ '@shikijs/core': 2.5.0
+ '@shikijs/transformers': 2.5.0
+ '@shikijs/types': 2.5.0
+ '@types/markdown-it': 14.1.2
+ '@vitejs/plugin-vue': 5.2.1(vite@5.4.19(@types/node@22.18.1)(terser@5.39.0))(vue@3.5.21(typescript@5.9.2))
+ '@vue/devtools-api': 7.7.2
+ '@vue/shared': 3.5.13
+ '@vueuse/core': 12.7.0(typescript@5.9.2)
+ '@vueuse/integrations': 12.7.0(axios@1.11.0)(focus-trap@7.6.4)(typescript@5.9.2)
+ focus-trap: 7.6.4
+ mark.js: 8.11.1
+ minisearch: 7.1.2
+ shiki: 2.5.0
+ vite: 5.4.19(@types/node@22.18.1)(terser@5.39.0)
+ vue: 3.5.21(typescript@5.9.2)
+ optionalDependencies:
+ postcss: 8.5.6
+ transitivePeerDependencies:
+ - '@algolia/client-search'
+ - '@types/node'
+ - '@types/react'
+ - async-validator
+ - axios
+ - change-case
+ - drauu
+ - fuse.js
+ - idb-keyval
+ - jwt-decode
+ - less
+ - lightningcss
+ - nprogress
+ - qrcode
+ - react
+ - react-dom
+ - sass
+ - sass-embedded
+ - search-insights
+ - sortablejs
+ - stylus
+ - sugarss
+ - terser
+ - typescript
+ - universal-cookie
+
+ vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.18.1)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1):
+ dependencies:
+ '@types/chai': 5.2.2
+ '@vitest/expect': 3.2.4
+ '@vitest/mocker': 3.2.4(vite@7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1))
+ '@vitest/pretty-format': 3.2.4
+ '@vitest/runner': 3.2.4
+ '@vitest/snapshot': 3.2.4
+ '@vitest/spy': 3.2.4
+ '@vitest/utils': 3.2.4
chai: 5.2.0
- debug: 4.4.0
- expect-type: 1.1.0
+ debug: 4.4.1(supports-color@8.1.1)
+ expect-type: 1.2.2
magic-string: 0.30.17
pathe: 2.0.3
- std-env: 3.8.0
+ picomatch: 4.0.2
+ std-env: 3.9.0
tinybench: 2.9.0
tinyexec: 0.3.2
- tinypool: 1.0.2
+ tinyglobby: 0.2.14
+ tinypool: 1.1.1
tinyrainbow: 2.0.0
- vite: 6.1.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
- vite-node: 3.0.6(@types/node@22.13.5)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.0)
+ vite: 7.1.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
+ vite-node: 3.2.4(@types/node@22.18.1)(jiti@2.4.2)(terser@5.39.0)(tsx@4.19.3)(yaml@2.8.1)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/debug': 4.1.12
- '@types/node': 22.13.5
- '@vitest/ui': 3.0.6(vitest@3.0.6)
+ '@types/node': 22.18.1
+ '@vitest/ui': 3.2.4(vitest@3.2.4)
jsdom: 26.1.0(canvas@3.1.2)
transitivePeerDependencies:
- jiti
@@ -22149,27 +22711,37 @@ snapshots:
vue-flow-layout@0.2.0: {}
- vue@3.5.13(typescript@5.7.3):
+ vue@3.5.21(typescript@5.7.3):
dependencies:
- '@vue/compiler-dom': 3.5.13
- '@vue/compiler-sfc': 3.5.13
- '@vue/runtime-dom': 3.5.13
- '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.7.3))
- '@vue/shared': 3.5.13
+ '@vue/compiler-dom': 3.5.21
+ '@vue/compiler-sfc': 3.5.21
+ '@vue/runtime-dom': 3.5.21
+ '@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.7.3))
+ '@vue/shared': 3.5.21
optionalDependencies:
typescript: 5.7.3
+ vue@3.5.21(typescript@5.9.2):
+ dependencies:
+ '@vue/compiler-dom': 3.5.21
+ '@vue/compiler-sfc': 3.5.21
+ '@vue/runtime-dom': 3.5.21
+ '@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.9.2))
+ '@vue/shared': 3.5.21
+ optionalDependencies:
+ typescript: 5.9.2
+
w3c-xmlserializer@5.0.0:
dependencies:
xml-name-validator: 5.0.0
- wait-on@8.0.2(debug@4.4.0):
+ wait-on@8.0.4(debug@4.4.1):
dependencies:
- axios: 1.7.9(debug@4.4.0)
+ axios: 1.11.0(debug@4.4.1)
joi: 17.13.3
lodash: 4.17.21
minimist: 1.2.8
- rxjs: 7.8.1
+ rxjs: 7.8.2
transitivePeerDependencies:
- debug
@@ -22226,7 +22798,7 @@ snapshots:
import-local: 3.2.0
interpret: 2.2.0
rechoir: 0.7.1
- webpack: 5.95.0(esbuild@0.25.0)(webpack-cli@4.10.0)
+ webpack: 5.95.0(esbuild@0.25.9)(webpack-cli@4.10.0)
webpack-merge: 5.10.0
optionalDependencies:
webpack-dev-server: 4.15.2(webpack-cli@4.10.0)(webpack@5.95.0)
@@ -22238,7 +22810,7 @@ snapshots:
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.2.0
- webpack: 5.95.0(esbuild@0.25.0)(webpack-cli@4.10.0)
+ webpack: 5.95.0(esbuild@0.25.9)(webpack-cli@4.10.0)
webpack-dev-server@4.15.2(webpack-cli@4.10.0)(webpack@5.95.0):
dependencies:
@@ -22273,7 +22845,7 @@ snapshots:
webpack-dev-middleware: 5.3.4(webpack@5.95.0)
ws: 8.18.0
optionalDependencies:
- webpack: 5.95.0(esbuild@0.25.0)(webpack-cli@4.10.0)
+ webpack: 5.95.0(esbuild@0.25.9)(webpack-cli@4.10.0)
webpack-cli: 4.10.0(webpack-dev-server@4.15.2)(webpack@5.95.0)
transitivePeerDependencies:
- bufferutil
@@ -22291,7 +22863,7 @@ snapshots:
webpack-virtual-modules@0.6.2: {}
- webpack@5.95.0(esbuild@0.25.0):
+ webpack@5.95.0(esbuild@0.25.9):
dependencies:
'@types/estree': 1.0.6
'@webassemblyjs/ast': 1.12.1
@@ -22313,7 +22885,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(esbuild@0.25.0)(webpack@5.95.0(esbuild@0.25.0))
+ terser-webpack-plugin: 5.3.10(esbuild@0.25.9)(webpack@5.95.0(esbuild@0.25.9))
watchpack: 2.4.2
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -22321,7 +22893,7 @@ snapshots:
- esbuild
- uglify-js
- webpack@5.95.0(esbuild@0.25.0)(webpack-cli@4.10.0):
+ webpack@5.95.0(esbuild@0.25.9)(webpack-cli@4.10.0):
dependencies:
'@types/estree': 1.0.6
'@webassemblyjs/ast': 1.12.1
@@ -22343,7 +22915,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(esbuild@0.25.0)(webpack@5.95.0)
+ terser-webpack-plugin: 5.3.10(esbuild@0.25.9)(webpack@5.95.0)
watchpack: 2.4.2
webpack-sources: 3.2.3
optionalDependencies:
@@ -22416,15 +22988,6 @@ snapshots:
which-module@2.0.1: {}
- which-typed-array@1.1.18:
- dependencies:
- available-typed-arrays: 1.0.7
- call-bind: 1.0.8
- call-bound: 1.0.4
- for-each: 0.3.5
- gopd: 1.2.0
- has-tostringtag: 1.0.2
-
which-typed-array@1.1.19:
dependencies:
available-typed-arrays: 1.0.7
@@ -22638,6 +23201,8 @@ snapshots:
yaml@2.8.0: {}
+ yaml@2.8.1: {}
+
yargs-parser@18.1.3:
dependencies:
camelcase: 5.3.1
@@ -22647,6 +23212,8 @@ snapshots:
yargs-parser@21.1.1: {}
+ yargs-parser@22.0.0: {}
+
yargs@15.4.1:
dependencies:
cliui: 6.0.0
@@ -22671,6 +23238,15 @@ snapshots:
y18n: 5.0.8
yargs-parser: 21.1.1
+ yargs@18.0.0:
+ dependencies:
+ cliui: 9.0.1
+ escalade: 3.2.0
+ get-caller-file: 2.0.5
+ string-width: 7.2.0
+ y18n: 5.0.8
+ yargs-parser: 22.0.0
+
yauzl@2.10.0:
dependencies:
buffer-crc32: 0.2.13