diff --git a/cursorless.nvim/node/command-server/package.json b/cursorless.nvim/node/command-server/package.json
index afc2d5b54e..ccc62d1d62 100644
--- a/cursorless.nvim/node/command-server/package.json
+++ b/cursorless.nvim/node/command-server/package.json
@@ -19,7 +19,7 @@
"@typescript-eslint/parser": "8.32.1",
"esbuild": "0.25.4",
"eslint": "9.27.0",
- "glob": "11.0.0",
+ "glob": "11.0.2",
"mocha": "8.1.3",
"typescript": "5.8.3",
"vscode-test": "1.6.1",
diff --git a/package.json b/package.json
index 9d6f5decfc..fe30956eb3 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,14 @@
"version": "0.1.0",
"description": "The root of the Cursorless monorepo",
"main": "index.js",
+ "type": "module",
+ "keywords": [],
+ "author": "",
+ "license": "MIT",
+ "engines": {
+ "node": ">=20.16.0"
+ },
+ "packageManager": "pnpm@9.12.1",
"scripts": {
"build": "pnpm -r build",
"clean": "pnpm -r clean",
@@ -24,24 +32,21 @@
"watch:esbuild": "pnpm run -r --parallel --if-present watch:esbuild",
"watch:tsc": "tsc --build --watch"
},
- "keywords": [],
- "author": "",
- "license": "MIT",
"devDependencies": {
"@pnpm/meta-updater": "2.0.4",
"@types/node": "20.17.50",
- "@typescript-eslint/eslint-plugin": "8.32.1",
- "@typescript-eslint/parser": "8.32.1",
+ "@typescript-eslint/eslint-plugin": "8.33.1",
+ "@typescript-eslint/parser": "8.33.1",
"cross-env": "7.0.3",
- "esbuild": "0.25.4",
+ "esbuild": "0.25.5",
"eslint-config-prettier": "10.1.5",
- "eslint-import-resolver-typescript": "4.4.0",
+ "eslint-import-resolver-typescript": "4.4.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-unused-imports": "4.1.4",
- "eslint": "9.27.0",
- "prettier-plugin-tailwindcss": "0.6.11",
+ "eslint": "9.28.0",
+ "prettier-plugin-tailwindcss": "0.6.12",
"prettier": "3.3.3",
"syncpack": "13.0.4",
"typescript": "5.8.3"
@@ -60,10 +65,5 @@
"react-dom": "18"
}
}
- },
- "engines": {
- "node": ">=20.16.0"
- },
- "packageManager": "pnpm@9.12.1",
- "type": "module"
+ }
}
diff --git a/packages/cheatsheet-local/package.json b/packages/cheatsheet-local/package.json
index ece0079428..65663096cf 100644
--- a/packages/cheatsheet-local/package.json
+++ b/packages/cheatsheet-local/package.json
@@ -25,33 +25,33 @@
},
"dependencies": {
"@cursorless/cheatsheet": "workspace:*",
- "react": "^18.3.1",
- "react-dom": "^18.3.1"
+ "react": "19.1.0",
+ "react-dom": "19.1.0"
},
"devDependencies": {
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
- "@types/jest": "29.5.13",
+ "@types/jest": "29.5.14",
"@types/node": "20.17.50",
- "@types/react": "18.3.11",
- "@types/react-dom": "18.3.1",
+ "@types/react": "19.1.6",
+ "@types/react-dom": "19.1.5",
"@types/webpack": "5.28.5",
"@webpack-cli/generators": "3.0.7",
"autoprefixer": "10.4.21",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
- "postcss": "8.5.3",
+ "postcss": "8.5.4",
"postcss-loader": "8.1.1",
"style-loader": "4.0.0",
"tailwindcss": "3.4.14",
- "ts-loader": "9.5.1",
+ "ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"webpack": "5.99.9",
"webpack-cli": "6.0.1",
- "webpack-dev-server": "5.2.1"
+ "webpack-dev-server": "5.2.2"
},
"postcss": {
"plugins": {
diff --git a/packages/cheatsheet/package.json b/packages/cheatsheet/package.json
index 0b7a8cc239..5106d2cdfa 100644
--- a/packages/cheatsheet/package.json
+++ b/packages/cheatsheet/package.json
@@ -27,24 +27,24 @@
"*.css"
],
"dependencies": {
- "@fortawesome/fontawesome-svg-core": "6.6.0",
- "@fortawesome/free-solid-svg-icons": "6.6.0",
+ "@fortawesome/fontawesome-svg-core": "6.7.2",
+ "@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
"react-string-replace": "1.1.1",
"react-use": "17.6.0"
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
- "@types/jest": "29.5.13",
- "@types/react": "18.3.11",
- "@types/react-dom": "18.3.1",
+ "@types/jest": "29.5.14",
+ "@types/react": "19.1.6",
+ "@types/react-dom": "19.1.5",
"@types/react-helmet": "6.1.11",
"jest": "29.7.0",
- "jest-environment-jsdom": "29.7.0",
- "ts-jest": "29.2.5",
+ "jest-environment-jsdom": "30.0.0-beta.3",
+ "ts-jest": "29.3.4",
"typescript": "5.8.3"
},
"type": "module"
diff --git a/packages/cheatsheet/src/lib/components/CheatsheetLegendComponent.tsx b/packages/cheatsheet/src/lib/components/CheatsheetLegendComponent.tsx
index c48f3c7652..b771c4c1cd 100644
--- a/packages/cheatsheet/src/lib/components/CheatsheetLegendComponent.tsx
+++ b/packages/cheatsheet/src/lib/components/CheatsheetLegendComponent.tsx
@@ -10,7 +10,7 @@ type Props = {
export default function CheatsheetLegendComponent({
data,
-}: Props): JSX.Element {
+}: Props): React.JSX.Element {
const isHighlighted = useIsHighlighted("legend");
const borderClassName = isHighlighted
diff --git a/packages/cheatsheet/src/lib/components/CheatsheetListComponent.tsx b/packages/cheatsheet/src/lib/components/CheatsheetListComponent.tsx
index e514586911..0f53149208 100644
--- a/packages/cheatsheet/src/lib/components/CheatsheetListComponent.tsx
+++ b/packages/cheatsheet/src/lib/components/CheatsheetListComponent.tsx
@@ -1,3 +1,4 @@
+import type { JSX } from "react";
import type { CheatsheetSection, Variation } from "../CheatsheetInfo";
import useIsHighlighted from "../hooks/useIsHighlighted";
import { formatCaptures } from "./formatCaptures";
diff --git a/packages/cheatsheet/src/lib/components/CheatsheetNotesComponent.tsx b/packages/cheatsheet/src/lib/components/CheatsheetNotesComponent.tsx
index 7ea235af04..3e7246d298 100644
--- a/packages/cheatsheet/src/lib/components/CheatsheetNotesComponent.tsx
+++ b/packages/cheatsheet/src/lib/components/CheatsheetNotesComponent.tsx
@@ -1,7 +1,7 @@
import * as React from "react";
import SmartLink from "./SmartLink";
-export default function CheatsheetNotesComponent(): JSX.Element {
+export default function CheatsheetNotesComponent(): React.JSX.Element {
return (
{
const actual = uniqWith(
sortEntries(chars.flatMap((char) => trie.search(char))),
isEqual,
- );
+ ).map(({ key, value }) => ({ key, value }));
assert.deepStrictEqual(actual, sortEntries(expected));
assert.deepStrictEqual(
sortBy(conflicts.map(sortEntries), (conflict) =>
diff --git a/packages/meta-updater/package.json b/packages/meta-updater/package.json
index 960baefa9f..5a148e42a0 100644
--- a/packages/meta-updater/package.json
+++ b/packages/meta-updater/package.json
@@ -12,8 +12,8 @@
"dependencies": {
"@cursorless/common": "workspace:*",
"@pnpm/lockfile-file": "9.1.3",
- "@pnpm/logger": "5.2.0",
- "@pnpm/types": "12.2.0",
+ "@pnpm/logger": "1001.0.0",
+ "@pnpm/types": "1000.6.0",
"@types/normalize-path": "3.0.2",
"js-yaml": "4.1.0",
"lodash-es": "4.17.21",
@@ -33,7 +33,7 @@
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
- "esbuild": "0.25.4"
+ "esbuild": "0.25.5"
},
"type": "module"
}
diff --git a/packages/neovim-common/package.json b/packages/neovim-common/package.json
index 62842be030..77afaabee6 100644
--- a/packages/neovim-common/package.json
+++ b/packages/neovim-common/package.json
@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Common utility functions usable anywhere that neovim api is available",
"main": "./out/index.js",
+ "type": "module",
"scripts": {
"compile:tsc": "tsc --build",
"compile:esbuild": "esbuild ./src/index.ts --sourcemap --format=esm --bundle --packages=external --outfile=./out/index.js",
@@ -26,12 +27,13 @@
"@cursorless/common": "workspace:*",
"@cursorless/neovim-registry": "workspace:*",
"@cursorless/node-common": "workspace:*",
- "@types/lodash": "4.17.17",
- "@types/uuid": "10.0.0",
- "@types/vscode": "1.82.0",
"lodash": "4.17.21",
"neovim": "5.3.0",
"vscode-uri": "3.1.0"
},
- "type": "module"
+ "devDependencies": {
+ "@types/lodash": "4.17.17",
+ "@types/uuid": "10.0.0",
+ "@types/vscode": "1.82.0"
+ }
}
diff --git a/packages/node-common/package.json b/packages/node-common/package.json
index 9d8b8532a0..3c35d9ac44 100644
--- a/packages/node-common/package.json
+++ b/packages/node-common/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@cursorless/common": "workspace:*",
- "glob": "11.0.0",
+ "glob": "11.0.2",
"lodash-es": "4.17.21"
},
"devDependencies": {
diff --git a/packages/test-case-recorder/package.json b/packages/test-case-recorder/package.json
index 89e0b3f939..1befc05fad 100644
--- a/packages/test-case-recorder/package.json
+++ b/packages/test-case-recorder/package.json
@@ -27,7 +27,7 @@
"@cursorless/common": "workspace:*",
"@cursorless/cursorless-engine": "workspace:*",
"@cursorless/node-common": "workspace:*",
- "glob": "11.0.0",
+ "glob": "11.0.2",
"immutability-helper": "3.1.1",
"lodash-es": "4.17.21"
},
diff --git a/packages/test-harness/package.json b/packages/test-harness/package.json
index 582644262a..8af35759f6 100644
--- a/packages/test-harness/package.json
+++ b/packages/test-harness/package.json
@@ -30,7 +30,7 @@
"@cursorless/neovim-common": "workspace:*",
"@cursorless/neovim-registry": "workspace:*",
"@cursorless/node-common": "workspace:*",
- "glob": "11.0.0",
+ "glob": "11.0.2",
"neovim": "5.3.0",
"tail": "2.2.6"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4c5f6f25b5..81c6ee9199 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -23,44 +23,44 @@ importers:
specifier: 20.17.50
version: 20.17.50
'@typescript-eslint/eslint-plugin':
- specifier: 8.32.1
- version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
+ specifier: 8.33.1
+ version: 8.33.1(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
'@typescript-eslint/parser':
- specifier: 8.32.1
- version: 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
+ specifier: 8.33.1
+ version: 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
cross-env:
specifier: 7.0.3
version: 7.0.3
esbuild:
- specifier: 0.25.4
- version: 0.25.4
+ specifier: 0.25.5
+ version: 0.25.5
eslint:
- specifier: 9.27.0
- version: 9.27.0(jiti@1.21.6)
+ specifier: 9.28.0
+ version: 9.28.0(jiti@1.21.6)
eslint-config-prettier:
specifier: 10.1.5
- version: 10.1.5(eslint@9.27.0(jiti@1.21.6))
+ version: 10.1.5(eslint@9.28.0(jiti@1.21.6))
eslint-import-resolver-typescript:
- specifier: 4.4.0
- version: 4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6))
+ specifier: 4.4.2
+ version: 4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6))
eslint-plugin-import:
specifier: 2.31.0
- version: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6))
+ version: 2.31.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6))
eslint-plugin-mocha:
specifier: 10.5.0
- version: 10.5.0(eslint@9.27.0(jiti@1.21.6))
+ version: 10.5.0(eslint@9.28.0(jiti@1.21.6))
eslint-plugin-unicorn:
specifier: 56.0.1
- version: 56.0.1(eslint@9.27.0(jiti@1.21.6))
+ version: 56.0.1(eslint@9.28.0(jiti@1.21.6))
eslint-plugin-unused-imports:
specifier: 4.1.4
- version: 4.1.4(@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))
+ version: 4.1.4(@typescript-eslint/eslint-plugin@8.33.1(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))
prettier:
specifier: 3.3.3
version: 3.3.3
prettier-plugin-tailwindcss:
- specifier: 0.6.11
- version: 0.6.11(prettier@3.3.3)
+ specifier: 0.6.12
+ version: 0.6.12(prettier@3.3.3)
syncpack:
specifier: 13.0.4
version: 13.0.4(typescript@5.8.3)
@@ -71,42 +71,42 @@ importers:
packages/cheatsheet:
dependencies:
'@fortawesome/fontawesome-svg-core':
- specifier: 6.6.0
- version: 6.6.0
+ specifier: 6.7.2
+ version: 6.7.2
'@fortawesome/free-solid-svg-icons':
- specifier: 6.6.0
- version: 6.6.0
+ specifier: 6.7.2
+ version: 6.7.2
'@fortawesome/react-fontawesome':
specifier: 0.2.2
- version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@18.3.1)
+ version: 0.2.2(@fortawesome/fontawesome-svg-core@6.7.2)(react@19.1.0)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
react-string-replace:
specifier: 1.1.1
version: 1.1.1
react-use:
specifier: 17.6.0
- version: 17.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 17.6.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
devDependencies:
'@testing-library/dom':
specifier: 10.4.0
version: 10.4.0
'@testing-library/react':
specifier: 16.3.0
- version: 16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.5(@types/react@19.1.6))(@types/react@19.1.6)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/jest':
- specifier: 29.5.13
- version: 29.5.13
+ specifier: 29.5.14
+ version: 29.5.14
'@types/react':
- specifier: 18.3.11
- version: 18.3.11
+ specifier: 19.1.6
+ version: 19.1.6
'@types/react-dom':
- specifier: 18.3.1
- version: 18.3.1
+ specifier: 19.1.5
+ version: 19.1.5(@types/react@19.1.6)
'@types/react-helmet':
specifier: 6.1.11
version: 6.1.11
@@ -114,11 +114,11 @@ importers:
specifier: 29.7.0
version: 29.7.0(@types/node@20.17.50)(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3))
jest-environment-jsdom:
- specifier: 29.7.0
- version: 29.7.0
+ specifier: 30.0.0-beta.3
+ version: 30.0.0-beta.3
ts-jest:
- specifier: 29.2.5
- version: 29.2.5(@babel/core@7.27.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.1))(esbuild@0.25.4)(jest@29.7.0(@types/node@20.17.50))(typescript@5.8.3)
+ specifier: 29.3.4
+ version: 29.3.4(@babel/core@7.27.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.1))(esbuild@0.25.5)(jest@29.7.0(@types/node@20.17.50))(typescript@5.8.3)
typescript:
specifier: 5.8.3
version: 5.8.3
@@ -129,66 +129,66 @@ importers:
specifier: workspace:*
version: link:../cheatsheet
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
devDependencies:
'@effortlessmotion/html-webpack-inline-source-plugin':
specifier: 1.0.3
- version: 1.0.3(html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ version: 1.0.3(html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
'@testing-library/dom':
specifier: 10.4.0
version: 10.4.0
'@testing-library/react':
specifier: 16.3.0
- version: 16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.5(@types/react@19.1.6))(@types/react@19.1.6)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/jest':
- specifier: 29.5.13
- version: 29.5.13
+ specifier: 29.5.14
+ version: 29.5.14
'@types/node':
specifier: 20.17.50
version: 20.17.50
'@types/react':
- specifier: 18.3.11
- version: 18.3.11
+ specifier: 19.1.6
+ version: 19.1.6
'@types/react-dom':
- specifier: 18.3.1
- version: 18.3.1
+ specifier: 19.1.5
+ version: 19.1.5(@types/react@19.1.6)
'@types/webpack':
specifier: 5.28.5
- version: 5.28.5(esbuild@0.25.4)(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))
+ version: 5.28.5(esbuild@0.25.5)(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))
'@webpack-cli/generators':
specifier: 3.0.7
- version: 3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ version: 3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
autoprefixer:
specifier: 10.4.21
- version: 10.4.21(postcss@8.5.3)
+ version: 10.4.21(postcss@8.5.4)
css-loader:
specifier: 7.1.2
- version: 7.1.2(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ version: 7.1.2(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
html-webpack-plugin:
specifier: 5.6.3
- version: 5.6.3(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ version: 5.6.3(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
jest:
specifier: 29.7.0
version: 29.7.0(@types/node@20.17.50)(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3))
postcss:
- specifier: 8.5.3
- version: 8.5.3
+ specifier: 8.5.4
+ version: 8.5.4
postcss-loader:
specifier: 8.1.1
- version: 8.1.1(postcss@8.5.3)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ version: 8.1.1(postcss@8.5.4)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
style-loader:
specifier: 4.0.0
- version: 4.0.0(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ version: 4.0.0(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
tailwindcss:
specifier: 3.4.14
version: 3.4.14(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3))
ts-loader:
- specifier: 9.5.1
- version: 9.5.1(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ specifier: 9.5.2
+ version: 9.5.2(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
ts-node:
specifier: 10.9.2
version: 10.9.2(@types/node@20.17.50)(typescript@5.8.3)
@@ -197,13 +197,13 @@ importers:
version: 5.8.3
webpack:
specifier: 5.99.9
- version: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ version: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
webpack-cli:
specifier: 6.0.1
- version: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ version: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
webpack-dev-server:
- specifier: 5.2.1
- version: 5.2.1(webpack-cli@6.0.1)(webpack@5.99.9)
+ specifier: 5.2.2
+ version: 5.2.2(webpack-cli@6.0.1)(webpack@5.99.9)
packages/common:
dependencies:
@@ -294,8 +294,8 @@ importers:
specifier: 11.1.0
version: 11.1.0
zod:
- specifier: 3.25.28
- version: 3.25.28
+ specifier: 3.25.50
+ version: 3.25.50
devDependencies:
'@types/js-yaml':
specifier: 4.0.9
@@ -461,26 +461,26 @@ importers:
specifier: workspace:*
version: link:../cheatsheet
'@mdx-js/loader':
- specifier: 3.0.1
- version: 3.0.1(webpack@5.99.9(esbuild@0.25.4))
+ specifier: 3.1.0
+ version: 3.1.0(webpack@5.99.9(esbuild@0.25.5))
'@mdx-js/react':
- specifier: 3.0.1
- version: 3.0.1(@types/react@18.3.11)(react@18.3.1)
+ specifier: 3.1.0
+ version: 3.1.0(@types/react@19.1.6)(react@19.1.0)
'@next/mdx':
- specifier: 15.3.2
- version: 15.3.2(@mdx-js/loader@3.0.1(webpack@5.99.9(esbuild@0.25.4)))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))
+ specifier: 15.3.3
+ version: 15.3.3(@mdx-js/loader@3.1.0(webpack@5.99.9(esbuild@0.25.5)))(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))
next:
- specifier: 15.3.2
- version: 15.3.2(@babel/core@7.27.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: 15.3.3
+ version: 15.3.3(@babel/core@7.27.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
react-player:
specifier: 2.16.0
- version: 2.16.0(react@18.3.1)
+ version: 2.16.0(react@19.1.0)
devDependencies:
'@svgr/webpack':
specifier: 8.1.0
@@ -492,26 +492,26 @@ importers:
specifier: 20.17.50
version: 20.17.50
'@types/react':
- specifier: 18.3.11
- version: 18.3.11
+ specifier: 19.1.6
+ version: 19.1.6
'@types/react-dom':
- specifier: 18.3.1
- version: 18.3.1
+ specifier: 19.1.5
+ version: 19.1.5(@types/react@19.1.6)
autoprefixer:
specifier: 10.4.21
- version: 10.4.21(postcss@8.5.3)
+ version: 10.4.21(postcss@8.5.4)
eslint:
- specifier: 9.27.0
- version: 9.27.0(jiti@1.21.6)
+ specifier: 9.28.0
+ version: 9.28.0(jiti@1.21.6)
eslint-config-next:
- specifier: 15.3.2
- version: 15.3.2(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
+ specifier: 15.3.3
+ version: 15.3.3(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
http-server:
specifier: 14.1.1
version: 14.1.1
postcss:
- specifier: 8.5.3
- version: 8.5.3
+ specifier: 8.5.4
+ version: 8.5.4
tailwindcss:
specifier: 3.4.14
version: 3.4.14(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3))
@@ -522,57 +522,57 @@ importers:
packages/cursorless-org-docs:
dependencies:
'@algolia/client-search':
- specifier: 5.8.1
- version: 5.8.1
+ specifier: 5.25.0
+ version: 5.25.0
'@cursorless/common':
specifier: workspace:*
version: link:../common
'@docsearch/react':
- specifier: 3.6.2
- version: 3.6.2(@algolia/client-search@5.8.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)
+ specifier: 3.9.0
+ version: 3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.6)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)
'@docusaurus/core':
- specifier: 3.7.0
- version: 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
+ specifier: 3.8.0
+ version: 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
'@docusaurus/preset-classic':
- specifier: 3.7.0
- version: 3.7.0(@algolia/client-search@5.8.1)(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.8.3)
+ specifier: 3.8.0
+ version: 3.8.0(@algolia/client-search@5.25.0)(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)(typescript@5.8.3)
'@docusaurus/theme-classic':
- specifier: 3.7.0
- version: 3.7.0(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
+ specifier: 3.8.0
+ version: 3.8.0(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
'@docusaurus/theme-common':
- specifier: 3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: 3.8.0
+ version: 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@docusaurus/theme-search-algolia':
- specifier: 3.7.0
- version: 3.7.0(@algolia/client-search@5.8.1)(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.8.3)
+ specifier: 3.8.0
+ version: 3.8.0(@algolia/client-search@5.25.0)(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)(typescript@5.8.3)
'@mdx-js/react':
- specifier: 3.0.1
- version: 3.0.1(@types/react@18.3.11)(react@18.3.1)
+ specifier: 3.1.0
+ version: 3.1.0(@types/react@19.1.6)(react@19.1.0)
clsx:
- specifier: ^2.1.1
+ specifier: 2.1.1
version: 2.1.1
mdast-util-find-and-replace:
- specifier: ^3.0.1
- version: 3.0.1
+ specifier: 3.0.2
+ version: 3.0.2
prism-react-renderer:
specifier: 2.4.1
- version: 2.4.1(react@18.3.1)
+ version: 2.4.1(react@19.1.0)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
unist-util-visit:
- specifier: ^5.0.0
+ specifier: 5.0.0
version: 5.0.0
devDependencies:
'@docusaurus/module-type-aliases':
- specifier: 3.7.0
- version: 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: 3.8.0
+ version: 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@docusaurus/types':
- specifier: 3.7.0
- version: 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: 3.8.0
+ version: 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@tsconfig/docusaurus':
specifier: 2.0.3
version: 2.0.3
@@ -580,8 +580,8 @@ importers:
specifier: 4.0.4
version: 4.0.4
'@types/react':
- specifier: 18.3.11
- version: 18.3.11
+ specifier: 19.1.6
+ version: 19.1.6
typescript:
specifier: 5.8.3
version: 5.8.3
@@ -632,8 +632,8 @@ importers:
specifier: workspace:*
version: link:../vscode-common
glob:
- specifier: 11.0.0
- version: 11.0.0
+ specifier: 11.0.2
+ version: 11.0.2
itertools:
specifier: 2.4.1
version: 2.4.1
@@ -653,8 +653,8 @@ importers:
specifier: 1.6.0
version: 1.6.0
trie-search:
- specifier: 2.0.0
- version: 2.0.0
+ specifier: 2.2.0
+ version: 2.2.0
uuid:
specifier: 11.1.0
version: 11.1.0
@@ -693,8 +693,8 @@ importers:
specifier: 1.82.0
version: 1.82.0
esbuild:
- specifier: 0.25.4
- version: 0.25.4
+ specifier: 0.25.5
+ version: 0.25.5
fast-xml-parser:
specifier: 5.2.3
version: 5.2.3
@@ -760,18 +760,18 @@ importers:
specifier: workspace:*
version: link:../common
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
devDependencies:
'@types/react':
- specifier: 18.3.11
- version: 18.3.11
+ specifier: 19.1.6
+ version: 19.1.6
'@types/react-dom':
- specifier: 18.3.1
- version: 18.3.1
+ specifier: 19.1.5
+ version: 19.1.5(@types/react@19.1.6)
'@types/vscode-webview':
specifier: 1.57.5
version: 1.57.5
@@ -786,13 +786,13 @@ importers:
version: link:../common
'@pnpm/lockfile-file':
specifier: 9.1.3
- version: 9.1.3(@pnpm/logger@5.2.0)
+ version: 9.1.3(@pnpm/logger@1001.0.0)
'@pnpm/logger':
- specifier: 5.2.0
- version: 5.2.0
+ specifier: 1001.0.0
+ version: 1001.0.0
'@pnpm/types':
- specifier: 12.2.0
- version: 12.2.0
+ specifier: 1000.6.0
+ version: 1000.6.0
'@types/normalize-path':
specifier: 3.0.2
version: 3.0.2
@@ -819,8 +819,8 @@ importers:
specifier: 4.17.12
version: 4.17.12
esbuild:
- specifier: 0.25.4
- version: 0.25.4
+ specifier: 0.25.5
+ version: 0.25.5
packages/neovim-common:
dependencies:
@@ -833,15 +833,6 @@ importers:
'@cursorless/node-common':
specifier: workspace:*
version: link:../node-common
- '@types/lodash':
- specifier: 4.17.17
- version: 4.17.17
- '@types/uuid':
- specifier: 10.0.0
- version: 10.0.0
- '@types/vscode':
- specifier: 1.82.0
- version: 1.82.0
lodash:
specifier: 4.17.21
version: 4.17.21
@@ -851,6 +842,16 @@ importers:
vscode-uri:
specifier: 3.1.0
version: 3.1.0
+ devDependencies:
+ '@types/lodash':
+ specifier: 4.17.17
+ version: 4.17.17
+ '@types/uuid':
+ specifier: 10.0.0
+ version: 10.0.0
+ '@types/vscode':
+ specifier: 1.82.0
+ version: 1.82.0
packages/neovim-registry:
devDependencies:
@@ -864,8 +865,8 @@ importers:
specifier: workspace:*
version: link:../common
glob:
- specifier: 11.0.0
- version: 11.0.0
+ specifier: 11.0.2
+ version: 11.0.2
lodash-es:
specifier: 4.17.21
version: 4.17.21
@@ -907,8 +908,8 @@ importers:
specifier: workspace:*
version: link:../node-common
glob:
- specifier: 11.0.0
- version: 11.0.0
+ specifier: 11.0.2
+ version: 11.0.2
immutability-helper:
specifier: 3.1.1
version: 3.1.1
@@ -935,8 +936,8 @@ importers:
specifier: workspace:*
version: link:../node-common
glob:
- specifier: 11.0.0
- version: 11.0.0
+ specifier: 11.0.2
+ version: 11.0.2
neovim:
specifier: 5.3.0
version: 5.3.0
@@ -978,84 +979,43 @@ packages:
'@algolia/autocomplete-core@1.17.9':
resolution: {integrity: sha512-O7BxrpLDPJWWHv/DLA9DRFWs+iY1uOJZkqUwjS5HSZAGcl0hIVCQ97LTLewiZmZ402JYUrun+8NqFP+hCknlbQ==}
- '@algolia/autocomplete-core@1.9.3':
- resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==}
-
'@algolia/autocomplete-plugin-algolia-insights@1.17.9':
resolution: {integrity: sha512-u1fEHkCbWF92DBeB/KHeMacsjsoI0wFhjZtlCq2ddZbAehshbZST6Hs0Avkc0s+4UyBGbMDnSuXHLuvRWK5iDQ==}
peerDependencies:
search-insights: '>= 1 < 3'
- '@algolia/autocomplete-plugin-algolia-insights@1.9.3':
- resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==}
- peerDependencies:
- search-insights: '>= 1 < 3'
-
'@algolia/autocomplete-preset-algolia@1.17.9':
resolution: {integrity: sha512-Na1OuceSJeg8j7ZWn5ssMu/Ax3amtOwk76u4h5J4eK2Nx2KB5qt0Z4cOapCsxot9VcEN11ADV5aUSlQF4RhGjQ==}
peerDependencies:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/autocomplete-preset-algolia@1.9.3':
- resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==}
- peerDependencies:
- '@algolia/client-search': '>= 4.9.1 < 6'
- algoliasearch: '>= 4.9.1 < 6'
-
'@algolia/autocomplete-shared@1.17.9':
resolution: {integrity: sha512-iDf05JDQ7I0b7JEA/9IektxN/80a2MZ1ToohfmNS3rfeuQnIKI3IJlIafD0xu4StbtQTghx9T3Maa97ytkXenQ==}
peerDependencies:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/autocomplete-shared@1.9.3':
- resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==}
- peerDependencies:
- '@algolia/client-search': '>= 4.9.1 < 6'
- algoliasearch: '>= 4.9.1 < 6'
-
- '@algolia/cache-browser-local-storage@4.24.0':
- resolution: {integrity: sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==}
-
- '@algolia/cache-common@4.24.0':
- resolution: {integrity: sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==}
-
- '@algolia/cache-in-memory@4.24.0':
- resolution: {integrity: sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==}
-
'@algolia/client-abtesting@5.24.0':
resolution: {integrity: sha512-pNTIB5YqVVwu6UogvdX8TqsRZENaflqMMjdY7/XIPMNGrBoNH9tewINLI7+qc9tIaOLcAp3ZldqoEwAihZZ3ig==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-account@4.24.0':
- resolution: {integrity: sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==}
-
- '@algolia/client-analytics@4.24.0':
- resolution: {integrity: sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==}
-
'@algolia/client-analytics@5.24.0':
resolution: {integrity: sha512-IF+r9RRQsIf0ylIBNFxo7c6hDxxuhIfIbffhBXEF1HD13rjhP5AVfiaea9RzbsAZoySkm318plDpH/nlGIjbRA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-common@4.24.0':
- resolution: {integrity: sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==}
-
'@algolia/client-common@5.24.0':
resolution: {integrity: sha512-p8K6tiXQTebRBxbrzWIfGCvfkT+Umml+2lzI92acZjHsvl6KYH6igOfVstKqXJRei9pvRzEEvVDNDLXDVleGTA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-common@5.8.1':
- resolution: {integrity: sha512-MLX/gipPFEhJPCExsxXf9tnt+kLfWCe9JWRp1adcoVySkhzPxpIeSiWaQaOqyy0TYIgIpdeVx/emlBT9Ni8GFw==}
+ '@algolia/client-common@5.25.0':
+ resolution: {integrity: sha512-il1zS/+Rc6la6RaCdSZ2YbJnkQC6W1wiBO8+SH+DE6CPMWBU6iDVzH0sCKSAtMWl9WBxoN6MhNjGBnCv9Yy2bA==}
engines: {node: '>= 14.0.0'}
'@algolia/client-insights@5.24.0':
resolution: {integrity: sha512-jOHF0+tixR3IZJMhZPquFNdCVPzwzzXoiqVsbTvfKojeaY6ZXybgUiTSB8JNX+YpsUT8Ebhu3UvRy4mw2PbEzw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-personalization@4.24.0':
- resolution: {integrity: sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==}
-
'@algolia/client-personalization@5.24.0':
resolution: {integrity: sha512-Fx/Fp6d8UmDBHecTt0XYF8C9TAaA3qeCQortfGSZzWp4gVmtrUCFNZ1SUwb8ULREnO9DanVrM5hGE8R8C4zZTQ==}
engines: {node: '>= 14.0.0'}
@@ -1064,15 +1024,12 @@ packages:
resolution: {integrity: sha512-F8ypOedSMhz6W7zuT5O1SXXsdXSOVhY2U6GkRbYk/mzrhs3jWFR3uQIfeQVWmsJjUwIGZmPoAr9E+T/Zm2M4wA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-search@4.24.0':
- resolution: {integrity: sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==}
-
'@algolia/client-search@5.24.0':
resolution: {integrity: sha512-k+nuciQuq7WERNNE+hsx3DX636zIy+9R4xdtvW3PANT2a2BDGOv3fv2mta8+QUMcVTVcGe/Mo3QCb4pc1HNoxA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-search@5.8.1':
- resolution: {integrity: sha512-zy3P4fI28GfzKihUw5+L76pEedQxyLDiMsdDYEWghIz8yAnELDatPNEThyWuUk8fD0PeVoCi1M4tr1iz00fOtQ==}
+ '@algolia/client-search@5.25.0':
+ resolution: {integrity: sha512-9rUYcMIBOrCtYiLX49djyzxqdK9Dya/6Z/8sebPn94BekT+KLOpaZCuc6s0Fpfq7nx5J6YY5LIVFQrtioK9u0g==}
engines: {node: '>= 14.0.0'}
'@algolia/events@4.0.1':
@@ -1082,59 +1039,38 @@ packages:
resolution: {integrity: sha512-/lqVxmrvwoA+OyVK4XLMdz/PJaCTW4qYchX1AZ+98fdnH3K6XM/kMydQLfP0bUNGBQbmVrF88MqhqZRnZEn/MA==}
engines: {node: '>= 14.0.0'}
- '@algolia/logger-common@4.24.0':
- resolution: {integrity: sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==}
-
- '@algolia/logger-console@4.24.0':
- resolution: {integrity: sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==}
-
'@algolia/monitoring@1.24.0':
resolution: {integrity: sha512-cRisDXQJhvfZCXL4hD22qca2CmW52TniOx6L7pvkaBDx0oQk1k9o+3w11fgfcCG+47OndMeNx5CMpu+K+COMzg==}
engines: {node: '>= 14.0.0'}
- '@algolia/recommend@4.24.0':
- resolution: {integrity: sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==}
-
'@algolia/recommend@5.24.0':
resolution: {integrity: sha512-JTMz0JqN2gidvKa2QCF/rMe8LNtdHaght03px2cluZaZfBRYy8TgHgkCeBspKKvV/abWJwl7J0FzWThCshqT3w==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@4.24.0':
- resolution: {integrity: sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==}
-
'@algolia/requester-browser-xhr@5.24.0':
resolution: {integrity: sha512-B2Gc+iSxct1WSza5CF6AgfNgmLvVb61d5bqmIWUZixtJIhyAC6lSQZuF+nvt+lmKhQwuY2gYjGGClil8onQvKQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@5.8.1':
- resolution: {integrity: sha512-x0iULVrx5PocaYBqH+G6jyEsEHf7m5FDiZW7CP8AaJdzdCzoUyx7YH6e6TSCNlkFEjwmn8uj05coN8uljCHXTg==}
+ '@algolia/requester-browser-xhr@5.25.0':
+ resolution: {integrity: sha512-JLaF23p1SOPBmfEqozUAgKHQrGl3z/Z5RHbggBu6s07QqXXcazEsub5VLonCxGVqTv6a61AAPr8J1G5HgGGjEw==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-common@4.24.0':
- resolution: {integrity: sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==}
-
'@algolia/requester-fetch@5.24.0':
resolution: {integrity: sha512-6E5+hliqGc5w8ZbyTAQ+C3IGLZ/GiX623Jl2bgHA974RPyFWzVSj4rKqkboUAxQmrFY7Z02ybJWVZS5OhPQocA==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-fetch@5.8.1':
- resolution: {integrity: sha512-SRWGrNsKSLNYIDNlVKVkf4wxsm6h57xI+0b8JPm0wUe0ly0jymAgQU2yW2GDzNuXyiPiS7U1oWwaVGs71IT5Pw==}
+ '@algolia/requester-fetch@5.25.0':
+ resolution: {integrity: sha512-rtzXwqzFi1edkOF6sXxq+HhmRKDy7tz84u0o5t1fXwz0cwx+cjpmxu/6OQKTdOJFS92JUYHsG51Iunie7xbqfQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@4.24.0':
- resolution: {integrity: sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==}
-
'@algolia/requester-node-http@5.24.0':
resolution: {integrity: sha512-zM+nnqZpiQj20PyAh6uvgdSz+hD7Rj7UfAZwizqNP+bLvcbGXZwABERobuilkCQqyDBBH4uv0yqIcPRl8dSBEg==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@5.8.1':
- resolution: {integrity: sha512-pYylr2gBsV68E88bltaVoJHIc3YNIllVmA12d+jefAcutR9ytQM7iP6dXbCYuRqF4CHF32YvZuwvqNI3J4kowA==}
+ '@algolia/requester-node-http@5.25.0':
+ resolution: {integrity: sha512-ZO0UKvDyEFvyeJQX0gmZDQEvhLZ2X10K+ps6hViMo1HgE2V8em00SwNsQ+7E/52a+YiBkVWX61pJJJE44juDMQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/transporter@4.24.0':
- resolution: {integrity: sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==}
-
'@alloc/quick-lru@5.2.0':
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
engines: {node: '>=10'}
@@ -1143,6 +1079,9 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
+ '@asamuzakjp/css-color@3.2.0':
+ resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
+
'@babel/code-frame@7.27.1':
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
engines: {node: '>=6.9.0'}
@@ -2054,29 +1993,9 @@ packages:
resolution: {integrity: sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==}
engines: {node: '>=14.17.0'}
- '@docsearch/css@3.6.2':
- resolution: {integrity: sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==}
-
'@docsearch/css@3.9.0':
resolution: {integrity: sha512-cQbnVbq0rrBwNAKegIac/t6a8nWoUAn8frnkLFW6YARaRmAQr5/Eoe6Ln2fqkUCZ40KpdrKbpSAmgrkviOxuWA==}
- '@docsearch/react@3.6.2':
- resolution: {integrity: sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==}
- peerDependencies:
- '@types/react': '>= 16.8.0 < 19.0.0'
- react: '>= 16.8.0 < 19.0.0'
- react-dom: '>= 16.8.0 < 19.0.0'
- search-insights: '>= 1 < 3'
- peerDependenciesMeta:
- '@types/react':
- optional: true
- react:
- optional: true
- react-dom:
- optional: true
- search-insights:
- optional: true
-
'@docsearch/react@3.9.0':
resolution: {integrity: sha512-mb5FOZYZIkRQ6s/NWnM98k879vu5pscWqTLubLFBO87igYYT4VzVazh4h5o/zCvTIZgEt3PvsCOMOswOUo9yHQ==}
peerDependencies:
@@ -2094,12 +2013,12 @@ packages:
search-insights:
optional: true
- '@docusaurus/babel@3.7.0':
- resolution: {integrity: sha512-0H5uoJLm14S/oKV3Keihxvh8RV+vrid+6Gv+2qhuzbqHanawga8tYnsdpjEyt36ucJjqlby2/Md2ObWjA02UXQ==}
+ '@docusaurus/babel@3.8.0':
+ resolution: {integrity: sha512-9EJwSgS6TgB8IzGk1L8XddJLhZod8fXT4ULYMx6SKqyCBqCFpVCEjR/hNXXhnmtVM2irDuzYoVLGWv7srG/VOA==}
engines: {node: '>=18.0'}
- '@docusaurus/bundler@3.7.0':
- resolution: {integrity: sha512-CUUT9VlSGukrCU5ctZucykvgCISivct+cby28wJwCC/fkQFgAHRp/GKv2tx38ZmXb7nacrKzFTcp++f9txUYGg==}
+ '@docusaurus/bundler@3.8.0':
+ resolution: {integrity: sha512-Rq4Z/MSeAHjVzBLirLeMcjLIAQy92pF1OI+2rmt18fSlMARfTGLWRE8Vb+ljQPTOSfJxwDYSzsK6i7XloD2rNA==}
engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/faster': '*'
@@ -2107,8 +2026,8 @@ packages:
'@docusaurus/faster':
optional: true
- '@docusaurus/core@3.7.0':
- resolution: {integrity: sha512-b0fUmaL+JbzDIQaamzpAFpTviiaU4cX3Qz8cuo14+HGBCwa0evEK0UYCBFY3n4cLzL8Op1BueeroUD2LYAIHbQ==}
+ '@docusaurus/core@3.8.0':
+ resolution: {integrity: sha512-c7u6zFELmSGPEP9WSubhVDjgnpiHgDqMh1qVdCB7rTflh4Jx0msTYmMiO91Ez0KtHj4sIsDsASnjwfJ2IZp3Vw==}
engines: {node: '>=18.0'}
hasBin: true
peerDependencies:
@@ -2116,93 +2035,97 @@ packages:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/cssnano-preset@3.7.0':
- resolution: {integrity: sha512-X9GYgruZBSOozg4w4dzv9uOz8oK/EpPVQXkp0MM6Tsgp/nRIU9hJzJ0Pxg1aRa3xCeEQTOimZHcocQFlLwYajQ==}
+ '@docusaurus/cssnano-preset@3.8.0':
+ resolution: {integrity: sha512-UJ4hAS2T0R4WNy+phwVff2Q0L5+RXW9cwlH6AEphHR5qw3m/yacfWcSK7ort2pMMbDn8uGrD38BTm4oLkuuNoQ==}
engines: {node: '>=18.0'}
- '@docusaurus/logger@3.7.0':
- resolution: {integrity: sha512-z7g62X7bYxCYmeNNuO9jmzxLQG95q9QxINCwpboVcNff3SJiHJbGrarxxOVMVmAh1MsrSfxWkVGv4P41ktnFsA==}
+ '@docusaurus/logger@3.8.0':
+ resolution: {integrity: sha512-7eEMaFIam5Q+v8XwGqF/n0ZoCld4hV4eCCgQkfcN9Mq5inoZa6PHHW9Wu6lmgzoK5Kx3keEeABcO2SxwraoPDQ==}
engines: {node: '>=18.0'}
- '@docusaurus/mdx-loader@3.7.0':
- resolution: {integrity: sha512-OFBG6oMjZzc78/U3WNPSHs2W9ZJ723ewAcvVJaqS0VgyeUfmzUV8f1sv+iUHA0DtwiR5T5FjOxj6nzEE8LY6VA==}
+ '@docusaurus/mdx-loader@3.8.0':
+ resolution: {integrity: sha512-mDPSzssRnpjSdCGuv7z2EIAnPS1MHuZGTaRLwPn4oQwszu4afjWZ/60sfKjTnjBjI8Vl4OgJl2vMmfmiNDX4Ng==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/module-type-aliases@3.7.0':
- resolution: {integrity: sha512-g7WdPqDNaqA60CmBrr0cORTrsOit77hbsTj7xE2l71YhBn79sxdm7WMK7wfhcaafkbpIh7jv5ef5TOpf1Xv9Lg==}
+ '@docusaurus/module-type-aliases@3.8.0':
+ resolution: {integrity: sha512-/uMb4Ipt5J/QnD13MpnoC/A4EYAe6DKNWqTWLlGrqsPJwJv73vSwkA25xnYunwfqWk0FlUQfGv/Swdh5eCCg7g==}
peerDependencies:
react: '*'
react-dom: '*'
- '@docusaurus/plugin-content-blog@3.7.0':
- resolution: {integrity: sha512-EFLgEz6tGHYWdPU0rK8tSscZwx+AsyuBW/r+tNig2kbccHYGUJmZtYN38GjAa3Fda4NU+6wqUO5kTXQSRBQD3g==}
+ '@docusaurus/plugin-content-blog@3.8.0':
+ resolution: {integrity: sha512-0SlOTd9R55WEr1GgIXu+hhTT0hzARYx3zIScA5IzpdekZQesI/hKEa5LPHBd415fLkWMjdD59TaW/3qQKpJ0Lg==}
engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/plugin-content-docs': '*'
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-content-docs@3.7.0':
- resolution: {integrity: sha512-GXg5V7kC9FZE4FkUZA8oo/NrlRb06UwuICzI6tcbzj0+TVgjq/mpUXXzSgKzMS82YByi4dY2Q808njcBCyy6tQ==}
+ '@docusaurus/plugin-content-docs@3.8.0':
+ resolution: {integrity: sha512-fRDMFLbUN6eVRXcjP8s3Y7HpAt9pzPYh1F/7KKXOCxvJhjjCtbon4VJW0WndEPInVz4t8QUXn5QZkU2tGVCE2g==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-content-pages@3.7.0':
- resolution: {integrity: sha512-YJSU3tjIJf032/Aeao8SZjFOrXJbz/FACMveSMjLyMH4itQyZ2XgUIzt4y+1ISvvk5zrW4DABVT2awTCqBkx0Q==}
+ '@docusaurus/plugin-content-pages@3.8.0':
+ resolution: {integrity: sha512-39EDx2y1GA0Pxfion5tQZLNJxL4gq6susd1xzetVBjVIQtwpCdyloOfQBAgX0FylqQxfJrYqL0DIUuq7rd7uBw==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-debug@3.7.0':
- resolution: {integrity: sha512-Qgg+IjG/z4svtbCNyTocjIwvNTNEwgRjSXXSJkKVG0oWoH0eX/HAPiu+TS1HBwRPQV+tTYPWLrUypYFepfujZA==}
+ '@docusaurus/plugin-css-cascade-layers@3.8.0':
+ resolution: {integrity: sha512-/VBTNymPIxQB8oA3ZQ4GFFRYdH4ZxDRRBECxyjRyv486mfUPXfcdk+im4S5mKWa6EK2JzBz95IH/Wu0qQgJ5yQ==}
+ engines: {node: '>=18.0'}
+
+ '@docusaurus/plugin-debug@3.8.0':
+ resolution: {integrity: sha512-teonJvJsDB9o2OnG6ifbhblg/PXzZvpUKHFgD8dOL1UJ58u0lk8o0ZOkvaYEBa9nDgqzoWrRk9w+e3qaG2mOhQ==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-google-analytics@3.7.0':
- resolution: {integrity: sha512-otIqiRV/jka6Snjf+AqB360XCeSv7lQC+DKYW+EUZf6XbuE8utz5PeUQ8VuOcD8Bk5zvT1MC4JKcd5zPfDuMWA==}
+ '@docusaurus/plugin-google-analytics@3.8.0':
+ resolution: {integrity: sha512-aKKa7Q8+3xRSRESipNvlFgNp3FNPELKhuo48Cg/svQbGNwidSHbZT03JqbW4cBaQnyyVchO1ttk+kJ5VC9Gx0w==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-google-gtag@3.7.0':
- resolution: {integrity: sha512-M3vrMct1tY65ModbyeDaMoA+fNJTSPe5qmchhAbtqhDD/iALri0g9LrEpIOwNaoLmm6lO88sfBUADQrSRSGSWA==}
+ '@docusaurus/plugin-google-gtag@3.8.0':
+ resolution: {integrity: sha512-ugQYMGF4BjbAW/JIBtVcp+9eZEgT9HRdvdcDudl5rywNPBA0lct+lXMG3r17s02rrhInMpjMahN3Yc9Cb3H5/g==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-google-tag-manager@3.7.0':
- resolution: {integrity: sha512-X8U78nb8eiMiPNg3jb9zDIVuuo/rE1LjGDGu+5m5CX4UBZzjMy+klOY2fNya6x8ACyE/L3K2erO1ErheP55W/w==}
+ '@docusaurus/plugin-google-tag-manager@3.8.0':
+ resolution: {integrity: sha512-9juRWxbwZD3SV02Jd9QB6yeN7eu+7T4zB0bvJLcVQwi+am51wAxn2CwbdL0YCCX+9OfiXbADE8D8Q65Hbopu/w==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-sitemap@3.7.0':
- resolution: {integrity: sha512-bTRT9YLZ/8I/wYWKMQke18+PF9MV8Qub34Sku6aw/vlZ/U+kuEuRpQ8bTcNOjaTSfYsWkK4tTwDMHK2p5S86cA==}
+ '@docusaurus/plugin-sitemap@3.8.0':
+ resolution: {integrity: sha512-fGpOIyJvNiuAb90nSJ2Gfy/hUOaDu6826e5w5UxPmbpCIc7KlBHNAZ5g4L4ZuHhc4hdfq4mzVBsQSnne+8Ze1g==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/plugin-svgr@3.7.0':
- resolution: {integrity: sha512-HByXIZTbc4GV5VAUkZ2DXtXv1Qdlnpk3IpuImwSnEzCDBkUMYcec5282hPjn6skZqB25M1TYCmWS91UbhBGxQg==}
+ '@docusaurus/plugin-svgr@3.8.0':
+ resolution: {integrity: sha512-kEDyry+4OMz6BWLG/lEqrNsL/w818bywK70N1gytViw4m9iAmoxCUT7Ri9Dgs7xUdzCHJ3OujolEmD88Wy44OA==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/preset-classic@3.7.0':
- resolution: {integrity: sha512-nPHj8AxDLAaQXs+O6+BwILFuhiWbjfQWrdw2tifOClQoNfuXDjfjogee6zfx6NGHWqshR23LrcN115DmkHC91Q==}
+ '@docusaurus/preset-classic@3.8.0':
+ resolution: {integrity: sha512-qOu6tQDOWv+rpTlKu+eJATCJVGnABpRCPuqf7LbEaQ1mNY//N/P8cHQwkpAU+aweQfarcZ0XfwCqRHJfjeSV/g==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
@@ -2213,48 +2136,48 @@ packages:
peerDependencies:
react: '*'
- '@docusaurus/theme-classic@3.7.0':
- resolution: {integrity: sha512-MnLxG39WcvLCl4eUzHr0gNcpHQfWoGqzADCly54aqCofQX6UozOS9Th4RK3ARbM9m7zIRv3qbhggI53dQtx/hQ==}
+ '@docusaurus/theme-classic@3.8.0':
+ resolution: {integrity: sha512-nQWFiD5ZjoT76OaELt2n33P3WVuuCz8Dt5KFRP2fCBo2r9JCLsp2GJjZpnaG24LZ5/arRjv4VqWKgpK0/YLt7g==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/theme-common@3.7.0':
- resolution: {integrity: sha512-8eJ5X0y+gWDsURZnBfH0WabdNm8XMCXHv8ENy/3Z/oQKwaB/EHt5lP9VsTDTf36lKEp0V6DjzjFyFIB+CetL0A==}
+ '@docusaurus/theme-common@3.8.0':
+ resolution: {integrity: sha512-YqV2vAWpXGLA+A3PMLrOMtqgTHJLDcT+1Caa6RF7N4/IWgrevy5diY8oIHFkXR/eybjcrFFjUPrHif8gSGs3Tw==}
engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/plugin-content-docs': '*'
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/theme-search-algolia@3.7.0':
- resolution: {integrity: sha512-Al/j5OdzwRU1m3falm+sYy9AaB93S1XF1Lgk9Yc6amp80dNxJVplQdQTR4cYdzkGtuQqbzUA8+kaoYYO0RbK6g==}
+ '@docusaurus/theme-search-algolia@3.8.0':
+ resolution: {integrity: sha512-GBZ5UOcPgiu6nUw153+0+PNWvFKweSnvKIL6Rp04H9olKb475jfKjAwCCtju5D2xs5qXHvCMvzWOg5o9f6DtuQ==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/theme-translations@3.7.0':
- resolution: {integrity: sha512-Ewq3bEraWDmienM6eaNK7fx+/lHMtGDHQyd1O+4+3EsDxxUmrzPkV7Ct3nBWTuE0MsoZr3yNwQVKjllzCMuU3g==}
+ '@docusaurus/theme-translations@3.8.0':
+ resolution: {integrity: sha512-1DTy/snHicgkCkryWq54fZvsAglTdjTx4qjOXgqnXJ+DIty1B+aPQrAVUu8LiM+6BiILfmNxYsxhKTj+BS3PZg==}
engines: {node: '>=18.0'}
- '@docusaurus/types@3.7.0':
- resolution: {integrity: sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==}
+ '@docusaurus/types@3.8.0':
+ resolution: {integrity: sha512-RDEClpwNxZq02c+JlaKLWoS13qwWhjcNsi2wG1UpzmEnuti/z1Wx4SGpqbUqRPNSd8QWWePR8Cb7DvG0VN/TtA==}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
- '@docusaurus/utils-common@3.7.0':
- resolution: {integrity: sha512-IZeyIfCfXy0Mevj6bWNg7DG7B8G+S6o6JVpddikZtWyxJguiQ7JYr0SIZ0qWd8pGNuMyVwriWmbWqMnK7Y5PwA==}
+ '@docusaurus/utils-common@3.8.0':
+ resolution: {integrity: sha512-3TGF+wVTGgQ3pAc9+5jVchES4uXUAhAt9pwv7uws4mVOxL4alvU3ue/EZ+R4XuGk94pDy7CNXjRXpPjlfZXQfw==}
engines: {node: '>=18.0'}
- '@docusaurus/utils-validation@3.7.0':
- resolution: {integrity: sha512-w8eiKk8mRdN+bNfeZqC4nyFoxNyI1/VExMKAzD9tqpJfLLbsa46Wfn5wcKH761g9WkKh36RtFV49iL9lh1DYBA==}
+ '@docusaurus/utils-validation@3.8.0':
+ resolution: {integrity: sha512-MrnEbkigr54HkdFeg8e4FKc4EF+E9dlVwsY3XQZsNkbv3MKZnbHQ5LsNJDIKDROFe8PBf5C4qCAg5TPBpsjrjg==}
engines: {node: '>=18.0'}
- '@docusaurus/utils@3.7.0':
- resolution: {integrity: sha512-e7zcB6TPnVzyUaHMJyLSArKa2AG3h9+4CfvKXKKWNx6hRs+p0a+u7HHTJBgo6KW2m+vqDnuIHK4X+bhmoghAFA==}
+ '@docusaurus/utils@3.8.0':
+ resolution: {integrity: sha512-2wvtG28ALCN/A1WCSLxPASFBFzXCnP0YKCAFIPcvEb6imNu1wg7ni/Svcp71b3Z2FaOFFIv4Hq+j4gD7gA0yfQ==}
engines: {node: '>=18.0'}
'@effortlessmotion/html-webpack-inline-source-plugin@1.0.3':
@@ -2273,152 +2196,152 @@ packages:
'@emnapi/wasi-threads@1.0.2':
resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==}
- '@esbuild/aix-ppc64@0.25.4':
- resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==}
+ '@esbuild/aix-ppc64@0.25.5':
+ resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
- '@esbuild/android-arm64@0.25.4':
- resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==}
+ '@esbuild/android-arm64@0.25.5':
+ resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
- '@esbuild/android-arm@0.25.4':
- resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==}
+ '@esbuild/android-arm@0.25.5':
+ resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
- '@esbuild/android-x64@0.25.4':
- resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==}
+ '@esbuild/android-x64@0.25.5':
+ resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
- '@esbuild/darwin-arm64@0.25.4':
- resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==}
+ '@esbuild/darwin-arm64@0.25.5':
+ resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-x64@0.25.4':
- resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==}
+ '@esbuild/darwin-x64@0.25.5':
+ resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
- '@esbuild/freebsd-arm64@0.25.4':
- resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==}
+ '@esbuild/freebsd-arm64@0.25.5':
+ resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.25.4':
- resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==}
+ '@esbuild/freebsd-x64@0.25.5':
+ resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
- '@esbuild/linux-arm64@0.25.4':
- resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==}
+ '@esbuild/linux-arm64@0.25.5':
+ resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm@0.25.4':
- resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==}
+ '@esbuild/linux-arm@0.25.5':
+ resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
- '@esbuild/linux-ia32@0.25.4':
- resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==}
+ '@esbuild/linux-ia32@0.25.5':
+ resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
- '@esbuild/linux-loong64@0.25.4':
- resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==}
+ '@esbuild/linux-loong64@0.25.5':
+ resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
- '@esbuild/linux-mips64el@0.25.4':
- resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==}
+ '@esbuild/linux-mips64el@0.25.5':
+ resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-ppc64@0.25.4':
- resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==}
+ '@esbuild/linux-ppc64@0.25.5':
+ resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-riscv64@0.25.4':
- resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==}
+ '@esbuild/linux-riscv64@0.25.5':
+ resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-s390x@0.25.4':
- resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==}
+ '@esbuild/linux-s390x@0.25.5':
+ resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
- '@esbuild/linux-x64@0.25.4':
- resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==}
+ '@esbuild/linux-x64@0.25.5':
+ resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
- '@esbuild/netbsd-arm64@0.25.4':
- resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==}
+ '@esbuild/netbsd-arm64@0.25.5':
+ resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.25.4':
- resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==}
+ '@esbuild/netbsd-x64@0.25.5':
+ resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
- '@esbuild/openbsd-arm64@0.25.4':
- resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==}
+ '@esbuild/openbsd-arm64@0.25.5':
+ resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.25.4':
- resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==}
+ '@esbuild/openbsd-x64@0.25.5':
+ resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
- '@esbuild/sunos-x64@0.25.4':
- resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==}
+ '@esbuild/sunos-x64@0.25.5':
+ resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
- '@esbuild/win32-arm64@0.25.4':
- resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==}
+ '@esbuild/win32-arm64@0.25.5':
+ resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
- '@esbuild/win32-ia32@0.25.4':
- resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==}
+ '@esbuild/win32-ia32@0.25.5':
+ resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
- '@esbuild/win32-x64@0.25.4':
- resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==}
+ '@esbuild/win32-x64@0.25.5':
+ resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
@@ -2449,8 +2372,8 @@ packages:
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.27.0':
- resolution: {integrity: sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==}
+ '@eslint/js@9.28.0':
+ resolution: {integrity: sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.6':
@@ -2461,16 +2384,16 @@ packages:
resolution: {integrity: sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@fortawesome/fontawesome-common-types@6.6.0':
- resolution: {integrity: sha512-xyX0X9mc0kyz9plIyryrRbl7ngsA9jz77mCZJsUkLl+ZKs0KWObgaEBoSgQiYWAsSmjz/yjl0F++Got0Mdp4Rw==}
+ '@fortawesome/fontawesome-common-types@6.7.2':
+ resolution: {integrity: sha512-Zs+YeHUC5fkt7Mg1l6XTniei3k4bwG/yo3iFUtZWd/pMx9g3fdvkSK9E0FOC+++phXOka78uJcYb8JaFkW52Xg==}
engines: {node: '>=6'}
- '@fortawesome/fontawesome-svg-core@6.6.0':
- resolution: {integrity: sha512-KHwPkCk6oRT4HADE7smhfsKudt9N/9lm6EJ5BVg0tD1yPA5hht837fB87F8pn15D8JfTqQOjhKTktwmLMiD7Kg==}
+ '@fortawesome/fontawesome-svg-core@6.7.2':
+ resolution: {integrity: sha512-yxtOBWDrdi5DD5o1pmVdq3WMCvnobT0LU6R8RyyVXPvFRd2o79/0NCuQoCjNTeZz9EzA9xS3JxNWfv54RIHFEA==}
engines: {node: '>=6'}
- '@fortawesome/free-solid-svg-icons@6.6.0':
- resolution: {integrity: sha512-IYv/2skhEDFc2WGUcqvFJkeK39Q+HyPf5GHUrT/l2pKbtgEIv1al1TKd6qStR5OIwQdN1GZP54ci3y4mroJWjA==}
+ '@fortawesome/free-solid-svg-icons@6.7.2':
+ resolution: {integrity: sha512-GsBrnOzU8uj0LECDfD5zomZJIjrPhIlWU82AHwa2s40FKH+kcxQaBvBo3Z4TxyZHIyX8XTDxsyA33/Vx9eFuQA==}
engines: {node: '>=6'}
'@fortawesome/react-fontawesome@0.2.2':
@@ -2656,10 +2579,24 @@ packages:
node-notifier:
optional: true
+ '@jest/environment-jsdom-abstract@30.0.0-beta.3':
+ resolution: {integrity: sha512-+zbcQyBD2IhxWkv0koB1PnEpcsDRwlmTRQIz6/+mzdT3sit3nd15C8g4bH9kW2+EPA5WIthZ2GsXiV+dJO+igA==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+ peerDependencies:
+ canvas: ^3.0.0
+ jsdom: '*'
+ peerDependenciesMeta:
+ canvas:
+ optional: true
+
'@jest/environment@29.7.0':
resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ '@jest/environment@30.0.0-beta.3':
+ resolution: {integrity: sha512-1qcDVc37nlItrkYXrWC9FFXU0CxNUe/PGYpHzOz6zIX7FKFv7i8Z0LKBs27iN6XIhczrmQtFzs9JUnHGARWRoA==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
'@jest/expect-utils@29.7.0':
resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -2672,10 +2609,18 @@ packages:
resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ '@jest/fake-timers@30.0.0-beta.3':
+ resolution: {integrity: sha512-bSYm4Q42Obgzs8tnDcd5zMsgNSZFTtydZJQxEFoaHOSnNuSnC03CvJbZuKs5Gcjqm94eHYoOL7HDvo1W5UMVYw==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
'@jest/globals@29.7.0':
resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ '@jest/pattern@30.0.0-beta.3':
+ resolution: {integrity: sha512-IuB9mweyJI5ToVBRdptKb2w97LGnNHFI+V9/cGaYeFareL7BYD6KiUH022OC51K1841c6YzgYjyQmJHFxELZSQ==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
'@jest/reporters@29.7.0':
resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -2689,6 +2634,10 @@ packages:
resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ '@jest/schemas@30.0.0-beta.3':
+ resolution: {integrity: sha512-tiT79EKOlJGT5v8fYr9UKLSyjlA3Ek+nk0cVZwJGnRqVp26EQSOTYXBCzj0dGMegkgnPTt3f7wP1kGGI8q/e0g==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
'@jest/source-map@29.6.3':
resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -2709,6 +2658,10 @@ packages:
resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ '@jest/types@30.0.0-beta.3':
+ resolution: {integrity: sha512-x7GyHD8rxZ4Ygmp4rea3uPDIPZ6Jglcglaav8wQNqXsVUAByapDwLF52Cp3wEYMPMnvH4BicEj56j8fqZx5jng==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
'@jridgewell/gen-mapping@0.3.5':
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
engines: {node: '>=6.0.0'}
@@ -2754,16 +2707,19 @@ packages:
'@leichtgewicht/ip-codec@2.0.5':
resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==}
- '@mdx-js/loader@3.0.1':
- resolution: {integrity: sha512-YbYUt7YyEOdFxhyuCWmLKf5vKhID/hJAojEUnheJk4D8iYVLFQw+BAoBWru/dHGch1omtmZOPstsmKPyBF68Tw==}
+ '@mdx-js/loader@3.1.0':
+ resolution: {integrity: sha512-xU/lwKdOyfXtQGqn3VnJjlDrmKXEvMi1mgYxVmukEUtVycIz1nh7oQ40bKTd4cA7rLStqu0740pnhGYxGoqsCg==}
peerDependencies:
webpack: '>=5'
+ peerDependenciesMeta:
+ webpack:
+ optional: true
'@mdx-js/mdx@3.0.1':
resolution: {integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==}
- '@mdx-js/react@3.0.1':
- resolution: {integrity: sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==}
+ '@mdx-js/react@3.1.0':
+ resolution: {integrity: sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==}
peerDependencies:
'@types/react': '>=16'
react: '>=16'
@@ -2775,14 +2731,14 @@ packages:
'@napi-rs/wasm-runtime@0.2.10':
resolution: {integrity: sha512-bCsCyeZEwVErsGmyPNSzwfwFn4OdxBj0mmv6hOFucB/k81Ojdu68RbZdxYsRQUPc9l6SU5F/cG+bXgWs3oUgsQ==}
- '@next/env@15.3.2':
- resolution: {integrity: sha512-xURk++7P7qR9JG1jJtLzPzf0qEvqCN0A/T3DXf8IPMKo9/6FfjxtEffRJIIew/bIL4T3C2jLLqBor8B/zVlx6g==}
+ '@next/env@15.3.3':
+ resolution: {integrity: sha512-OdiMrzCl2Xi0VTjiQQUK0Xh7bJHnOuET2s+3V+Y40WJBAXrJeGA3f+I8MZJ/YQ3mVGi5XGR1L66oFlgqXhQ4Vw==}
- '@next/eslint-plugin-next@15.3.2':
- resolution: {integrity: sha512-ijVRTXBgnHT33aWnDtmlG+LJD+5vhc9AKTJPquGG5NKXjpKNjc62woIhFtrAcWdBobt8kqjCoaJ0q6sDQoX7aQ==}
+ '@next/eslint-plugin-next@15.3.3':
+ resolution: {integrity: sha512-VKZJEiEdpKkfBmcokGjHu0vGDG+8CehGs90tBEy/IDoDDKGngeyIStt2MmE5FYNyU9BhgR7tybNWTAJY/30u+Q==}
- '@next/mdx@15.3.2':
- resolution: {integrity: sha512-D6lSSbVzn1EiPwrBKG5QzXClcgdqiNCL8a3/6oROinzgZnYSxbVmnfs0UrqygtGSOmgW7sdJJSEOy555DoAwvw==}
+ '@next/mdx@15.3.3':
+ resolution: {integrity: sha512-kJI7E/353vsoGa2usU/P36gDSA0iVc9xqJFFiPgLrSgWlivkANTRXjrnNVmVpHZ6ETmiZP52fMuKwmT9/FSmNQ==}
peerDependencies:
'@mdx-js/loader': '>=0.15.0'
'@mdx-js/react': '>=0.15.0'
@@ -2792,50 +2748,50 @@ packages:
'@mdx-js/react':
optional: true
- '@next/swc-darwin-arm64@15.3.2':
- resolution: {integrity: sha512-2DR6kY/OGcokbnCsjHpNeQblqCZ85/1j6njYSkzRdpLn5At7OkSdmk7WyAmB9G0k25+VgqVZ/u356OSoQZ3z0g==}
+ '@next/swc-darwin-arm64@15.3.3':
+ resolution: {integrity: sha512-WRJERLuH+O3oYB4yZNVahSVFmtxRNjNF1I1c34tYMoJb0Pve+7/RaLAJJizyYiFhjYNGHRAE1Ri2Fd23zgDqhg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@next/swc-darwin-x64@15.3.2':
- resolution: {integrity: sha512-ro/fdqaZWL6k1S/5CLv1I0DaZfDVJkWNaUU3un8Lg6m0YENWlDulmIWzV96Iou2wEYyEsZq51mwV8+XQXqMp3w==}
+ '@next/swc-darwin-x64@15.3.3':
+ resolution: {integrity: sha512-XHdzH/yBc55lu78k/XwtuFR/ZXUTcflpRXcsu0nKmF45U96jt1tsOZhVrn5YH+paw66zOANpOnFQ9i6/j+UYvw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@next/swc-linux-arm64-gnu@15.3.2':
- resolution: {integrity: sha512-covwwtZYhlbRWK2HlYX9835qXum4xYZ3E2Mra1mdQ+0ICGoMiw1+nVAn4d9Bo7R3JqSmK1grMq/va+0cdh7bJA==}
+ '@next/swc-linux-arm64-gnu@15.3.3':
+ resolution: {integrity: sha512-VZ3sYL2LXB8znNGcjhocikEkag/8xiLgnvQts41tq6i+wql63SMS1Q6N8RVXHw5pEUjiof+II3HkDd7GFcgkzw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@next/swc-linux-arm64-musl@15.3.2':
- resolution: {integrity: sha512-KQkMEillvlW5Qk5mtGA/3Yz0/tzpNlSw6/3/ttsV1lNtMuOHcGii3zVeXZyi4EJmmLDKYcTcByV2wVsOhDt/zg==}
+ '@next/swc-linux-arm64-musl@15.3.3':
+ resolution: {integrity: sha512-h6Y1fLU4RWAp1HPNJWDYBQ+e3G7sLckyBXhmH9ajn8l/RSMnhbuPBV/fXmy3muMcVwoJdHL+UtzRzs0nXOf9SA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@next/swc-linux-x64-gnu@15.3.2':
- resolution: {integrity: sha512-uRBo6THWei0chz+Y5j37qzx+BtoDRFIkDzZjlpCItBRXyMPIg079eIkOCl3aqr2tkxL4HFyJ4GHDes7W8HuAUg==}
+ '@next/swc-linux-x64-gnu@15.3.3':
+ resolution: {integrity: sha512-jJ8HRiF3N8Zw6hGlytCj5BiHyG/K+fnTKVDEKvUCyiQ/0r5tgwO7OgaRiOjjRoIx2vwLR+Rz8hQoPrnmFbJdfw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@next/swc-linux-x64-musl@15.3.2':
- resolution: {integrity: sha512-+uxFlPuCNx/T9PdMClOqeE8USKzj8tVz37KflT3Kdbx/LOlZBRI2yxuIcmx1mPNK8DwSOMNCr4ureSet7eyC0w==}
+ '@next/swc-linux-x64-musl@15.3.3':
+ resolution: {integrity: sha512-HrUcTr4N+RgiiGn3jjeT6Oo208UT/7BuTr7K0mdKRBtTbT4v9zJqCDKO97DUqqoBK1qyzP1RwvrWTvU6EPh/Cw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@next/swc-win32-arm64-msvc@15.3.2':
- resolution: {integrity: sha512-LLTKmaI5cfD8dVzh5Vt7+OMo+AIOClEdIU/TSKbXXT2iScUTSxOGoBhfuv+FU8R9MLmrkIL1e2fBMkEEjYAtPQ==}
+ '@next/swc-win32-arm64-msvc@15.3.3':
+ resolution: {integrity: sha512-SxorONgi6K7ZUysMtRF3mIeHC5aA3IQLmKFQzU0OuhuUYwpOBc1ypaLJLP5Bf3M9k53KUUUj4vTPwzGvl/NwlQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@next/swc-win32-x64-msvc@15.3.2':
- resolution: {integrity: sha512-aW5B8wOPioJ4mBdMDXkt5f3j8pUr9W8AnlX0Df35uRWNT1Y6RIybxjnSUe+PhM+M1bwgyY8PHLmXZC6zT1o5tA==}
+ '@next/swc-win32-x64-msvc@15.3.3':
+ resolution: {integrity: sha512-4QZG6F8enl9/S2+yIiOiju0iCTFd93d8VC1q9LZS4p/Xuk81W2QDjCFeoogmrWWkAD59z8ZxepBQap2dKS5ruw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -3160,6 +3116,10 @@ packages:
resolution: {integrity: sha512-A7vUWktnhDkrIs+WmXm7AdffJVyVYJpQUEouya/DYhB+Y+tQ3BXjZ6CV0KybqLgI/8AZErgCJqFxA0GJH6QDjA==}
engines: {node: '>=18.12'}
+ '@pnpm/logger@1001.0.0':
+ resolution: {integrity: sha512-nj80XtTHHt7T+b5stLWszzd166MbGx4eTOu9+6h6RdelKMlSWhrb7KUb0j90tYk+yoGx8TeMVdJCaoBnkLp8xw==}
+ engines: {node: '>=18.12'}
+
'@pnpm/logger@5.2.0':
resolution: {integrity: sha512-dCdSs2wPCweMkRLdISAKBOKSWeq/9iS9aanWgjoUkFs06KN2o5XGFg53oCXg/KbZhF9AXS3vMHPwTebzCeAEsA==}
engines: {node: '>=18.12'}
@@ -3260,6 +3220,10 @@ packages:
resolution: {integrity: sha512-BSGvYd59kPKVTUk1InekEp+TiPnJ8650/bQyiOUFSvqHi61YipcR+E4H2i3xTnk2e+GHdGbXvEtAZbQmyxb0/g==}
engines: {node: '>=18.12'}
+ '@pnpm/types@1000.6.0':
+ resolution: {integrity: sha512-6PsMNe98VKPGcg6LnXSW/LE3YfJ77nj+bPKiRjYRWAQLZ+xXjEQRaR0dAuyjCmchlv4wR/hpnMVRS21/fCod5w==}
+ engines: {node: '>=18.12'}
+
'@pnpm/types@11.1.0':
resolution: {integrity: sha512-wnlOhu7hjv9/qsf2cbK0YqpaV9c4LS69Utxd+r8hq/GWhyrOHcM1QOlfQb0Mzci0q4DDgB8VXT4dhBnEBL4c5g==}
engines: {node: '>=18.12'}
@@ -3332,6 +3296,9 @@ packages:
'@sinclair/typebox@0.27.8':
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
+ '@sinclair/typebox@0.34.33':
+ resolution: {integrity: sha512-5HAV9exOMcXRUxo+9iYB5n09XxzCXnfy4VTNW4xnDv+FgjzAGY989C28BIdljKqmF+ZltUwujE3aossvcVtq6g==}
+
'@sindresorhus/is@4.6.0':
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
engines: {node: '>=10'}
@@ -3615,8 +3582,8 @@ packages:
'@types/istanbul-reports@3.0.4':
resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==}
- '@types/jest@29.5.13':
- resolution: {integrity: sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==}
+ '@types/jest@29.5.14':
+ resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==}
'@types/js-cookie@2.2.7':
resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==}
@@ -3624,8 +3591,8 @@ packages:
'@types/js-yaml@4.0.9':
resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==}
- '@types/jsdom@20.0.1':
- resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
+ '@types/jsdom@21.1.7':
+ resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==}
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
@@ -3687,23 +3654,19 @@ packages:
'@types/normalize-path@3.0.2':
resolution: {integrity: sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==}
- '@types/parse-json@4.0.2':
- resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
-
'@types/prismjs@1.26.4':
resolution: {integrity: sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==}
- '@types/prop-types@15.7.13':
- resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==}
-
'@types/qs@6.9.16':
resolution: {integrity: sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==}
'@types/range-parser@1.2.7':
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
- '@types/react-dom@18.3.1':
- resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==}
+ '@types/react-dom@19.1.5':
+ resolution: {integrity: sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==}
+ peerDependencies:
+ '@types/react': ^19.0.0
'@types/react-helmet@6.1.11':
resolution: {integrity: sha512-0QcdGLddTERotCXo3VFlUSWO3ztraw8nZ6e3zJSgG7apwV5xt+pJUS8ewPBqT4NYB1optGLprNQzFleIY84u/g==}
@@ -3717,8 +3680,8 @@ packages:
'@types/react-router@5.1.20':
resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==}
- '@types/react@18.3.11':
- resolution: {integrity: sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==}
+ '@types/react@19.1.6':
+ resolution: {integrity: sha512-JeG0rEWak0N6Itr6QUx+X60uQmN+5t3j9r/OVDtWzFXKaj6kD1BwJzOksD0FF6iWxZlbE1kB0q9vtnU2ekqa1Q==}
'@types/retry@0.12.0':
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
@@ -3798,51 +3761,63 @@ packages:
'@types/yargs@17.0.33':
resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==}
- '@typescript-eslint/eslint-plugin@8.32.1':
- resolution: {integrity: sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==}
+ '@typescript-eslint/eslint-plugin@8.33.1':
+ resolution: {integrity: sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
+ '@typescript-eslint/parser': ^8.33.1
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/parser@8.32.1':
- resolution: {integrity: sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==}
+ '@typescript-eslint/parser@8.33.1':
+ resolution: {integrity: sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/scope-manager@8.32.1':
- resolution: {integrity: sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==}
+ '@typescript-eslint/project-service@8.33.1':
+ resolution: {integrity: sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <5.9.0'
+
+ '@typescript-eslint/scope-manager@8.33.1':
+ resolution: {integrity: sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/tsconfig-utils@8.33.1':
+ resolution: {integrity: sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/type-utils@8.32.1':
- resolution: {integrity: sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==}
+ '@typescript-eslint/type-utils@8.33.1':
+ resolution: {integrity: sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/types@8.32.1':
- resolution: {integrity: sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==}
+ '@typescript-eslint/types@8.33.1':
+ resolution: {integrity: sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.32.1':
- resolution: {integrity: sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==}
+ '@typescript-eslint/typescript-estree@8.33.1':
+ resolution: {integrity: sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/utils@8.32.1':
- resolution: {integrity: sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==}
+ '@typescript-eslint/utils@8.33.1':
+ resolution: {integrity: sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/visitor-keys@8.32.1':
- resolution: {integrity: sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==}
+ '@typescript-eslint/visitor-keys@8.33.1':
+ resolution: {integrity: sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.2.0':
@@ -4044,10 +4019,6 @@ packages:
engines: {node: '>= 8'}
hasBin: true
- abab@2.0.6:
- resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
- deprecated: Use your platform's native atob() and btoa() methods instead
-
abbrev@1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@@ -4059,9 +4030,6 @@ packages:
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'}
- acorn-globals@7.0.1:
- resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==}
-
acorn-jsx@5.3.2:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
@@ -4125,9 +4093,6 @@ packages:
peerDependencies:
algoliasearch: '>= 3.1 < 6'
- algoliasearch@4.24.0:
- resolution: {integrity: sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==}
-
algoliasearch@5.24.0:
resolution: {integrity: sha512-CkaUygzZ91Xbw11s0CsHMawrK3tl+Ue57725HGRgRzKgt2Z4wvXVXRCtQfvzh8K7Tp4Zp7f1pyHAtMROtTJHxg==}
engines: {node: '>= 14.0.0'}
@@ -4297,13 +4262,6 @@ packages:
async@3.2.6:
resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
- asynckit@0.4.0:
- resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
-
- at-least-node@1.0.0:
- resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
- engines: {node: '>= 4.0.0'}
-
autoprefixer@10.4.21:
resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==}
engines: {node: ^10 || ^12 || >=14}
@@ -4602,6 +4560,9 @@ packages:
chardet@0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
+ charenc@0.0.2:
+ resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==}
+
check-error@2.1.1:
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
engines: {node: '>= 16'}
@@ -4783,10 +4744,6 @@ packages:
resolution: {integrity: sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==}
engines: {node: '>=10'}
- combined-stream@1.0.8:
- resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
- engines: {node: '>= 0.8'}
-
comma-separated-tokens@2.0.3:
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
@@ -4918,10 +4875,6 @@ packages:
resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==}
engines: {node: '>= 0.4.0'}
- cosmiconfig@6.0.0:
- resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==}
- engines: {node: '>=8'}
-
cosmiconfig@8.3.6:
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
engines: {node: '>=14'}
@@ -4957,6 +4910,9 @@ packages:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
+ crypt@0.0.2:
+ resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==}
+
crypto-random-string@2.0.0:
resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
engines: {node: '>=8'}
@@ -5099,15 +5055,9 @@ packages:
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
- cssom@0.3.8:
- resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==}
-
- cssom@0.5.0:
- resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==}
-
- cssstyle@2.3.0:
- resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==}
- engines: {node: '>=8'}
+ cssstyle@4.3.1:
+ resolution: {integrity: sha512-ZgW+Jgdd7i52AaLYCriF8Mxqft0gD/R9i9wi6RWBhs1pqdPEzPjym7rvRKi397WmQFf3SlyUsszhw+VVCbx79Q==}
+ engines: {node: '>=18'}
csstype@3.1.3:
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
@@ -5126,9 +5076,9 @@ packages:
resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==}
engines: {node: '>= 6'}
- data-urls@3.0.2:
- resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==}
- engines: {node: '>=12'}
+ data-urls@5.0.0:
+ resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
+ engines: {node: '>=18'}
data-view-buffer@1.0.1:
resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==}
@@ -5193,8 +5143,8 @@ packages:
resolution: {integrity: sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- decimal.js@10.4.3:
- resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==}
+ decimal.js@10.5.0:
+ resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==}
decode-named-character-reference@1.0.2:
resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
@@ -5265,14 +5215,6 @@ packages:
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines: {node: '>= 0.4'}
- del@6.1.1:
- resolution: {integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==}
- engines: {node: '>=10'}
-
- delayed-stream@1.0.0:
- resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
- engines: {node: '>=0.4.0'}
-
delegates@1.0.0:
resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
@@ -5310,11 +5252,6 @@ packages:
detect-node@2.1.0:
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
- detect-port-alt@1.1.6:
- resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==}
- engines: {node: '>= 4.2.1'}
- hasBin: true
-
detect-port@1.6.1:
resolution: {integrity: sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==}
engines: {node: '>= 4.0.0'}
@@ -5378,11 +5315,6 @@ packages:
domelementtype@2.3.0:
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
- domexception@4.0.0:
- resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==}
- engines: {node: '>=12'}
- deprecated: Use your platform's native DOMException instead
-
domhandler@4.3.1:
resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
engines: {node: '>= 4'}
@@ -5476,6 +5408,10 @@ packages:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
+ entities@6.0.0:
+ resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==}
+ engines: {node: '>=0.12'}
+
env-paths@2.2.1:
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
engines: {node: '>=6'}
@@ -5534,8 +5470,8 @@ packages:
resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==}
engines: {node: '>= 0.4'}
- esbuild@0.25.4:
- resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==}
+ esbuild@0.25.5:
+ resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==}
engines: {node: '>=18'}
hasBin: true
@@ -5566,13 +5502,8 @@ packages:
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines: {node: '>=12'}
- escodegen@2.1.0:
- resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
- engines: {node: '>=6.0'}
- hasBin: true
-
- eslint-config-next@15.3.2:
- resolution: {integrity: sha512-FerU4DYccO4FgeYFFglz0SnaKRe1ejXQrDb8kWUkTAg036YWi+jUsgg4sIGNCDhAsDITsZaL4MzBWKB6f4G1Dg==}
+ eslint-config-next@15.3.3:
+ resolution: {integrity: sha512-QJLv/Ouk2vZnxL4b67njJwTLjTf7uZRltI0LL4GERYR4qMF5z08+gxkfODAeaK7TiC6o+cER91bDaEnwrTWV6Q==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0 || ^9.0.0
typescript: '>=3.3.1'
@@ -5586,8 +5517,8 @@ packages:
peerDependencies:
eslint: '>=7.0.0'
- eslint-import-context@0.1.4:
- resolution: {integrity: sha512-x3+etvB5TPxjFIq2m4tTnpt/9Ekp5GZKzXNp5ExLaS7Qv9E5BVs/Td7jxSnRtSzrgTCExXZlc0MuOdSuDLURiQ==}
+ eslint-import-context@0.1.6:
+ resolution: {integrity: sha512-/e2ZNPDLCrU8niIy0pddcvXuoO2YrKjf3NAIX+60mHJBT4yv7mqCqvVdyCW2E720e25e4S/1OSVef4U6efGLFg==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
peerDependencies:
unrs-resolver: ^1.0.0
@@ -5611,8 +5542,8 @@ packages:
eslint-plugin-import-x:
optional: true
- eslint-import-resolver-typescript@4.4.0:
- resolution: {integrity: sha512-wGgsNnIzv9Rm4UbjZ5ELHtyOMLpYPa/UcMhqtiRx6sL80ySmbc3D/E6zeHHU3JtpxCvaIafo+V53+2u68LIdGA==}
+ eslint-import-resolver-typescript@4.4.2:
+ resolution: {integrity: sha512-GdSOy0PwLYpQCrmnEQujvA+X0NKrdnVCICEbZq1zlmjjD12NHOHCN9MYyrGFR9ydCs4wJwHEV9tts44ajSlGeA==}
engines: {node: ^16.17.0 || >=18.6.0}
peerDependencies:
eslint: '*'
@@ -5720,8 +5651,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.27.0:
- resolution: {integrity: sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==}
+ eslint@9.28.0:
+ resolution: {integrity: sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -5932,10 +5863,6 @@ packages:
filelist@1.0.4:
resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==}
- filesize@8.0.7:
- resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==}
- engines: {node: '>= 0.4.0'}
-
fill-range@7.1.1:
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
@@ -5948,10 +5875,6 @@ packages:
resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
engines: {node: '>=14.16'}
- find-up@3.0.0:
- resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
- engines: {node: '>=6'}
-
find-up@4.1.0:
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
engines: {node: '>=8'}
@@ -6001,28 +5924,10 @@ packages:
resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
engines: {node: '>=14'}
- fork-ts-checker-webpack-plugin@6.5.3:
- resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
- engines: {node: '>=10', yarn: '>=1.0.0'}
- peerDependencies:
- eslint: '>= 6'
- typescript: '>= 2.7'
- vue-template-compiler: '*'
- webpack: '>= 4'
- peerDependenciesMeta:
- eslint:
- optional: true
- vue-template-compiler:
- optional: true
-
form-data-encoder@2.1.4:
resolution: {integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==}
engines: {node: '>= 14.17'}
- form-data@4.0.1:
- resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
- engines: {node: '>= 6'}
-
format@0.2.2:
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
engines: {node: '>=0.4.x'}
@@ -6042,10 +5947,6 @@ packages:
resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==}
engines: {node: '>=14.14'}
- fs-extra@9.1.0:
- resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
- engines: {node: '>=10'}
-
fs-minipass@2.1.0:
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
engines: {node: '>= 8'}
@@ -6148,8 +6049,8 @@ packages:
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
- glob@11.0.0:
- resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==}
+ glob@11.0.2:
+ resolution: {integrity: sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==}
engines: {node: 20 || >=22}
hasBin: true
@@ -6166,14 +6067,6 @@ packages:
resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==}
engines: {node: '>=10'}
- global-modules@2.0.0:
- resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
- engines: {node: '>=6'}
-
- global-prefix@3.0.0:
- resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==}
- engines: {node: '>=6'}
-
globals@11.12.0:
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
@@ -6341,6 +6234,10 @@ packages:
resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==}
engines: {node: '>=12'}
+ html-encoding-sniffer@4.0.0:
+ resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==}
+ engines: {node: '>=18'}
+
html-entities@2.5.2:
resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==}
@@ -6411,8 +6308,8 @@ packages:
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
engines: {node: '>= 14'}
- http-proxy-middleware@2.0.7:
- resolution: {integrity: sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==}
+ http-proxy-middleware@2.0.9:
+ resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@types/express': ^4.17.13
@@ -6488,8 +6385,8 @@ packages:
resolution: {integrity: sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==}
engines: {node: '>= 4'}
- image-size@1.1.1:
- resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==}
+ image-size@2.0.2:
+ resolution: {integrity: sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==}
engines: {node: '>=16.x'}
hasBin: true
@@ -6499,9 +6396,6 @@ packages:
immer@10.1.1:
resolution: {integrity: sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==}
- immer@9.0.21:
- resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
-
immutability-helper@3.1.1:
resolution: {integrity: sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==}
@@ -6636,6 +6530,9 @@ packages:
resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
engines: {node: '>= 0.4'}
+ is-buffer@1.1.6:
+ resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==}
+
is-builtin-module@3.2.1:
resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==}
engines: {node: '>=6'}
@@ -6761,10 +6658,6 @@ packages:
resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==}
engines: {node: '>=8'}
- is-path-cwd@2.2.0:
- resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==}
- engines: {node: '>=6'}
-
is-path-inside@3.0.3:
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
engines: {node: '>=8'}
@@ -6807,10 +6700,6 @@ packages:
resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==}
engines: {node: '>=0.10.0'}
- is-root@2.1.0:
- resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==}
- engines: {node: '>=6'}
-
is-scoped@2.1.0:
resolution: {integrity: sha512-Cv4OpPTHAK9kHYzkzCrof3VJh7H/PrG2MBUMvvJebaaUMbqhm0YAtXnvh0I3Hnj2tMZWwrRROWLSgfJrKqWmlQ==}
engines: {node: '>=8'}
@@ -7001,11 +6890,11 @@ packages:
resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- jest-environment-jsdom@29.7.0:
- resolution: {integrity: sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==}
- engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ jest-environment-jsdom@30.0.0-beta.3:
+ resolution: {integrity: sha512-YLBmv46sn5CYQR/iX+seZJ7FsuUAM4tf7Pm5ymP8XQKzrKEPdDv1f1V/z2b9XSTniR+OlIuGpnP3G3RbpbsceA==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
peerDependencies:
- canvas: ^2.5.0
+ canvas: ^3.0.0
peerDependenciesMeta:
canvas:
optional: true
@@ -7034,10 +6923,18 @@ packages:
resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ jest-message-util@30.0.0-beta.3:
+ resolution: {integrity: sha512-AMfuhrcOs+Nlyk3HBywn1cIO5KusDxelLP6HTgMlggYWNODm2yNENVnYBuBw78x1uK5f/DQNYlTioq5ub6TXlw==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
jest-mock@29.7.0:
resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ jest-mock@30.0.0-beta.3:
+ resolution: {integrity: sha512-g7w/Wjxefrq7MNTGstemMP20PTiSpABJlkl/4L1lAAAy15ZM4BDEl1D9aBEz2qcfUJAS9690HVIB4bJ/V+5sTg==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
jest-pnp-resolver@1.2.3:
resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
engines: {node: '>=6'}
@@ -7051,6 +6948,10 @@ packages:
resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ jest-regex-util@30.0.0-beta.3:
+ resolution: {integrity: sha512-kiDaZ35ogPivxgLEGJ1jNW2KBtvmPwGlPjy5ASHiVE3kjn3g80galEIcWC0hZV6g5BtTx15VKzSyfOTiKXPnxQ==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
jest-resolve-dependencies@29.7.0:
resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -7075,6 +6976,10 @@ packages:
resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ jest-util@30.0.0-beta.3:
+ resolution: {integrity: sha512-kob8YNaO1UPrG0TgGdH5l0ciNGuXDX93Yn2b2VCkALuqOXbqzT2xCr6O7dBuwhM7tmzBbpM6CkcK7Qyf/JmLZQ==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
jest-validate@29.7.0:
resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -7125,11 +7030,11 @@ packages:
jsbn@1.1.0:
resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==}
- jsdom@20.0.3:
- resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==}
- engines: {node: '>=14'}
+ jsdom@26.1.0:
+ resolution: {integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==}
+ engines: {node: '>=18'}
peerDependencies:
- canvas: ^2.5.0
+ canvas: ^3.0.0
peerDependenciesMeta:
canvas:
optional: true
@@ -7278,14 +7183,6 @@ packages:
resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==}
engines: {node: '>=8.9.0'}
- loader-utils@3.3.1:
- resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==}
- engines: {node: '>= 12.13.0'}
-
- locate-path@3.0.0:
- resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
- engines: {node: '>=6'}
-
locate-path@5.0.0:
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
engines: {node: '>=8'}
@@ -7418,11 +7315,14 @@ packages:
markdown-table@3.0.3:
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
+ md5@2.3.0:
+ resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
+
mdast-util-directive@3.0.0:
resolution: {integrity: sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==}
- mdast-util-find-and-replace@3.0.1:
- resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==}
+ mdast-util-find-and-replace@3.0.2:
+ resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==}
mdast-util-from-markdown@2.0.1:
resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==}
@@ -7874,8 +7774,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- next@15.3.2:
- resolution: {integrity: sha512-CA3BatMyHkxZ48sgOCLdVHjFU36N7TF1HhqAHLFOkV6buwZnvMI84Cug8xD56B9mCuKrqXnLn94417GrZ/jjCQ==}
+ next@15.3.3:
+ resolution: {integrity: sha512-JqNj29hHNmCLtNvd090SyRbXJiivQ+58XjCcrC50Crb5g5u2zi7Y2YivbsEfzk6AtVI80akdOQbaMZwWB1Hthw==}
engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
hasBin: true
peerDependencies:
@@ -8061,8 +7961,8 @@ packages:
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
- nwsapi@2.2.13:
- resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==}
+ nwsapi@2.2.20:
+ resolution: {integrity: sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==}
object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
@@ -8185,10 +8085,6 @@ packages:
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- p-locate@3.0.0:
- resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
- engines: {node: '>=6'}
-
p-locate@4.1.0:
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
engines: {node: '>=8'}
@@ -8281,8 +8177,8 @@ packages:
parse5-htmlparser2-tree-adapter@7.1.0:
resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==}
- parse5@7.2.0:
- resolution: {integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==}
+ parse5@7.3.0:
+ resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
parseurl@1.3.3:
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
@@ -8295,10 +8191,6 @@ packages:
resolution: {integrity: sha512-gds5iRhSeOcDtj8gfWkRHLtZKTPsFVuh7utbjYtvnclw4XM+ffRzJrwqMhOD1PVqef7nBLmgsu1vIujjvAJrAw==}
engines: {node: '>=4'}
- path-exists@3.0.0:
- resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
- engines: {node: '>=4'}
-
path-exists@4.0.0:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
@@ -8391,10 +8283,6 @@ packages:
resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
engines: {node: '>=14.16'}
- pkg-up@3.1.0:
- resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
- engines: {node: '>=8'}
-
pluralize@8.0.0:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
@@ -8841,8 +8729,8 @@ packages:
resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
engines: {node: ^10 || ^12 || >=14}
- postcss@8.5.3:
- resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
+ postcss@8.5.4:
+ resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==}
engines: {node: ^10 || ^12 || >=14}
preferred-pm@3.1.4:
@@ -8853,8 +8741,8 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier-plugin-tailwindcss@0.6.11:
- resolution: {integrity: sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==}
+ prettier-plugin-tailwindcss@0.6.12:
+ resolution: {integrity: sha512-OuTQKoqNwV7RnxTPwXWzOFXy6Jc4z8oeRZYGuMpRyG3WbuR3jjXdQFK8qFBMBx8UHWdHrddARz2fgUenild6aw==}
engines: {node: '>=14.21.3'}
peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*'
@@ -8928,6 +8816,10 @@ packages:
resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ pretty-format@30.0.0-beta.3:
+ resolution: {integrity: sha512-MR29N2jVpfzRkuW6XbZsYYIqpoU/CzlsLwNO0h4/D5OZlu3c4WkIxaIiUxyuw25GEB8B6KNqOC6WQrqAzhkA8A==}
+ engines: {node: ^18.14.0 || ^20.0.0 || >=22.0.0}
+
pretty-ms@7.0.1:
resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==}
engines: {node: '>=10'}
@@ -9005,9 +8897,6 @@ packages:
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
engines: {node: '>= 0.10'}
- psl@1.9.0:
- resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
-
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
@@ -9026,15 +8915,9 @@ packages:
resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==}
engines: {node: '>=0.6'}
- querystringify@2.2.0:
- resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==}
-
queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- queue@6.0.2:
- resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==}
-
quick-lru@4.0.1:
resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==}
engines: {node: '>=8'}
@@ -9076,23 +8959,10 @@ packages:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
- react-dev-utils@12.0.1:
- resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==}
- engines: {node: '>=14'}
- peerDependencies:
- typescript: '>=2.7'
- webpack: '>=4'
- peerDependenciesMeta:
- typescript:
- optional: true
-
- react-dom@18.3.1:
- resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
+ react-dom@19.1.0:
+ resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==}
peerDependencies:
- react: ^18.3.1
-
- react-error-overlay@6.0.11:
- resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==}
+ react: ^19.1.0
react-fast-compare@3.2.2:
resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
@@ -9106,11 +8976,11 @@ packages:
react-is@18.3.1:
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
- react-json-view-lite@1.5.0:
- resolution: {integrity: sha512-nWqA1E4jKPklL2jvHWs6s+7Na0qNgw9HCP6xehdQJeg6nPBTFZgGwyko9Q0oj+jQWKTTVRS30u0toM5wiuL3iw==}
- engines: {node: '>=14'}
+ react-json-view-lite@2.4.1:
+ resolution: {integrity: sha512-fwFYknRIBxjbFm0kBDrzgBy1xa5tDg2LyXXBepC5f1b+MY3BUClMCsvanMPn089JbV1Eg3nZcrp0VCuH43aXnA==}
+ engines: {node: '>=18'}
peerDependencies:
- react: ^16.13.1 || ^17.0.0 || ^18.0.0
+ react: ^18.0.0 || ^19.0.0
react-loadable-ssr-addon-v5-slorber@1.0.1:
resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==}
@@ -9156,8 +9026,8 @@ packages:
react: '*'
react-dom: '*'
- react@18.3.1:
- resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
+ react@19.1.0:
+ resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==}
engines: {node: '>=0.10.0'}
read-cache@1.0.0:
@@ -9227,9 +9097,6 @@ packages:
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
engines: {node: '>= 14.18.0'}
- reading-time@1.5.0:
- resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==}
-
realpath-missing@1.1.0:
resolution: {integrity: sha512-wnWtnywepjg/eHIgWR97R7UuM5i+qHLA195qdN9UPKvcMqfn60+67S8sPPW3vDlSEfYHoFkKU8IvpCNty3zQvQ==}
engines: {node: '>=10'}
@@ -9242,10 +9109,6 @@ packages:
resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==}
engines: {node: '>= 10.13.0'}
- recursive-readdir@2.2.3:
- resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==}
- engines: {node: '>=6.0.0'}
-
redent@4.0.0:
resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==}
engines: {node: '>=12'}
@@ -9424,6 +9287,9 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
+ rrweb-cssom@0.8.0:
+ resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==}
+
rtl-css-js@1.16.1:
resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==}
@@ -9482,12 +9348,11 @@ packages:
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
engines: {node: '>=v12.22.7'}
- scheduler@0.23.2:
- resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
+ scheduler@0.26.0:
+ resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
- schema-utils@2.7.0:
- resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
- engines: {node: '>= 8.9.0'}
+ schema-dts@1.1.5:
+ resolution: {integrity: sha512-RJr9EaCmsLzBX2NDiO5Z3ux2BVosNZN5jo0gWgsyKvxKIUL5R3swNvoorulAeL9kLB0iTSX7V6aokhla2m7xbg==}
schema-utils@3.3.0:
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
@@ -10010,10 +9875,6 @@ packages:
talon-snippets@1.3.0:
resolution: {integrity: sha512-iFc1ePBQyaqZ73TL0lVgY+G8/DBfFTSiBRVdT2wT1CdPDips6usxSkBmXKGTDgHYJKstQx/NpXhIc0vXiAL4Kw==}
- tapable@1.1.3:
- resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==}
- engines: {node: '>=6'}
-
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'}
@@ -10096,10 +9957,21 @@ packages:
tinycolor2@1.6.0:
resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==}
- tinyglobby@0.2.13:
- resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
+ tinyglobby@0.2.14:
+ resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
engines: {node: '>=12.0.0'}
+ tinypool@1.1.0:
+ resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+
+ tldts-core@6.1.86:
+ resolution: {integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==}
+
+ tldts@6.1.86:
+ resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==}
+ hasBin: true
+
tmp@0.0.33:
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
engines: {node: '>=0.6.0'}
@@ -10122,16 +9994,16 @@ packages:
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
engines: {node: '>=6'}
- tough-cookie@4.1.4:
- resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==}
- engines: {node: '>=6'}
+ tough-cookie@5.1.2:
+ resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==}
+ engines: {node: '>=16'}
tr46@0.0.3:
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
- tr46@3.0.0:
- resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==}
- engines: {node: '>=12'}
+ tr46@5.1.1:
+ resolution: {integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==}
+ engines: {node: '>=18'}
tree-dump@1.0.2:
resolution: {integrity: sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==}
@@ -10142,8 +10014,8 @@ packages:
treeverse@1.0.4:
resolution: {integrity: sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g==}
- trie-search@2.0.0:
- resolution: {integrity: sha512-AJMlAQ/6E5+K45SAOqzeqr0qXWqSREclp3mAWss0PvB9ifBL+QXn2LeZBgUBUifjj5ZtTpo4uKplqUnt9VZcdQ==}
+ trie-search@2.2.0:
+ resolution: {integrity: sha512-kvksu0z8rBRBr+7hvnyl2tvcpiqak80ozA+qYK+guuY1KtV85/s85ubLEjDU2TFflsNBGaYe8PLvvrdg6+sgCQ==}
trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
@@ -10171,8 +10043,8 @@ packages:
ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
- ts-jest@29.2.5:
- resolution: {integrity: sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==}
+ ts-jest@29.3.4:
+ resolution: {integrity: sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==}
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -10195,8 +10067,8 @@ packages:
esbuild:
optional: true
- ts-loader@9.5.1:
- resolution: {integrity: sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==}
+ ts-loader@9.5.2:
+ resolution: {integrity: sha512-Qo4piXvOTWcMGIgRiuFa6nHNm+54HbYaZCKqc9eeZCLRy3XqafQgwX2F7mofrbJG3g7EEb+lkiR+z2Lic2s3Zw==}
engines: {node: '>=12.0.0'}
peerDependencies:
typescript: '*'
@@ -10389,10 +10261,6 @@ packages:
universal-user-agent@6.0.1:
resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==}
- universalify@0.2.0:
- resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==}
- engines: {node: '>= 4.0.0'}
-
universalify@2.0.1:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
@@ -10434,9 +10302,6 @@ packages:
file-loader:
optional: true
- url-parse@1.5.10:
- resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==}
-
util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
@@ -10511,9 +10376,9 @@ packages:
vscode-uri@3.1.0:
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
- w3c-xmlserializer@4.0.0:
- resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==}
- engines: {node: '>=14'}
+ w3c-xmlserializer@5.0.0:
+ resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
+ engines: {node: '>=18'}
walk-up-path@1.0.0:
resolution: {integrity: sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==}
@@ -10588,8 +10453,8 @@ packages:
webpack-cli:
optional: true
- webpack-dev-server@5.2.1:
- resolution: {integrity: sha512-ml/0HIj9NLpVKOMq+SuBPLHcmbG+TGIjXRHsYfZwocUBIqEvws8NnS/V9AFQ5FKP+tgn5adwVwRrTEpGL33QFQ==}
+ webpack-dev-server@5.2.2:
+ resolution: {integrity: sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==}
engines: {node: '>= 18.12.0'}
hasBin: true
peerDependencies:
@@ -10641,13 +10506,17 @@ packages:
resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==}
engines: {node: '>=12'}
- whatwg-mimetype@3.0.0:
- resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
- engines: {node: '>=12'}
+ whatwg-encoding@3.1.1:
+ resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
+ engines: {node: '>=18'}
- whatwg-url@11.0.0:
- resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==}
- engines: {node: '>=12'}
+ whatwg-mimetype@4.0.0:
+ resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
+ engines: {node: '>=18'}
+
+ whatwg-url@14.2.0:
+ resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==}
+ engines: {node: '>=18'}
whatwg-url@5.0.0:
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
@@ -10671,10 +10540,6 @@ packages:
resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==}
engines: {node: '>= 0.4'}
- which@1.3.1:
- resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
- hasBin: true
-
which@2.0.2:
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
engines: {node: '>= 8'}
@@ -10780,9 +10645,9 @@ packages:
resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==}
hasBin: true
- xml-name-validator@4.0.0:
- resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
- engines: {node: '>=12'}
+ xml-name-validator@5.0.0:
+ resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
+ engines: {node: '>=18'}
xmlchars@2.2.0:
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
@@ -10797,10 +10662,6 @@ packages:
yallist@4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
- yaml@1.10.2:
- resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
- engines: {node: '>= 6'}
-
yaml@2.6.0:
resolution: {integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==}
engines: {node: '>= 14'}
@@ -10844,80 +10705,42 @@ packages:
resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
engines: {node: '>=12.20'}
- zod@3.25.28:
- resolution: {integrity: sha512-/nt/67WYKnr5by3YS7LroZJbtcCBurDKKPBPWWzaxvVCGuG/NOsiKkrjoOhI8mJ+SQUXEbUzeB3S+6XDUEEj7Q==}
+ zod@3.25.50:
+ resolution: {integrity: sha512-VstOnRxf4tlSq0raIwbn0n+LA34SxVoZ8r3pkwSUM0jqNiA/HCMQEVjTuS5FZmHsge+9MDGTiAuHyml5T0um6A==}
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
snapshots:
- '@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)(search-insights@2.17.2)':
- dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)(search-insights@2.17.2)
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)
- transitivePeerDependencies:
- - '@algolia/client-search'
- - algoliasearch
- - search-insights
-
- '@algolia/autocomplete-core@1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)(search-insights@2.17.2)':
+ '@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)(search-insights@2.17.2)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)(search-insights@2.17.2)
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)(search-insights@2.17.2)
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)(search-insights@2.17.2)':
- dependencies:
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)
- search-insights: 2.17.2
- transitivePeerDependencies:
- - '@algolia/client-search'
- - algoliasearch
-
- '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)(search-insights@2.17.2)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)(search-insights@2.17.2)':
dependencies:
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)
search-insights: 2.17.2
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)':
+ '@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)
- '@algolia/client-search': 5.8.1
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)
+ '@algolia/client-search': 5.25.0
algoliasearch: 5.24.0
- '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)':
- dependencies:
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)
- '@algolia/client-search': 5.8.1
- algoliasearch: 4.24.0
-
- '@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)':
+ '@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)':
dependencies:
- '@algolia/client-search': 5.8.1
+ '@algolia/client-search': 5.25.0
algoliasearch: 5.24.0
- '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)':
- dependencies:
- '@algolia/client-search': 5.8.1
- algoliasearch: 4.24.0
-
- '@algolia/cache-browser-local-storage@4.24.0':
- dependencies:
- '@algolia/cache-common': 4.24.0
-
- '@algolia/cache-common@4.24.0': {}
-
- '@algolia/cache-in-memory@4.24.0':
- dependencies:
- '@algolia/cache-common': 4.24.0
-
'@algolia/client-abtesting@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
@@ -10925,19 +10748,6 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/client-account@4.24.0':
- dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/transporter': 4.24.0
-
- '@algolia/client-analytics@4.24.0':
- dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
-
'@algolia/client-analytics@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
@@ -10945,14 +10755,9 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/client-common@4.24.0':
- dependencies:
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
-
'@algolia/client-common@5.24.0': {}
- '@algolia/client-common@5.8.1': {}
+ '@algolia/client-common@5.25.0': {}
'@algolia/client-insights@5.24.0':
dependencies:
@@ -10961,12 +10766,6 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/client-personalization@4.24.0':
- dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
-
'@algolia/client-personalization@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
@@ -10981,12 +10780,6 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/client-search@4.24.0':
- dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
-
'@algolia/client-search@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
@@ -10994,12 +10787,12 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/client-search@5.8.1':
+ '@algolia/client-search@5.25.0':
dependencies:
- '@algolia/client-common': 5.8.1
- '@algolia/requester-browser-xhr': 5.8.1
- '@algolia/requester-fetch': 5.8.1
- '@algolia/requester-node-http': 5.8.1
+ '@algolia/client-common': 5.25.0
+ '@algolia/requester-browser-xhr': 5.25.0
+ '@algolia/requester-fetch': 5.25.0
+ '@algolia/requester-node-http': 5.25.0
'@algolia/events@4.0.1': {}
@@ -11010,12 +10803,6 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/logger-common@4.24.0': {}
-
- '@algolia/logger-console@4.24.0':
- dependencies:
- '@algolia/logger-common': 4.24.0
-
'@algolia/monitoring@1.24.0':
dependencies:
'@algolia/client-common': 5.24.0
@@ -11023,20 +10810,6 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/recommend@4.24.0':
- dependencies:
- '@algolia/cache-browser-local-storage': 4.24.0
- '@algolia/cache-common': 4.24.0
- '@algolia/cache-in-memory': 4.24.0
- '@algolia/client-common': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/logger-common': 4.24.0
- '@algolia/logger-console': 4.24.0
- '@algolia/requester-browser-xhr': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/requester-node-http': 4.24.0
- '@algolia/transporter': 4.24.0
-
'@algolia/recommend@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
@@ -11044,45 +10817,29 @@ snapshots:
'@algolia/requester-fetch': 5.24.0
'@algolia/requester-node-http': 5.24.0
- '@algolia/requester-browser-xhr@4.24.0':
- dependencies:
- '@algolia/requester-common': 4.24.0
-
'@algolia/requester-browser-xhr@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
- '@algolia/requester-browser-xhr@5.8.1':
+ '@algolia/requester-browser-xhr@5.25.0':
dependencies:
- '@algolia/client-common': 5.8.1
-
- '@algolia/requester-common@4.24.0': {}
+ '@algolia/client-common': 5.25.0
'@algolia/requester-fetch@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
- '@algolia/requester-fetch@5.8.1':
+ '@algolia/requester-fetch@5.25.0':
dependencies:
- '@algolia/client-common': 5.8.1
-
- '@algolia/requester-node-http@4.24.0':
- dependencies:
- '@algolia/requester-common': 4.24.0
+ '@algolia/client-common': 5.25.0
'@algolia/requester-node-http@5.24.0':
dependencies:
'@algolia/client-common': 5.24.0
- '@algolia/requester-node-http@5.8.1':
- dependencies:
- '@algolia/client-common': 5.8.1
-
- '@algolia/transporter@4.24.0':
+ '@algolia/requester-node-http@5.25.0':
dependencies:
- '@algolia/cache-common': 4.24.0
- '@algolia/logger-common': 4.24.0
- '@algolia/requester-common': 4.24.0
+ '@algolia/client-common': 5.25.0
'@alloc/quick-lru@5.2.0': {}
@@ -11091,6 +10848,14 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
+ '@asamuzakjp/css-color@3.2.0':
+ dependencies:
+ '@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
+ '@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
+ '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
+ '@csstools/css-tokenizer': 3.0.3
+ lru-cache: 10.4.3
+
'@babel/code-frame@7.27.1':
dependencies:
'@babel/helper-validator-identifier': 7.27.1
@@ -11937,215 +11702,215 @@ snapshots:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-cascade-layers@5.0.1(postcss@8.5.3)':
+ '@csstools/postcss-cascade-layers@5.0.1(postcss@8.5.4)':
dependencies:
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.0)
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- '@csstools/postcss-color-function@4.0.9(postcss@8.5.3)':
+ '@csstools/postcss-color-function@4.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-color-mix-function@3.0.9(postcss@8.5.3)':
+ '@csstools/postcss-color-mix-function@3.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-content-alt-text@2.0.5(postcss@8.5.3)':
+ '@csstools/postcss-content-alt-text@2.0.5(postcss@8.5.4)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-exponential-functions@2.0.8(postcss@8.5.3)':
+ '@csstools/postcss-exponential-functions@2.0.8(postcss@8.5.4)':
dependencies:
'@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.3)':
+ '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.4)':
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-gamut-mapping@2.0.9(postcss@8.5.3)':
+ '@csstools/postcss-gamut-mapping@2.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-gradients-interpolation-method@5.0.9(postcss@8.5.3)':
+ '@csstools/postcss-gradients-interpolation-method@5.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-hwb-function@4.0.9(postcss@8.5.3)':
+ '@csstools/postcss-hwb-function@4.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-ic-unit@4.0.1(postcss@8.5.3)':
+ '@csstools/postcss-ic-unit@4.0.1(postcss@8.5.4)':
dependencies:
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-initial@2.0.1(postcss@8.5.3)':
+ '@csstools/postcss-initial@2.0.1(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.5.3)':
+ '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.5.4)':
dependencies:
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.0)
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- '@csstools/postcss-light-dark-function@2.0.8(postcss@8.5.3)':
+ '@csstools/postcss-light-dark-function@2.0.8(postcss@8.5.4)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.3)':
+ '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.3)':
+ '@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.3)':
+ '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-logical-resize@3.0.0(postcss@8.5.3)':
+ '@csstools/postcss-logical-resize@3.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.5.3)':
+ '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.5.4)':
dependencies:
'@csstools/css-tokenizer': 3.0.3
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-media-minmax@2.0.8(postcss@8.5.3)':
+ '@csstools/postcss-media-minmax@2.0.8(postcss@8.5.4)':
dependencies:
'@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
'@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.5.3)':
+ '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.5.4)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
'@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-nested-calc@4.0.0(postcss@8.5.3)':
+ '@csstools/postcss-nested-calc@4.0.0(postcss@8.5.4)':
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.5.3)':
+ '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-oklab-function@4.0.9(postcss@8.5.3)':
+ '@csstools/postcss-oklab-function@4.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-progressive-custom-properties@4.0.1(postcss@8.5.3)':
+ '@csstools/postcss-progressive-custom-properties@4.0.1(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-random-function@2.0.0(postcss@8.5.3)':
+ '@csstools/postcss-random-function@2.0.0(postcss@8.5.4)':
dependencies:
'@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-relative-color-syntax@3.0.9(postcss@8.5.3)':
+ '@csstools/postcss-relative-color-syntax@3.0.9(postcss@8.5.4)':
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.3)':
+ '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- '@csstools/postcss-sign-functions@1.1.3(postcss@8.5.3)':
+ '@csstools/postcss-sign-functions@1.1.3(postcss@8.5.4)':
dependencies:
'@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-stepped-value-functions@4.0.8(postcss@8.5.3)':
+ '@csstools/postcss-stepped-value-functions@4.0.8(postcss@8.5.4)':
dependencies:
'@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-text-decoration-shorthand@4.0.2(postcss@8.5.3)':
+ '@csstools/postcss-text-decoration-shorthand@4.0.2(postcss@8.5.4)':
dependencies:
'@csstools/color-helpers': 5.0.2
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- '@csstools/postcss-trigonometric-functions@4.0.8(postcss@8.5.3)':
+ '@csstools/postcss-trigonometric-functions@4.0.8(postcss@8.5.4)':
dependencies:
'@csstools/css-calc': 2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
- '@csstools/postcss-unset-value@4.0.0(postcss@8.5.3)':
+ '@csstools/postcss-unset-value@4.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
'@csstools/selector-resolve-nested@3.0.0(postcss-selector-parser@7.1.0)':
dependencies:
@@ -12155,9 +11920,9 @@ snapshots:
dependencies:
postcss-selector-parser: 7.1.0
- '@csstools/utilities@2.0.0(postcss@8.5.3)':
+ '@csstools/utilities@2.0.0(postcss@8.5.4)':
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
'@dabh/diagnostics@2.0.3':
dependencies:
@@ -12169,39 +11934,23 @@ snapshots:
'@discoveryjs/json-ext@0.6.3': {}
- '@docsearch/css@3.6.2': {}
-
'@docsearch/css@3.9.0': {}
- '@docsearch/react@3.6.2(@algolia/client-search@5.8.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)':
- dependencies:
- '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)(search-insights@2.17.2)
- '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@5.8.1)(algoliasearch@4.24.0)
- '@docsearch/css': 3.6.2
- algoliasearch: 4.24.0
- optionalDependencies:
- '@types/react': 18.3.11
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- search-insights: 2.17.2
- transitivePeerDependencies:
- - '@algolia/client-search'
-
- '@docsearch/react@3.9.0(@algolia/client-search@5.8.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)':
+ '@docsearch/react@3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.6)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)':
dependencies:
- '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)(search-insights@2.17.2)
- '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.8.1)(algoliasearch@5.24.0)
+ '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)(search-insights@2.17.2)
+ '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.24.0)
'@docsearch/css': 3.9.0
algoliasearch: 5.24.0
optionalDependencies:
- '@types/react': 18.3.11
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@types/react': 19.1.6
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
search-insights: 2.17.2
transitivePeerDependencies:
- '@algolia/client-search'
- '@docusaurus/babel@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/babel@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/core': 7.27.1
'@babel/generator': 7.27.1
@@ -12213,8 +11962,8 @@ snapshots:
'@babel/runtime': 7.27.1
'@babel/runtime-corejs3': 7.27.1
'@babel/traverse': 7.27.1
- '@docusaurus/logger': 3.7.0
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
babel-plugin-dynamic-import-node: 2.3.3
fs-extra: 11.3.0
tslib: 2.8.1
@@ -12227,33 +11976,32 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/bundler@3.7.0(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/bundler@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
'@babel/core': 7.27.1
- '@docusaurus/babel': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/cssnano-preset': 3.7.0
- '@docusaurus/logger': 3.7.0
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.99.9(esbuild@0.25.4))
+ '@docusaurus/babel': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/cssnano-preset': 3.8.0
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.99.9(esbuild@0.25.5))
clean-css: 5.3.3
- copy-webpack-plugin: 11.0.0(webpack@5.99.9(esbuild@0.25.4))
- css-loader: 6.11.0(webpack@5.99.9(esbuild@0.25.4))
- css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4))
- cssnano: 6.1.2(postcss@8.5.3)
- file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.4))
+ copy-webpack-plugin: 11.0.0(webpack@5.99.9(esbuild@0.25.5))
+ css-loader: 6.11.0(webpack@5.99.9(esbuild@0.25.5))
+ css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5))
+ cssnano: 6.1.2(postcss@8.5.4)
+ file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.5))
html-minifier-terser: 7.2.0
- mini-css-extract-plugin: 2.9.1(webpack@5.99.9(esbuild@0.25.4))
- null-loader: 4.0.1(webpack@5.99.9(esbuild@0.25.4))
- postcss: 8.5.3
- postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4))
- postcss-preset-env: 10.1.6(postcss@8.5.3)
- react-dev-utils: 12.0.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4))
- terser-webpack-plugin: 5.3.14(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4))
+ mini-css-extract-plugin: 2.9.1(webpack@5.99.9(esbuild@0.25.5))
+ null-loader: 4.0.1(webpack@5.99.9(esbuild@0.25.5))
+ postcss: 8.5.4
+ postcss-loader: 7.3.4(postcss@8.5.4)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5))
+ postcss-preset-env: 10.1.6(postcss@8.5.4)
+ terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5))
tslib: 2.8.1
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.4)))(webpack@5.99.9(esbuild@0.25.4))
- webpack: 5.99.9(esbuild@0.25.4)
- webpackbar: 6.0.1(webpack@5.99.9(esbuild@0.25.4))
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5))
+ webpack: 5.99.9(esbuild@0.25.5)
+ webpackbar: 6.0.1(webpack@5.99.9(esbuild@0.25.5))
transitivePeerDependencies:
- '@parcel/css'
- '@rspack/core'
@@ -12261,26 +12009,24 @@ snapshots:
- '@swc/css'
- csso
- esbuild
- - eslint
- lightningcss
- react
- react-dom
- supports-color
- typescript
- uglify-js
- - vue-template-compiler
- webpack-cli
- '@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/core@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/babel': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/bundler': 3.7.0(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@mdx-js/react': 3.0.1(@types/react@18.3.11)(react@18.3.1)
+ '@docusaurus/babel': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/bundler': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/mdx-loader': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@mdx-js/react': 3.1.0(@types/react@19.1.6)(react@19.1.0)
boxen: 6.2.1
chalk: 4.1.2
chokidar: 3.6.0
@@ -12288,35 +12034,35 @@ snapshots:
combine-promises: 1.2.0
commander: 5.1.0
core-js: 3.38.1
- del: 6.1.1
detect-port: 1.6.1
escape-html: 1.0.3
eta: 2.2.0
eval: 0.1.8
+ execa: 5.1.1
fs-extra: 11.3.0
html-tags: 3.3.1
- html-webpack-plugin: 5.6.3(webpack@5.99.9(esbuild@0.25.4))
+ html-webpack-plugin: 5.6.3(webpack@5.99.9(esbuild@0.25.5))
leven: 3.1.0
lodash: 4.17.21
+ open: 8.4.2
p-map: 4.0.0
prompts: 2.4.2
- react: 18.3.1
- react-dev-utils: 12.0.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4))
- react-dom: 18.3.1(react@18.3.1)
- react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)'
- react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)'
- react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.99.9(esbuild@0.25.4))
- react-router: 5.3.4(react@18.3.1)
- react-router-config: 5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1)
- react-router-dom: 5.3.4(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)'
+ react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.1.0)'
+ react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@19.1.0))(webpack@5.99.9(esbuild@0.25.5))
+ react-router: 5.3.4(react@19.1.0)
+ react-router-config: 5.1.1(react-router@5.3.4(react@19.1.0))(react@19.1.0)
+ react-router-dom: 5.3.4(react@19.1.0)
semver: 7.7.2
serve-handler: 6.1.6
- shelljs: 0.8.5
+ tinypool: 1.1.0
tslib: 2.8.1
update-notifier: 6.0.2
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
webpack-bundle-analyzer: 4.10.2
- webpack-dev-server: 4.15.2(webpack@5.99.9(esbuild@0.25.4))
+ webpack-dev-server: 4.15.2(webpack@5.99.9(esbuild@0.25.5))
webpack-merge: 6.0.1
transitivePeerDependencies:
- '@docusaurus/faster'
@@ -12328,43 +12074,41 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/cssnano-preset@3.7.0':
+ '@docusaurus/cssnano-preset@3.8.0':
dependencies:
- cssnano-preset-advanced: 6.1.2(postcss@8.5.3)
- postcss: 8.5.3
- postcss-sort-media-queries: 5.2.0(postcss@8.5.3)
+ cssnano-preset-advanced: 6.1.2(postcss@8.5.4)
+ postcss: 8.5.4
+ postcss-sort-media-queries: 5.2.0(postcss@8.5.4)
tslib: 2.8.1
- '@docusaurus/logger@3.7.0':
+ '@docusaurus/logger@3.8.0':
dependencies:
chalk: 4.1.2
tslib: 2.8.1
- '@docusaurus/mdx-loader@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/mdx-loader@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@docusaurus/logger': 3.7.0
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@mdx-js/mdx': 3.0.1
'@slorber/remark-comment': 1.0.0
escape-html: 1.0.3
estree-util-value-to-estree: 3.1.2
- file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.4))
+ file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.5))
fs-extra: 11.3.0
- image-size: 1.1.1
+ image-size: 2.0.2
mdast-util-mdx: 3.0.0
mdast-util-to-string: 4.0.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
rehype-raw: 7.0.0
remark-directive: 3.0.0
remark-emoji: 4.0.1
@@ -12374,9 +12118,9 @@ snapshots:
tslib: 2.8.1
unified: 11.0.5
unist-util-visit: 5.0.0
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.4)))(webpack@5.99.9(esbuild@0.25.4))
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5))
vfile: 6.0.3
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -12384,17 +12128,17 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/module-type-aliases@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/module-type-aliases@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/history': 4.7.11
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
'@types/react-router-config': 5.0.11
'@types/react-router-dom': 5.3.3
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)'
- react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)'
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)'
+ react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.1.0)'
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -12402,29 +12146,29 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/plugin-content-blog@3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/mdx-loader': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/plugin-content-docs': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
cheerio: 1.0.0-rc.12
feed: 4.2.2
fs-extra: 11.3.0
lodash: 4.17.21
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- reading-time: 1.5.0
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ schema-dts: 1.1.5
srcset: 4.0.0
tslib: 2.8.1
unist-util-visit: 5.0.0
utility-types: 3.11.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -12436,36 +12180,35 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/module-type-aliases': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/mdx-loader': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/module-type-aliases': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/theme-common': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/react-router-config': 5.0.11
combine-promises: 1.2.0
fs-extra: 11.3.0
js-yaml: 4.1.0
lodash: 4.17.21
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ schema-dts: 1.1.5
tslib: 2.8.1
utility-types: 3.11.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -12477,27 +12220,25 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-content-pages@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/mdx-loader': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/mdx-loader': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
fs-extra: 11.3.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -12509,24 +12250,48 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-css-cascade-layers@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ tslib: 2.8.1
+ transitivePeerDependencies:
+ - '@docusaurus/faster'
+ - '@mdx-js/react'
+ - '@parcel/css'
+ - '@rspack/core'
+ - '@swc/core'
+ - '@swc/css'
+ - bufferutil
+ - csso
+ - debug
+ - esbuild
+ - lightningcss
+ - react
+ - react-dom
+ - supports-color
+ - typescript
+ - uglify-js
+ - utf-8-validate
+ - webpack-cli
+
+ '@docusaurus/plugin-debug@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
fs-extra: 11.3.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-json-view-lite: 1.5.0(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-json-view-lite: 2.4.1(react@19.1.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@docusaurus/faster'
@@ -12539,22 +12304,20 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-google-analytics@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@docusaurus/faster'
@@ -12567,23 +12330,21 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-google-gtag@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/gtag.js': 0.0.12
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@docusaurus/faster'
@@ -12596,22 +12357,20 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-google-tag-manager@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@docusaurus/faster'
@@ -12624,26 +12383,24 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-sitemap@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/logger': 3.7.0
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
fs-extra: 11.3.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
sitemap: 7.1.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -12657,27 +12414,25 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
+ '@docusaurus/plugin-svgr@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@svgr/core': 8.1.0(typescript@5.8.3)
'@svgr/webpack': 8.1.0(typescript@5.8.3)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -12689,33 +12444,32 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.8.1)(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.8.3)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/theme-classic': 3.7.0(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.8.1)(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@docusaurus/preset-classic@3.8.0(@algolia/client-search@5.25.0)(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-blog': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-docs': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-pages': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-css-cascade-layers': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-debug': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-analytics': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-gtag': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-tag-manager': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-sitemap': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-svgr': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/theme-classic': 3.8.0(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/theme-search-algolia': 3.8.0(@algolia/client-search@5.25.0)(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)(typescript@5.8.3)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
transitivePeerDependencies:
- '@algolia/client-search'
- '@docusaurus/faster'
@@ -12729,48 +12483,46 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- search-insights
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/react-loadable@6.0.0(react@18.3.1)':
- dependencies:
- '@types/react': 18.3.11
- react: 18.3.1
-
- '@docusaurus/theme-classic@3.7.0(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/module-type-aliases': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/theme-translations': 3.7.0
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@mdx-js/react': 3.0.1(@types/react@18.3.11)(react@18.3.1)
+ '@docusaurus/react-loadable@6.0.0(react@19.1.0)':
+ dependencies:
+ '@types/react': 19.1.6
+ react: 19.1.0
+
+ '@docusaurus/theme-classic@3.8.0(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/mdx-loader': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/module-type-aliases': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/plugin-content-blog': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-docs': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-pages': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/theme-translations': 3.8.0
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@mdx-js/react': 3.1.0(@types/react@19.1.6)(react@19.1.0)
clsx: 2.1.1
copy-text-to-clipboard: 3.2.0
infima: 0.2.0-alpha.45
lodash: 4.17.21
nprogress: 0.2.0
- postcss: 8.5.3
- prism-react-renderer: 2.4.1(react@18.3.1)
+ postcss: 8.5.4
+ prism-react-renderer: 2.4.1(react@19.1.0)
prismjs: 1.29.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-router-dom: 5.3.4(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-router-dom: 5.3.4(react@19.1.0)
rtlcss: 4.3.0
tslib: 2.8.1
utility-types: 3.11.0
@@ -12785,30 +12537,28 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/theme-common@3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@docusaurus/mdx-loader': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/module-type-aliases': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/mdx-loader': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/module-type-aliases': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/plugin-content-docs': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/history': 4.7.11
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
'@types/react-router-config': 5.0.11
clsx: 2.1.1
parse-numeric-range: 1.3.0
- prism-react-renderer: 2.4.1(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ prism-react-renderer: 2.4.1(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
utility-types: 3.11.0
transitivePeerDependencies:
@@ -12818,24 +12568,24 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.8.1)(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(@types/react@18.3.11)(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.8.3)':
+ '@docusaurus/theme-search-algolia@3.8.0(@algolia/client-search@5.25.0)(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(@types/react@19.1.6)(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)(typescript@5.8.3)':
dependencies:
- '@docsearch/react': 3.9.0(@algolia/client-search@5.8.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/logger': 3.7.0
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))(esbuild@0.25.4)(eslint@9.27.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.8.3))(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/theme-translations': 3.7.0
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docsearch/react': 3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.6)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.17.2)
+ '@docusaurus/core': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/plugin-content-docs': 3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.8.0(@docusaurus/plugin-content-docs@3.8.0(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/theme-translations': 3.8.0
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-validation': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
algoliasearch: 5.24.0
algoliasearch-helper: 3.25.0(algoliasearch@5.24.0)
clsx: 2.1.1
eta: 2.2.0
fs-extra: 11.3.0
lodash: 4.17.21
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
tslib: 2.8.1
utility-types: 3.11.0
transitivePeerDependencies:
@@ -12851,33 +12601,31 @@ snapshots:
- csso
- debug
- esbuild
- - eslint
- lightningcss
- search-insights
- supports-color
- typescript
- uglify-js
- utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/theme-translations@3.7.0':
+ '@docusaurus/theme-translations@3.8.0':
dependencies:
fs-extra: 11.3.0
tslib: 2.8.1
- '@docusaurus/types@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/types@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@mdx-js/mdx': 3.0.1
'@types/history': 4.7.11
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
commander: 5.1.0
joi: 17.13.3
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)'
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)'
utility-types: 3.11.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
webpack-merge: 5.10.0
transitivePeerDependencies:
- '@swc/core'
@@ -12886,9 +12634,9 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils-common@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/utils-common@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@swc/core'
@@ -12899,11 +12647,11 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils-validation@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/utils-validation@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@docusaurus/logger': 3.7.0
- '@docusaurus/utils': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/utils': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
fs-extra: 11.3.0
joi: 17.13.3
js-yaml: 4.1.0
@@ -12918,13 +12666,14 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils@3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@docusaurus/utils@3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@docusaurus/logger': 3.7.0
- '@docusaurus/types': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-common': 3.7.0(esbuild@0.25.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/logger': 3.8.0
+ '@docusaurus/types': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@docusaurus/utils-common': 3.8.0(esbuild@0.25.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
escape-string-regexp: 4.0.0
- file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.4))
+ execa: 5.1.1
+ file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.5))
fs-extra: 11.3.0
github-slugger: 1.5.0
globby: 11.1.0
@@ -12933,13 +12682,13 @@ snapshots:
js-yaml: 4.1.0
lodash: 4.17.21
micromatch: 4.0.8
+ p-queue: 6.6.2
prompts: 2.4.2
resolve-pathname: 3.0.0
- shelljs: 0.8.5
tslib: 2.8.1
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.4)))(webpack@5.99.9(esbuild@0.25.4))
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5))
utility-types: 3.11.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -12949,13 +12698,13 @@ snapshots:
- uglify-js
- webpack-cli
- '@effortlessmotion/html-webpack-inline-source-plugin@1.0.3(html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))':
+ '@effortlessmotion/html-webpack-inline-source-plugin@1.0.3(html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))':
dependencies:
escape-string-regexp: 4.0.0
- html-webpack-plugin: 5.6.3(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ html-webpack-plugin: 5.6.3(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
slash: 3.0.0
source-map-url: 0.4.1
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
'@emnapi/core@1.4.3':
dependencies:
@@ -12973,84 +12722,84 @@ snapshots:
tslib: 2.8.1
optional: true
- '@esbuild/aix-ppc64@0.25.4':
+ '@esbuild/aix-ppc64@0.25.5':
optional: true
- '@esbuild/android-arm64@0.25.4':
+ '@esbuild/android-arm64@0.25.5':
optional: true
- '@esbuild/android-arm@0.25.4':
+ '@esbuild/android-arm@0.25.5':
optional: true
- '@esbuild/android-x64@0.25.4':
+ '@esbuild/android-x64@0.25.5':
optional: true
- '@esbuild/darwin-arm64@0.25.4':
+ '@esbuild/darwin-arm64@0.25.5':
optional: true
- '@esbuild/darwin-x64@0.25.4':
+ '@esbuild/darwin-x64@0.25.5':
optional: true
- '@esbuild/freebsd-arm64@0.25.4':
+ '@esbuild/freebsd-arm64@0.25.5':
optional: true
- '@esbuild/freebsd-x64@0.25.4':
+ '@esbuild/freebsd-x64@0.25.5':
optional: true
- '@esbuild/linux-arm64@0.25.4':
+ '@esbuild/linux-arm64@0.25.5':
optional: true
- '@esbuild/linux-arm@0.25.4':
+ '@esbuild/linux-arm@0.25.5':
optional: true
- '@esbuild/linux-ia32@0.25.4':
+ '@esbuild/linux-ia32@0.25.5':
optional: true
- '@esbuild/linux-loong64@0.25.4':
+ '@esbuild/linux-loong64@0.25.5':
optional: true
- '@esbuild/linux-mips64el@0.25.4':
+ '@esbuild/linux-mips64el@0.25.5':
optional: true
- '@esbuild/linux-ppc64@0.25.4':
+ '@esbuild/linux-ppc64@0.25.5':
optional: true
- '@esbuild/linux-riscv64@0.25.4':
+ '@esbuild/linux-riscv64@0.25.5':
optional: true
- '@esbuild/linux-s390x@0.25.4':
+ '@esbuild/linux-s390x@0.25.5':
optional: true
- '@esbuild/linux-x64@0.25.4':
+ '@esbuild/linux-x64@0.25.5':
optional: true
- '@esbuild/netbsd-arm64@0.25.4':
+ '@esbuild/netbsd-arm64@0.25.5':
optional: true
- '@esbuild/netbsd-x64@0.25.4':
+ '@esbuild/netbsd-x64@0.25.5':
optional: true
- '@esbuild/openbsd-arm64@0.25.4':
+ '@esbuild/openbsd-arm64@0.25.5':
optional: true
- '@esbuild/openbsd-x64@0.25.4':
+ '@esbuild/openbsd-x64@0.25.5':
optional: true
- '@esbuild/sunos-x64@0.25.4':
+ '@esbuild/sunos-x64@0.25.5':
optional: true
- '@esbuild/win32-arm64@0.25.4':
+ '@esbuild/win32-arm64@0.25.5':
optional: true
- '@esbuild/win32-ia32@0.25.4':
+ '@esbuild/win32-ia32@0.25.5':
optional: true
- '@esbuild/win32-x64@0.25.4':
+ '@esbuild/win32-x64@0.25.5':
optional: true
- '@eslint-community/eslint-utils@4.7.0(eslint@9.27.0(jiti@1.21.6))':
+ '@eslint-community/eslint-utils@4.7.0(eslint@9.28.0(jiti@1.21.6))':
dependencies:
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
@@ -13083,7 +12832,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.27.0': {}
+ '@eslint/js@9.28.0': {}
'@eslint/object-schema@2.1.6': {}
@@ -13092,21 +12841,21 @@ snapshots:
'@eslint/core': 0.14.0
levn: 0.4.1
- '@fortawesome/fontawesome-common-types@6.6.0': {}
+ '@fortawesome/fontawesome-common-types@6.7.2': {}
- '@fortawesome/fontawesome-svg-core@6.6.0':
+ '@fortawesome/fontawesome-svg-core@6.7.2':
dependencies:
- '@fortawesome/fontawesome-common-types': 6.6.0
+ '@fortawesome/fontawesome-common-types': 6.7.2
- '@fortawesome/free-solid-svg-icons@6.6.0':
+ '@fortawesome/free-solid-svg-icons@6.7.2':
dependencies:
- '@fortawesome/fontawesome-common-types': 6.6.0
+ '@fortawesome/fontawesome-common-types': 6.7.2
- '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@18.3.1)':
+ '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.7.2)(react@19.1.0)':
dependencies:
- '@fortawesome/fontawesome-svg-core': 6.6.0
+ '@fortawesome/fontawesome-svg-core': 6.7.2
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.1.0
'@gar/promisify@1.1.3': {}
@@ -13277,6 +13026,17 @@ snapshots:
- supports-color
- ts-node
+ '@jest/environment-jsdom-abstract@30.0.0-beta.3(jsdom@26.1.0)':
+ dependencies:
+ '@jest/environment': 30.0.0-beta.3
+ '@jest/fake-timers': 30.0.0-beta.3
+ '@jest/types': 30.0.0-beta.3
+ '@types/jsdom': 21.1.7
+ '@types/node': 20.17.50
+ jest-mock: 30.0.0-beta.3
+ jest-util: 30.0.0-beta.3
+ jsdom: 26.1.0
+
'@jest/environment@29.7.0':
dependencies:
'@jest/fake-timers': 29.7.0
@@ -13284,6 +13044,13 @@ snapshots:
'@types/node': 20.17.50
jest-mock: 29.7.0
+ '@jest/environment@30.0.0-beta.3':
+ dependencies:
+ '@jest/fake-timers': 30.0.0-beta.3
+ '@jest/types': 30.0.0-beta.3
+ '@types/node': 20.17.50
+ jest-mock: 30.0.0-beta.3
+
'@jest/expect-utils@29.7.0':
dependencies:
jest-get-type: 29.6.3
@@ -13304,6 +13071,15 @@ snapshots:
jest-mock: 29.7.0
jest-util: 29.7.0
+ '@jest/fake-timers@30.0.0-beta.3':
+ dependencies:
+ '@jest/types': 30.0.0-beta.3
+ '@sinonjs/fake-timers': 13.0.5
+ '@types/node': 20.17.50
+ jest-message-util: 30.0.0-beta.3
+ jest-mock: 30.0.0-beta.3
+ jest-util: 30.0.0-beta.3
+
'@jest/globals@29.7.0':
dependencies:
'@jest/environment': 29.7.0
@@ -13313,6 +13089,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@jest/pattern@30.0.0-beta.3':
+ dependencies:
+ '@types/node': 20.17.50
+ jest-regex-util: 30.0.0-beta.3
+
'@jest/reporters@29.7.0':
dependencies:
'@bcoe/v8-coverage': 0.2.3
@@ -13346,6 +13127,10 @@ snapshots:
dependencies:
'@sinclair/typebox': 0.27.8
+ '@jest/schemas@30.0.0-beta.3':
+ dependencies:
+ '@sinclair/typebox': 0.34.33
+
'@jest/source-map@29.6.3':
dependencies:
'@jridgewell/trace-mapping': 0.3.25
@@ -13395,6 +13180,16 @@ snapshots:
'@types/yargs': 17.0.33
chalk: 4.1.2
+ '@jest/types@30.0.0-beta.3':
+ dependencies:
+ '@jest/pattern': 30.0.0-beta.3
+ '@jest/schemas': 30.0.0-beta.3
+ '@types/istanbul-lib-coverage': 2.0.6
+ '@types/istanbul-reports': 3.0.4
+ '@types/node': 20.17.50
+ '@types/yargs': 17.0.33
+ chalk: 4.1.2
+
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
@@ -13440,11 +13235,12 @@ snapshots:
'@leichtgewicht/ip-codec@2.0.5': {}
- '@mdx-js/loader@3.0.1(webpack@5.99.9(esbuild@0.25.4))':
+ '@mdx-js/loader@3.1.0(webpack@5.99.9(esbuild@0.25.5))':
dependencies:
'@mdx-js/mdx': 3.0.1
source-map: 0.7.4
- webpack: 5.99.9(esbuild@0.25.4)
+ optionalDependencies:
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- supports-color
@@ -13476,11 +13272,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1)':
+ '@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0)':
dependencies:
'@types/mdx': 2.0.13
- '@types/react': 18.3.11
- react: 18.3.1
+ '@types/react': 19.1.6
+ react: 19.1.0
'@msgpack/msgpack@2.8.0': {}
@@ -13491,41 +13287,41 @@ snapshots:
'@tybys/wasm-util': 0.9.0
optional: true
- '@next/env@15.3.2': {}
+ '@next/env@15.3.3': {}
- '@next/eslint-plugin-next@15.3.2':
+ '@next/eslint-plugin-next@15.3.3':
dependencies:
fast-glob: 3.3.1
- '@next/mdx@15.3.2(@mdx-js/loader@3.0.1(webpack@5.99.9(esbuild@0.25.4)))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@18.3.1))':
+ '@next/mdx@15.3.3(@mdx-js/loader@3.1.0(webpack@5.99.9(esbuild@0.25.5)))(@mdx-js/react@3.1.0(@types/react@19.1.6)(react@19.1.0))':
dependencies:
source-map: 0.7.4
optionalDependencies:
- '@mdx-js/loader': 3.0.1(webpack@5.99.9(esbuild@0.25.4))
- '@mdx-js/react': 3.0.1(@types/react@18.3.11)(react@18.3.1)
+ '@mdx-js/loader': 3.1.0(webpack@5.99.9(esbuild@0.25.5))
+ '@mdx-js/react': 3.1.0(@types/react@19.1.6)(react@19.1.0)
- '@next/swc-darwin-arm64@15.3.2':
+ '@next/swc-darwin-arm64@15.3.3':
optional: true
- '@next/swc-darwin-x64@15.3.2':
+ '@next/swc-darwin-x64@15.3.3':
optional: true
- '@next/swc-linux-arm64-gnu@15.3.2':
+ '@next/swc-linux-arm64-gnu@15.3.3':
optional: true
- '@next/swc-linux-arm64-musl@15.3.2':
+ '@next/swc-linux-arm64-musl@15.3.3':
optional: true
- '@next/swc-linux-x64-gnu@15.3.2':
+ '@next/swc-linux-x64-gnu@15.3.3':
optional: true
- '@next/swc-linux-x64-musl@15.3.2':
+ '@next/swc-linux-x64-musl@15.3.3':
optional: true
- '@next/swc-win32-arm64-msvc@15.3.2':
+ '@next/swc-win32-arm64-msvc@15.3.3':
optional: true
- '@next/swc-win32-x64-msvc@15.3.2':
+ '@next/swc-win32-x64-msvc@15.3.3':
optional: true
'@nodelib/fs.scandir@2.1.5':
@@ -13852,9 +13648,9 @@ snapshots:
'@pnpm/constants@9.0.0': {}
- '@pnpm/core-loggers@10.0.4(@pnpm/logger@5.2.0)':
+ '@pnpm/core-loggers@10.0.4(@pnpm/logger@1001.0.0)':
dependencies:
- '@pnpm/logger': 5.2.0
+ '@pnpm/logger': 1001.0.0
'@pnpm/types': 11.1.0
'@pnpm/core-loggers@10.0.7(@pnpm/logger@5.2.0)':
@@ -13933,11 +13729,11 @@ snapshots:
dependencies:
'@pnpm/constants': 10.0.0
- '@pnpm/fetch@8.0.4(@pnpm/logger@5.2.0)':
+ '@pnpm/fetch@8.0.4(@pnpm/logger@1001.0.0)':
dependencies:
- '@pnpm/core-loggers': 10.0.4(@pnpm/logger@5.2.0)
+ '@pnpm/core-loggers': 10.0.4(@pnpm/logger@1001.0.0)
'@pnpm/fetching-types': 6.0.0
- '@pnpm/logger': 5.2.0
+ '@pnpm/logger': 1001.0.0
'@pnpm/network.agent': 2.0.3
'@pnpm/types': 11.1.0
'@zkochan/retry': 0.2.0
@@ -13972,9 +13768,9 @@ snapshots:
fast-glob: 3.3.3
p-filter: 2.1.0
- '@pnpm/git-resolver@9.0.5(@pnpm/logger@5.2.0)':
+ '@pnpm/git-resolver@9.0.5(@pnpm/logger@1001.0.0)':
dependencies:
- '@pnpm/fetch': 8.0.4(@pnpm/logger@5.2.0)
+ '@pnpm/fetch': 8.0.4(@pnpm/logger@1001.0.0)
'@pnpm/resolver-base': 13.0.1
graceful-git: 4.0.0
hosted-git-info: '@pnpm/hosted-git-info@1.0.0'
@@ -14001,16 +13797,16 @@ snapshots:
dependencies:
lru-cache: 6.0.0
- '@pnpm/lockfile-file@9.1.3(@pnpm/logger@5.2.0)':
+ '@pnpm/lockfile-file@9.1.3(@pnpm/logger@1001.0.0)':
dependencies:
'@pnpm/constants': 8.0.0
'@pnpm/dependency-path': 5.1.3
'@pnpm/error': 6.0.1
- '@pnpm/git-resolver': 9.0.5(@pnpm/logger@5.2.0)
+ '@pnpm/git-resolver': 9.0.5(@pnpm/logger@1001.0.0)
'@pnpm/git-utils': 2.0.0
'@pnpm/lockfile-types': 7.1.3
'@pnpm/lockfile-utils': 11.0.4
- '@pnpm/logger': 5.2.0
+ '@pnpm/logger': 1001.0.0
'@pnpm/merge-lockfile-changes': 6.0.5
'@pnpm/types': 11.1.0
'@pnpm/util.lex-comparator': 3.0.0
@@ -14046,6 +13842,11 @@ snapshots:
'@pnpm/patching.types': 1.0.0
'@pnpm/types': 12.2.0
+ '@pnpm/logger@1001.0.0':
+ dependencies:
+ bole: 5.0.19
+ ndjson: 2.0.0
+
'@pnpm/logger@5.2.0':
dependencies:
bole: 5.0.19
@@ -14212,6 +14013,8 @@ snapshots:
dependencies:
strip-comments-strings: 1.2.0
+ '@pnpm/types@1000.6.0': {}
+
'@pnpm/types@11.1.0': {}
'@pnpm/types@12.2.0': {}
@@ -14287,6 +14090,8 @@ snapshots:
'@sinclair/typebox@0.27.8': {}
+ '@sinclair/typebox@0.34.33': {}
+
'@sindresorhus/is@4.6.0': {}
'@sindresorhus/is@5.6.0': {}
@@ -14311,13 +14116,13 @@ snapshots:
lodash.get: 4.4.2
type-detect: 4.1.0
- '@slorber/react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@slorber/react-helmet-async@1.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.1
invariant: 2.2.4
prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
react-fast-compare: 3.2.2
shallowequal: 1.1.0
@@ -14443,15 +14248,15 @@ snapshots:
lz-string: 1.5.0
pretty-format: 27.5.1
- '@testing-library/react@16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@testing-library/react@16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.5(@types/react@19.1.6))(@types/react@19.1.6)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.1
'@testing-library/dom': 10.4.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
- '@types/react': 18.3.11
- '@types/react-dom': 18.3.1
+ '@types/react': 19.1.6
+ '@types/react-dom': 19.1.5(@types/react@19.1.6)
'@tootallnate/once@1.1.2': {}
@@ -14616,7 +14421,7 @@ snapshots:
dependencies:
'@types/istanbul-lib-report': 3.0.3
- '@types/jest@29.5.13':
+ '@types/jest@29.5.14':
dependencies:
expect: 29.7.0
pretty-format: 29.7.0
@@ -14625,11 +14430,11 @@ snapshots:
'@types/js-yaml@4.0.9': {}
- '@types/jsdom@20.0.1':
+ '@types/jsdom@21.1.7':
dependencies:
'@types/node': 20.17.50
'@types/tough-cookie': 4.0.5
- parse5: 7.2.0
+ parse5: 7.3.0
'@types/json-schema@7.0.15': {}
@@ -14681,44 +14486,39 @@ snapshots:
'@types/normalize-path@3.0.2': {}
- '@types/parse-json@4.0.2': {}
-
'@types/prismjs@1.26.4': {}
- '@types/prop-types@15.7.13': {}
-
'@types/qs@6.9.16': {}
'@types/range-parser@1.2.7': {}
- '@types/react-dom@18.3.1':
+ '@types/react-dom@19.1.5(@types/react@19.1.6)':
dependencies:
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
'@types/react-helmet@6.1.11':
dependencies:
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
'@types/react-router-config@5.0.11':
dependencies:
'@types/history': 4.7.11
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
'@types/react-router': 5.1.20
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
'@types/react-router': 5.1.20
'@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
- '@types/react': 18.3.11
+ '@types/react': 19.1.6
- '@types/react@18.3.11':
+ '@types/react@19.1.6':
dependencies:
- '@types/prop-types': 15.7.13
csstype: 3.1.3
'@types/retry@0.12.0': {}
@@ -14785,11 +14585,11 @@ snapshots:
'@types/vscode@1.82.0': {}
- '@types/webpack@5.28.5(esbuild@0.25.4)(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))':
+ '@types/webpack@5.28.5(esbuild@0.25.5)(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))':
dependencies:
'@types/node': 20.17.50
tapable: 2.2.1
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -14806,15 +14606,15 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)':
+ '@typescript-eslint/eslint-plugin@8.33.1(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- '@typescript-eslint/scope-manager': 8.32.1
- '@typescript-eslint/type-utils': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.32.1
- eslint: 9.27.0(jiti@1.21.6)
+ '@typescript-eslint/parser': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/scope-manager': 8.33.1
+ '@typescript-eslint/type-utils': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/visitor-keys': 8.33.1
+ eslint: 9.28.0(jiti@1.21.6)
graphemer: 1.4.0
ignore: 7.0.4
natural-compare: 1.4.0
@@ -14823,40 +14623,55 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)':
+ '@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.32.1
- '@typescript-eslint/types': 8.32.1
- '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.32.1
+ '@typescript-eslint/scope-manager': 8.33.1
+ '@typescript-eslint/types': 8.33.1
+ '@typescript-eslint/typescript-estree': 8.33.1(typescript@5.8.3)
+ '@typescript-eslint/visitor-keys': 8.33.1
debug: 4.4.1(supports-color@8.1.1)
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.32.1':
+ '@typescript-eslint/project-service@8.33.1(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/types': 8.32.1
- '@typescript-eslint/visitor-keys': 8.32.1
+ '@typescript-eslint/tsconfig-utils': 8.33.1(typescript@5.8.3)
+ '@typescript-eslint/types': 8.33.1
+ debug: 4.4.1(supports-color@8.1.1)
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
- '@typescript-eslint/type-utils@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)':
+ '@typescript-eslint/scope-manager@8.33.1':
dependencies:
- '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3)
- '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/types': 8.33.1
+ '@typescript-eslint/visitor-keys': 8.33.1
+
+ '@typescript-eslint/tsconfig-utils@8.33.1(typescript@5.8.3)':
+ dependencies:
+ typescript: 5.8.3
+
+ '@typescript-eslint/type-utils@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.33.1(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
debug: 4.4.1(supports-color@8.1.1)
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
ts-api-utils: 2.1.0(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.32.1': {}
+ '@typescript-eslint/types@8.33.1': {}
- '@typescript-eslint/typescript-estree@8.32.1(typescript@5.8.3)':
+ '@typescript-eslint/typescript-estree@8.33.1(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/types': 8.32.1
- '@typescript-eslint/visitor-keys': 8.32.1
+ '@typescript-eslint/project-service': 8.33.1(typescript@5.8.3)
+ '@typescript-eslint/tsconfig-utils': 8.33.1(typescript@5.8.3)
+ '@typescript-eslint/types': 8.33.1
+ '@typescript-eslint/visitor-keys': 8.33.1
debug: 4.4.1(supports-color@8.1.1)
fast-glob: 3.3.3
is-glob: 4.0.3
@@ -14867,20 +14682,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)':
+ '@typescript-eslint/utils@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0(jiti@1.21.6))
- '@typescript-eslint/scope-manager': 8.32.1
- '@typescript-eslint/types': 8.32.1
- '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3)
- eslint: 9.27.0(jiti@1.21.6)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.28.0(jiti@1.21.6))
+ '@typescript-eslint/scope-manager': 8.33.1
+ '@typescript-eslint/types': 8.33.1
+ '@typescript-eslint/typescript-estree': 8.33.1(typescript@5.8.3)
+ eslint: 9.28.0(jiti@1.21.6)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.32.1':
+ '@typescript-eslint/visitor-keys@8.33.1':
dependencies:
- '@typescript-eslint/types': 8.32.1
+ '@typescript-eslint/types': 8.33.1
eslint-visitor-keys: 4.2.0
'@ungap/structured-clone@1.2.0': {}
@@ -15024,15 +14839,15 @@ snapshots:
'@webassemblyjs/ast': 1.14.1
'@xtuc/long': 4.2.2
- '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))':
+ '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))':
dependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
- webpack-cli: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
+ webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
- '@webpack-cli/generators@3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))':
+ '@webpack-cli/generators@3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))':
dependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
- webpack-cli: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
+ webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
yeoman-environment: 3.19.3
yeoman-generator: 5.10.0(encoding@0.1.13)(mem-fs@2.3.0)(yeoman-environment@3.19.3)
optionalDependencies:
@@ -15043,17 +14858,17 @@ snapshots:
- mem-fs
- supports-color
- '@webpack-cli/info@3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))':
+ '@webpack-cli/info@3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))':
dependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
- webpack-cli: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
+ webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
- '@webpack-cli/serve@3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack-dev-server@5.2.1(webpack-cli@6.0.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))':
+ '@webpack-cli/serve@3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack-dev-server@5.2.2(webpack-cli@6.0.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))':
dependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
- webpack-cli: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
+ webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
optionalDependencies:
- webpack-dev-server: 5.2.1(webpack-cli@6.0.1)(webpack@5.99.9)
+ webpack-dev-server: 5.2.2(webpack-cli@6.0.1)(webpack@5.99.9)
'@xobotyi/scrollbar-width@1.9.5': {}
@@ -15073,8 +14888,6 @@ snapshots:
dependencies:
isexe: 2.0.0
- abab@2.0.6: {}
-
abbrev@1.1.1: {}
abort-controller@3.0.0:
@@ -15086,11 +14899,6 @@ snapshots:
mime-types: 2.1.35
negotiator: 0.6.3
- acorn-globals@7.0.1:
- dependencies:
- acorn: 8.14.1
- acorn-walk: 8.3.4
-
acorn-jsx@5.3.2(acorn@8.14.1):
dependencies:
acorn: 8.14.1
@@ -15152,24 +14960,6 @@ snapshots:
'@algolia/events': 4.0.1
algoliasearch: 5.24.0
- algoliasearch@4.24.0:
- dependencies:
- '@algolia/cache-browser-local-storage': 4.24.0
- '@algolia/cache-common': 4.24.0
- '@algolia/cache-in-memory': 4.24.0
- '@algolia/client-account': 4.24.0
- '@algolia/client-analytics': 4.24.0
- '@algolia/client-common': 4.24.0
- '@algolia/client-personalization': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/logger-common': 4.24.0
- '@algolia/logger-console': 4.24.0
- '@algolia/recommend': 4.24.0
- '@algolia/requester-browser-xhr': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/requester-node-http': 4.24.0
- '@algolia/transporter': 4.24.0
-
algoliasearch@5.24.0:
dependencies:
'@algolia/client-abtesting': 5.24.0
@@ -15355,18 +15145,14 @@ snapshots:
async@3.2.6: {}
- asynckit@0.4.0: {}
-
- at-least-node@1.0.0: {}
-
- autoprefixer@10.4.21(postcss@8.5.3):
+ autoprefixer@10.4.21(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
caniuse-lite: 1.0.30001717
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
available-typed-arrays@1.0.7:
@@ -15390,12 +15176,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.99.9(esbuild@0.25.4)):
+ babel-loader@9.2.1(@babel/core@7.27.1)(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
'@babel/core': 7.27.1
find-cache-dir: 4.0.0
schema-utils: 4.3.2
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
babel-plugin-dynamic-import-node@2.3.3:
dependencies:
@@ -15785,6 +15571,8 @@ snapshots:
chardet@0.7.0: {}
+ charenc@0.0.2: {}
+
check-error@2.1.1: {}
cheerio-select@2.1.0:
@@ -15803,7 +15591,7 @@ snapshots:
domhandler: 5.0.3
domutils: 3.1.0
htmlparser2: 8.0.2
- parse5: 7.2.0
+ parse5: 7.3.0
parse5-htmlparser2-tree-adapter: 7.1.0
chokidar@3.6.0:
@@ -15961,10 +15749,6 @@ snapshots:
combine-promises@1.2.0: {}
- combined-stream@1.0.8:
- dependencies:
- delayed-stream: 1.0.0
-
comma-separated-tokens@2.0.3: {}
commander@10.0.1: {}
@@ -16050,7 +15834,7 @@ snapshots:
dependencies:
toggle-selection: 1.0.6
- copy-webpack-plugin@11.0.0(webpack@5.99.9(esbuild@0.25.4)):
+ copy-webpack-plugin@11.0.0(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
fast-glob: 3.3.3
glob-parent: 6.0.2
@@ -16058,7 +15842,7 @@ snapshots:
normalize-path: 3.0.0
schema-utils: 4.3.2
serialize-javascript: 6.0.2
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
core-js-compat@3.42.0:
dependencies:
@@ -16072,14 +15856,6 @@ snapshots:
corser@2.0.1: {}
- cosmiconfig@6.0.0:
- dependencies:
- '@types/parse-json': 4.0.2
- import-fresh: 3.3.1
- parse-json: 5.2.0
- path-type: 4.0.0
- yaml: 1.10.2
-
cosmiconfig@8.3.6(typescript@5.8.3):
dependencies:
import-fresh: 3.3.1
@@ -16125,25 +15901,27 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
+ crypt@0.0.2: {}
+
crypto-random-string@2.0.0: {}
crypto-random-string@4.0.0:
dependencies:
type-fest: 1.4.0
- css-blank-pseudo@7.0.1(postcss@8.5.3):
+ css-blank-pseudo@7.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- css-declaration-sorter@7.2.0(postcss@8.5.3):
+ css-declaration-sorter@7.2.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- css-has-pseudo@7.0.2(postcss@8.5.3):
+ css-has-pseudo@7.0.2(postcss@8.5.4):
dependencies:
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.0)
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
postcss-value-parser: 4.2.0
@@ -16151,48 +15929,48 @@ snapshots:
dependencies:
hyphenate-style-name: 1.1.0
- css-loader@6.11.0(webpack@5.99.9(esbuild@0.25.4)):
+ css-loader@6.11.0(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
- icss-utils: 5.1.0(postcss@8.5.3)
- postcss: 8.5.3
- postcss-modules-extract-imports: 3.1.0(postcss@8.5.3)
- postcss-modules-local-by-default: 4.0.5(postcss@8.5.3)
- postcss-modules-scope: 3.2.0(postcss@8.5.3)
- postcss-modules-values: 4.0.0(postcss@8.5.3)
+ icss-utils: 5.1.0(postcss@8.5.4)
+ postcss: 8.5.4
+ postcss-modules-extract-imports: 3.1.0(postcss@8.5.4)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.5.4)
+ postcss-modules-scope: 3.2.0(postcss@8.5.4)
+ postcss-modules-values: 4.0.0(postcss@8.5.4)
postcss-value-parser: 4.2.0
semver: 7.7.2
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
- css-loader@7.1.2(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ css-loader@7.1.2(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
- icss-utils: 5.1.0(postcss@8.5.3)
- postcss: 8.5.3
- postcss-modules-extract-imports: 3.1.0(postcss@8.5.3)
- postcss-modules-local-by-default: 4.0.5(postcss@8.5.3)
- postcss-modules-scope: 3.2.0(postcss@8.5.3)
- postcss-modules-values: 4.0.0(postcss@8.5.3)
+ icss-utils: 5.1.0(postcss@8.5.4)
+ postcss: 8.5.4
+ postcss-modules-extract-imports: 3.1.0(postcss@8.5.4)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.5.4)
+ postcss-modules-scope: 3.2.0(postcss@8.5.4)
+ postcss-modules-values: 4.0.0(postcss@8.5.4)
postcss-value-parser: 4.2.0
semver: 7.7.2
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
- css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4)):
+ css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
- cssnano: 6.1.2(postcss@8.5.3)
+ cssnano: 6.1.2(postcss@8.5.4)
jest-worker: 29.7.0
- postcss: 8.5.3
+ postcss: 8.5.4
schema-utils: 4.3.2
serialize-javascript: 6.0.2
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
optionalDependencies:
clean-css: 5.3.3
- esbuild: 0.25.4
+ esbuild: 0.25.5
- css-prefers-color-scheme@10.0.0(postcss@8.5.3):
+ css-prefers-color-scheme@10.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
css-select@4.3.0:
dependencies:
@@ -16231,72 +16009,69 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-advanced@6.1.2(postcss@8.5.3):
+ cssnano-preset-advanced@6.1.2(postcss@8.5.4):
dependencies:
- autoprefixer: 10.4.21(postcss@8.5.3)
+ autoprefixer: 10.4.21(postcss@8.5.4)
browserslist: 4.24.5
- cssnano-preset-default: 6.1.2(postcss@8.5.3)
- postcss: 8.5.3
- postcss-discard-unused: 6.0.5(postcss@8.5.3)
- postcss-merge-idents: 6.0.3(postcss@8.5.3)
- postcss-reduce-idents: 6.0.3(postcss@8.5.3)
- postcss-zindex: 6.0.2(postcss@8.5.3)
+ cssnano-preset-default: 6.1.2(postcss@8.5.4)
+ postcss: 8.5.4
+ postcss-discard-unused: 6.0.5(postcss@8.5.4)
+ postcss-merge-idents: 6.0.3(postcss@8.5.4)
+ postcss-reduce-idents: 6.0.3(postcss@8.5.4)
+ postcss-zindex: 6.0.2(postcss@8.5.4)
- cssnano-preset-default@6.1.2(postcss@8.5.3):
+ cssnano-preset-default@6.1.2(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
- css-declaration-sorter: 7.2.0(postcss@8.5.3)
- cssnano-utils: 4.0.2(postcss@8.5.3)
- postcss: 8.5.3
- postcss-calc: 9.0.1(postcss@8.5.3)
- postcss-colormin: 6.1.0(postcss@8.5.3)
- postcss-convert-values: 6.1.0(postcss@8.5.3)
- postcss-discard-comments: 6.0.2(postcss@8.5.3)
- postcss-discard-duplicates: 6.0.3(postcss@8.5.3)
- postcss-discard-empty: 6.0.3(postcss@8.5.3)
- postcss-discard-overridden: 6.0.2(postcss@8.5.3)
- postcss-merge-longhand: 6.0.5(postcss@8.5.3)
- postcss-merge-rules: 6.1.1(postcss@8.5.3)
- postcss-minify-font-values: 6.1.0(postcss@8.5.3)
- postcss-minify-gradients: 6.0.3(postcss@8.5.3)
- postcss-minify-params: 6.1.0(postcss@8.5.3)
- postcss-minify-selectors: 6.0.4(postcss@8.5.3)
- postcss-normalize-charset: 6.0.2(postcss@8.5.3)
- postcss-normalize-display-values: 6.0.2(postcss@8.5.3)
- postcss-normalize-positions: 6.0.2(postcss@8.5.3)
- postcss-normalize-repeat-style: 6.0.2(postcss@8.5.3)
- postcss-normalize-string: 6.0.2(postcss@8.5.3)
- postcss-normalize-timing-functions: 6.0.2(postcss@8.5.3)
- postcss-normalize-unicode: 6.1.0(postcss@8.5.3)
- postcss-normalize-url: 6.0.2(postcss@8.5.3)
- postcss-normalize-whitespace: 6.0.2(postcss@8.5.3)
- postcss-ordered-values: 6.0.2(postcss@8.5.3)
- postcss-reduce-initial: 6.1.0(postcss@8.5.3)
- postcss-reduce-transforms: 6.0.2(postcss@8.5.3)
- postcss-svgo: 6.0.3(postcss@8.5.3)
- postcss-unique-selectors: 6.0.4(postcss@8.5.3)
-
- cssnano-utils@4.0.2(postcss@8.5.3):
- dependencies:
- postcss: 8.5.3
-
- cssnano@6.1.2(postcss@8.5.3):
- dependencies:
- cssnano-preset-default: 6.1.2(postcss@8.5.3)
+ css-declaration-sorter: 7.2.0(postcss@8.5.4)
+ cssnano-utils: 4.0.2(postcss@8.5.4)
+ postcss: 8.5.4
+ postcss-calc: 9.0.1(postcss@8.5.4)
+ postcss-colormin: 6.1.0(postcss@8.5.4)
+ postcss-convert-values: 6.1.0(postcss@8.5.4)
+ postcss-discard-comments: 6.0.2(postcss@8.5.4)
+ postcss-discard-duplicates: 6.0.3(postcss@8.5.4)
+ postcss-discard-empty: 6.0.3(postcss@8.5.4)
+ postcss-discard-overridden: 6.0.2(postcss@8.5.4)
+ postcss-merge-longhand: 6.0.5(postcss@8.5.4)
+ postcss-merge-rules: 6.1.1(postcss@8.5.4)
+ postcss-minify-font-values: 6.1.0(postcss@8.5.4)
+ postcss-minify-gradients: 6.0.3(postcss@8.5.4)
+ postcss-minify-params: 6.1.0(postcss@8.5.4)
+ postcss-minify-selectors: 6.0.4(postcss@8.5.4)
+ postcss-normalize-charset: 6.0.2(postcss@8.5.4)
+ postcss-normalize-display-values: 6.0.2(postcss@8.5.4)
+ postcss-normalize-positions: 6.0.2(postcss@8.5.4)
+ postcss-normalize-repeat-style: 6.0.2(postcss@8.5.4)
+ postcss-normalize-string: 6.0.2(postcss@8.5.4)
+ postcss-normalize-timing-functions: 6.0.2(postcss@8.5.4)
+ postcss-normalize-unicode: 6.1.0(postcss@8.5.4)
+ postcss-normalize-url: 6.0.2(postcss@8.5.4)
+ postcss-normalize-whitespace: 6.0.2(postcss@8.5.4)
+ postcss-ordered-values: 6.0.2(postcss@8.5.4)
+ postcss-reduce-initial: 6.1.0(postcss@8.5.4)
+ postcss-reduce-transforms: 6.0.2(postcss@8.5.4)
+ postcss-svgo: 6.0.3(postcss@8.5.4)
+ postcss-unique-selectors: 6.0.4(postcss@8.5.4)
+
+ cssnano-utils@4.0.2(postcss@8.5.4):
+ dependencies:
+ postcss: 8.5.4
+
+ cssnano@6.1.2(postcss@8.5.4):
+ dependencies:
+ cssnano-preset-default: 6.1.2(postcss@8.5.4)
lilconfig: 3.1.2
- postcss: 8.5.3
+ postcss: 8.5.4
csso@5.0.5:
dependencies:
css-tree: 2.2.1
- cssom@0.3.8: {}
-
- cssom@0.5.0: {}
-
- cssstyle@2.3.0:
+ cssstyle@4.3.1:
dependencies:
- cssom: 0.3.8
+ '@asamuzakjp/css-color': 3.2.0
+ rrweb-cssom: 0.8.0
csstype@3.1.3: {}
@@ -16308,11 +16083,10 @@ snapshots:
data-uri-to-buffer@3.0.1: {}
- data-urls@3.0.2:
+ data-urls@5.0.0:
dependencies:
- abab: 2.0.6
- whatwg-mimetype: 3.0.0
- whatwg-url: 11.0.0
+ whatwg-mimetype: 4.0.0
+ whatwg-url: 14.2.0
data-view-buffer@1.0.1:
dependencies:
@@ -16363,7 +16137,7 @@ snapshots:
decamelize@6.0.0: {}
- decimal.js@10.4.3: {}
+ decimal.js@10.5.0: {}
decode-named-character-reference@1.0.2:
dependencies:
@@ -16437,19 +16211,6 @@ snapshots:
has-property-descriptors: 1.0.2
object-keys: 1.1.1
- del@6.1.1:
- dependencies:
- globby: 11.1.0
- graceful-fs: 4.2.11
- is-glob: 4.0.3
- is-path-cwd: 2.2.0
- is-path-inside: 3.0.3
- p-map: 4.0.0
- rimraf: 3.0.2
- slash: 3.0.0
-
- delayed-stream@1.0.0: {}
-
delegates@1.0.0: {}
depd@1.1.2: {}
@@ -16470,13 +16231,6 @@ snapshots:
detect-node@2.1.0: {}
- detect-port-alt@1.1.6:
- dependencies:
- address: 1.2.2
- debug: 2.6.9
- transitivePeerDependencies:
- - supports-color
-
detect-port@1.6.1:
dependencies:
address: 1.2.2
@@ -16539,10 +16293,6 @@ snapshots:
domelementtype@2.3.0: {}
- domexception@4.0.0:
- dependencies:
- webidl-conversions: 7.0.0
-
domhandler@4.3.1:
dependencies:
domelementtype: 2.3.0
@@ -16628,6 +16378,8 @@ snapshots:
entities@4.5.0: {}
+ entities@6.0.0: {}
+
env-paths@2.2.1: {}
envinfo@7.14.0: {}
@@ -16750,33 +16502,33 @@ snapshots:
is-date-object: 1.0.5
is-symbol: 1.0.4
- esbuild@0.25.4:
+ esbuild@0.25.5:
optionalDependencies:
- '@esbuild/aix-ppc64': 0.25.4
- '@esbuild/android-arm': 0.25.4
- '@esbuild/android-arm64': 0.25.4
- '@esbuild/android-x64': 0.25.4
- '@esbuild/darwin-arm64': 0.25.4
- '@esbuild/darwin-x64': 0.25.4
- '@esbuild/freebsd-arm64': 0.25.4
- '@esbuild/freebsd-x64': 0.25.4
- '@esbuild/linux-arm': 0.25.4
- '@esbuild/linux-arm64': 0.25.4
- '@esbuild/linux-ia32': 0.25.4
- '@esbuild/linux-loong64': 0.25.4
- '@esbuild/linux-mips64el': 0.25.4
- '@esbuild/linux-ppc64': 0.25.4
- '@esbuild/linux-riscv64': 0.25.4
- '@esbuild/linux-s390x': 0.25.4
- '@esbuild/linux-x64': 0.25.4
- '@esbuild/netbsd-arm64': 0.25.4
- '@esbuild/netbsd-x64': 0.25.4
- '@esbuild/openbsd-arm64': 0.25.4
- '@esbuild/openbsd-x64': 0.25.4
- '@esbuild/sunos-x64': 0.25.4
- '@esbuild/win32-arm64': 0.25.4
- '@esbuild/win32-ia32': 0.25.4
- '@esbuild/win32-x64': 0.25.4
+ '@esbuild/aix-ppc64': 0.25.5
+ '@esbuild/android-arm': 0.25.5
+ '@esbuild/android-arm64': 0.25.5
+ '@esbuild/android-x64': 0.25.5
+ '@esbuild/darwin-arm64': 0.25.5
+ '@esbuild/darwin-x64': 0.25.5
+ '@esbuild/freebsd-arm64': 0.25.5
+ '@esbuild/freebsd-x64': 0.25.5
+ '@esbuild/linux-arm': 0.25.5
+ '@esbuild/linux-arm64': 0.25.5
+ '@esbuild/linux-ia32': 0.25.5
+ '@esbuild/linux-loong64': 0.25.5
+ '@esbuild/linux-mips64el': 0.25.5
+ '@esbuild/linux-ppc64': 0.25.5
+ '@esbuild/linux-riscv64': 0.25.5
+ '@esbuild/linux-s390x': 0.25.5
+ '@esbuild/linux-x64': 0.25.5
+ '@esbuild/netbsd-arm64': 0.25.5
+ '@esbuild/netbsd-x64': 0.25.5
+ '@esbuild/openbsd-arm64': 0.25.5
+ '@esbuild/openbsd-x64': 0.25.5
+ '@esbuild/sunos-x64': 0.25.5
+ '@esbuild/win32-arm64': 0.25.5
+ '@esbuild/win32-ia32': 0.25.5
+ '@esbuild/win32-x64': 0.25.5
escalade@3.2.0: {}
@@ -16792,27 +16544,19 @@ snapshots:
escape-string-regexp@5.0.0: {}
- escodegen@2.1.0:
+ eslint-config-next@15.3.3(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3):
dependencies:
- esprima: 4.0.1
- estraverse: 5.3.0
- esutils: 2.0.3
- optionalDependencies:
- source-map: 0.6.1
-
- eslint-config-next@15.3.2(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3):
- dependencies:
- '@next/eslint-plugin-next': 15.3.2
+ '@next/eslint-plugin-next': 15.3.3
'@rushstack/eslint-patch': 1.10.4
- '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- eslint: 9.27.0(jiti@1.21.6)
+ '@typescript-eslint/eslint-plugin': 8.33.1(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ eslint: 9.28.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6))
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6))
- eslint-plugin-jsx-a11y: 6.10.0(eslint@9.27.0(jiti@1.21.6))
- eslint-plugin-react: 7.37.1(eslint@9.27.0(jiti@1.21.6))
- eslint-plugin-react-hooks: 5.2.0(eslint@9.27.0(jiti@1.21.6))
+ eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6))
+ eslint-plugin-jsx-a11y: 6.10.0(eslint@9.28.0(jiti@1.21.6))
+ eslint-plugin-react: 7.37.1(eslint@9.28.0(jiti@1.21.6))
+ eslint-plugin-react-hooks: 5.2.0(eslint@9.28.0(jiti@1.21.6))
optionalDependencies:
typescript: 5.8.3
transitivePeerDependencies:
@@ -16820,11 +16564,11 @@ snapshots:
- eslint-plugin-import-x
- supports-color
- eslint-config-prettier@10.1.5(eslint@9.27.0(jiti@1.21.6)):
+ eslint-config-prettier@10.1.5(eslint@9.28.0(jiti@1.21.6)):
dependencies:
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
- eslint-import-context@0.1.4(unrs-resolver@1.7.2):
+ eslint-import-context@0.1.6(unrs-resolver@1.7.2):
dependencies:
get-tsconfig: 4.10.1
stable-hash: 0.0.5
@@ -16839,63 +16583,63 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)):
+ eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)):
dependencies:
'@nolyfill/is-core-module': 1.0.39
debug: 4.4.1(supports-color@8.1.1)
enhanced-resolve: 5.17.1
- eslint: 9.27.0(jiti@1.21.6)
- eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6))
+ eslint: 9.28.0(jiti@1.21.6)
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6))
fast-glob: 3.3.3
get-tsconfig: 4.10.1
is-bun-module: 1.2.1
is-glob: 4.0.3
optionalDependencies:
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6))
transitivePeerDependencies:
- '@typescript-eslint/parser'
- eslint-import-resolver-node
- eslint-import-resolver-webpack
- supports-color
- eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)):
+ eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)):
dependencies:
debug: 4.4.1(supports-color@8.1.1)
- eslint: 9.27.0(jiti@1.21.6)
- eslint-import-context: 0.1.4(unrs-resolver@1.7.2)
+ eslint: 9.28.0(jiti@1.21.6)
+ eslint-import-context: 0.1.6(unrs-resolver@1.7.2)
get-tsconfig: 4.10.1
is-bun-module: 2.0.0
stable-hash: 0.0.5
- tinyglobby: 0.2.13
+ tinyglobby: 0.2.14
unrs-resolver: 1.7.2
optionalDependencies:
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6))
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6)):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- eslint: 9.27.0(jiti@1.21.6)
+ '@typescript-eslint/parser': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ eslint: 9.28.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6))
+ eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6))
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6)):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
- eslint: 9.27.0(jiti@1.21.6)
+ '@typescript-eslint/parser': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
+ eslint: 9.28.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6))
+ eslint-import-resolver-typescript: 4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6))
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -16904,9 +16648,9 @@ snapshots:
array.prototype.flatmap: 1.3.2
debug: 3.2.7
doctrine: 2.1.0
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@1.21.6)))(eslint@9.27.0(jiti@1.21.6))
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.2(eslint-plugin-import@2.31.0)(eslint@9.28.0(jiti@1.21.6)))(eslint@9.28.0(jiti@1.21.6))
hasown: 2.0.2
is-core-module: 2.15.1
is-glob: 4.0.3
@@ -16918,13 +16662,13 @@ snapshots:
string.prototype.trimend: 1.0.8
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-jsx-a11y@6.10.0(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-jsx-a11y@6.10.0(eslint@9.28.0(jiti@1.21.6)):
dependencies:
aria-query: 5.1.3
array-includes: 3.1.8
@@ -16935,7 +16679,7 @@ snapshots:
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
es-iterator-helpers: 1.1.0
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
hasown: 2.0.2
jsx-ast-utils: 3.3.5
language-tags: 1.0.9
@@ -16944,18 +16688,18 @@ snapshots:
safe-regex-test: 1.0.3
string.prototype.includes: 2.0.1
- eslint-plugin-mocha@10.5.0(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-mocha@10.5.0(eslint@9.28.0(jiti@1.21.6)):
dependencies:
- eslint: 9.27.0(jiti@1.21.6)
- eslint-utils: 3.0.0(eslint@9.27.0(jiti@1.21.6))
+ eslint: 9.28.0(jiti@1.21.6)
+ eslint-utils: 3.0.0(eslint@9.28.0(jiti@1.21.6))
globals: 13.24.0
rambda: 7.5.0
- eslint-plugin-react-hooks@5.2.0(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-react-hooks@5.2.0(eslint@9.28.0(jiti@1.21.6)):
dependencies:
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
- eslint-plugin-react@7.37.1(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-react@7.37.1(eslint@9.28.0(jiti@1.21.6)):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
@@ -16963,7 +16707,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.1.0
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
estraverse: 5.3.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5
@@ -16977,14 +16721,14 @@ snapshots:
string.prototype.matchall: 4.0.11
string.prototype.repeat: 1.0.0
- eslint-plugin-unicorn@56.0.1(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-unicorn@56.0.1(eslint@9.28.0(jiti@1.21.6)):
dependencies:
'@babel/helper-validator-identifier': 7.27.1
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0(jiti@1.21.6))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.28.0(jiti@1.21.6))
ci-info: 4.2.0
clean-regexp: 1.0.0
core-js-compat: 3.42.0
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
esquery: 1.6.0
globals: 15.15.0
indent-string: 4.0.0
@@ -16997,11 +16741,11 @@ snapshots:
semver: 7.7.2
strip-indent: 3.0.0
- eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6)):
+ eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.33.1(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6)):
dependencies:
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)
+ '@typescript-eslint/eslint-plugin': 8.33.1(@typescript-eslint/parser@8.33.1(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3))(eslint@9.28.0(jiti@1.21.6))(typescript@5.8.3)
eslint-scope@5.1.1:
dependencies:
@@ -17013,9 +16757,9 @@ snapshots:
esrecurse: 4.3.0
estraverse: 5.3.0
- eslint-utils@3.0.0(eslint@9.27.0(jiti@1.21.6)):
+ eslint-utils@3.0.0(eslint@9.28.0(jiti@1.21.6)):
dependencies:
- eslint: 9.27.0(jiti@1.21.6)
+ eslint: 9.28.0(jiti@1.21.6)
eslint-visitor-keys: 2.1.0
eslint-visitor-keys@2.1.0: {}
@@ -17024,15 +16768,15 @@ snapshots:
eslint-visitor-keys@4.2.0: {}
- eslint@9.27.0(jiti@1.21.6):
+ eslint@9.28.0(jiti@1.21.6):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0(jiti@1.21.6))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.28.0(jiti@1.21.6))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.20.0
'@eslint/config-helpers': 0.2.2
'@eslint/core': 0.14.0
'@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.27.0
+ '@eslint/js': 9.28.0
'@eslint/plugin-kit': 0.3.1
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
@@ -17287,18 +17031,16 @@ snapshots:
dependencies:
flat-cache: 4.0.1
- file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.4)):
+ file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
filelist@1.0.4:
dependencies:
minimatch: 5.1.6
- filesize@8.0.7: {}
-
fill-range@7.1.1:
dependencies:
to-regex-range: 5.0.1
@@ -17320,10 +17062,6 @@ snapshots:
common-path-prefix: 3.0.0
pkg-dir: 7.0.0
- find-up@3.0.0:
- dependencies:
- locate-path: 3.0.0
-
find-up@4.1.0:
dependencies:
locate-path: 5.0.0
@@ -17370,34 +17108,8 @@ snapshots:
cross-spawn: 7.0.6
signal-exit: 4.1.0
- fork-ts-checker-webpack-plugin@6.5.3(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)):
- dependencies:
- '@babel/code-frame': 7.27.1
- '@types/json-schema': 7.0.15
- chalk: 4.1.2
- chokidar: 3.6.0
- cosmiconfig: 6.0.0
- deepmerge: 4.3.1
- fs-extra: 9.1.0
- glob: 7.2.3
- memfs: 3.5.3
- minimatch: 3.1.2
- schema-utils: 2.7.0
- semver: 7.7.2
- tapable: 1.1.3
- typescript: 5.8.3
- webpack: 5.99.9(esbuild@0.25.4)
- optionalDependencies:
- eslint: 9.27.0(jiti@1.21.6)
-
form-data-encoder@2.1.4: {}
- form-data@4.0.1:
- dependencies:
- asynckit: 0.4.0
- combined-stream: 1.0.8
- mime-types: 2.1.35
-
format@0.2.2: {}
forwarded@0.2.0: {}
@@ -17412,13 +17124,6 @@ snapshots:
jsonfile: 6.1.0
universalify: 2.0.1
- fs-extra@9.1.0:
- dependencies:
- at-least-node: 1.0.0
- graceful-fs: 4.2.11
- jsonfile: 6.1.0
- universalify: 2.0.1
-
fs-minipass@2.1.0:
dependencies:
minipass: 3.3.6
@@ -17532,7 +17237,7 @@ snapshots:
package-json-from-dist: 1.0.1
path-scurry: 1.11.1
- glob@11.0.0:
+ glob@11.0.2:
dependencies:
foreground-child: 3.3.0
jackspeak: 4.0.2
@@ -17562,16 +17267,6 @@ snapshots:
dependencies:
ini: 2.0.0
- global-modules@2.0.0:
- dependencies:
- global-prefix: 3.0.0
-
- global-prefix@3.0.0:
- dependencies:
- ini: 1.3.8
- kind-of: 6.0.3
- which: 1.3.1
-
globals@11.12.0: {}
globals@13.24.0:
@@ -17711,7 +17406,7 @@ snapshots:
hast-util-to-parse5: 8.0.0
html-void-elements: 3.0.0
mdast-util-to-hast: 13.2.0
- parse5: 7.2.0
+ parse5: 7.3.0
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
vfile: 6.0.3
@@ -17825,6 +17520,10 @@ snapshots:
dependencies:
whatwg-encoding: 2.0.0
+ html-encoding-sniffer@4.0.0:
+ dependencies:
+ whatwg-encoding: 3.1.1
+
html-entities@2.5.2: {}
html-escaper@2.0.2: {}
@@ -17853,7 +17552,7 @@ snapshots:
html-void-elements@3.0.0: {}
- html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
'@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
@@ -17861,9 +17560,9 @@ snapshots:
pretty-error: 4.0.0
tapable: 2.2.1
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
- html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.4)):
+ html-webpack-plugin@5.6.3(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
'@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
@@ -17871,7 +17570,7 @@ snapshots:
pretty-error: 4.0.0
tapable: 2.2.1
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
htmlparser2@6.1.0:
dependencies:
@@ -17931,7 +17630,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- http-proxy-middleware@2.0.7(@types/express@4.17.21):
+ http-proxy-middleware@2.0.9(@types/express@4.17.21):
dependencies:
'@types/http-proxy': 1.17.15
http-proxy: 1.18.1
@@ -18007,9 +17706,9 @@ snapshots:
dependencies:
safer-buffer: 2.1.2
- icss-utils@5.1.0(postcss@8.5.3):
+ icss-utils@5.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
ieee754@1.2.1: {}
@@ -18025,16 +17724,12 @@ snapshots:
ignore@7.0.4: {}
- image-size@1.1.1:
- dependencies:
- queue: 6.0.2
+ image-size@2.0.2: {}
immediate@3.0.6: {}
immer@10.1.1: {}
- immer@9.0.21: {}
-
immutability-helper@3.1.1: {}
import-fresh@3.3.1:
@@ -18163,6 +17858,8 @@ snapshots:
call-bind: 1.0.7
has-tostringtag: 1.0.2
+ is-buffer@1.1.6: {}
+
is-builtin-module@3.2.1:
dependencies:
builtin-modules: 3.3.0
@@ -18254,8 +17951,6 @@ snapshots:
is-obj@2.0.0: {}
- is-path-cwd@2.2.0: {}
-
is-path-inside@3.0.3: {}
is-plain-obj@1.1.0: {}
@@ -18285,8 +17980,6 @@ snapshots:
is-regexp@1.0.0: {}
- is-root@2.1.0: {}
-
is-scoped@2.1.0:
dependencies:
scoped-regex: 2.1.0
@@ -18533,16 +18226,13 @@ snapshots:
jest-util: 29.7.0
pretty-format: 29.7.0
- jest-environment-jsdom@29.7.0:
+ jest-environment-jsdom@30.0.0-beta.3:
dependencies:
- '@jest/environment': 29.7.0
- '@jest/fake-timers': 29.7.0
- '@jest/types': 29.6.3
- '@types/jsdom': 20.0.1
+ '@jest/environment': 30.0.0-beta.3
+ '@jest/environment-jsdom-abstract': 30.0.0-beta.3(jsdom@26.1.0)
+ '@types/jsdom': 21.1.7
'@types/node': 20.17.50
- jest-mock: 29.7.0
- jest-util: 29.7.0
- jsdom: 20.0.3
+ jsdom: 26.1.0
transitivePeerDependencies:
- bufferutil
- supports-color
@@ -18599,18 +18289,38 @@ snapshots:
slash: 3.0.0
stack-utils: 2.0.6
+ jest-message-util@30.0.0-beta.3:
+ dependencies:
+ '@babel/code-frame': 7.27.1
+ '@jest/types': 30.0.0-beta.3
+ '@types/stack-utils': 2.0.3
+ chalk: 4.1.2
+ graceful-fs: 4.2.11
+ micromatch: 4.0.8
+ pretty-format: 30.0.0-beta.3
+ slash: 3.0.0
+ stack-utils: 2.0.6
+
jest-mock@29.7.0:
dependencies:
'@jest/types': 29.6.3
'@types/node': 20.17.50
jest-util: 29.7.0
+ jest-mock@30.0.0-beta.3:
+ dependencies:
+ '@jest/types': 30.0.0-beta.3
+ '@types/node': 20.17.50
+ jest-util: 30.0.0-beta.3
+
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
optionalDependencies:
jest-resolve: 29.7.0
jest-regex-util@29.6.3: {}
+ jest-regex-util@30.0.0-beta.3: {}
+
jest-resolve-dependencies@29.7.0:
dependencies:
jest-regex-util: 29.6.3
@@ -18717,6 +18427,15 @@ snapshots:
graceful-fs: 4.2.11
picomatch: 2.3.1
+ jest-util@30.0.0-beta.3:
+ dependencies:
+ '@jest/types': 30.0.0-beta.3
+ '@types/node': 20.17.50
+ chalk: 4.1.2
+ ci-info: 4.2.0
+ graceful-fs: 4.2.11
+ picomatch: 4.0.2
+
jest-validate@29.7.0:
dependencies:
'@jest/types': 29.6.3
@@ -18787,34 +18506,28 @@ snapshots:
jsbn@1.1.0: {}
- jsdom@20.0.3:
+ jsdom@26.1.0:
dependencies:
- abab: 2.0.6
- acorn: 8.14.1
- acorn-globals: 7.0.1
- cssom: 0.5.0
- cssstyle: 2.3.0
- data-urls: 3.0.2
- decimal.js: 10.4.3
- domexception: 4.0.0
- escodegen: 2.1.0
- form-data: 4.0.1
- html-encoding-sniffer: 3.0.0
- http-proxy-agent: 5.0.0
- https-proxy-agent: 5.0.1
+ cssstyle: 4.3.1
+ data-urls: 5.0.0
+ decimal.js: 10.5.0
+ html-encoding-sniffer: 4.0.0
+ http-proxy-agent: 7.0.2
+ https-proxy-agent: 7.0.6
is-potential-custom-element-name: 1.0.1
- nwsapi: 2.2.13
- parse5: 7.2.0
+ nwsapi: 2.2.20
+ parse5: 7.3.0
+ rrweb-cssom: 0.8.0
saxes: 6.0.0
symbol-tree: 3.2.4
- tough-cookie: 4.1.4
- w3c-xmlserializer: 4.0.0
+ tough-cookie: 5.1.2
+ w3c-xmlserializer: 5.0.0
webidl-conversions: 7.0.0
- whatwg-encoding: 2.0.0
- whatwg-mimetype: 3.0.0
- whatwg-url: 11.0.0
+ whatwg-encoding: 3.1.1
+ whatwg-mimetype: 4.0.0
+ whatwg-url: 14.2.0
ws: 8.18.0
- xml-name-validator: 4.0.0
+ xml-name-validator: 5.0.0
transitivePeerDependencies:
- bufferutil
- supports-color
@@ -18944,13 +18657,6 @@ snapshots:
emojis-list: 3.0.0
json5: 2.2.3
- loader-utils@3.3.1: {}
-
- locate-path@3.0.0:
- dependencies:
- p-locate: 3.0.0
- path-exists: 3.0.0
-
locate-path@5.0.0:
dependencies:
p-locate: 4.1.0
@@ -19118,6 +18824,12 @@ snapshots:
markdown-table@3.0.3: {}
+ md5@2.3.0:
+ dependencies:
+ charenc: 0.0.2
+ crypt: 0.0.2
+ is-buffer: 1.1.6
+
mdast-util-directive@3.0.0:
dependencies:
'@types/mdast': 4.0.4
@@ -19131,7 +18843,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- mdast-util-find-and-replace@3.0.1:
+ mdast-util-find-and-replace@3.0.2:
dependencies:
'@types/mdast': 4.0.4
escape-string-regexp: 5.0.0
@@ -19171,7 +18883,7 @@ snapshots:
'@types/mdast': 4.0.4
ccount: 2.0.1
devlop: 1.1.0
- mdast-util-find-and-replace: 3.0.1
+ mdast-util-find-and-replace: 3.0.2
micromark-util-character: 2.1.0
mdast-util-gfm-footnote@2.0.0:
@@ -19705,11 +19417,11 @@ snapshots:
min-indent@1.0.1: {}
- mini-css-extract-plugin@2.9.1(webpack@5.99.9(esbuild@0.25.4)):
+ mini-css-extract-plugin@2.9.1(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
schema-utils: 4.3.2
tapable: 2.2.1
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
minimalistic-assert@1.0.1: {}
@@ -19863,15 +19575,15 @@ snapshots:
object-assign: 4.1.1
thenify-all: 1.6.0
- nano-css@5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ nano-css@5.6.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
css-tree: 1.1.3
csstype: 3.1.3
fastest-stable-stringify: 2.0.2
inline-style-prefixer: 7.0.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
rtl-css-js: 1.16.1
stacktrace-js: 2.0.2
stylis: 4.3.4
@@ -19906,26 +19618,26 @@ snapshots:
'@msgpack/msgpack': 2.8.0
winston: 3.14.1
- next@15.3.2(@babel/core@7.27.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ next@15.3.3(@babel/core@7.27.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- '@next/env': 15.3.2
+ '@next/env': 15.3.3
'@swc/counter': 0.1.3
'@swc/helpers': 0.5.15
busboy: 1.6.0
caniuse-lite: 1.0.30001717
postcss: 8.4.31
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- styled-jsx: 5.1.6(@babel/core@7.27.1)(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ styled-jsx: 5.1.6(@babel/core@7.27.1)(react@19.1.0)
optionalDependencies:
- '@next/swc-darwin-arm64': 15.3.2
- '@next/swc-darwin-x64': 15.3.2
- '@next/swc-linux-arm64-gnu': 15.3.2
- '@next/swc-linux-arm64-musl': 15.3.2
- '@next/swc-linux-x64-gnu': 15.3.2
- '@next/swc-linux-x64-musl': 15.3.2
- '@next/swc-win32-arm64-msvc': 15.3.2
- '@next/swc-win32-x64-msvc': 15.3.2
+ '@next/swc-darwin-arm64': 15.3.3
+ '@next/swc-darwin-x64': 15.3.3
+ '@next/swc-linux-arm64-gnu': 15.3.3
+ '@next/swc-linux-arm64-musl': 15.3.3
+ '@next/swc-linux-x64-gnu': 15.3.3
+ '@next/swc-linux-x64-musl': 15.3.3
+ '@next/swc-win32-arm64-msvc': 15.3.3
+ '@next/swc-win32-x64-msvc': 15.3.3
sharp: 0.34.2
transitivePeerDependencies:
- '@babel/core'
@@ -20152,13 +19864,13 @@ snapshots:
dependencies:
boolbase: 1.0.0
- null-loader@4.0.1(webpack@5.99.9(esbuild@0.25.4)):
+ null-loader@4.0.1(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
- nwsapi@2.2.13: {}
+ nwsapi@2.2.20: {}
object-assign@4.1.1: {}
@@ -20301,10 +20013,6 @@ snapshots:
dependencies:
yocto-queue: 1.1.1
- p-locate@3.0.0:
- dependencies:
- p-limit: 2.3.0
-
p-locate@4.1.0:
dependencies:
p-limit: 2.3.0
@@ -20452,11 +20160,11 @@ snapshots:
parse5-htmlparser2-tree-adapter@7.1.0:
dependencies:
domhandler: 5.0.3
- parse5: 7.2.0
+ parse5: 7.3.0
- parse5@7.2.0:
+ parse5@7.3.0:
dependencies:
- entities: 4.5.0
+ entities: 6.0.0
parseurl@1.3.3: {}
@@ -20467,8 +20175,6 @@ snapshots:
path-absolute@1.0.1: {}
- path-exists@3.0.0: {}
-
path-exists@4.0.0: {}
path-exists@5.0.0: {}
@@ -20537,10 +20243,6 @@ snapshots:
dependencies:
find-up: 6.3.0
- pkg-up@3.1.0:
- dependencies:
- find-up: 3.0.0
-
pluralize@8.0.0: {}
portfinder@1.0.32:
@@ -20553,435 +20255,435 @@ snapshots:
possible-typed-array-names@1.0.0: {}
- postcss-attribute-case-insensitive@7.0.1(postcss@8.5.3):
+ postcss-attribute-case-insensitive@7.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-calc@9.0.1(postcss@8.5.3):
+ postcss-calc@9.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-clamp@4.1.0(postcss@8.5.3):
+ postcss-clamp@4.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-color-functional-notation@7.0.9(postcss@8.5.3):
+ postcss-color-functional-notation@7.0.9(postcss@8.5.4):
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- postcss-color-hex-alpha@10.0.0(postcss@8.5.3):
+ postcss-color-hex-alpha@10.0.0(postcss@8.5.4):
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-color-rebeccapurple@10.0.0(postcss@8.5.3):
+ postcss-color-rebeccapurple@10.0.0(postcss@8.5.4):
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-colormin@6.1.0(postcss@8.5.3):
+ postcss-colormin@6.1.0(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-convert-values@6.1.0(postcss@8.5.3):
+ postcss-convert-values@6.1.0(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-custom-media@11.0.5(postcss@8.5.3):
+ postcss-custom-media@11.0.5(postcss@8.5.4):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
'@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-custom-properties@14.0.4(postcss@8.5.3):
+ postcss-custom-properties@14.0.4(postcss@8.5.4):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-custom-selectors@8.0.4(postcss@8.5.3):
+ postcss-custom-selectors@8.0.4(postcss@8.5.4):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-dir-pseudo-class@9.0.1(postcss@8.5.3):
+ postcss-dir-pseudo-class@9.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-discard-comments@6.0.2(postcss@8.5.3):
+ postcss-discard-comments@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-discard-duplicates@6.0.3(postcss@8.5.3):
+ postcss-discard-duplicates@6.0.3(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-discard-empty@6.0.3(postcss@8.5.3):
+ postcss-discard-empty@6.0.3(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-discard-overridden@6.0.2(postcss@8.5.3):
+ postcss-discard-overridden@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-discard-unused@6.0.5(postcss@8.5.3):
+ postcss-discard-unused@6.0.5(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
- postcss-double-position-gradients@6.0.1(postcss@8.5.3):
+ postcss-double-position-gradients@6.0.1(postcss@8.5.4):
dependencies:
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-focus-visible@10.0.1(postcss@8.5.3):
+ postcss-focus-visible@10.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-focus-within@9.0.1(postcss@8.5.3):
+ postcss-focus-within@9.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-font-variant@5.0.0(postcss@8.5.3):
+ postcss-font-variant@5.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-gap-properties@6.0.0(postcss@8.5.3):
+ postcss-gap-properties@6.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-image-set-function@7.0.0(postcss@8.5.3):
+ postcss-image-set-function@7.0.0(postcss@8.5.4):
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-import@15.1.0(postcss@8.5.3):
+ postcss-import@15.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-js@4.0.1(postcss@8.5.3):
+ postcss-js@4.0.1(postcss@8.5.4):
dependencies:
camelcase-css: 2.0.1
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-lab-function@7.0.9(postcss@8.5.3):
+ postcss-lab-function@7.0.9(postcss@8.5.4):
dependencies:
'@csstools/css-color-parser': 3.0.9(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/utilities': 2.0.0(postcss@8.5.3)
- postcss: 8.5.3
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/utilities': 2.0.0(postcss@8.5.4)
+ postcss: 8.5.4
- postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3)):
+ postcss-load-config@4.0.2(postcss@8.5.4)(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3)):
dependencies:
lilconfig: 3.1.2
yaml: 2.6.0
optionalDependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
ts-node: 10.9.2(@types/node@20.17.50)(typescript@5.8.3)
- postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)):
+ postcss-loader@7.3.4(postcss@8.5.4)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
cosmiconfig: 8.3.6(typescript@5.8.3)
jiti: 1.21.6
- postcss: 8.5.3
+ postcss: 8.5.4
semver: 7.7.2
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- typescript
- postcss-loader@8.1.1(postcss@8.5.3)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ postcss-loader@8.1.1(postcss@8.5.4)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
cosmiconfig: 9.0.0(typescript@5.8.3)
jiti: 1.21.6
- postcss: 8.5.3
+ postcss: 8.5.4
semver: 7.7.2
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
transitivePeerDependencies:
- typescript
- postcss-logical@8.1.0(postcss@8.5.3):
+ postcss-logical@8.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-merge-idents@6.0.3(postcss@8.5.3):
+ postcss-merge-idents@6.0.3(postcss@8.5.4):
dependencies:
- cssnano-utils: 4.0.2(postcss@8.5.3)
- postcss: 8.5.3
+ cssnano-utils: 4.0.2(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-merge-longhand@6.0.5(postcss@8.5.3):
+ postcss-merge-longhand@6.0.5(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- stylehacks: 6.1.1(postcss@8.5.3)
+ stylehacks: 6.1.1(postcss@8.5.4)
- postcss-merge-rules@6.1.1(postcss@8.5.3):
+ postcss-merge-rules@6.1.1(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
caniuse-api: 3.0.0
- cssnano-utils: 4.0.2(postcss@8.5.3)
- postcss: 8.5.3
+ cssnano-utils: 4.0.2(postcss@8.5.4)
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
- postcss-minify-font-values@6.1.0(postcss@8.5.3):
+ postcss-minify-font-values@6.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-minify-gradients@6.0.3(postcss@8.5.3):
+ postcss-minify-gradients@6.0.3(postcss@8.5.4):
dependencies:
colord: 2.9.3
- cssnano-utils: 4.0.2(postcss@8.5.3)
- postcss: 8.5.3
+ cssnano-utils: 4.0.2(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-minify-params@6.1.0(postcss@8.5.3):
+ postcss-minify-params@6.1.0(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
- cssnano-utils: 4.0.2(postcss@8.5.3)
- postcss: 8.5.3
+ cssnano-utils: 4.0.2(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-minify-selectors@6.0.4(postcss@8.5.3):
+ postcss-minify-selectors@6.0.4(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
- postcss-modules-extract-imports@3.1.0(postcss@8.5.3):
+ postcss-modules-extract-imports@3.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-modules-local-by-default@4.0.5(postcss@8.5.3):
+ postcss-modules-local-by-default@4.0.5(postcss@8.5.4):
dependencies:
- icss-utils: 5.1.0(postcss@8.5.3)
- postcss: 8.5.3
+ icss-utils: 5.1.0(postcss@8.5.4)
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.2.0(postcss@8.5.3):
+ postcss-modules-scope@3.2.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
- postcss-modules-values@4.0.0(postcss@8.5.3):
+ postcss-modules-values@4.0.0(postcss@8.5.4):
dependencies:
- icss-utils: 5.1.0(postcss@8.5.3)
- postcss: 8.5.3
+ icss-utils: 5.1.0(postcss@8.5.4)
+ postcss: 8.5.4
- postcss-nested@6.2.0(postcss@8.5.3):
+ postcss-nested@6.2.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
- postcss-nesting@13.0.1(postcss@8.5.3):
+ postcss-nesting@13.0.1(postcss@8.5.4):
dependencies:
'@csstools/selector-resolve-nested': 3.0.0(postcss-selector-parser@7.1.0)
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.0)
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-normalize-charset@6.0.2(postcss@8.5.3):
+ postcss-normalize-charset@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-normalize-display-values@6.0.2(postcss@8.5.3):
+ postcss-normalize-display-values@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-positions@6.0.2(postcss@8.5.3):
+ postcss-normalize-positions@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@6.0.2(postcss@8.5.3):
+ postcss-normalize-repeat-style@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-string@6.0.2(postcss@8.5.3):
+ postcss-normalize-string@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@6.0.2(postcss@8.5.3):
+ postcss-normalize-timing-functions@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@6.1.0(postcss@8.5.3):
+ postcss-normalize-unicode@6.1.0(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-url@6.0.2(postcss@8.5.3):
+ postcss-normalize-url@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@6.0.2(postcss@8.5.3):
+ postcss-normalize-whitespace@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-opacity-percentage@3.0.0(postcss@8.5.3):
+ postcss-opacity-percentage@3.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-ordered-values@6.0.2(postcss@8.5.3):
+ postcss-ordered-values@6.0.2(postcss@8.5.4):
dependencies:
- cssnano-utils: 4.0.2(postcss@8.5.3)
- postcss: 8.5.3
+ cssnano-utils: 4.0.2(postcss@8.5.4)
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-overflow-shorthand@6.0.0(postcss@8.5.3):
+ postcss-overflow-shorthand@6.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-page-break@3.0.4(postcss@8.5.3):
+ postcss-page-break@3.0.4(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-place@10.0.0(postcss@8.5.3):
+ postcss-place@10.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-preset-env@10.1.6(postcss@8.5.3):
- dependencies:
- '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.5.3)
- '@csstools/postcss-color-function': 4.0.9(postcss@8.5.3)
- '@csstools/postcss-color-mix-function': 3.0.9(postcss@8.5.3)
- '@csstools/postcss-content-alt-text': 2.0.5(postcss@8.5.3)
- '@csstools/postcss-exponential-functions': 2.0.8(postcss@8.5.3)
- '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.3)
- '@csstools/postcss-gamut-mapping': 2.0.9(postcss@8.5.3)
- '@csstools/postcss-gradients-interpolation-method': 5.0.9(postcss@8.5.3)
- '@csstools/postcss-hwb-function': 4.0.9(postcss@8.5.3)
- '@csstools/postcss-ic-unit': 4.0.1(postcss@8.5.3)
- '@csstools/postcss-initial': 2.0.1(postcss@8.5.3)
- '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.5.3)
- '@csstools/postcss-light-dark-function': 2.0.8(postcss@8.5.3)
- '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.3)
- '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.3)
- '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.3)
- '@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.3)
- '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.5.3)
- '@csstools/postcss-media-minmax': 2.0.8(postcss@8.5.3)
- '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.5.3)
- '@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.3)
- '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.5.3)
- '@csstools/postcss-oklab-function': 4.0.9(postcss@8.5.3)
- '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.3)
- '@csstools/postcss-random-function': 2.0.0(postcss@8.5.3)
- '@csstools/postcss-relative-color-syntax': 3.0.9(postcss@8.5.3)
- '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.3)
- '@csstools/postcss-sign-functions': 1.1.3(postcss@8.5.3)
- '@csstools/postcss-stepped-value-functions': 4.0.8(postcss@8.5.3)
- '@csstools/postcss-text-decoration-shorthand': 4.0.2(postcss@8.5.3)
- '@csstools/postcss-trigonometric-functions': 4.0.8(postcss@8.5.3)
- '@csstools/postcss-unset-value': 4.0.0(postcss@8.5.3)
- autoprefixer: 10.4.21(postcss@8.5.3)
+ postcss-preset-env@10.1.6(postcss@8.5.4):
+ dependencies:
+ '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.5.4)
+ '@csstools/postcss-color-function': 4.0.9(postcss@8.5.4)
+ '@csstools/postcss-color-mix-function': 3.0.9(postcss@8.5.4)
+ '@csstools/postcss-content-alt-text': 2.0.5(postcss@8.5.4)
+ '@csstools/postcss-exponential-functions': 2.0.8(postcss@8.5.4)
+ '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.4)
+ '@csstools/postcss-gamut-mapping': 2.0.9(postcss@8.5.4)
+ '@csstools/postcss-gradients-interpolation-method': 5.0.9(postcss@8.5.4)
+ '@csstools/postcss-hwb-function': 4.0.9(postcss@8.5.4)
+ '@csstools/postcss-ic-unit': 4.0.1(postcss@8.5.4)
+ '@csstools/postcss-initial': 2.0.1(postcss@8.5.4)
+ '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.5.4)
+ '@csstools/postcss-light-dark-function': 2.0.8(postcss@8.5.4)
+ '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.4)
+ '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.4)
+ '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.4)
+ '@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.4)
+ '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.5.4)
+ '@csstools/postcss-media-minmax': 2.0.8(postcss@8.5.4)
+ '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.5.4)
+ '@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.4)
+ '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.5.4)
+ '@csstools/postcss-oklab-function': 4.0.9(postcss@8.5.4)
+ '@csstools/postcss-progressive-custom-properties': 4.0.1(postcss@8.5.4)
+ '@csstools/postcss-random-function': 2.0.0(postcss@8.5.4)
+ '@csstools/postcss-relative-color-syntax': 3.0.9(postcss@8.5.4)
+ '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.4)
+ '@csstools/postcss-sign-functions': 1.1.3(postcss@8.5.4)
+ '@csstools/postcss-stepped-value-functions': 4.0.8(postcss@8.5.4)
+ '@csstools/postcss-text-decoration-shorthand': 4.0.2(postcss@8.5.4)
+ '@csstools/postcss-trigonometric-functions': 4.0.8(postcss@8.5.4)
+ '@csstools/postcss-unset-value': 4.0.0(postcss@8.5.4)
+ autoprefixer: 10.4.21(postcss@8.5.4)
browserslist: 4.24.5
- css-blank-pseudo: 7.0.1(postcss@8.5.3)
- css-has-pseudo: 7.0.2(postcss@8.5.3)
- css-prefers-color-scheme: 10.0.0(postcss@8.5.3)
+ css-blank-pseudo: 7.0.1(postcss@8.5.4)
+ css-has-pseudo: 7.0.2(postcss@8.5.4)
+ css-prefers-color-scheme: 10.0.0(postcss@8.5.4)
cssdb: 8.2.5
- postcss: 8.5.3
- postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.3)
- postcss-clamp: 4.1.0(postcss@8.5.3)
- postcss-color-functional-notation: 7.0.9(postcss@8.5.3)
- postcss-color-hex-alpha: 10.0.0(postcss@8.5.3)
- postcss-color-rebeccapurple: 10.0.0(postcss@8.5.3)
- postcss-custom-media: 11.0.5(postcss@8.5.3)
- postcss-custom-properties: 14.0.4(postcss@8.5.3)
- postcss-custom-selectors: 8.0.4(postcss@8.5.3)
- postcss-dir-pseudo-class: 9.0.1(postcss@8.5.3)
- postcss-double-position-gradients: 6.0.1(postcss@8.5.3)
- postcss-focus-visible: 10.0.1(postcss@8.5.3)
- postcss-focus-within: 9.0.1(postcss@8.5.3)
- postcss-font-variant: 5.0.0(postcss@8.5.3)
- postcss-gap-properties: 6.0.0(postcss@8.5.3)
- postcss-image-set-function: 7.0.0(postcss@8.5.3)
- postcss-lab-function: 7.0.9(postcss@8.5.3)
- postcss-logical: 8.1.0(postcss@8.5.3)
- postcss-nesting: 13.0.1(postcss@8.5.3)
- postcss-opacity-percentage: 3.0.0(postcss@8.5.3)
- postcss-overflow-shorthand: 6.0.0(postcss@8.5.3)
- postcss-page-break: 3.0.4(postcss@8.5.3)
- postcss-place: 10.0.0(postcss@8.5.3)
- postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.3)
- postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.3)
- postcss-selector-not: 8.0.1(postcss@8.5.3)
-
- postcss-pseudo-class-any-link@10.0.1(postcss@8.5.3):
- dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
+ postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.4)
+ postcss-clamp: 4.1.0(postcss@8.5.4)
+ postcss-color-functional-notation: 7.0.9(postcss@8.5.4)
+ postcss-color-hex-alpha: 10.0.0(postcss@8.5.4)
+ postcss-color-rebeccapurple: 10.0.0(postcss@8.5.4)
+ postcss-custom-media: 11.0.5(postcss@8.5.4)
+ postcss-custom-properties: 14.0.4(postcss@8.5.4)
+ postcss-custom-selectors: 8.0.4(postcss@8.5.4)
+ postcss-dir-pseudo-class: 9.0.1(postcss@8.5.4)
+ postcss-double-position-gradients: 6.0.1(postcss@8.5.4)
+ postcss-focus-visible: 10.0.1(postcss@8.5.4)
+ postcss-focus-within: 9.0.1(postcss@8.5.4)
+ postcss-font-variant: 5.0.0(postcss@8.5.4)
+ postcss-gap-properties: 6.0.0(postcss@8.5.4)
+ postcss-image-set-function: 7.0.0(postcss@8.5.4)
+ postcss-lab-function: 7.0.9(postcss@8.5.4)
+ postcss-logical: 8.1.0(postcss@8.5.4)
+ postcss-nesting: 13.0.1(postcss@8.5.4)
+ postcss-opacity-percentage: 3.0.0(postcss@8.5.4)
+ postcss-overflow-shorthand: 6.0.0(postcss@8.5.4)
+ postcss-page-break: 3.0.4(postcss@8.5.4)
+ postcss-place: 10.0.0(postcss@8.5.4)
+ postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.4)
+ postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.4)
+ postcss-selector-not: 8.0.1(postcss@8.5.4)
+
+ postcss-pseudo-class-any-link@10.0.1(postcss@8.5.4):
+ dependencies:
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
- postcss-reduce-idents@6.0.3(postcss@8.5.3):
+ postcss-reduce-idents@6.0.3(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-reduce-initial@6.1.0(postcss@8.5.3):
+ postcss-reduce-initial@6.1.0(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
caniuse-api: 3.0.0
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-reduce-transforms@6.0.2(postcss@8.5.3):
+ postcss-reduce-transforms@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
- postcss-replace-overflow-wrap@4.0.0(postcss@8.5.3):
+ postcss-replace-overflow-wrap@4.0.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
- postcss-selector-not@8.0.1(postcss@8.5.3):
+ postcss-selector-not@8.0.1(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 7.1.0
postcss-selector-parser@6.1.2:
@@ -20994,27 +20696,27 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-sort-media-queries@5.2.0(postcss@8.5.3):
+ postcss-sort-media-queries@5.2.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
sort-css-media-queries: 2.2.0
- postcss-svgo@6.0.3(postcss@8.5.3):
+ postcss-svgo@6.0.3(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
svgo: 3.3.2
- postcss-unique-selectors@6.0.4(postcss@8.5.3):
+ postcss-unique-selectors@6.0.4(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
postcss-value-parser@4.2.0: {}
- postcss-zindex@6.0.2(postcss@8.5.3):
+ postcss-zindex@6.0.2(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss@8.4.31:
dependencies:
@@ -21022,7 +20724,7 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
- postcss@8.5.3:
+ postcss@8.5.4:
dependencies:
nanoid: 3.3.11
picocolors: 1.1.1
@@ -21037,7 +20739,7 @@ snapshots:
prelude-ls@1.2.1: {}
- prettier-plugin-tailwindcss@0.6.11(prettier@3.3.3):
+ prettier-plugin-tailwindcss@0.6.12(prettier@3.3.3):
dependencies:
prettier: 3.3.3
@@ -21062,6 +20764,12 @@ snapshots:
ansi-styles: 5.2.0
react-is: 18.3.1
+ pretty-format@30.0.0-beta.3:
+ dependencies:
+ '@jest/schemas': 30.0.0-beta.3
+ ansi-styles: 5.2.0
+ react-is: 18.3.1
+
pretty-ms@7.0.1:
dependencies:
parse-ms: 2.1.0
@@ -21074,11 +20782,11 @@ snapshots:
printable-characters@1.0.42: {}
- prism-react-renderer@2.4.1(react@18.3.1):
+ prism-react-renderer@2.4.1(react@19.1.0):
dependencies:
'@types/prismjs': 1.26.4
clsx: 2.1.1
- react: 18.3.1
+ react: 19.1.0
prismjs@1.29.0: {}
@@ -21123,8 +20831,6 @@ snapshots:
forwarded: 0.2.0
ipaddr.js: 1.9.1
- psl@1.9.0: {}
-
punycode@2.3.1: {}
pupa@3.1.0:
@@ -21139,14 +20845,8 @@ snapshots:
dependencies:
side-channel: 1.0.6
- querystringify@2.2.0: {}
-
queue-microtask@1.2.3: {}
- queue@6.0.2:
- dependencies:
- inherits: 2.0.4
-
quick-lru@4.0.1: {}
quick-lru@5.1.1: {}
@@ -21184,47 +20884,10 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-dev-utils@12.0.1(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)):
- dependencies:
- '@babel/code-frame': 7.27.1
- address: 1.2.2
- browserslist: 4.24.5
- chalk: 4.1.2
- cross-spawn: 7.0.6
- detect-port-alt: 1.1.6
- escape-string-regexp: 4.0.0
- filesize: 8.0.7
- find-up: 5.0.0
- fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.27.0(jiti@1.21.6))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4))
- global-modules: 2.0.0
- globby: 11.1.0
- gzip-size: 6.0.0
- immer: 9.0.21
- is-root: 2.1.0
- loader-utils: 3.3.1
- open: 8.4.2
- pkg-up: 3.1.0
- prompts: 2.4.2
- react-error-overlay: 6.0.11
- recursive-readdir: 2.2.3
- shell-quote: 1.8.2
- strip-ansi: 6.0.1
- text-table: 0.2.0
- webpack: 5.99.9(esbuild@0.25.4)
- optionalDependencies:
- typescript: 5.8.3
- transitivePeerDependencies:
- - eslint
- - supports-color
- - vue-template-compiler
-
- react-dom@18.3.1(react@18.3.1):
+ react-dom@19.1.0(react@19.1.0):
dependencies:
- loose-envify: 1.4.0
- react: 18.3.1
- scheduler: 0.23.2
-
- react-error-overlay@6.0.11: {}
+ react: 19.1.0
+ scheduler: 0.26.0
react-fast-compare@3.2.2: {}
@@ -21234,43 +20897,43 @@ snapshots:
react-is@18.3.1: {}
- react-json-view-lite@1.5.0(react@18.3.1):
+ react-json-view-lite@2.4.1(react@19.1.0):
dependencies:
- react: 18.3.1
+ react: 19.1.0
- react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.99.9(esbuild@0.25.4)):
+ react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@19.1.0))(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
'@babel/runtime': 7.27.1
- react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)'
- webpack: 5.99.9(esbuild@0.25.4)
+ react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.1.0)'
+ webpack: 5.99.9(esbuild@0.25.5)
- react-player@2.16.0(react@18.3.1):
+ react-player@2.16.0(react@19.1.0):
dependencies:
deepmerge: 4.3.1
load-script: 1.0.0
memoize-one: 5.2.1
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.1.0
react-fast-compare: 3.2.2
- react-router-config@5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1):
+ react-router-config@5.1.1(react-router@5.3.4(react@19.1.0))(react@19.1.0):
dependencies:
'@babel/runtime': 7.27.1
- react: 18.3.1
- react-router: 5.3.4(react@18.3.1)
+ react: 19.1.0
+ react-router: 5.3.4(react@19.1.0)
- react-router-dom@5.3.4(react@18.3.1):
+ react-router-dom@5.3.4(react@19.1.0):
dependencies:
'@babel/runtime': 7.27.1
history: 4.10.1
loose-envify: 1.4.0
prop-types: 15.8.1
- react: 18.3.1
- react-router: 5.3.4(react@18.3.1)
+ react: 19.1.0
+ react-router: 5.3.4(react@19.1.0)
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
- react-router@5.3.4(react@18.3.1):
+ react-router@5.3.4(react@19.1.0):
dependencies:
'@babel/runtime': 7.27.1
history: 4.10.1
@@ -21278,19 +20941,19 @@ snapshots:
loose-envify: 1.4.0
path-to-regexp: 1.9.0
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.1.0
react-is: 16.13.1
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
react-string-replace@1.1.1: {}
- react-universal-interface@0.6.2(react@18.3.1)(tslib@2.8.1):
+ react-universal-interface@0.6.2(react@19.1.0)(tslib@2.8.1):
dependencies:
- react: 18.3.1
+ react: 19.1.0
tslib: 2.8.1
- react-use@17.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-use@17.6.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@types/js-cookie': 2.2.7
'@xobotyi/scrollbar-width': 1.9.5
@@ -21298,10 +20961,10 @@ snapshots:
fast-deep-equal: 3.1.3
fast-shallow-equal: 1.0.0
js-cookie: 2.2.1
- nano-css: 5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-universal-interface: 0.6.2(react@18.3.1)(tslib@2.8.1)
+ nano-css: 5.6.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-universal-interface: 0.6.2(react@19.1.0)(tslib@2.8.1)
resize-observer-polyfill: 1.5.1
screenfull: 5.2.0
set-harmonic-interval: 1.0.1
@@ -21309,9 +20972,7 @@ snapshots:
ts-easing: 0.2.0
tslib: 2.8.1
- react@18.3.1:
- dependencies:
- loose-envify: 1.4.0
+ react@19.1.0: {}
read-cache@1.0.0:
dependencies:
@@ -21409,8 +21070,6 @@ snapshots:
readdirp@4.1.2: {}
- reading-time@1.5.0: {}
-
realpath-missing@1.1.0: {}
rechoir@0.6.2:
@@ -21421,10 +21080,6 @@ snapshots:
dependencies:
resolve: 1.22.8
- recursive-readdir@2.2.3:
- dependencies:
- minimatch: 3.1.2
-
redent@4.0.0:
dependencies:
indent-string: 5.0.0
@@ -21503,7 +21158,7 @@ snapshots:
dependencies:
'@types/mdast': 4.0.4
emoticon: 4.1.0
- mdast-util-find-and-replace: 3.0.1
+ mdast-util-find-and-replace: 3.0.2
node-emoji: 2.1.3
unified: 11.0.5
@@ -21637,6 +21292,8 @@ snapshots:
dependencies:
glob: 7.2.3
+ rrweb-cssom@0.8.0: {}
+
rtl-css-js@1.16.1:
dependencies:
'@babel/runtime': 7.27.1
@@ -21645,7 +21302,7 @@ snapshots:
dependencies:
escalade: 3.2.0
picocolors: 1.1.1
- postcss: 8.5.3
+ postcss: 8.5.4
strip-json-comments: 3.1.1
run-applescript@7.0.0: {}
@@ -21699,15 +21356,9 @@ snapshots:
dependencies:
xmlchars: 2.2.0
- scheduler@0.23.2:
- dependencies:
- loose-envify: 1.4.0
+ scheduler@0.26.0: {}
- schema-utils@2.7.0:
- dependencies:
- '@types/json-schema': 7.0.15
- ajv: 6.12.6
- ajv-keywords: 3.5.2(ajv@6.12.6)
+ schema-dts@1.1.5: {}
schema-utils@3.3.0:
dependencies:
@@ -22251,9 +21902,9 @@ snapshots:
strnum@2.1.1: {}
- style-loader@4.0.0(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ style-loader@4.0.0(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
style-to-object@0.4.4:
dependencies:
@@ -22263,17 +21914,17 @@ snapshots:
dependencies:
inline-style-parser: 0.2.4
- styled-jsx@5.1.6(@babel/core@7.27.1)(react@18.3.1):
+ styled-jsx@5.1.6(@babel/core@7.27.1)(react@19.1.0):
dependencies:
client-only: 0.0.1
- react: 18.3.1
+ react: 19.1.0
optionalDependencies:
'@babel/core': 7.27.1
- stylehacks@6.1.1(postcss@8.5.3):
+ stylehacks@6.1.1(postcss@8.5.4):
dependencies:
browserslist: 4.24.5
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-selector-parser: 6.1.2
stylis@4.3.4: {}
@@ -22352,11 +22003,11 @@ snapshots:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.1.1
- postcss: 8.5.3
- postcss-import: 15.1.0(postcss@8.5.3)
- postcss-js: 4.0.1(postcss@8.5.3)
- postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3))
- postcss-nested: 6.2.0(postcss@8.5.3)
+ postcss: 8.5.4
+ postcss-import: 15.1.0(postcss@8.5.4)
+ postcss-js: 4.0.1(postcss@8.5.4)
+ postcss-load-config: 4.0.2(postcss@8.5.4)(ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3))
+ postcss-nested: 6.2.0(postcss@8.5.4)
postcss-selector-parser: 6.1.2
resolve: 1.22.8
sucrase: 3.35.0
@@ -22365,8 +22016,6 @@ snapshots:
talon-snippets@1.3.0: {}
- tapable@1.1.3: {}
-
tapable@2.2.1: {}
tar@6.2.1:
@@ -22378,27 +22027,27 @@ snapshots:
mkdirp: 1.0.4
yallist: 4.0.0
- terser-webpack-plugin@5.3.14(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 4.3.2
serialize-javascript: 6.0.2
terser: 5.35.0
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
optionalDependencies:
- esbuild: 0.25.4
+ esbuild: 0.25.5
- terser-webpack-plugin@5.3.14(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4)):
+ terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 4.3.2
serialize-javascript: 6.0.2
terser: 5.35.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
optionalDependencies:
- esbuild: 0.25.4
+ esbuild: 0.25.5
terser@5.35.0:
dependencies:
@@ -22449,11 +22098,19 @@ snapshots:
tinycolor2@1.6.0: {}
- tinyglobby@0.2.13:
+ tinyglobby@0.2.14:
dependencies:
fdir: 6.4.4(picomatch@4.0.2)
picomatch: 4.0.2
+ tinypool@1.1.0: {}
+
+ tldts-core@6.1.86: {}
+
+ tldts@6.1.86:
+ dependencies:
+ tldts-core: 6.1.86
+
tmp@0.0.33:
dependencies:
os-tmpdir: 1.0.2
@@ -22470,16 +22127,13 @@ snapshots:
totalist@3.0.1: {}
- tough-cookie@4.1.4:
+ tough-cookie@5.1.2:
dependencies:
- psl: 1.9.0
- punycode: 2.3.1
- universalify: 0.2.0
- url-parse: 1.5.10
+ tldts: 6.1.86
tr46@0.0.3: {}
- tr46@3.0.0:
+ tr46@5.1.1:
dependencies:
punycode: 2.3.1
@@ -22489,9 +22143,10 @@ snapshots:
treeverse@1.0.4: {}
- trie-search@2.0.0:
+ trie-search@2.2.0:
dependencies:
hasharray: 1.1.2
+ md5: 2.3.0
trim-lines@3.0.1: {}
@@ -22509,7 +22164,7 @@ snapshots:
ts-interface-checker@0.1.13: {}
- ts-jest@29.2.5(@babel/core@7.27.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.1))(esbuild@0.25.4)(jest@29.7.0(@types/node@20.17.50))(typescript@5.8.3):
+ ts-jest@29.3.4(@babel/core@7.27.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.1))(esbuild@0.25.5)(jest@29.7.0(@types/node@20.17.50))(typescript@5.8.3):
dependencies:
bs-logger: 0.2.6
ejs: 3.1.10
@@ -22520,6 +22175,7 @@ snapshots:
lodash.memoize: 4.1.2
make-error: 1.3.6
semver: 7.7.2
+ type-fest: 4.41.0
typescript: 5.8.3
yargs-parser: 21.1.1
optionalDependencies:
@@ -22527,9 +22183,9 @@ snapshots:
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
babel-jest: 29.7.0(@babel/core@7.27.1)
- esbuild: 0.25.4
+ esbuild: 0.25.5
- ts-loader@9.5.1(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ ts-loader@9.5.2(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
chalk: 4.1.2
enhanced-resolve: 5.17.1
@@ -22537,7 +22193,7 @@ snapshots:
semver: 7.7.2
source-map: 0.7.4
typescript: 5.8.3
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
ts-node@10.9.2(@types/node@20.17.50)(typescript@5.8.3):
dependencies:
@@ -22742,8 +22398,6 @@ snapshots:
universal-user-agent@6.0.1: {}
- universalify@0.2.0: {}
-
universalify@2.0.1: {}
unpipe@1.0.0: {}
@@ -22801,19 +22455,14 @@ snapshots:
url-join@4.0.1: {}
- url-loader@4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.4)))(webpack@5.99.9(esbuild@0.25.4)):
+ url-loader@4.1.1(file-loader@6.2.0(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
optionalDependencies:
- file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.4))
-
- url-parse@1.5.10:
- dependencies:
- querystringify: 2.2.0
- requires-port: 1.0.0
+ file-loader: 6.2.0(webpack@5.99.9(esbuild@0.25.5))
util-deprecate@1.0.2: {}
@@ -22890,9 +22539,9 @@ snapshots:
vscode-uri@3.1.0: {}
- w3c-xmlserializer@4.0.0:
+ w3c-xmlserializer@5.0.0:
dependencies:
- xml-name-validator: 4.0.0
+ xml-name-validator: 5.0.0
walk-up-path@1.0.0: {}
@@ -22937,12 +22586,12 @@ snapshots:
- bufferutil
- utf-8-validate
- webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9):
+ webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9):
dependencies:
'@discoveryjs/json-ext': 0.6.3
- '@webpack-cli/configtest': 3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
- '@webpack-cli/info': 3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
- '@webpack-cli/serve': 3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9))(webpack-dev-server@5.2.1(webpack-cli@6.0.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ '@webpack-cli/configtest': 3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
+ '@webpack-cli/info': 3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
+ '@webpack-cli/serve': 3.0.1(webpack-cli@6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9))(webpack-dev-server@5.2.2(webpack-cli@6.0.1)(webpack@5.99.9))(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
colorette: 2.0.20
commander: 12.1.0
cross-spawn: 7.0.6
@@ -22951,21 +22600,21 @@ snapshots:
import-local: 3.2.0
interpret: 3.1.1
rechoir: 0.8.0
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
webpack-merge: 6.0.1
optionalDependencies:
- webpack-dev-server: 5.2.1(webpack-cli@6.0.1)(webpack@5.99.9)
+ webpack-dev-server: 5.2.2(webpack-cli@6.0.1)(webpack@5.99.9)
- webpack-dev-middleware@5.3.4(webpack@5.99.9(esbuild@0.25.4)):
+ webpack-dev-middleware@5.3.4(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
colorette: 2.0.20
memfs: 3.5.3
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.3.2
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
- webpack-dev-middleware@7.4.2(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)):
+ webpack-dev-middleware@7.4.2(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)):
dependencies:
colorette: 2.0.20
memfs: 4.14.0
@@ -22974,9 +22623,9 @@ snapshots:
range-parser: 1.2.1
schema-utils: 4.3.2
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
- webpack-dev-server@4.15.2(webpack@5.99.9(esbuild@0.25.4)):
+ webpack-dev-server@4.15.2(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
'@types/bonjour': 3.5.13
'@types/connect-history-api-fallback': 1.5.4
@@ -22995,7 +22644,7 @@ snapshots:
express: 4.21.2
graceful-fs: 4.2.11
html-entities: 2.5.2
- http-proxy-middleware: 2.0.7(@types/express@4.17.21)
+ http-proxy-middleware: 2.0.9(@types/express@4.17.21)
ipaddr.js: 2.2.0
launch-editor: 2.9.1
open: 8.4.2
@@ -23006,17 +22655,17 @@ snapshots:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack-dev-middleware: 5.3.4(webpack@5.99.9(esbuild@0.25.4))
+ webpack-dev-middleware: 5.3.4(webpack@5.99.9(esbuild@0.25.5))
ws: 8.18.0
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
transitivePeerDependencies:
- bufferutil
- debug
- supports-color
- utf-8-validate
- webpack-dev-server@5.2.1(webpack-cli@6.0.1)(webpack@5.99.9):
+ webpack-dev-server@5.2.2(webpack-cli@6.0.1)(webpack@5.99.9):
dependencies:
'@types/bonjour': 3.5.13
'@types/connect-history-api-fallback': 1.5.4
@@ -23034,7 +22683,7 @@ snapshots:
connect-history-api-fallback: 2.0.0
express: 4.21.2
graceful-fs: 4.2.11
- http-proxy-middleware: 2.0.7(@types/express@4.17.21)
+ http-proxy-middleware: 2.0.9(@types/express@4.17.21)
ipaddr.js: 2.2.0
launch-editor: 2.9.1
open: 10.1.0
@@ -23044,11 +22693,11 @@ snapshots:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack-dev-middleware: 7.4.2(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ webpack-dev-middleware: 7.4.2(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
ws: 8.18.0
optionalDependencies:
- webpack: 5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1)
- webpack-cli: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ webpack: 5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1)
+ webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
transitivePeerDependencies:
- bufferutil
- debug
@@ -23069,7 +22718,7 @@ snapshots:
webpack-sources@3.2.3: {}
- webpack@5.99.9(esbuild@0.25.4):
+ webpack@5.99.9(esbuild@0.25.5):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.7
@@ -23092,7 +22741,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.2
tapable: 2.2.1
- terser-webpack-plugin: 5.3.14(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4))
+ terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5))
watchpack: 2.4.2
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -23100,7 +22749,7 @@ snapshots:
- esbuild
- uglify-js
- webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1):
+ webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.7
@@ -23123,17 +22772,17 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.2
tapable: 2.2.1
- terser-webpack-plugin: 5.3.14(esbuild@0.25.4)(webpack@5.99.9(esbuild@0.25.4)(webpack-cli@6.0.1))
+ terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)(webpack-cli@6.0.1))
watchpack: 2.4.2
webpack-sources: 3.2.3
optionalDependencies:
- webpack-cli: 6.0.1(webpack-dev-server@5.2.1)(webpack@5.99.9)
+ webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.99.9)
transitivePeerDependencies:
- '@swc/core'
- esbuild
- uglify-js
- webpackbar@6.0.1(webpack@5.99.9(esbuild@0.25.4)):
+ webpackbar@6.0.1(webpack@5.99.9(esbuild@0.25.5)):
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -23142,7 +22791,7 @@ snapshots:
markdown-table: 2.0.0
pretty-time: 1.1.0
std-env: 3.7.0
- webpack: 5.99.9(esbuild@0.25.4)
+ webpack: 5.99.9(esbuild@0.25.5)
wrap-ansi: 7.0.0
websocket-driver@0.7.4:
@@ -23157,11 +22806,15 @@ snapshots:
dependencies:
iconv-lite: 0.6.3
- whatwg-mimetype@3.0.0: {}
+ whatwg-encoding@3.1.1:
+ dependencies:
+ iconv-lite: 0.6.3
+
+ whatwg-mimetype@4.0.0: {}
- whatwg-url@11.0.0:
+ whatwg-url@14.2.0:
dependencies:
- tr46: 3.0.0
+ tr46: 5.1.1
webidl-conversions: 7.0.0
whatwg-url@5.0.0:
@@ -23212,10 +22865,6 @@ snapshots:
gopd: 1.0.1
has-tostringtag: 1.0.2
- which@1.3.1:
- dependencies:
- isexe: 2.0.0
-
which@2.0.2:
dependencies:
isexe: 2.0.0
@@ -23321,7 +22970,7 @@ snapshots:
dependencies:
sax: 1.4.1
- xml-name-validator@4.0.0: {}
+ xml-name-validator@5.0.0: {}
xmlchars@2.2.0: {}
@@ -23331,8 +22980,6 @@ snapshots:
yallist@4.0.0: {}
- yaml@1.10.2: {}
-
yaml@2.6.0: {}
yargs-parser@21.1.1: {}
@@ -23428,6 +23075,6 @@ snapshots:
yocto-queue@1.1.1: {}
- zod@3.25.28: {}
+ zod@3.25.50: {}
zwitch@2.0.4: {}