diff --git a/.cspell.json b/.cspell.json
index 9dc6b4fd0602..c7bea3bd6aa7 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -41,6 +41,7 @@
"admin/scripts",
"website/src/data/users.tsx",
"website/src/data/tweets.tsx",
+ "website/community/2-resources.mdx",
"website/docusaurus.config.localized.json",
"website/_dogfooding/_pages tests/diagrams.mdx",
"*.xyz",
diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml
index 6fd2b611febf..3ab1c184b2b6 100644
--- a/.github/workflows/argos.yml
+++ b/.github/workflows/argos.yml
@@ -41,7 +41,7 @@ jobs:
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/build-blog-only.yml b/.github/workflows/build-blog-only.yml
index d577ada92062..52a6b455a9ea 100644
--- a/.github/workflows/build-blog-only.yml
+++ b/.github/workflows/build-blog-only.yml
@@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml
index 4455e4154999..1e7ca8d9ecb1 100644
--- a/.github/workflows/build-hash-router.yml
+++ b/.github/workflows/build-hash-router.yml
@@ -29,7 +29,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/build-perf.yml b/.github/workflows/build-perf.yml
index 1e82d81baa96..4107a74f81ed 100644
--- a/.github/workflows/build-perf.yml
+++ b/.github/workflows/build-perf.yml
@@ -45,7 +45,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
@@ -80,7 +80,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 05897a3561b7..706dee19522a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,10 +31,10 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Initialize CodeQL
- uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # 4.37.0
+ uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # 4.37.1
with:
languages: javascript-typescript
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # 4.37.0
+ uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # 4.37.1
diff --git a/.github/workflows/continuous-releases.yml b/.github/workflows/continuous-releases.yml
index fc56bedb0c36..4a95a4874cd8 100644
--- a/.github/workflows/continuous-releases.yml
+++ b/.github/workflows/continuous-releases.yml
@@ -28,7 +28,7 @@ jobs:
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
# ⚠️ Do not use any cache on purpose
diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml
index 62abdc1dc20c..0d25f510e142 100644
--- a/.github/workflows/lighthouse-report.yml
+++ b/.github/workflows/lighthouse-report.yml
@@ -27,7 +27,7 @@ jobs:
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/lint-autofix.yml b/.github/workflows/lint-autofix.yml
index 54728867630b..16c457af57e4 100644
--- a/.github/workflows/lint-autofix.yml
+++ b/.github/workflows/lint-autofix.yml
@@ -28,7 +28,7 @@ jobs:
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node LTS
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 36557c5a892d..e20d7dd55af5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6e925016b8e2..8021bd8cef06 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
# ⚠️ Do not use any cache on purpose
diff --git a/.github/workflows/security-supply-chain.yml b/.github/workflows/security-supply-chain.yml
index 7adfd6ab5330..2ebec4660c3f 100644
--- a/.github/workflows/security-supply-chain.yml
+++ b/.github/workflows/security-supply-chain.yml
@@ -33,7 +33,7 @@ jobs:
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
# No cache on purpose! We want SFW to fetch packages
diff --git a/.github/workflows/showcase-test.yml b/.github/workflows/showcase-test.yml
index 230636ad0ac5..f1e3931d3a40 100644
--- a/.github/workflows/showcase-test.yml
+++ b/.github/workflows/showcase-test.yml
@@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml
index dbc433720ce0..895a6d298743 100644
--- a/.github/workflows/tests-e2e.yml
+++ b/.github/workflows/tests-e2e.yml
@@ -47,7 +47,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js ${{ matrix.node }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node }}
cache: pnpm
@@ -86,7 +86,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js LTS
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
@@ -139,7 +139,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js LTS
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
@@ -213,7 +213,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js LTS
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
@@ -255,7 +255,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js LTS
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/tests-swizzle.yml b/.github/workflows/tests-swizzle.yml
index d17fc2e6c883..8da8e8d924b3 100644
--- a/.github/workflows/tests-swizzle.yml
+++ b/.github/workflows/tests-swizzle.yml
@@ -30,7 +30,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Set up Node LTS
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: lts/*
cache: pnpm
diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml
index bdf65ad8fe89..80b70ba9f1b5 100644
--- a/.github/workflows/tests-windows.yml
+++ b/.github/workflows/tests-windows.yml
@@ -37,7 +37,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js ${{ matrix.node }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node }}
cache: pnpm
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8d1e9b7c5acd..b62f62dd84c5 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Use Node.js ${{ matrix.node }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node }}
cache: pnpm
diff --git a/package.json b/package.json
index e94f5f07f653..25c7b24a0c4a 100644
--- a/package.json
+++ b/package.json
@@ -116,7 +116,7 @@
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
- "rimraf": "^3.0.2",
+ "rimraf": "^6.1.3",
"sharp": "^0.35.1",
"strip-ansi": "^7.2.0",
"stylelint": "^17.12.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 68a590370834..fe4328b20657 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -36,7 +36,7 @@ importers:
version: 10.0.1(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
'@swc/core':
specifier: ^1.15.40
- version: 1.15.40
+ version: 1.15.43
'@testing-library/dom':
specifier: ^10.4.1
version: 10.4.1
@@ -72,7 +72,7 @@ importers:
version: 6.0.2(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))
'@vitest/eslint-plugin':
specifier: ^1.6.17
- version: 1.6.20(@typescript-eslint/eslint-plugin@8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.7(@opentelemetry/api@1.9.1)(@types/node@25.9.1)(jsdom@25.0.1(supports-color@7.2.0))(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)))
+ version: 1.6.20(@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.7(@opentelemetry/api@1.9.1)(@types/node@25.9.1)(jsdom@25.0.1(supports-color@7.2.0))(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)))
cross-env:
specifier: ^10.1.0
version: 10.1.0
@@ -93,7 +93,7 @@ importers:
version: 3.1.1(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
eslint-plugin-import:
specifier: ^2.32.0
- version: 2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
+ version: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
eslint-plugin-jsx-a11y:
specifier: ^6.10.2
version: 6.10.2(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
@@ -129,7 +129,7 @@ importers:
version: 25.0.1(supports-color@7.2.0)
lerna:
specifier: ^9.0.7
- version: 9.0.7(@swc/core@1.15.40)(@types/node@25.9.1)
+ version: 9.0.7(@swc/core@1.15.43)(@types/node@25.9.1)
lerna-changelog:
specifier: ^2.2.0
version: 2.2.0(supports-color@7.2.0)
@@ -158,8 +158,8 @@ importers:
specifier: npm:@slorber/react-helmet-async@1.3.0
version: '@slorber/react-helmet-async@1.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6)'
rimraf:
- specifier: ^3.0.2
- version: 3.0.2
+ specifier: ^6.1.3
+ version: 6.1.3
sharp:
specifier: ^0.35.1
version: 0.35.3(@types/node@25.9.1)
@@ -183,7 +183,7 @@ importers:
version: 6.0.3
typescript-eslint:
specifier: ^8.59.3
- version: 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
+ version: 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
vitest:
specifier: ^4.0.0
version: 4.1.7(@opentelemetry/api@1.9.1)(@types/node@25.9.1)(jsdom@25.0.1(supports-color@7.2.0))(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))
@@ -399,7 +399,7 @@ importers:
version: 3.3.1
html-webpack-plugin:
specifier: ^5.6.7
- version: 5.6.7(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 5.6.7(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
leven:
specifier: ^3.1.0
version: 3.1.0
@@ -429,7 +429,7 @@ importers:
version: '@docusaurus/react-loadable@6.0.0(react@19.2.6)'
react-loadable-ssr-addon-v5-slorber:
specifier: ^1.0.3
- version: 1.0.3(@docusaurus/react-loadable@6.0.0(react@19.2.6))(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 1.0.3(@docusaurus/react-loadable@6.0.0(react@19.2.6))(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
react-router:
specifier: ^5.3.4
version: 5.3.4(react@19.2.6)
@@ -456,13 +456,13 @@ importers:
version: 6.0.2
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
webpack-bundle-analyzer:
specifier: ^5.3.0
version: 5.3.0
webpack-dev-server:
specifier: ^5.2.3
- version: 5.2.4(supports-color@7.2.0)(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 5.2.6(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
webpack-merge:
specifier: ^6.0.1
version: 6.0.1
@@ -499,7 +499,7 @@ importers:
version: 6.0.8
'@types/webpack-bundle-analyzer':
specifier: ^4.7.0
- version: 4.7.0(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 4.7.0(@swc/core@1.15.43)(postcss@8.5.15)
'@types/webpack-env':
specifier: ^1.18.8
version: 1.18.8
@@ -593,58 +593,58 @@ importers:
version: 7.0.2
babel-loader:
specifier: ^10.1.1
- version: 10.1.1(@babel/core@7.29.7)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 10.1.1(@babel/core@7.29.7)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
clean-css:
specifier: ^5.3.3
version: 5.3.3
copy-webpack-plugin:
specifier: ^14.0.0
- version: 14.0.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 14.0.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
css-loader:
specifier: ^6.11.0
- version: 6.11.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 6.11.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
css-minimizer-webpack-plugin:
specifier: ^8.0.0
- version: 8.0.0(clean-css@5.3.3)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 8.0.0(clean-css@5.3.3)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
cssnano:
specifier: ^7.1.7
version: 7.1.9(postcss@8.5.15)
file-loader:
specifier: ^6.2.0
- version: 6.2.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 6.2.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
html-minifier-terser:
specifier: ^7.2.0
version: 7.2.0
mini-css-extract-plugin:
specifier: ^2.10.2
- version: 2.10.2(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 2.10.2(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
null-loader:
specifier: ^4.0.1
- version: 4.0.1(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 4.0.1(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
postcss:
specifier: ^8.5.12
version: 8.5.15
postcss-loader:
specifier: ^8.2.1
- version: 8.2.1(postcss@8.5.15)(typescript@6.0.3)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 8.2.1(postcss@8.5.15)(typescript@6.0.3)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
postcss-preset-env:
specifier: ^11.2.1
version: 11.3.0(postcss@8.5.15)
terser-webpack-plugin:
specifier: ^5.4.0
- version: 5.6.1(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 5.6.1(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
tslib:
specifier: ^2.6.0
version: 2.8.1
url-loader:
specifier: ^4.1.1
- version: 4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
webpackbar:
specifier: ^7.0.0
- version: 7.0.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ version: 7.0.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
devDependencies:
'@total-typescript/shoehorn':
specifier: ^0.1.2
@@ -679,7 +679,7 @@ importers:
version: 2.1.2
'@swc/core':
specifier: ^1.15.40
- version: 1.15.40
+ version: 1.15.43
'@swc/html':
specifier: ^1.15.40
version: 1.15.40
@@ -694,13 +694,13 @@ importers:
version: 7.8.5
swc-loader:
specifier: ^0.2.7
- version: 0.2.7(@swc/core@1.15.40)(webpack@5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15))
+ version: 0.2.7(@swc/core@1.15.43)(webpack@5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15))
tslib:
specifier: ^2.6.0
version: 2.8.1
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)
packages/docusaurus-logger:
dependencies:
@@ -739,7 +739,7 @@ importers:
version: 3.5.0
file-loader:
specifier: ^6.2.0
- version: 6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
fs-extra:
specifier: ^11.2.0
version: 11.3.5
@@ -787,13 +787,13 @@ importers:
version: 5.1.0
url-loader:
specifier: ^4.1.1
- version: 4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
vfile:
specifier: ^6.0.1
version: 6.0.3
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
devDependencies:
'@docusaurus/types':
specifier: 3.10.1
@@ -972,7 +972,7 @@ importers:
version: 3.11.0
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
devDependencies:
'@total-typescript/shoehorn':
specifier: ^0.1.2
@@ -1042,7 +1042,7 @@ importers:
version: 3.11.0
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
devDependencies:
'@types/js-yaml':
specifier: ^4.0.9
@@ -1088,7 +1088,7 @@ importers:
version: 2.8.1
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
packages/docusaurus-plugin-css-cascade-layers:
dependencies:
@@ -1217,7 +1217,7 @@ importers:
version: 2.8.1
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
devDependencies:
'@docusaurus/module-type-aliases':
specifier: 3.10.1
@@ -1260,7 +1260,7 @@ importers:
version: link:../docusaurus-utils-validation
babel-loader:
specifier: ^10.1.1
- version: 10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
clsx:
specifier: ^2.0.0
version: 2.1.1
@@ -1278,7 +1278,7 @@ importers:
version: 2.8.1
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
webpack-merge:
specifier: ^6.0.1
version: 6.0.1
@@ -1312,10 +1312,10 @@ importers:
version: link:../docusaurus-utils-validation
'@rsdoctor/rspack-plugin':
specifier: ^1.5.17
- version: 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
'@rsdoctor/webpack-plugin':
specifier: ^1.5.17
- version: 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
react:
specifier: ^19.2.5
version: 19.2.6
@@ -1397,7 +1397,7 @@ importers:
version: 2.8.1
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
packages/docusaurus-plugin-vercel-analytics:
dependencies:
@@ -1883,7 +1883,7 @@ importers:
version: 5.1.0
joi:
specifier: ^18.1.2
- version: 18.2.1
+ version: 18.2.3
react:
specifier: ^19.2.0
version: 19.2.6
@@ -1898,7 +1898,7 @@ importers:
version: 3.11.0
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
webpack-merge:
specifier: ^6.0.1
version: 6.0.1
@@ -1922,7 +1922,7 @@ importers:
version: 5.1.1
file-loader:
specifier: ^6.2.0
- version: 6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
fs-extra:
specifier: ^11.2.0
version: 11.3.5
@@ -1958,13 +1958,13 @@ importers:
version: 2.8.1
url-loader:
specifier: ^4.1.1
- version: 4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
utility-types:
specifier: ^3.10.0
version: 3.11.0
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
devDependencies:
'@types/dedent':
specifier: ^0.7.0
@@ -2007,7 +2007,7 @@ importers:
version: 11.3.5
joi:
specifier: ^18.1.2
- version: 18.2.1
+ version: 18.2.3
js-yaml:
specifier: ^4.1.0
version: 4.2.0
@@ -2039,7 +2039,7 @@ importers:
devDependencies:
'@typescript-eslint/rule-tester':
specifier: ^8.59.3
- version: 8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@6.0.3)
+ version: 8.60.0(eslint@9.39.4(jiti@2.7.0))(supports-color@7.2.0)(typescript@6.0.3)
packages/lqip-loader:
dependencies:
@@ -2048,7 +2048,7 @@ importers:
version: link:../docusaurus-logger
file-loader:
specifier: ^6.2.0
- version: 6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
lodash:
specifier: ^4.17.21
version: 4.18.1
@@ -2064,7 +2064,7 @@ importers:
version: 5.0.4
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
packages/stylelint-copyright:
dependencies:
@@ -2163,7 +2163,7 @@ importers:
version: 1.0.3
raw-loader:
specifier: ^4.0.2
- version: 4.0.2(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ version: 4.0.2(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
react:
specifier: ^19.2.5
version: 19.2.6
@@ -2190,7 +2190,7 @@ importers:
version: 5.1.0
webpack:
specifier: ^5.106.2
- version: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ version: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
workbox-routing:
specifier: ^7.4.0
version: 7.4.1
@@ -2211,8 +2211,8 @@ importers:
specifier: ^10.1.0
version: 10.1.0
rimraf:
- specifier: ^3.0.2
- version: 3.0.2
+ specifier: ^6.1.3
+ version: 6.1.3
search-insights:
specifier: ^2.17.3
version: 2.17.3
@@ -3704,8 +3704,8 @@ packages:
'@hapi/pinpoint@2.0.1':
resolution: {integrity: sha512-EKQmr16tM8s16vTT3cA5L0kZZcTMU5DUOZTuvpnY738m+jyP3JIUj+Mm1xc1rsLkGBQ/gVnfKYPwOmPg1tUR4Q==}
- '@hapi/tlds@1.1.6':
- resolution: {integrity: sha512-xdi7A/4NZokvV0ewovme3aUO5kQhW9pQ2YD1hRqZGhhSi5rBv4usHYidVocXSi9eihYsznZxLtAiEYYUL6VBGw==}
+ '@hapi/tlds@1.1.7':
+ resolution: {integrity: sha512-MgNjRwy9Ti92yVAixLmDc8dd1bJIKwO9qlWCfFQRwRmUEDPQHYn4G6hwPFvFGUTzAa0FsS+inMjLin7GnyBRhA==}
engines: {node: '>=14.0.0'}
'@hapi/topo@6.0.2':
@@ -4397,50 +4397,50 @@ packages:
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-core@4.57.2':
- resolution: {integrity: sha512-SVjwklkpIV5wrynpYtuYnfYH1QF4/nDuLBX7VXdb+3miglcAgBVZb/5y0cOsehRV/9Vb+3UqhkMq3/NR3ztdkQ==}
+ '@jsonjoy.com/fs-core@4.64.0':
+ resolution: {integrity: sha512-zs2TAq7Six5jgMuoMNjpspAvOP3mhtgq/k1UyQodEzCtQi/N83y2/y+zcvnZSGp/Rxq96DBN+bValOBQAyn/ew==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-fsa@4.57.2':
- resolution: {integrity: sha512-fhO8+iR2I+OCw668ISDJdn1aArc9zx033sWejIyzQ8RBeXa9bDSaUeA3ix0poYOfrj1KdOzytmYNv2/uLDfV6g==}
+ '@jsonjoy.com/fs-fsa@4.64.0':
+ resolution: {integrity: sha512-nMWOVbkLFyEgmXZih3wyvxA9XpgyyqyfrINMHvEFqhi7uqfRl7c9ERJt6yX7vgMPrB9Uo+OJO+Spa0cFzPD01w==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-node-builtins@4.57.2':
- resolution: {integrity: sha512-xhiegylRmhw43Ki2HO1ZBL7DQ5ja/qpRsL29VtQ2xuUHiuDGbgf2uD4p9Qd8hJI5P6RCtGYD50IXHXVq/Ocjcg==}
+ '@jsonjoy.com/fs-node-builtins@4.64.0':
+ resolution: {integrity: sha512-/o7WRFhUWaM/fOrslwLZGnzn4RmRILykn+lAL+mNObqqRNw+CQSiij6hpCeZ+C7buhdoVo7go/OYqzaSUfDYmA==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-node-to-fsa@4.57.2':
- resolution: {integrity: sha512-18LmWTSONhoAPW+IWRuf8w/+zRolPFGPeGwMxlAhhfY11EKzX+5XHDBPAw67dBF5dxDErHJbl40U+3IXSDRXSQ==}
+ '@jsonjoy.com/fs-node-to-fsa@4.64.0':
+ resolution: {integrity: sha512-WDD9WVs0hb7UAEKTgZW2f66WDrbj7gIIWwpP3spbLyXa0rghtUaFTB8L4gdR3ZCWwiKIsj38/CNijpVmpnuPUw==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-node-utils@4.57.2':
- resolution: {integrity: sha512-rsPSJgekz43IlNbLyAM/Ab+ouYLWGp5DDBfYBNNEqDaSpsbXfthBn29Q4muFA9L0F+Z3mKo+CWlgSCXrf+mOyQ==}
+ '@jsonjoy.com/fs-node-utils@4.64.0':
+ resolution: {integrity: sha512-k5Indsx9hWW9xSF7Y6oSKKwtCUNhzZxadub3owhIlitc+iMRVlPPdX2duTKQWBL3qNWpXya8jykgaaWpheeS4w==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-node@4.57.2':
- resolution: {integrity: sha512-nX2AdL6cOFwLdju9G4/nbRnYevmCJbh7N7hvR3gGm97Cs60uEjyd0rpR+YBS7cTg175zzl22pGKXR5USaQMvKg==}
+ '@jsonjoy.com/fs-node@4.64.0':
+ resolution: {integrity: sha512-dO+NNkODbUli4uV42bcNrrLvq5rE7SNpdZ5TNd0dtbLsAaNK3MDiIC9lUi+brboGoIjW6vd2fB1qao60nrk5xA==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-print@4.57.2':
- resolution: {integrity: sha512-wK9NSow48i4DbDl9F1CQE5TqnyZOJ04elU3WFG5aJ76p+YxO/ulyBBQvKsessPxdo381Bc2pcEoyPujMOhcRqQ==}
+ '@jsonjoy.com/fs-print@4.64.0':
+ resolution: {integrity: sha512-PHZFccchvkhWrwPWHjmVAhbC3vSHCtyZvlZfJJ3ho2bnzl450hXri6/8e6pbkWdH+SkmLXNml0sV8e5HDAfxKw==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
- '@jsonjoy.com/fs-snapshot@4.57.2':
- resolution: {integrity: sha512-GdduDZuoP5V/QCgJkx9+BZ6SC0EZ/smXAdTS7PfMqgMTGXLlt/bH/FqMYaqB9JmLf05sJPtO0XRbAwwkEEPbVw==}
+ '@jsonjoy.com/fs-snapshot@4.64.0':
+ resolution: {integrity: sha512-oM7UDeL83q6NBzzsfKAsYKXKVXlykKFqqOLh4xZZKAzzROTlInkPbc6LTDGThEOnPiFiUzA7tYziHG9xavd76Q==}
engines: {node: '>=10.0'}
peerDependencies:
tslib: '2'
@@ -4882,35 +4882,35 @@ packages:
cpu: [x64]
os: [win32]
- '@peculiar/asn1-cms@2.7.0':
- resolution: {integrity: sha512-hew63shtzzvBcSHbhm+cyAmKe6AIfinT9hzEqSPjDC6opTTMKmTkQ0gHuN2KsWlvqiKw1S/fS94fhag/FJkioQ==}
+ '@peculiar/asn1-cms@2.8.0':
+ resolution: {integrity: sha512-NgekZOrSJFSBFLFoLfwePguAWAx7z1+f2TEsWFUMyiqqfntZ4+S/S5hzqME3q4pCA0iOsFKdwiQ35dwY24eVqA==}
- '@peculiar/asn1-csr@2.7.0':
- resolution: {integrity: sha512-VVsAyGqErT9D1SY4aEqozThXMVI+ssVRiv2DDeYuvpBKLIgZ3hYs3Ay3u/VSoKq6ESFi9cf6rf3IOOzfwh7oMA==}
+ '@peculiar/asn1-csr@2.8.0':
+ resolution: {integrity: sha512-akbF8+uvleHs8sejNPQxwmVFuInAg6FMNHOwMILXfP518YfFJwdR3jr6oNUPOaEJfuEhn/vkNOCIT6ASUd4mbg==}
- '@peculiar/asn1-ecc@2.7.0':
- resolution: {integrity: sha512-n7KEs/Q/wrB415cxy4fHOBhegp4NdJ15fkJPwcB/3/8iNBQC2L/N7SChJPKDJPZGYH0jD4Tg4/0vnHmwghnbKw==}
+ '@peculiar/asn1-ecc@2.8.0':
+ resolution: {integrity: sha512-ohwlk+u9Rv2NOAY1c6MfHj45ATVF8R1DUN/WCgABiRtLi2ZftlZWZX7KvpAbU8v9xPcmoILfELeEABj/rn18AQ==}
- '@peculiar/asn1-pfx@2.7.0':
- resolution: {integrity: sha512-V/nrlQVmhg7lYAsM7E13UDL5erAwFv6kCIVFqNaMIHSVi7dngcT839JkRTkQBqznMG98l2XjxYk74ZztAohZzA==}
+ '@peculiar/asn1-pfx@2.8.0':
+ resolution: {integrity: sha512-5yof1ytoB++RQtaFbqSUJ8pxDJtZT6vbVqZ8XoJ61ph7UjNVvfFwAilnCodqkNsAodpy13gDhoxZXw00pghnyg==}
- '@peculiar/asn1-pkcs8@2.7.0':
- resolution: {integrity: sha512-9GTl1nE8Mx1kTZ+7QyYatDyKsm34QcWRBFkY1iPvWC3X4Dona5s/tlLiQsx5WzVdZqiMBZNYT0buyw4/vbhnjw==}
+ '@peculiar/asn1-pkcs8@2.8.0':
+ resolution: {integrity: sha512-qAKXtLpBEw9LqhKpjw3ajZSXlBur+ipW+y2ivVBQAG6F6qRx94yO+1ZR4mvw+YaCfKSaOzLeYEzsPaBp4SJELA==}
- '@peculiar/asn1-pkcs9@2.7.0':
- resolution: {integrity: sha512-Bh7m+OuIaSEllPQcSd9OSp93F4ROWH7sbITWV8MI+8dwsjE5111/87VxiWVvYFKyww3vp39geLv9ENqhwWHcew==}
+ '@peculiar/asn1-pkcs9@2.8.0':
+ resolution: {integrity: sha512-b5nDWCnkV60+cQ141D6sVVwK9nz64R5n3zSVnklGd+ECdkW2Ol3U1a6yYFlalpSOaD557yuJB64A+q42jG7lUQ==}
- '@peculiar/asn1-rsa@2.7.0':
- resolution: {integrity: sha512-/qvENQrXyTZURjMqSeofHul0JJt2sNSzSwk36pl2olkHbaioMQgrASDZAlHXl0xUlnVbHj0uGgOrBMTb5x2aJQ==}
+ '@peculiar/asn1-rsa@2.8.0':
+ resolution: {integrity: sha512-zHEUlCqB2mk7x2lxDwHHJy7hWZOPdGHVlsmITWKB5/PbQo61atbu9PJ/0r9dQNMwFzbKPXZ8uK8/91eUhRznSg==}
- '@peculiar/asn1-schema@2.7.0':
- resolution: {integrity: sha512-W8ZfWzLmQnrcky+eh3tni4IozMdqBDiHWU0N+vve/UGjMaUs8c0L7A2oEdkBXS8rTpWDpK/aoI3DG/L/hxmxPg==}
+ '@peculiar/asn1-schema@2.8.0':
+ resolution: {integrity: sha512-7YT0U/ze0tF2QOBbE15gKZwy5tvgGyLRiRHLzhlbOpf7BT032oBSd0haZqXn5W6l26WLlu3dyxzjM+2638/z2Q==}
- '@peculiar/asn1-x509-attr@2.7.0':
- resolution: {integrity: sha512-NS8e7SOgXipkzUPLF/sce7ukpMpWjhxYsH0n6Y+bHYo4TTxOb95Zv7hqwSuL212mj5YxovjdOKQOgH1As3E94w==}
+ '@peculiar/asn1-x509-attr@2.8.0':
+ resolution: {integrity: sha512-tHjkfS/qhMnmrlB2J9NhflQlQ7In3khO3CfmVrriOlpTeErY9ZIKOso1hQ5JQiyrJ7ShvqVPk7E5fQmbclkSKA==}
- '@peculiar/asn1-x509@2.7.0':
- resolution: {integrity: sha512-mUn9RRrkGDnG4ALfunDmzyRW5dg+sWCj/pfnCCqEHYbkGxEpvUt6iVJv8Yw1cyp6SWZ26ZE5oSmI5SqEaen15g==}
+ '@peculiar/asn1-x509@2.8.0':
+ resolution: {integrity: sha512-N0CMuhWUzsWEVq6F1q9X6+VKUnWzSW+cSVg+aPaGGwDdbFoFWTYgin5MHwXgpWd6y9COMBxnfy/Qc+Xc7F0Zwg==}
'@peculiar/utils@2.0.3':
resolution: {integrity: sha512-+oL3HPFRIZ1St2K50lWCXiioIgSoxzz7R1J3uF6neO2yl1sgmpgY6XXJH4BdpoDkMWznQTeYF6oWNDZLCdQ4eQ==}
@@ -5547,86 +5547,86 @@ packages:
resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==}
engines: {node: '>=14'}
- '@swc/core-darwin-arm64@1.15.40':
- resolution: {integrity: sha512-PaYyclfmQ++77D8ityYvmmVzHv9aG8ROwt2GfG6/ccloy4Hgf80qtOnzb9VYvPsUT7Ty1uhuDRhv3XYpf62qhQ==}
+ '@swc/core-darwin-arm64@1.15.43':
+ resolution: {integrity: sha512-v1aVuvXdo/BHxJzco9V2xpHrvwWmhfS8t6gziY5wJxd+Z2h8AeJRnAwPD8itCDaGXVBwJ/CaKfxEzTkG0Va0OA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.15.40':
- resolution: {integrity: sha512-HbbPzvfLBUXjIB1Ezks+//lNUjmLjfyd63XSwprJgrZaXYdm70kohXPJUWdqKZozolFxbPaO+xtBaiUp6BoueA==}
+ '@swc/core-darwin-x64@1.15.43':
+ resolution: {integrity: sha512-lp3d4Lamc8dt5huYdGLSR+9hLxmfr1jb0l+4XXG2zPqZwYWRN9R0U2qYoTrggiU2RWW0oV9VbWM3kBnqIc2kdQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
- '@swc/core-linux-arm-gnueabihf@1.15.40':
- resolution: {integrity: sha512-SlRZsCjOCPR2LvFs0Ri/Xrx/5o5TCt8vl4gW6mX1hEZOG0a625RxzRHpHdAQNGykmAN/7IeaFAJG+QnNmxlHcA==}
+ '@swc/core-linux-arm-gnueabihf@1.15.43':
+ resolution: {integrity: sha512-JWTQQELtsG5GgphDrr/XqqmM2pDN3cZqbMS0Mrg+iTiXL3F74sn/S2IyYE/5u4h2KLkTf9qQ7dXyxsbx7YzkeA==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.15.40':
- resolution: {integrity: sha512-Q8byxJt2fh8CR3EUX6snBpy47AoBVm+In/+Z3rjDHMjC38ZvR9/gtUUNCT0tfrn4EdVsO8/QPi59nxrxvqxvBQ==}
+ '@swc/core-linux-arm64-gnu@1.15.43':
+ resolution: {integrity: sha512-B4otJRdPWIsmiSBf0uG7Z/+vMWmkufjz5MmYxubwKuZazDW14Zd3symga1N62QR4RT+kEFeHEgsXfZGyn/w0hw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@swc/core-linux-arm64-musl@1.15.40':
- resolution: {integrity: sha512-4z0MgHU+7M0pZDqBN1El7mFXDI1SBwinfcUkAyA4v8QrhOIUOZltySt2aStQLZGrdXVXM4Y4ylfiTC04ED+MoQ==}
+ '@swc/core-linux-arm64-musl@1.15.43':
+ resolution: {integrity: sha512-6zB6OnpViBxYy4tgY3v2i6AZY9fwkcHZ032UOwtwUuW1d19sdT07qF0kZe6/3UR1tUaK6jjg2rmVcUIBCEYVjQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@swc/core-linux-ppc64-gnu@1.15.40':
- resolution: {integrity: sha512-fLI4iUgeSZu0eRWUXwe6YzPFx9gHbFiPkl8Rp3mJfP8OpNR3nTQCGPvHdDh9xniW7mVvgMY4ni7A4VzqI1KrpA==}
+ '@swc/core-linux-ppc64-gnu@1.15.43':
+ resolution: {integrity: sha512-coxE1ZWdB3uSDVNoEtYNrRi/1epvckZx9cTJ8ICUxTMTxGk+yvQ/Twacp3ruZSaMPGCriUjP86C37VhaT6nyRg==}
engines: {node: '>=10'}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@swc/core-linux-s390x-gnu@1.15.40':
- resolution: {integrity: sha512-YqeKMAb7d4nQSGMJQ454IlaCENpzcDqhvBE9+CPfdnYpnUXxd+BSrB6Xk0YjW8UyoEhUj4p6quATCxbsp6J3jg==}
+ '@swc/core-linux-s390x-gnu@1.15.43':
+ resolution: {integrity: sha512-lXfLhs+LpBsD5inuYx+YDH5WsPPBQ95KPUiy8P5wq9ob9xKDZFqwNfU2QW6bGO8NqRO/H9JQomTSt5Yyh+FGfA==}
engines: {node: '>=10'}
cpu: [s390x]
os: [linux]
libc: [glibc]
- '@swc/core-linux-x64-gnu@1.15.40':
- resolution: {integrity: sha512-7HOuS1iGcme/j/TuL1TfmmLGiMQrjv/GmjyZeydl00FKPtpGXEldwqfI56xgd1YzrzoB2svWjxbGGyQ0TEASxg==}
+ '@swc/core-linux-x64-gnu@1.15.43':
+ resolution: {integrity: sha512-07XnKwTmKy8TGOZG3D9fRnLWGynxPjwQnZLVmBFbo6F+7vHYzBIOuwXEhemrChBWb6yDNZsVCcMWCPX6FDD2xg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@swc/core-linux-x64-musl@1.15.40':
- resolution: {integrity: sha512-h4kZYHc7dpc9P9u4brRJaS8Pl7tPVHAeiLSzw7T5RfIJgAoSdaCMKzI/2Uay9gFhaw8uyCDl0L5q37r0EpAfIA==}
+ '@swc/core-linux-x64-musl@1.15.43':
+ resolution: {integrity: sha512-TJc+bsSIaBh+hZvZ5GRtW/K1bw66TJ9vsUwvVIsZdiWxU5ObLwZvfcnZ3UpgVfMnFibRes9uriJrQNBHEEogRQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
libc: [musl]
- '@swc/core-win32-arm64-msvc@1.15.40':
- resolution: {integrity: sha512-+mQgKZXSj6mV38Zh05QaxSjUDmGP/R2JWlXZTDLSPkDzHU6p3GxN9eeSf5dfyDVU86946fmCvSzyl/ucImx8+A==}
+ '@swc/core-win32-arm64-msvc@1.15.43':
+ resolution: {integrity: sha512-jfd7s2/bUQYkOHLs+LWQNKZdmDa8+sufKLllhpWAhVQ2GDCwsHe3vR/j+OSiItZNtkzFuaawa3+SAKz9y5gYfw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.15.40':
- resolution: {integrity: sha512-yvwdPLGd25mcj/mNatjNQ0lZujtQD6psH3v9PNmMb+fSzjbNG8KIDxjFWrcV+fsFVLOkyOmdJsFmX7NAFjVyPw==}
+ '@swc/core-win32-ia32-msvc@1.15.43':
+ resolution: {integrity: sha512-rLAE8JvucqEW1ZGohxPQrQWPBQeJG4+ypKbWfdlU/qmKScvCkxf9/Jxnzki1dkUQCQ7P5Enp13RlvqOlvx/32g==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.15.40':
- resolution: {integrity: sha512-OXtKsLU1bVtInzzDEAY2sYiF/rl4tvAnLLLpuMp3HzAOQZ5A+i69AKDhA1YLQTaMAqO3vzyYNVAYVRMPtSYD4w==}
+ '@swc/core-win32-x64-msvc@1.15.43':
+ resolution: {integrity: sha512-h8MLDHZcfIukwQWj03rIJZx1I0E81AYj2X7J/nGErG4nz+QAv6G1Z+peotvinL3lqpbo32tLYSMFo32/ySzxKg==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@swc/core@1.15.40':
- resolution: {integrity: sha512-2kwzJikRvgtNAG7MwVZY2vEzZjTxKIq5jXOihuSV/8U+Hej8Va22t65aKnJZs3P+NwojZvR8Mf8kyM7O+V8sQg==}
+ '@swc/core@1.15.43':
+ resolution: {integrity: sha512-1CuKjFkPxIgGdeHVuNbkxmBxkcbdc08u0aiI43pFq6yY1tTVKmXT9hFEooyyKs/sJ3xf1GPHyEwTtk9Xl8dvQw==}
engines: {node: '>=10'}
peerDependencies:
'@swc/helpers': '>=0.5.17'
@@ -5719,8 +5719,8 @@ packages:
resolution: {integrity: sha512-YVWNrh3wZWH2oXz7uL+s1WZbFIsnAp9cCl/b+C7ufDJqhsOvbr0un9IOYZ/CxRIRdnHGfhVD199n8baD/kRQew==}
engines: {node: '>=14'}
- '@swc/types@0.1.26':
- resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==}
+ '@swc/types@0.1.27':
+ resolution: {integrity: sha512-K6h3iUlqeM946U4sXFYeahefR1YBbXJvko+hv8WS8/0BNJ4OHiHRywMnQUJCqkR7Y9+hqQ1TvEpiKqUhz7NEFg==}
'@szmarczak/http-timer@5.0.1':
resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==}
@@ -5952,12 +5952,18 @@ packages:
'@types/estree@1.0.9':
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
- '@types/express-serve-static-core@4.19.8':
- resolution: {integrity: sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==}
+ '@types/express-serve-static-core@4.19.9':
+ resolution: {integrity: sha512-QP2ESEe/ImWY0HDwNAnK9PvEffUyhLTnWkk7KXzHfyeWAnlrDe1fN77bXl6ia8KT3wPlmA7t9/VPRpnf4Ex9sg==}
+
+ '@types/express-serve-static-core@5.1.2':
+ resolution: {integrity: sha512-d3KvEXBSo/lOAMc2u6fkyDHBvetBHeqD7wm/AcXfLpSOQwlmG9D/aQ0SFswVjv05p7ullQS7Mjohj6/VdbZuTg==}
'@types/express@4.17.25':
resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==}
+ '@types/express@5.0.6':
+ resolution: {integrity: sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==}
+
'@types/file-loader@5.0.4':
resolution: {integrity: sha512-aB4X92oi5D2nIGI8/kolnJ47btRM2MQjQS4eJgA/VnCD12x0+kP5v7b5beVQWKHLOcquwUXvv6aMt8PmMy9uug==}
@@ -6042,6 +6048,9 @@ packages:
'@types/node@25.9.1':
resolution: {integrity: sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==}
+ '@types/node@25.9.5':
+ resolution: {integrity: sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==}
+
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -6113,6 +6122,9 @@ packages:
'@types/serve-static@1.15.10':
resolution: {integrity: sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==}
+ '@types/serve-static@2.2.0':
+ resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==}
+
'@types/shelljs@0.8.17':
resolution: {integrity: sha512-IDksKYmQA2W9MkQjiyptbMmcQx+8+Ol6b7h6dPU5S05JyiQDSb/nZKnrMrZqGwgV6VkVdl6/SPCKPDlMRvqECg==}
@@ -6171,11 +6183,11 @@ packages:
'@types/yargs@17.0.35':
resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==}
- '@typescript-eslint/eslint-plugin@8.60.0':
- resolution: {integrity: sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==}
+ '@typescript-eslint/eslint-plugin@8.63.0':
+ resolution: {integrity: sha512-rvwSgqT+DHpWdzfSzPatRLm02a0GlESt++9iy3hLCDY4BgkaLcl8LBi9Yh7XGFBpwcBE/K3024QuXWTpbz4FfQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.60.0
+ '@typescript-eslint/parser': ^8.63.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
@@ -6186,6 +6198,13 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
+ '@typescript-eslint/parser@8.63.0':
+ resolution: {integrity: sha512-gwh4gvvlaVDKKxyfxMG+Gnu1u9X0OQBwyGLkbwB65dIzBKnxeRiJlNFqlI3zwVhNXJIs6qV7mlFCn/BIajlVig==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
+ typescript: '>=4.8.4 <6.1.0'
+
'@typescript-eslint/project-service@8.60.0':
resolution: {integrity: sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -6198,6 +6217,12 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
+ '@typescript-eslint/project-service@8.63.0':
+ resolution: {integrity: sha512-e5dh0/UI0ok53AlZ5wRkXCB32z/f2jUZqPR/ygAw5WYaSw8j9EoJWlS7wQjr/dmOaqWjnPIn2m+HhVPCMWGZVQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <6.1.0'
+
'@typescript-eslint/rule-tester@8.60.0':
resolution: {integrity: sha512-lQct+GlpO4JKKxZbo+ZTWjnxA2BqSoOWmJYvQxezuJGGpl6Lk2XTd2odVP/7lAJUQaw3Qip+qo/1gsAda4jGlA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -6213,6 +6238,10 @@ packages:
resolution: {integrity: sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/scope-manager@8.63.0':
+ resolution: {integrity: sha512-uUyfMWCnDSN8bCpcrY8nGP2BLkQ9Xn0GsipcONcpIDWhwhO4ZSyHvyS14U3X75mzxWxL3I2UZIrenTzdzcJO8A==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/tsconfig-utils@8.60.0':
resolution: {integrity: sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -6225,8 +6254,14 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/type-utils@8.60.0':
- resolution: {integrity: sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==}
+ '@typescript-eslint/tsconfig-utils@8.63.0':
+ resolution: {integrity: sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <6.1.0'
+
+ '@typescript-eslint/type-utils@8.63.0':
+ resolution: {integrity: sha512-Nzzh/OGxVCOjObjaj1CQF2RUasyYy2Jfuh+zZ3PjLzG2fYRriAiZLib9UKtO+CpQAS3YHiAS+ckZDclwqI1TPA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -6240,6 +6275,10 @@ packages:
resolution: {integrity: sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.63.0':
+ resolution: {integrity: sha512-xyLtl9DUBBFrcJS4x2pIqGLH68/tC2uOa4Z7pUteW09D3bXnnXUom4dyPikzWgB7llmIc1zoeI3aoUdC4rPK/Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.60.0':
resolution: {integrity: sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -6252,6 +6291,12 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
+ '@typescript-eslint/typescript-estree@8.63.0':
+ resolution: {integrity: sha512-ygBkU+B7ex5UI/gKhaqexWev79uISfIv7XQCRNYO/jmD8rGLPyWLAb3KMRT6nd8Gt9bmUBi9+iX6tBdYfOY81Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <6.1.0'
+
'@typescript-eslint/utils@8.60.0':
resolution: {integrity: sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -6266,6 +6311,13 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
+ '@typescript-eslint/utils@8.63.0':
+ resolution: {integrity: sha512-fUKaeAvrTuQg/Tgt3nliAUSZHJM6DlCcfyEmxCvlX8kieWSStBX+5O5Fnidtc3i2JrH+9c/GL4RY2iasd/GPTA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
+ typescript: '>=4.8.4 <6.1.0'
+
'@typescript-eslint/visitor-keys@8.60.0':
resolution: {integrity: sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -6274,6 +6326,10 @@ packages:
resolution: {integrity: sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.63.0':
+ resolution: {integrity: sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.3.1':
resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==}
@@ -6812,12 +6868,12 @@ packages:
bmp-ts@1.0.9:
resolution: {integrity: sha512-cTEHk2jLrPyi+12M3dhpEbnnPOsaZuq7C45ylbbQIiWgDFZq4UVYPEY5mlqjvsj/6gJv9qX5sa+ebDzLXT28Vw==}
- body-parser@1.20.5:
- resolution: {integrity: sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==}
+ body-parser@1.20.6:
+ resolution: {integrity: sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
- bonjour-service@1.4.0:
- resolution: {integrity: sha512-fGQtj1qdR9vIKjFiWPQd52qIqwjaYqhcI40JEiDuvlZ86E7ZBPBwY9fPgHy9r2rYGIjiRfctNPYz6OQU73ww2w==}
+ bonjour-service@1.4.3:
+ resolution: {integrity: sha512-2Kd5UYlFUVgAKMTyuBLl6w49wqfOnbxHqmuH0oCl/n7TfAikR0zoowNOP5BU4dfXmm+Vr9JyEN370auSMx+CNg==}
boolbase@1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
@@ -8959,8 +9015,8 @@ packages:
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
engines: {node: '>= 14'}
- http-proxy-middleware@2.0.9:
- resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==}
+ http-proxy-middleware@2.0.10:
+ resolution: {integrity: sha512-RKzRWNPxUZqbuk3BC5mGVJbBnWgr+diEnjJexIOytFbBzDy88Fbh/YvBr3DsNrl1jYAfjWfpATEv0NO35FDuPQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@types/express': ^4.17.13
@@ -9489,8 +9545,8 @@ packages:
resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
hasBin: true
- joi@18.2.1:
- resolution: {integrity: sha512-2/OKlogiESf2Nh3TFCrRjrr9z1DRHeW0I+KReF67+4J0Ns+8hBtHRmoWAZ2OFU6I5+TWLEe6sVlSdXPjHm5UbQ==}
+ joi@18.2.3:
+ resolution: {integrity: sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==}
engines: {node: '>= 20'}
jpeg-js@0.4.4:
@@ -9639,6 +9695,9 @@ packages:
launch-editor@2.13.2:
resolution: {integrity: sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==}
+ launch-editor@2.14.1:
+ resolution: {integrity: sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==}
+
layout-base@1.0.2:
resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
@@ -9995,8 +10054,8 @@ packages:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
- memfs@4.57.2:
- resolution: {integrity: sha512-2nWzSsJzrukurSDna4Z0WywuScK4Id3tSKejgu74u8KCdW4uNrseKRSIDg75C6Yw5ZRqBe0F0EtMNlTbUq8bAQ==}
+ memfs@4.64.0:
+ resolution: {integrity: sha512-Kw72fgY7Wn+sD8KmtNWSafl1dz0UvAsE/PHs3YVfLiaZuA3HxNm9sRLqAu0ATiBGJvME1PxZXbBZPv5GycDeAw==}
peerDependencies:
tslib: '2'
@@ -11454,8 +11513,8 @@ packages:
resolution: {integrity: sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==}
engines: {node: '>=20'}
- qs@6.15.2:
- resolution: {integrity: sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==}
+ qs@6.15.3:
+ resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==}
engines: {node: '>=0.6'}
queue-microtask@1.2.3:
@@ -11477,6 +11536,10 @@ packages:
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
engines: {node: '>= 0.6'}
+ range-parser@1.3.0:
+ resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==}
+ engines: {node: '>= 0.6'}
+
raw-body@2.5.3:
resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==}
engines: {node: '>= 0.8'}
@@ -11824,6 +11887,11 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
+ rimraf@6.1.3:
+ resolution: {integrity: sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==}
+ engines: {node: 20 || >=22}
+ hasBin: true
+
robust-predicates@3.0.3:
resolution: {integrity: sha512-NS3levdsRIUOmiJ8FZWCP7LG3QpJyrs/TE0Zpf1yvZu8cAJJ6QMW92H1c7kWpdIHo8RvmLxN/o2JXTKHp74lUA==}
@@ -12038,6 +12106,10 @@ packages:
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
+ shell-quote@1.10.0:
+ resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
+ engines: {node: '>= 0.4'}
+
shell-quote@1.8.4:
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
engines: {node: '>= 0.4'}
@@ -12062,6 +12134,10 @@ packages:
resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
engines: {node: '>= 0.4'}
+ side-channel@1.1.1:
+ resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==}
+ engines: {node: '>= 0.4'}
+
siginfo@2.0.0:
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
@@ -12815,8 +12891,8 @@ packages:
typedarray@0.0.6:
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
- typescript-eslint@8.60.0:
- resolution: {integrity: sha512-9f65qWLZdAW9m1JaxBDUHcqRUfL8bkxxXL7XxEfI+F09q56PkBvIfCjLF3yInsDM/BBmwkqmCQdCZe/RYlIWEw==}
+ typescript-eslint@8.63.0:
+ resolution: {integrity: sha512-xgwXyzG4sK9ALkBxbyGkTMMOS+imnW65iPhxCQMK83KhxyoDNW7l+IDqEf9vMdoUidHpOoS967RCq4eMiTexwQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -13172,8 +13248,8 @@ packages:
webpack:
optional: true
- webpack-dev-server@5.2.4:
- resolution: {integrity: sha512-GqDPGZN9bRqKBTkp4aWkobDDHMsrXKoGSdOH56smIri8qR0JG8gfL8/v/f/OZR3/OKXjG8uwJbFVhKm/FNU/UA==}
+ webpack-dev-server@5.2.6:
+ resolution: {integrity: sha512-HNLRmamRvVavZQ+avceZifmv8hmdUjg43t6MI4SqJDwFdW7RPQwH5vzGhDRZSX59SgfbeHhLnq3g+uooWo7pVw==}
engines: {node: '>= 18.12.0'}
hasBin: true
peerDependencies:
@@ -13215,8 +13291,8 @@ packages:
webpack:
optional: true
- websocket-driver@0.7.4:
- resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
+ websocket-driver@0.7.5:
+ resolution: {integrity: sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==}
engines: {node: '>=0.8.0'}
websocket-extensions@0.1.4:
@@ -13410,6 +13486,18 @@ packages:
utf-8-validate:
optional: true
+ ws@8.21.1:
+ resolution: {integrity: sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==}
+ engines: {node: '>=10.0.0'}
+ peerDependencies:
+ bufferutil: ^4.0.1
+ utf-8-validate: '>=5.0.2'
+ peerDependenciesMeta:
+ bufferutil:
+ optional: true
+ utf-8-validate:
+ optional: true
+
wsl-utils@0.1.0:
resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
engines: {node: '>=18'}
@@ -15253,7 +15341,7 @@ snapshots:
'@hapi/pinpoint@2.0.1': {}
- '@hapi/tlds@1.1.6': {}
+ '@hapi/tlds@1.1.7': {}
'@hapi/topo@6.0.2':
dependencies:
@@ -15924,58 +16012,59 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@jsonjoy.com/fs-core@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-core@4.64.0(tslib@2.8.1)':
dependencies:
- '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-builtins': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
thingies: 2.6.0(tslib@2.8.1)
tslib: 2.8.1
- '@jsonjoy.com/fs-fsa@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-fsa@4.64.0(tslib@2.8.1)':
dependencies:
- '@jsonjoy.com/fs-core': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-core': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-builtins': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
thingies: 2.6.0(tslib@2.8.1)
tslib: 2.8.1
- '@jsonjoy.com/fs-node-builtins@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-node-builtins@4.64.0(tslib@2.8.1)':
dependencies:
tslib: 2.8.1
- '@jsonjoy.com/fs-node-to-fsa@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-node-to-fsa@4.64.0(tslib@2.8.1)':
dependencies:
- '@jsonjoy.com/fs-fsa': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-fsa': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-builtins': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
tslib: 2.8.1
- '@jsonjoy.com/fs-node-utils@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-node-utils@4.64.0(tslib@2.8.1)':
dependencies:
- '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-builtins': 4.64.0(tslib@2.8.1)
+ glob-to-regex.js: 1.2.0(tslib@2.8.1)
tslib: 2.8.1
- '@jsonjoy.com/fs-node@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-node@4.64.0(tslib@2.8.1)':
dependencies:
- '@jsonjoy.com/fs-core': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-print': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-snapshot': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-core': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-builtins': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-print': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-snapshot': 4.64.0(tslib@2.8.1)
glob-to-regex.js: 1.2.0(tslib@2.8.1)
thingies: 2.6.0(tslib@2.8.1)
tslib: 2.8.1
- '@jsonjoy.com/fs-print@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-print@4.64.0(tslib@2.8.1)':
dependencies:
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
tree-dump: 1.1.0(tslib@2.8.1)
tslib: 2.8.1
- '@jsonjoy.com/fs-snapshot@4.57.2(tslib@2.8.1)':
+ '@jsonjoy.com/fs-snapshot@4.64.0(tslib@2.8.1)':
dependencies:
'@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1)
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
'@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1)
'@jsonjoy.com/util': 17.67.0(tslib@2.8.1)
tslib: 2.8.1
@@ -16283,13 +16372,13 @@ snapshots:
proc-log: 6.1.0
which: 6.0.1
- '@nx/devkit@22.7.5(nx@22.7.5(@swc/core@1.15.40))':
+ '@nx/devkit@22.7.5(nx@22.7.5(@swc/core@1.15.43))':
dependencies:
'@zkochan/js-yaml': 0.0.7
ejs: 5.0.1
enquirer: 2.3.6
minimatch: 10.2.5
- nx: 22.7.5(@swc/core@1.15.40)
+ nx: 22.7.5(@swc/core@1.15.43)
semver: 7.8.5
tslib: 2.8.1
yargs-parser: 21.1.1
@@ -16450,78 +16539,78 @@ snapshots:
'@oxfmt/binding-win32-x64-msvc@0.47.0':
optional: true
- '@peculiar/asn1-cms@2.7.0':
+ '@peculiar/asn1-cms@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
- '@peculiar/asn1-x509-attr': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
+ '@peculiar/asn1-x509-attr': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-csr@2.7.0':
+ '@peculiar/asn1-csr@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-ecc@2.7.0':
+ '@peculiar/asn1-ecc@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-pfx@2.7.0':
+ '@peculiar/asn1-pfx@2.8.0':
dependencies:
- '@peculiar/asn1-cms': 2.7.0
- '@peculiar/asn1-pkcs8': 2.7.0
- '@peculiar/asn1-rsa': 2.7.0
- '@peculiar/asn1-schema': 2.7.0
+ '@peculiar/asn1-cms': 2.8.0
+ '@peculiar/asn1-pkcs8': 2.8.0
+ '@peculiar/asn1-rsa': 2.8.0
+ '@peculiar/asn1-schema': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-pkcs8@2.7.0':
+ '@peculiar/asn1-pkcs8@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-pkcs9@2.7.0':
+ '@peculiar/asn1-pkcs9@2.8.0':
dependencies:
- '@peculiar/asn1-cms': 2.7.0
- '@peculiar/asn1-pfx': 2.7.0
- '@peculiar/asn1-pkcs8': 2.7.0
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
- '@peculiar/asn1-x509-attr': 2.7.0
+ '@peculiar/asn1-cms': 2.8.0
+ '@peculiar/asn1-pfx': 2.8.0
+ '@peculiar/asn1-pkcs8': 2.8.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
+ '@peculiar/asn1-x509-attr': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-rsa@2.7.0':
+ '@peculiar/asn1-rsa@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-schema@2.7.0':
+ '@peculiar/asn1-schema@2.8.0':
dependencies:
'@peculiar/utils': 2.0.3
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-x509-attr@2.7.0':
+ '@peculiar/asn1-x509-attr@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
asn1js: 3.0.10
tslib: 2.8.1
- '@peculiar/asn1-x509@2.7.0':
+ '@peculiar/asn1-x509@2.8.0':
dependencies:
- '@peculiar/asn1-schema': 2.7.0
+ '@peculiar/asn1-schema': 2.8.0
'@peculiar/utils': 2.0.3
asn1js: 3.0.10
tslib: 2.8.1
@@ -16532,13 +16621,13 @@ snapshots:
'@peculiar/x509@1.14.3':
dependencies:
- '@peculiar/asn1-cms': 2.7.0
- '@peculiar/asn1-csr': 2.7.0
- '@peculiar/asn1-ecc': 2.7.0
- '@peculiar/asn1-pkcs9': 2.7.0
- '@peculiar/asn1-rsa': 2.7.0
- '@peculiar/asn1-schema': 2.7.0
- '@peculiar/asn1-x509': 2.7.0
+ '@peculiar/asn1-cms': 2.8.0
+ '@peculiar/asn1-csr': 2.8.0
+ '@peculiar/asn1-ecc': 2.8.0
+ '@peculiar/asn1-pkcs9': 2.8.0
+ '@peculiar/asn1-rsa': 2.8.0
+ '@peculiar/asn1-schema': 2.8.0
+ '@peculiar/asn1-x509': 2.8.0
pvtsutils: 1.3.6
reflect-metadata: 0.2.2
tslib: 2.8.1
@@ -16754,13 +16843,13 @@ snapshots:
'@rsdoctor/client@1.5.17': {}
- '@rsdoctor/core@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/core@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
'@rsbuild/plugin-check-syntax': 1.6.1
- '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
'@rspack/resolver': 0.2.8(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
browserslist-load-config: 1.0.2
es-toolkit: 1.47.0
@@ -16778,10 +16867,10 @@ snapshots:
- utf-8-validate
- webpack
- '@rsdoctor/graph@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/graph@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
- '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
es-toolkit: 1.47.0
path-browserify: 1.0.1
source-map: 0.7.6
@@ -16789,13 +16878,13 @@ snapshots:
- '@rspack/core'
- webpack
- '@rsdoctor/rspack-plugin@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/rspack-plugin@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
- '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
optionalDependencies:
'@rspack/core': 2.1.2
transitivePeerDependencies:
@@ -16807,12 +16896,12 @@ snapshots:
- utf-8-validate
- webpack
- '@rsdoctor/sdk@1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/sdk@1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
'@rsdoctor/client': 1.5.17
- '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
launch-editor: 2.13.2
safer-buffer: 2.1.2
socket.io: 4.8.1(supports-color@7.2.0)
@@ -16824,7 +16913,7 @@ snapshots:
- utf-8-validate
- webpack
- '@rsdoctor/types@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/types@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
'@types/connect': 3.4.38
'@types/estree': 1.0.5
@@ -16832,12 +16921,12 @@ snapshots:
source-map: 0.7.6
optionalDependencies:
'@rspack/core': 2.1.2
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
- '@rsdoctor/utils@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/utils@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
'@babel/code-frame': 7.26.2
- '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
'@types/estree': 1.0.5
acorn: 8.16.0
acorn-import-attributes: 1.9.5(acorn@8.16.0)
@@ -16855,14 +16944,14 @@ snapshots:
- '@rspack/core'
- webpack
- '@rsdoctor/webpack-plugin@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))':
+ '@rsdoctor/webpack-plugin@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))':
dependencies:
- '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
transitivePeerDependencies:
- '@emnapi/core'
- '@emnapi/runtime'
@@ -17137,59 +17226,59 @@ snapshots:
- supports-color
- typescript
- '@swc/core-darwin-arm64@1.15.40':
+ '@swc/core-darwin-arm64@1.15.43':
optional: true
- '@swc/core-darwin-x64@1.15.40':
+ '@swc/core-darwin-x64@1.15.43':
optional: true
- '@swc/core-linux-arm-gnueabihf@1.15.40':
+ '@swc/core-linux-arm-gnueabihf@1.15.43':
optional: true
- '@swc/core-linux-arm64-gnu@1.15.40':
+ '@swc/core-linux-arm64-gnu@1.15.43':
optional: true
- '@swc/core-linux-arm64-musl@1.15.40':
+ '@swc/core-linux-arm64-musl@1.15.43':
optional: true
- '@swc/core-linux-ppc64-gnu@1.15.40':
+ '@swc/core-linux-ppc64-gnu@1.15.43':
optional: true
- '@swc/core-linux-s390x-gnu@1.15.40':
+ '@swc/core-linux-s390x-gnu@1.15.43':
optional: true
- '@swc/core-linux-x64-gnu@1.15.40':
+ '@swc/core-linux-x64-gnu@1.15.43':
optional: true
- '@swc/core-linux-x64-musl@1.15.40':
+ '@swc/core-linux-x64-musl@1.15.43':
optional: true
- '@swc/core-win32-arm64-msvc@1.15.40':
+ '@swc/core-win32-arm64-msvc@1.15.43':
optional: true
- '@swc/core-win32-ia32-msvc@1.15.40':
+ '@swc/core-win32-ia32-msvc@1.15.43':
optional: true
- '@swc/core-win32-x64-msvc@1.15.40':
+ '@swc/core-win32-x64-msvc@1.15.43':
optional: true
- '@swc/core@1.15.40':
+ '@swc/core@1.15.43':
dependencies:
'@swc/counter': 0.1.3
- '@swc/types': 0.1.26
+ '@swc/types': 0.1.27
optionalDependencies:
- '@swc/core-darwin-arm64': 1.15.40
- '@swc/core-darwin-x64': 1.15.40
- '@swc/core-linux-arm-gnueabihf': 1.15.40
- '@swc/core-linux-arm64-gnu': 1.15.40
- '@swc/core-linux-arm64-musl': 1.15.40
- '@swc/core-linux-ppc64-gnu': 1.15.40
- '@swc/core-linux-s390x-gnu': 1.15.40
- '@swc/core-linux-x64-gnu': 1.15.40
- '@swc/core-linux-x64-musl': 1.15.40
- '@swc/core-win32-arm64-msvc': 1.15.40
- '@swc/core-win32-ia32-msvc': 1.15.40
- '@swc/core-win32-x64-msvc': 1.15.40
+ '@swc/core-darwin-arm64': 1.15.43
+ '@swc/core-darwin-x64': 1.15.43
+ '@swc/core-linux-arm-gnueabihf': 1.15.43
+ '@swc/core-linux-arm64-gnu': 1.15.43
+ '@swc/core-linux-arm64-musl': 1.15.43
+ '@swc/core-linux-ppc64-gnu': 1.15.43
+ '@swc/core-linux-s390x-gnu': 1.15.43
+ '@swc/core-linux-x64-gnu': 1.15.43
+ '@swc/core-linux-x64-musl': 1.15.43
+ '@swc/core-win32-arm64-msvc': 1.15.43
+ '@swc/core-win32-ia32-msvc': 1.15.43
+ '@swc/core-win32-x64-msvc': 1.15.43
'@swc/counter@0.1.3': {}
@@ -17246,7 +17335,7 @@ snapshots:
'@swc/html-win32-ia32-msvc': 1.15.40
'@swc/html-win32-x64-msvc': 1.15.40
- '@swc/types@0.1.26':
+ '@swc/types@0.1.27':
dependencies:
'@swc/counter': 0.1.3
@@ -17346,11 +17435,11 @@ snapshots:
'@types/body-parser@1.19.6':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/bonjour@3.5.13':
dependencies:
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/braces@3.0.5': {}
@@ -17377,8 +17466,8 @@ snapshots:
'@types/connect-history-api-fallback@1.5.4':
dependencies:
- '@types/express-serve-static-core': 4.19.8
- '@types/node': 25.9.1
+ '@types/express-serve-static-core': 4.19.9
+ '@types/node': 25.9.5
'@types/connect@3.4.38':
dependencies:
@@ -17529,9 +17618,16 @@ snapshots:
'@types/estree@1.0.9': {}
- '@types/express-serve-static-core@4.19.8':
+ '@types/express-serve-static-core@4.19.9':
dependencies:
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
+ '@types/qs': 6.15.1
+ '@types/range-parser': 1.2.7
+ '@types/send': 1.2.1
+
+ '@types/express-serve-static-core@5.1.2':
+ dependencies:
+ '@types/node': 25.9.5
'@types/qs': 6.15.1
'@types/range-parser': 1.2.7
'@types/send': 1.2.1
@@ -17539,10 +17635,16 @@ snapshots:
'@types/express@4.17.25':
dependencies:
'@types/body-parser': 1.19.6
- '@types/express-serve-static-core': 4.19.8
+ '@types/express-serve-static-core': 4.19.9
'@types/qs': 6.15.1
'@types/serve-static': 1.15.10
+ '@types/express@5.0.6':
+ dependencies:
+ '@types/body-parser': 1.19.6
+ '@types/express-serve-static-core': 5.1.2
+ '@types/serve-static': 2.2.0
+
'@types/file-loader@5.0.4':
dependencies:
'@types/webpack': 4.41.40
@@ -17570,7 +17672,7 @@ snapshots:
'@types/http-proxy@1.17.17':
dependencies:
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/istanbul-lib-coverage@2.0.6': {}
@@ -17620,6 +17722,10 @@ snapshots:
dependencies:
undici-types: 7.24.6
+ '@types/node@25.9.5':
+ dependencies:
+ undici-types: 7.24.6
+
'@types/normalize-package-data@2.4.4': {}
'@types/nprogress@0.2.3': {}
@@ -17684,11 +17790,11 @@ snapshots:
'@types/send@0.17.6':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/send@1.2.1':
dependencies:
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/serve-handler@6.1.4':
dependencies:
@@ -17696,14 +17802,19 @@ snapshots:
'@types/serve-index@1.9.4':
dependencies:
- '@types/express': 4.17.25
+ '@types/express': 5.0.6
'@types/serve-static@1.15.10':
dependencies:
'@types/http-errors': 2.0.5
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/send': 0.17.6
+ '@types/serve-static@2.2.0':
+ dependencies:
+ '@types/http-errors': 2.0.5
+ '@types/node': 25.9.5
+
'@types/shelljs@0.8.17':
dependencies:
'@types/node': 25.9.1
@@ -17711,7 +17822,7 @@ snapshots:
'@types/sockjs@0.3.36':
dependencies:
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/source-list-map@0.1.6': {}
@@ -17742,11 +17853,11 @@ snapshots:
'@types/configstore': 6.0.2
boxen: 7.1.1
- '@types/webpack-bundle-analyzer@4.7.0(@swc/core@1.15.40)(postcss@8.5.15)':
+ '@types/webpack-bundle-analyzer@4.7.0(@swc/core@1.15.43)(postcss@8.5.15)':
dependencies:
'@types/node': 25.9.1
tapable: 2.3.3
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
transitivePeerDependencies:
- '@minify-html/node'
- '@swc/core'
@@ -17781,7 +17892,7 @@ snapshots:
'@types/ws@8.18.1':
dependencies:
- '@types/node': 25.9.1
+ '@types/node': 25.9.5
'@types/yargs-parser@21.0.3': {}
@@ -17789,14 +17900,14 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)':
+ '@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
- '@typescript-eslint/scope-manager': 8.60.0
- '@typescript-eslint/type-utils': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
- '@typescript-eslint/utils': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
- '@typescript-eslint/visitor-keys': 8.60.0
+ '@typescript-eslint/parser': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
+ '@typescript-eslint/scope-manager': 8.63.0
+ '@typescript-eslint/type-utils': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
+ '@typescript-eslint/utils': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
+ '@typescript-eslint/visitor-keys': 8.63.0
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
ignore: 7.0.5
natural-compare: 1.4.0
@@ -17805,26 +17916,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)':
+ '@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0))(supports-color@7.2.0)(typescript@6.0.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.60.0
'@typescript-eslint/types': 8.60.0
'@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3)
'@typescript-eslint/visitor-keys': 8.60.0
debug: 4.4.3(supports-color@7.2.0)
- eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
+ eslint: 9.39.4(jiti@2.7.0)
typescript: 6.0.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@6.0.3)':
+ '@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.60.0
- '@typescript-eslint/types': 8.60.0
- '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3)
- '@typescript-eslint/visitor-keys': 8.60.0
+ '@typescript-eslint/scope-manager': 8.63.0
+ '@typescript-eslint/types': 8.63.0
+ '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
+ '@typescript-eslint/visitor-keys': 8.63.0
debug: 4.4.3(supports-color@7.2.0)
- eslint: 9.39.4(jiti@2.7.0)
+ eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
typescript: 6.0.3
transitivePeerDependencies:
- supports-color
@@ -17847,9 +17958,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/rule-tester@8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@6.0.3)':
+ '@typescript-eslint/project-service@8.63.0(typescript@6.0.3)':
+ dependencies:
+ '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@6.0.3)
+ '@typescript-eslint/types': 8.63.0
+ debug: 4.4.3(supports-color@7.2.0)
+ typescript: 6.0.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/rule-tester@8.60.0(eslint@9.39.4(jiti@2.7.0))(supports-color@7.2.0)(typescript@6.0.3)':
dependencies:
- '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@6.0.3)
+ '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@2.7.0))(supports-color@7.2.0)(typescript@6.0.3)
'@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3)
'@typescript-eslint/utils': 8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@6.0.3)
ajv: 6.15.0
@@ -17871,6 +17991,11 @@ snapshots:
'@typescript-eslint/types': 8.62.1
'@typescript-eslint/visitor-keys': 8.62.1
+ '@typescript-eslint/scope-manager@8.63.0':
+ dependencies:
+ '@typescript-eslint/types': 8.63.0
+ '@typescript-eslint/visitor-keys': 8.63.0
+
'@typescript-eslint/tsconfig-utils@8.60.0(typescript@6.0.3)':
dependencies:
typescript: 6.0.3
@@ -17879,11 +18004,15 @@ snapshots:
dependencies:
typescript: 6.0.3
- '@typescript-eslint/type-utils@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)':
+ '@typescript-eslint/tsconfig-utils@8.63.0(typescript@6.0.3)':
dependencies:
- '@typescript-eslint/types': 8.60.0
- '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3)
- '@typescript-eslint/utils': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
+ typescript: 6.0.3
+
+ '@typescript-eslint/type-utils@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)':
+ dependencies:
+ '@typescript-eslint/types': 8.63.0
+ '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
+ '@typescript-eslint/utils': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
debug: 4.4.3(supports-color@7.2.0)
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
ts-api-utils: 2.5.0(typescript@6.0.3)
@@ -17895,6 +18024,8 @@ snapshots:
'@typescript-eslint/types@8.62.1': {}
+ '@typescript-eslint/types@8.63.0': {}
+
'@typescript-eslint/typescript-estree@8.60.0(typescript@6.0.3)':
dependencies:
'@typescript-eslint/project-service': 8.60.0(typescript@6.0.3)
@@ -17925,13 +18056,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)':
+ '@typescript-eslint/typescript-estree@8.63.0(typescript@6.0.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
- '@typescript-eslint/scope-manager': 8.60.0
- '@typescript-eslint/types': 8.60.0
- '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3)
- eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
+ '@typescript-eslint/project-service': 8.63.0(typescript@6.0.3)
+ '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@6.0.3)
+ '@typescript-eslint/types': 8.63.0
+ '@typescript-eslint/visitor-keys': 8.63.0
+ debug: 4.4.3(supports-color@7.2.0)
+ minimatch: 10.2.5
+ semver: 7.8.5
+ tinyglobby: 0.2.17
+ ts-api-utils: 2.5.0(typescript@6.0.3)
typescript: 6.0.3
transitivePeerDependencies:
- supports-color
@@ -17958,6 +18093,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/utils@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
+ '@typescript-eslint/scope-manager': 8.63.0
+ '@typescript-eslint/types': 8.63.0
+ '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
+ eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
+ typescript: 6.0.3
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/visitor-keys@8.60.0':
dependencies:
'@typescript-eslint/types': 8.60.0
@@ -17968,6 +18114,11 @@ snapshots:
'@typescript-eslint/types': 8.62.1
eslint-visitor-keys: 5.0.1
+ '@typescript-eslint/visitor-keys@8.63.0':
+ dependencies:
+ '@typescript-eslint/types': 8.63.0
+ eslint-visitor-keys: 5.0.1
+
'@ungap/structured-clone@1.3.1': {}
'@upsetjs/venn.js@2.0.0':
@@ -17986,13 +18137,13 @@ snapshots:
'@rolldown/pluginutils': 1.0.1
vite: 8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)
- '@vitest/eslint-plugin@1.6.20(@typescript-eslint/eslint-plugin@8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.7(@opentelemetry/api@1.9.1)(@types/node@25.9.1)(jsdom@25.0.1(supports-color@7.2.0))(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)))':
+ '@vitest/eslint-plugin@1.6.20(@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.7(@opentelemetry/api@1.9.1)(@types/node@25.9.1)(jsdom@25.0.1(supports-color@7.2.0))(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)))':
dependencies:
'@typescript-eslint/scope-manager': 8.62.1
'@typescript-eslint/utils': 8.62.1(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
+ '@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
typescript: 6.0.3
vitest: 4.1.7(@opentelemetry/api@1.9.1)(@types/node@25.9.1)(jsdom@25.0.1(supports-color@7.2.0))(vite@8.0.14(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))
transitivePeerDependencies:
@@ -18435,20 +18586,20 @@ snapshots:
axobject-query@4.1.0: {}
- babel-loader@10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ babel-loader@10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
'@babel/core': 7.29.7
find-up: 5.0.0
optionalDependencies:
'@rspack/core': 2.1.2
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
- babel-loader@10.1.1(@babel/core@7.29.7)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ babel-loader@10.1.1(@babel/core@7.29.7)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
'@babel/core': 7.29.7
find-up: 5.0.0
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
babel-plugin-dynamic-import-node@2.3.3:
dependencies:
@@ -18524,7 +18675,7 @@ snapshots:
bmp-ts@1.0.9: {}
- body-parser@1.20.5:
+ body-parser@1.20.6:
dependencies:
bytes: 3.1.2
content-type: 1.0.5
@@ -18534,14 +18685,14 @@ snapshots:
http-errors: 2.0.1
iconv-lite: 0.4.24
on-finished: 2.4.1
- qs: 6.15.2
+ qs: 6.15.3
raw-body: 2.5.3
type-is: 1.6.18
unpipe: 1.0.0
transitivePeerDependencies:
- supports-color
- bonjour-service@1.4.0:
+ bonjour-service@1.4.3:
dependencies:
fast-deep-equal: 3.1.3
multicast-dns: 7.2.5
@@ -19081,14 +19232,14 @@ snapshots:
copy-text-to-clipboard@3.2.2: {}
- copy-webpack-plugin@14.0.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ copy-webpack-plugin@14.0.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
glob-parent: 6.0.2
normalize-path: 3.0.0
schema-utils: 4.3.3
serialize-javascript: 7.0.5
tinyglobby: 0.2.16
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
core-js-compat@3.49.0:
dependencies:
@@ -19268,7 +19419,7 @@ snapshots:
postcss-selector-parser: 7.1.1
postcss-value-parser: 4.2.0
- css-loader@6.11.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ css-loader@6.11.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
icss-utils: 5.1.0(postcss@8.5.15)
postcss: 8.5.15
@@ -19279,9 +19430,9 @@ snapshots:
postcss-value-parser: 4.2.0
semver: 7.8.5
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
- css-minimizer-webpack-plugin@8.0.0(clean-css@5.3.3)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ css-minimizer-webpack-plugin@8.0.0(clean-css@5.3.3)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
cssnano: 7.1.9(postcss@8.5.15)
@@ -19289,7 +19440,7 @@ snapshots:
postcss: 8.5.15
schema-utils: 4.3.3
serialize-javascript: 7.0.5
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
optionalDependencies:
clean-css: 5.3.3
@@ -20043,11 +20194,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.1(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0)):
+ eslint-module-utils@2.12.1(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
+ '@typescript-eslint/parser': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
eslint-import-resolver-node: 0.3.10
transitivePeerDependencies:
@@ -20063,7 +20214,7 @@ snapshots:
dependencies:
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
- eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0)):
+ eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.9
@@ -20074,7 +20225,7 @@ snapshots:
doctrine: 2.1.0
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
eslint-import-resolver-node: 0.3.10
- eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
+ eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))
hasown: 2.0.3
is-core-module: 2.16.2
is-glob: 4.0.3
@@ -20086,7 +20237,7 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
+ '@typescript-eslint/parser': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -20367,7 +20518,7 @@ snapshots:
dependencies:
accepts: 1.3.8
array-flatten: 1.1.1
- body-parser: 1.20.5
+ body-parser: 1.20.6
content-disposition: 0.5.4
content-type: 1.0.5
cookie: 0.7.2
@@ -20386,7 +20537,7 @@ snapshots:
parseurl: 1.3.3
path-to-regexp: 0.1.13
proxy-addr: 2.0.7
- qs: 6.15.2
+ qs: 6.15.3
range-parser: 1.2.1
safe-buffer: 5.2.1
send: 0.19.2
@@ -20435,7 +20586,7 @@ snapshots:
faye-websocket@0.11.4:
dependencies:
- websocket-driver: 0.7.4
+ websocket-driver: 0.7.5
fdir@6.5.0(picomatch@4.0.4):
optionalDependencies:
@@ -20461,17 +20612,17 @@ snapshots:
dependencies:
flat-cache: 5.0.0
- file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
- file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
file-type@21.3.4(supports-color@7.2.0):
dependencies:
@@ -21070,7 +21221,7 @@ snapshots:
html-void-elements@3.0.0: {}
- html-webpack-plugin@5.6.7(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ html-webpack-plugin@5.6.7(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
'@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
@@ -21078,7 +21229,7 @@ snapshots:
pretty-error: 4.0.0
tapable: 2.3.3
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
htmlparser2@10.0.0:
dependencies:
@@ -21138,7 +21289,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- http-proxy-middleware@2.0.9(@types/express@4.17.25):
+ http-proxy-middleware@2.0.10(@types/express@4.17.25):
dependencies:
'@types/http-proxy': 1.17.17
http-proxy: 1.18.1
@@ -21639,13 +21790,13 @@ snapshots:
jiti@2.7.0: {}
- joi@18.2.1:
+ joi@18.2.3:
dependencies:
'@hapi/address': 5.1.1
'@hapi/formula': 3.0.2
'@hapi/hoek': 11.0.7
'@hapi/pinpoint': 2.0.1
- '@hapi/tlds': 1.1.6
+ '@hapi/tlds': 1.1.7
'@hapi/topo': 6.0.2
'@standard-schema/spec': 1.1.0
@@ -21786,6 +21937,11 @@ snapshots:
picocolors: 1.1.1
shell-quote: 1.8.4
+ launch-editor@2.14.1:
+ dependencies:
+ picocolors: 1.1.1
+ shell-quote: 1.10.0
+
layout-base@1.0.2: {}
layout-base@2.0.1: {}
@@ -21804,12 +21960,12 @@ snapshots:
- bluebird
- supports-color
- lerna@9.0.7(@swc/core@1.15.40)(@types/node@25.9.1):
+ lerna@9.0.7(@swc/core@1.15.43)(@types/node@25.9.1):
dependencies:
'@npmcli/arborist': 9.1.6
'@npmcli/package-json': 7.0.2
'@npmcli/run-script': 10.0.3
- '@nx/devkit': 22.7.5(nx@22.7.5(@swc/core@1.15.40))
+ '@nx/devkit': 22.7.5(nx@22.7.5(@swc/core@1.15.43))
'@octokit/plugin-enterprise-rest': 6.0.1
'@octokit/rest': 20.1.2
aproba: 2.0.0
@@ -21847,7 +22003,7 @@ snapshots:
npm-package-arg: 13.0.1
npm-packlist: 10.0.3
npm-registry-fetch: 19.1.0
- nx: 22.7.5(@swc/core@1.15.40)
+ nx: 22.7.5(@swc/core@1.15.43)
p-map: 4.0.0
p-map-series: 2.1.0
p-pipe: 3.1.0
@@ -22385,16 +22541,16 @@ snapshots:
media-typer@0.3.0: {}
- memfs@4.57.2(tslib@2.8.1):
+ memfs@4.64.0(tslib@2.8.1):
dependencies:
- '@jsonjoy.com/fs-core': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-fsa': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-to-fsa': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-print': 4.57.2(tslib@2.8.1)
- '@jsonjoy.com/fs-snapshot': 4.57.2(tslib@2.8.1)
+ '@jsonjoy.com/fs-core': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-fsa': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-builtins': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-to-fsa': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-node-utils': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-print': 4.64.0(tslib@2.8.1)
+ '@jsonjoy.com/fs-snapshot': 4.64.0(tslib@2.8.1)
'@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1)
'@jsonjoy.com/util': 1.9.0(tslib@2.8.1)
glob-to-regex.js: 1.2.0(tslib@2.8.1)
@@ -22794,11 +22950,11 @@ snapshots:
min-indent@1.0.1: {}
- mini-css-extract-plugin@2.10.2(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ mini-css-extract-plugin@2.10.2(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
schema-utils: 4.3.3
tapable: 2.3.3
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
minimalistic-assert@1.0.1: {}
@@ -23086,15 +23242,15 @@ snapshots:
dependencies:
boolbase: 1.0.0
- null-loader@4.0.1(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ null-loader@4.0.1(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
nwsapi@2.2.23: {}
- nx@22.7.5(@swc/core@1.15.40):
+ nx@22.7.5(@swc/core@1.15.43):
dependencies:
'@emnapi/core': 1.4.5
'@emnapi/runtime': 1.4.5
@@ -23217,7 +23373,7 @@ snapshots:
'@nx/nx-linux-x64-musl': 22.7.5
'@nx/nx-win32-arm64-msvc': 22.7.5
'@nx/nx-win32-x64-msvc': 22.7.5
- '@swc/core': 1.15.40
+ '@swc/core': 1.15.43
transitivePeerDependencies:
- debug
@@ -23831,14 +23987,14 @@ snapshots:
'@csstools/utilities': 3.0.0(postcss@8.5.15)
postcss: 8.5.15
- postcss-loader@8.2.1(postcss@8.5.15)(typescript@6.0.3)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ postcss-loader@8.2.1(postcss@8.5.15)(typescript@6.0.3)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
cosmiconfig: 9.0.1(typescript@6.0.3)
jiti: 2.7.0
postcss: 8.5.15
semver: 7.8.5
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
transitivePeerDependencies:
- typescript
@@ -24246,9 +24402,10 @@ snapshots:
dependencies:
hookified: 2.2.0
- qs@6.15.2:
+ qs@6.15.3:
dependencies:
- side-channel: 1.1.0
+ es-define-property: 1.0.1
+ side-channel: 1.1.1
queue-microtask@1.2.3: {}
@@ -24260,6 +24417,8 @@ snapshots:
range-parser@1.2.1: {}
+ range-parser@1.3.0: {}
+
raw-body@2.5.3:
dependencies:
bytes: 3.1.2
@@ -24267,11 +24426,11 @@ snapshots:
iconv-lite: 0.4.24
unpipe: 1.0.0
- raw-loader@4.0.2(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ raw-loader@4.0.2(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
rc@1.2.8:
dependencies:
@@ -24320,11 +24479,11 @@ snapshots:
sucrase: 3.35.1
use-editable: 2.3.3(react@19.2.6)
- react-loadable-ssr-addon-v5-slorber@1.0.3(@docusaurus/react-loadable@6.0.0(react@19.2.6))(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ react-loadable-ssr-addon-v5-slorber@1.0.3(@docusaurus/react-loadable@6.0.0(react@19.2.6))(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
'@babel/runtime': 7.29.7
react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.2.6)'
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
react-medium-image-zoom@5.4.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6):
dependencies:
@@ -24727,6 +24886,11 @@ snapshots:
dependencies:
glob: 7.2.3
+ rimraf@6.1.3:
+ dependencies:
+ glob: 13.0.6
+ package-json-from-dist: 1.0.1
+
robust-predicates@3.0.3: {}
rolldown@1.0.2:
@@ -25062,6 +25226,8 @@ snapshots:
shebang-regex@3.0.0: {}
+ shell-quote@1.10.0: {}
+
shell-quote@1.8.4: {}
shelljs@0.10.0:
@@ -25097,6 +25263,14 @@ snapshots:
side-channel-map: 1.0.1
side-channel-weakmap: 1.0.2
+ side-channel@1.1.1:
+ dependencies:
+ es-errors: 1.3.0
+ object-inspect: 1.13.4
+ side-channel-list: 1.0.1
+ side-channel-map: 1.0.1
+ side-channel-weakmap: 1.0.2
+
siginfo@2.0.0: {}
signal-exit@3.0.7: {}
@@ -25204,7 +25378,7 @@ snapshots:
dependencies:
faye-websocket: 0.11.4
uuid: 8.3.2
- websocket-driver: 0.7.4
+ websocket-driver: 0.7.5
socks-proxy-agent@6.2.1(supports-color@7.2.0):
dependencies:
@@ -25262,7 +25436,7 @@ snapshots:
spdx-license-ids@3.0.23: {}
- spdy-transport@3.0.0(supports-color@7.2.0):
+ spdy-transport@3.0.0:
dependencies:
debug: 4.4.3(supports-color@7.2.0)
detect-node: 2.1.0
@@ -25273,13 +25447,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- spdy@4.0.2(supports-color@7.2.0):
+ spdy@4.0.2:
dependencies:
debug: 4.4.3(supports-color@7.2.0)
handle-thing: 2.0.1
http-deceiver: 1.2.7
select-hose: 2.0.0
- spdy-transport: 3.0.0(supports-color@7.2.0)
+ spdy-transport: 3.0.0
transitivePeerDependencies:
- supports-color
@@ -25585,11 +25759,11 @@ snapshots:
picocolors: 1.1.1
sax: 1.6.0
- swc-loader@0.2.7(@swc/core@1.15.40)(webpack@5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)):
+ swc-loader@0.2.7(@swc/core@1.15.43)(webpack@5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)):
dependencies:
- '@swc/core': 1.15.40
+ '@swc/core': 1.15.43
'@swc/counter': 0.1.3
- webpack: 5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)
swr@2.4.2(react@19.2.6):
dependencies:
@@ -25669,42 +25843,42 @@ snapshots:
type-fest: 0.16.0
unique-string: 2.0.0
- terser-webpack-plugin@5.6.1(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)):
+ terser-webpack-plugin@5.6.1(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1
schema-utils: 4.3.3
terser: 5.48.0
- webpack: 5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)
optionalDependencies:
- '@swc/core': 1.15.40
+ '@swc/core': 1.15.43
'@swc/html': 1.15.40
lightningcss: 1.32.0
postcss: 8.5.15
- terser-webpack-plugin@5.6.1(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ terser-webpack-plugin@5.6.1(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1
schema-utils: 4.3.3
terser: 5.48.0
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
optionalDependencies:
- '@swc/core': 1.15.40
+ '@swc/core': 1.15.43
clean-css: 5.3.3
cssnano: 7.1.9(postcss@8.5.15)
html-minifier-terser: 7.2.0
postcss: 8.5.15
- terser-webpack-plugin@5.6.1(@swc/core@1.15.40)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ terser-webpack-plugin@5.6.1(@swc/core@1.15.43)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1
schema-utils: 4.3.3
terser: 5.48.0
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
optionalDependencies:
- '@swc/core': 1.15.40
+ '@swc/core': 1.15.43
postcss: 8.5.15
terser@5.48.0:
@@ -25936,12 +26110,12 @@ snapshots:
typedarray@0.0.6: {}
- typescript-eslint@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3):
+ typescript-eslint@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
- '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
- '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3)
- '@typescript-eslint/utils': 8.60.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
+ '@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
+ '@typescript-eslint/parser': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)
+ '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
+ '@typescript-eslint/utils': 8.63.0(eslint@9.39.4(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3)
eslint: 9.39.4(jiti@2.7.0)(supports-color@7.2.0)
typescript: 6.0.3
transitivePeerDependencies:
@@ -26090,23 +26264,23 @@ snapshots:
dependencies:
punycode: 2.3.1
- url-loader@4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ url-loader@4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
optionalDependencies:
- file-loader: 6.2.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ file-loader: 6.2.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
- url-loader@4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ url-loader@4.1.1(file-loader@6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)))(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
optionalDependencies:
- file-loader: 6.2.0(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ file-loader: 6.2.0(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
use-editable@2.3.3(react@19.2.6):
dependencies:
@@ -26262,51 +26436,51 @@ snapshots:
- bufferutil
- utf-8-validate
- webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
colorette: 2.0.20
- memfs: 4.57.2(tslib@2.8.1)
+ memfs: 4.64.0(tslib@2.8.1)
mime-types: 3.0.2
on-finished: 2.4.1
- range-parser: 1.2.1
+ range-parser: 1.3.0
schema-utils: 4.3.3
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
transitivePeerDependencies:
- tslib
- webpack-dev-server@5.2.4(supports-color@7.2.0)(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15)):
+ webpack-dev-server@5.2.6(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)):
dependencies:
'@types/bonjour': 3.5.13
'@types/connect-history-api-fallback': 1.5.4
'@types/express': 4.17.25
- '@types/express-serve-static-core': 4.19.8
+ '@types/express-serve-static-core': 4.19.9
'@types/serve-index': 1.9.4
'@types/serve-static': 1.15.10
'@types/sockjs': 0.3.36
'@types/ws': 8.18.1
ansi-html-community: 0.0.8
- bonjour-service: 1.4.0
+ bonjour-service: 1.4.3
chokidar: 3.6.0
colorette: 2.0.20
compression: 1.8.1
connect-history-api-fallback: 2.0.0
express: 4.22.2
graceful-fs: 4.2.11
- http-proxy-middleware: 2.0.9(@types/express@4.17.25)
+ http-proxy-middleware: 2.0.10(@types/express@4.17.25)
ipaddr.js: 2.4.0
- launch-editor: 2.13.2
+ launch-editor: 2.14.1
open: 10.2.0
p-retry: 6.2.1
schema-utils: 4.3.3
selfsigned: 5.5.0
serve-index: 1.9.2
sockjs: 0.3.24
- spdy: 4.0.2(supports-color@7.2.0)
- webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
- ws: 8.21.0
+ spdy: 4.0.2
+ webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
+ ws: 8.21.1
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15)
transitivePeerDependencies:
- bufferutil
- debug
@@ -26322,7 +26496,7 @@ snapshots:
webpack-sources@3.5.0: {}
- webpack@5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15):
+ webpack@5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15):
dependencies:
'@types/estree': 1.0.9
'@types/json-schema': 7.0.15
@@ -26344,7 +26518,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.3
tapable: 2.3.3
- terser-webpack-plugin: 5.6.1(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15))
+ terser-webpack-plugin: 5.6.1(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(@swc/html@1.15.40)(lightningcss@1.32.0)(postcss@8.5.15))
watchpack: 2.5.1
webpack-sources: 3.5.0
transitivePeerDependencies:
@@ -26361,7 +26535,7 @@ snapshots:
- postcss
- uglify-js
- webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15):
+ webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15):
dependencies:
'@types/estree': 1.0.9
'@types/json-schema': 7.0.15
@@ -26383,7 +26557,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.3
tapable: 2.3.3
- terser-webpack-plugin: 5.6.1(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
+ terser-webpack-plugin: 5.6.1(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15))
watchpack: 2.5.1
webpack-sources: 3.5.0
transitivePeerDependencies:
@@ -26400,7 +26574,7 @@ snapshots:
- postcss
- uglify-js
- webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15):
+ webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15):
dependencies:
'@types/estree': 1.0.9
'@types/json-schema': 7.0.15
@@ -26422,7 +26596,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.3
tapable: 2.3.3
- terser-webpack-plugin: 5.6.1(@swc/core@1.15.40)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.40)(postcss@8.5.15))
+ terser-webpack-plugin: 5.6.1(@swc/core@1.15.43)(postcss@8.5.15)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))
watchpack: 2.5.1
webpack-sources: 3.5.0
transitivePeerDependencies:
@@ -26439,16 +26613,16 @@ snapshots:
- postcss
- uglify-js
- webpackbar@7.0.0(webpack@5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
+ webpackbar@7.0.0(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)):
dependencies:
ansis: 3.17.0
consola: 3.4.2
pretty-time: 1.1.0
std-env: 3.10.0
optionalDependencies:
- webpack: 5.107.2(@swc/core@1.15.40)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
+ webpack: 5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.15))(html-minifier-terser@7.2.0)(postcss@8.5.15)
- websocket-driver@0.7.4:
+ websocket-driver@0.7.5:
dependencies:
http-parser-js: 0.5.10
safe-buffer: 5.2.1
@@ -26724,6 +26898,8 @@ snapshots:
ws@8.21.0: {}
+ ws@8.21.1: {}
+
wsl-utils@0.1.0:
dependencies:
is-wsl: 3.1.1
diff --git a/project-words.txt b/project-words.txt
index 0dff47f2c354..fac0cc29a10e 100644
--- a/project-words.txt
+++ b/project-words.txt
@@ -1,7 +1,6 @@
# Project Words - DO NOT TOUCH - This is updated through CI
abernathyca
Adriaan
-agentreadyweb
alexbdebrie
Alexey
algoliasearch
@@ -57,6 +56,8 @@ Datagit's
dedup
definitelytyped
devto
+Dhub
+dhub
dingers
Dmitry
Docu
@@ -70,7 +71,6 @@ Dogfooding
dogfooding
Dyte
dyte
-easyops
Endi
endi
Endi's
@@ -87,7 +87,6 @@ Français
froms
gabrielcsapo
gclid
-getcanary
Gifs
gingergeek
gingergeekuk
@@ -132,8 +131,6 @@ Lifecycles
lifecycles
lightningcss
Linkify
-llms
-llmstxt
longlonglonglonglonglonglonglonglonglonglonglong
Lorber
lorber
@@ -144,8 +141,6 @@ lunrjs
Marcey
marcey
Marcey's
-Markprompt
-markprompt
Massoud
mathjax
maxlynch
@@ -156,14 +151,10 @@ MDXAST
MDXHAST
Mdxjs
mdxjs
-Meilisearch
-meilisearch
merveilleuse
metadatum
Metastring
metastring
-metrica
-Metrika
microdata
Milnes
Mindmap
@@ -172,8 +163,6 @@ mkdirs
mkdn
mkdocs
mkdown
-Moesif
-moesif
Nabors
Nakagawa
nand
@@ -190,8 +179,6 @@ npmjs
opensearch
opensearchdescription
opensource
-Orama
-orama
Orta
orta
osascript
@@ -218,7 +205,6 @@ playbtn
Plushie
plushie
plushies
-posthog
precached
precaching
prerendered
@@ -226,7 +212,6 @@ printfn
producthunt
Profilo
profilo
-protobuffet
PRPL
Pyltsyn
QJPUV
@@ -237,7 +222,6 @@ Quickwit
quickwit
rachelnabors
Ramón
-rangefind
reactjs
rearchitecture
Recma
@@ -293,7 +277,6 @@ styl
sublabel
sublicensable
sublist
-subsetting
subsubcategory
subsubfolder
subsubsection
diff --git a/website/community/2-resources.mdx b/website/community/2-resources.mdx
index 78948f5c5e84..ecb1e458f924 100644
--- a/website/community/2-resources.mdx
+++ b/website/community/2-resources.mdx
@@ -53,6 +53,7 @@ See the showcase
- [posthog-docusaurus](https://github.com/PostHog/posthog-docusaurus) - Integrate [PostHog](https://posthog.com/) product analytics with Docusaurus
- [docusaurus-plugin-moesif](https://github.com/Moesif/docusaurus-plugin-moesif) - Adds [Moesif API Analytics](https://www.moesif.com/) to track user behavior and pinpoint where developers drop off in your activation funnel.
- [docusaurus-plugin-yandex-metrica](https://github.com/sgromkov/docusaurus-plugin-yandex-metrica) - Adds [Yandex Metrika](https://metrika.yandex.ru/) counter for evaluating site traffic and analyzing user behavior.
+- [docusaurus-plugin-dhub](https://github.com/dhub-dev/docusaurus-plugin-dhub) - Adds edit links that open a page's source file in the [Dhub](https://dhub.dev/docusaurus) visual MDX editor, and emits a `dhub.json` manifest mapping every route to its source file.
### AI / Agents {/* #ai-agents */}
@@ -61,6 +62,7 @@ See the showcase
- [docusaurus-plugin-llms-txt](https://github.com/din0s/docusaurus-plugin-llms-txt) - Generates a concatenated Markdown `llms.txt` file from your documentation.
- [expose-markdown-docusaurus-plugin](https://github.com/FlyNumber/markdown_docusaurus_plugin) - Exposes your /docs Markdown files as raw `.md` URLs (for LLM consumption).
- [@agentreadyweb/docusaurus-plugin](https://github.com/AshutoshRaj97/agentready-mcp/tree/main/docusaurus-plugin) - Auto-indexes your docs in [AgentReady](https://www.agentready.it.com) after every build, making them instantly queryable by AI agents (Claude, Cursor, Windsurf) via MCP with cited answers.
+- [@deskcrew/docusaurus-plugin](https://github.com/webmilmind1/docusaurus-deskcrew) - Adds AI live chat, a help center and ticketing from [DeskCrew](https://deskcrew.io) to every docs page. Answers reader questions from your own help articles, and files a support ticket when it cannot.
### Features {/* #features */}
diff --git a/website/docs/guides/markdown-features/markdown-features-links.mdx b/website/docs/guides/markdown-features/markdown-features-links.mdx
index 5bd01278554c..bc316a7d145c 100644
--- a/website/docs/guides/markdown-features/markdown-features-links.mdx
+++ b/website/docs/guides/markdown-features/markdown-features-links.mdx
@@ -17,7 +17,7 @@ URL paths are unprocessed by Docusaurus, and you can see them as directly render
If you want to reference another Markdown file **included by the same plugin**, you could use the relative path of the document you want to link to. Docusaurus' Markdown loader will convert the file path to the target file's URL path (and hence remove the `.md` extension).
-For example, if you are in `docs/folder/doc1.md` and you want to reference `docs/folder/doc2.md`, `docs/folder/subfolder/doc3.md` and `docs/otherFolder/doc4.md`:
+For example, if you are in `docs/folder/doc1.md` and you want to reference `docs/folder/doc2.md`, `docs/folder/subfolder/doc3.md`, and `docs/otherFolder/doc4.md`:
```md title="docs/folder/doc1.md"
I am referencing a [document](doc2.mdx).
diff --git a/website/package.json b/website/package.json
index d992d57db1c4..63fa4cdd0e9e 100644
--- a/website/package.json
+++ b/website/package.json
@@ -95,7 +95,7 @@
"@docusaurus/tsconfig": "3.10.1",
"@types/color": "^3.0.4",
"cross-env": "^10.1.0",
- "rimraf": "^3.0.2",
+ "rimraf": "^6.1.3",
"search-insights": "^2.17.3"
}
}