mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
build: update all non-major dependencies
This commit is contained in:
parent
ba16ad6b56
commit
9b57ff0552
@ -2,7 +2,7 @@
|
||||
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
|
||||
# This file should be checked into version control along with the pnpm-lock.yaml file.
|
||||
.npmrc=-2023857461
|
||||
package.json=-1012460294
|
||||
pnpm-lock.yaml=-970801766
|
||||
package.json=921023999
|
||||
pnpm-lock.yaml=-1451571958
|
||||
pnpm-workspace.yaml=1711114604
|
||||
yarn.lock=-667501959
|
||||
yarn.lock=-2102002357
|
||||
|
14
package.json
14
package.json
@ -106,8 +106,8 @@
|
||||
"@types/yargs": "^17.0.20",
|
||||
"@types/yargs-parser": "^21.0.0",
|
||||
"@types/yarnpkg__lockfile": "^1.1.5",
|
||||
"@typescript-eslint/eslint-plugin": "8.18.1",
|
||||
"@typescript-eslint/parser": "8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.19.0",
|
||||
"@typescript-eslint/parser": "8.19.0",
|
||||
"@vitejs/plugin-basic-ssl": "1.2.0",
|
||||
"@web/test-runner": "^0.19.0",
|
||||
"@yarnpkg/lockfile": "1.1.0",
|
||||
@ -131,7 +131,7 @@
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"express": "4.21.2",
|
||||
"fast-glob": "3.3.2",
|
||||
"fast-glob": "3.3.3",
|
||||
"http-proxy": "^1.18.1",
|
||||
"http-proxy-middleware": "3.0.3",
|
||||
"https-proxy-agent": "7.0.6",
|
||||
@ -152,7 +152,7 @@
|
||||
"less-loader": "12.2.0",
|
||||
"license-webpack-plugin": "4.0.2",
|
||||
"listr2": "8.2.5",
|
||||
"lmdb": "3.2.0",
|
||||
"lmdb": "3.2.2",
|
||||
"loader-utils": "3.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"magic-string": "0.30.17",
|
||||
@ -176,11 +176,11 @@
|
||||
"puppeteer": "18.2.1",
|
||||
"quicktype-core": "23.0.170",
|
||||
"resolve-url-loader": "5.0.0",
|
||||
"rollup": "4.29.1",
|
||||
"rollup": "4.30.0",
|
||||
"rollup-license-plugin": "~3.0.1",
|
||||
"rollup-plugin-sourcemaps": "^0.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"sass": "1.83.0",
|
||||
"sass": "1.83.1",
|
||||
"sass-loader": "16.0.4",
|
||||
"semver": "7.6.3",
|
||||
"shelljs": "^0.8.5",
|
||||
@ -198,7 +198,7 @@
|
||||
"unenv": "^1.10.0",
|
||||
"verdaccio": "6.0.5",
|
||||
"verdaccio-auth-memory": "^10.0.0",
|
||||
"vite": "6.0.5",
|
||||
"vite": "6.0.7",
|
||||
"watchpack": "2.4.2",
|
||||
"webpack": "5.97.1",
|
||||
"webpack-dev-middleware": "7.4.2",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"beasties": "0.2.0",
|
||||
"browserslist": "^4.23.0",
|
||||
"esbuild": "0.24.2",
|
||||
"fast-glob": "3.3.2",
|
||||
"fast-glob": "3.3.3",
|
||||
"https-proxy-agent": "7.0.6",
|
||||
"istanbul-lib-instrument": "6.0.3",
|
||||
"listr2": "8.2.5",
|
||||
@ -38,14 +38,14 @@
|
||||
"parse5-html-rewriting-stream": "7.0.0",
|
||||
"picomatch": "4.0.2",
|
||||
"piscina": "4.8.0",
|
||||
"rollup": "4.29.1",
|
||||
"sass": "1.83.0",
|
||||
"rollup": "4.30.0",
|
||||
"sass": "1.83.1",
|
||||
"semver": "7.6.3",
|
||||
"vite": "6.0.5",
|
||||
"vite": "6.0.7",
|
||||
"watchpack": "2.4.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"lmdb": "3.2.0"
|
||||
"lmdb": "3.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/compiler": "^19.0.0 || ^19.1.0-next.0",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"css-loader": "7.1.2",
|
||||
"esbuild-wasm": "0.24.2",
|
||||
"fast-glob": "3.3.2",
|
||||
"fast-glob": "3.3.3",
|
||||
"http-proxy-middleware": "3.0.3",
|
||||
"istanbul-lib-instrument": "6.0.3",
|
||||
"jsonc-parser": "3.3.1",
|
||||
@ -48,7 +48,7 @@
|
||||
"postcss-loader": "8.1.1",
|
||||
"resolve-url-loader": "5.0.0",
|
||||
"rxjs": "7.8.1",
|
||||
"sass": "1.83.0",
|
||||
"sass": "1.83.1",
|
||||
"sass-loader": "16.0.4",
|
||||
"semver": "7.6.3",
|
||||
"source-map-loader": "5.0.0",
|
||||
|
426
pnpm-lock.yaml
generated
426
pnpm-lock.yaml
generated
@ -21,7 +21,7 @@ importers:
|
||||
version: 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/bazel':
|
||||
specifier: https://github.com/angular/bazel-builds.git#8cd573656c96422cd30c7290361a539df9b02b1a
|
||||
version: github.com/angular/bazel-builds/8cd573656c96422cd30c7290361a539df9b02b1a(@angular/compiler-cli@19.1.0-next.4)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.29.1)(terser@5.37.0)(typescript@5.7.2)
|
||||
version: github.com/angular/bazel-builds/8cd573656c96422cd30c7290361a539df9b02b1a(@angular/compiler-cli@19.1.0-next.4)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.30.0)(terser@5.37.0)(typescript@5.7.2)
|
||||
'@angular/build-tooling':
|
||||
specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#e025d180b28460375d9f2292dc86e7c6a459b5b6
|
||||
version: github.com/angular/dev-infra-private-build-tooling-builds/e025d180b28460375d9f2292dc86e7c6a459b5b6(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/localize@19.1.0-next.4)(@angular/platform-server@19.1.0-next.4)(@angular/service-worker@19.1.0-next.4)(chokidar@4.0.3)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0)
|
||||
@ -111,7 +111,7 @@ importers:
|
||||
version: 5.8.1(jasmine-core@5.5.0)(jasmine@5.5.0)
|
||||
'@bazel/rollup':
|
||||
specifier: ^5.8.1
|
||||
version: 5.8.1(rollup@4.29.1)
|
||||
version: 5.8.1(rollup@4.30.0)
|
||||
'@bazel/runfiles':
|
||||
specifier: ^5.8.1
|
||||
version: 5.8.1
|
||||
@ -129,13 +129,13 @@ importers:
|
||||
version: 2.0.18(@inquirer/prompts@7.2.1)
|
||||
'@rollup/plugin-alias':
|
||||
specifier: ^5.1.1
|
||||
version: 5.1.1(rollup@4.29.1)
|
||||
version: 5.1.1(rollup@4.30.0)
|
||||
'@rollup/plugin-commonjs':
|
||||
specifier: ^28.0.0
|
||||
version: 28.0.2(rollup@4.29.1)
|
||||
version: 28.0.2(rollup@4.30.0)
|
||||
'@rollup/plugin-node-resolve':
|
||||
specifier: ^13.0.5
|
||||
version: 13.3.0(rollup@4.29.1)
|
||||
version: 13.3.0(rollup@4.30.0)
|
||||
'@stylistic/eslint-plugin':
|
||||
specifier: ^2.8.0
|
||||
version: 2.12.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
@ -209,14 +209,14 @@ importers:
|
||||
specifier: ^1.1.5
|
||||
version: 1.1.9
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: 8.18.1
|
||||
version: 8.18.1(@typescript-eslint/parser@8.18.1)(eslint@8.57.0)(typescript@5.7.2)
|
||||
specifier: 8.19.0
|
||||
version: 8.19.0(@typescript-eslint/parser@8.19.0)(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: 8.18.1
|
||||
version: 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
specifier: 8.19.0
|
||||
version: 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@vitejs/plugin-basic-ssl':
|
||||
specifier: 1.2.0
|
||||
version: 1.2.0(vite@6.0.5)
|
||||
version: 1.2.0(vite@6.0.7)
|
||||
'@web/test-runner':
|
||||
specifier: ^0.19.0
|
||||
version: 0.19.0
|
||||
@ -279,13 +279,13 @@ importers:
|
||||
version: 3.1.1(eslint@8.57.0)
|
||||
eslint-plugin-import:
|
||||
specifier: 2.31.0
|
||||
version: 2.31.0(@typescript-eslint/parser@8.18.1)(eslint@8.57.0)
|
||||
version: 2.31.0(@typescript-eslint/parser@8.19.0)(eslint@8.57.0)
|
||||
express:
|
||||
specifier: 4.21.2
|
||||
version: 4.21.2
|
||||
fast-glob:
|
||||
specifier: 3.3.2
|
||||
version: 3.3.2
|
||||
specifier: 3.3.3
|
||||
version: 3.3.3
|
||||
http-proxy:
|
||||
specifier: ^1.18.1
|
||||
version: 1.18.1(debug@4.4.0)
|
||||
@ -347,8 +347,8 @@ importers:
|
||||
specifier: 8.2.5
|
||||
version: 8.2.5
|
||||
lmdb:
|
||||
specifier: 3.2.0
|
||||
version: 3.2.0
|
||||
specifier: 3.2.2
|
||||
version: 3.2.2
|
||||
loader-utils:
|
||||
specifier: 3.3.1
|
||||
version: 3.3.1
|
||||
@ -419,23 +419,23 @@ importers:
|
||||
specifier: 5.0.0
|
||||
version: 5.0.0
|
||||
rollup:
|
||||
specifier: 4.29.1
|
||||
version: 4.29.1
|
||||
specifier: 4.30.0
|
||||
version: 4.30.0
|
||||
rollup-license-plugin:
|
||||
specifier: ~3.0.1
|
||||
version: 3.0.1
|
||||
rollup-plugin-sourcemaps:
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.3(@types/node@18.19.68)(rollup@4.29.1)
|
||||
version: 0.6.3(@types/node@18.19.68)(rollup@4.30.0)
|
||||
rxjs:
|
||||
specifier: 7.8.1
|
||||
version: 7.8.1
|
||||
sass:
|
||||
specifier: 1.83.0
|
||||
version: 1.83.0
|
||||
specifier: 1.83.1
|
||||
version: 1.83.1
|
||||
sass-loader:
|
||||
specifier: 16.0.4
|
||||
version: 16.0.4(sass@1.83.0)(webpack@5.97.1)
|
||||
version: 16.0.4(sass@1.83.1)(webpack@5.97.1)
|
||||
semver:
|
||||
specifier: 7.6.3
|
||||
version: 7.6.3
|
||||
@ -485,8 +485,8 @@ importers:
|
||||
specifier: ^10.0.0
|
||||
version: 10.2.2
|
||||
vite:
|
||||
specifier: 6.0.5
|
||||
version: 6.0.5(@types/node@18.19.68)(less@4.2.1)(sass@1.83.0)(terser@5.37.0)
|
||||
specifier: 6.0.7
|
||||
version: 6.0.7(@types/node@18.19.68)(less@4.2.1)(sass@1.83.1)(terser@5.37.0)
|
||||
watchpack:
|
||||
specifier: 2.4.2
|
||||
version: 2.4.2
|
||||
@ -2037,14 +2037,14 @@ packages:
|
||||
protractor: 7.0.0
|
||||
dev: true
|
||||
|
||||
/@bazel/rollup@5.8.1(rollup@4.29.1):
|
||||
/@bazel/rollup@5.8.1(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-Ys+UWbRp1TY2j+z15N+SZgID/nuqAtJTgJDsz0NZVjm8F8KzmgXxLDnBb/cUKFVk83pNOAi84G/bq1tINjMSNA==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
rollup: '>=2.3.0 <3.0.0'
|
||||
dependencies:
|
||||
'@bazel/worker': 5.8.1
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@bazel/runfiles@5.8.1:
|
||||
@ -2993,6 +2993,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-darwin-arm64@3.2.2:
|
||||
resolution: {integrity: sha512-WBSJT9Z7DTol5viq+DZD2TapeWOw7mlwXxiSBHgAzqVwsaVb0h/ekMD9iu/jDD8MUA20tO9N0WEdnT06fsUp+g==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-darwin-x64@3.2.0:
|
||||
resolution: {integrity: sha512-s/MXLuRXxJjQpg0aM/yN3FJh34tqEPo6Zg+FJvc9+gUNpzXzZwBB9MOTYA05WVrvxwtIKxMg7ocLjAH1LQUT3A==}
|
||||
cpu: [x64]
|
||||
@ -3000,6 +3007,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-darwin-x64@3.2.2:
|
||||
resolution: {integrity: sha512-4S13kUtR7c/j/MzkTIBJCXv52hQ41LG2ukeaqw4Eng9K0pNKLFjo1sDSz96/yKhwykxrWDb13ddJ/ZqD3rAhUA==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-linux-arm64@3.2.0:
|
||||
resolution: {integrity: sha512-XRkaZok4AkzMXKLfsdJYVBXYJ/6idDpuLIPGiVjelxKLbZIKB7F+Xp2BDfeelAPdjRbW/qhzF7FNA0u1blz/Og==}
|
||||
cpu: [arm64]
|
||||
@ -3007,6 +3021,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-linux-arm64@3.2.2:
|
||||
resolution: {integrity: sha512-4hdgZtWI1idQlWRp+eleWXD9KLvObgboRaVoBj2POdPEYvsKANllvMW0El8tEQwtw74yB9NT6P8ENBB5UJf5+g==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-linux-arm@3.2.0:
|
||||
resolution: {integrity: sha512-e9pljI8rZk1UAaDdi7sGiY0zkqsNAS3a4llOuk2UslAH4UP9vGZfjfCR5D+HKPUPbSEk28adOiNmIUT4N2lTBw==}
|
||||
cpu: [arm]
|
||||
@ -3014,6 +3035,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-linux-arm@3.2.2:
|
||||
resolution: {integrity: sha512-uW31JmfuPAaLUYW7NsEU8gzwgDAzpGPwjvkxnKlcWd8iDutoPKDJi8Wk9lFmPEZRxVSB0j1/wDQ7N2qliR9UFA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-linux-x64@3.2.0:
|
||||
resolution: {integrity: sha512-c8HMb044qzMT/wvk4HzBesRv3wQNeFkUFz6laH3FKVs0+ztM7snuT3izPWdeYhgCLkAiIqshqlcbvzQfPDeg2Q==}
|
||||
cpu: [x64]
|
||||
@ -3021,6 +3049,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-linux-x64@3.2.2:
|
||||
resolution: {integrity: sha512-A0zjf4a2vM4B4GAx78ncuOTZ8Ka1DbTaG1Axf1e00Sa7f5coqlWiLg1PX7Gxvyibc2YqtqB+8tg1KKrE8guZVw==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-win32-x64@3.2.0:
|
||||
resolution: {integrity: sha512-xcrdSOPtpZ4ScWJM2x4g+eWCOctINOcaEWGSvZbmXPFD69SAFywyhqNsB3snAY3assYV0B52PWmiAwXWfijd+g==}
|
||||
cpu: [x64]
|
||||
@ -3028,6 +3063,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@lmdb/lmdb-win32-x64@3.2.2:
|
||||
resolution: {integrity: sha512-Y0qoSCAja+xZE7QQ0LCHoYAuyI1n9ZqukQJa8lv9X3yCvWahFF7OYHAgVH1ejp43XWstj3U89/PAAzcowgF/uQ==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@microsoft/api-extractor-model@7.30.1(@types/node@18.19.68):
|
||||
resolution: {integrity: sha512-CTS2PlASJHxVY8hqHORVb1HdECWOEMcMnM6/kDkPr0RZapAFSIHhg9D4jxuE8g+OWYHtPc10LCpmde5pylTRlA==}
|
||||
dependencies:
|
||||
@ -3694,7 +3736,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-alias@5.1.1(rollup@4.29.1):
|
||||
/@rollup/plugin-alias@5.1.1(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
@ -3703,10 +3745,10 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
dependencies:
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-commonjs@28.0.2(rollup@4.29.1):
|
||||
/@rollup/plugin-commonjs@28.0.2(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-BEFI2EDqzl+vA1rl97IDRZ61AIwGH093d9nz8+dThxJNH8oSoB7MjWvPCX3dkaK1/RCJ/1v/R1XB15FuSs0fQw==}
|
||||
engines: {node: '>=16.0.0 || 14 >= 14.17'}
|
||||
peerDependencies:
|
||||
@ -3715,17 +3757,17 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.30.0)
|
||||
commondir: 1.0.1
|
||||
estree-walker: 2.0.2
|
||||
fdir: 6.4.2(picomatch@4.0.2)
|
||||
is-reference: 1.2.1
|
||||
magic-string: 0.30.17
|
||||
picomatch: 4.0.2
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-json@6.1.0(rollup@4.29.1):
|
||||
/@rollup/plugin-json@6.1.0(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
@ -3734,26 +3776,26 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
||||
rollup: 4.29.1
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.30.0)
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-node-resolve@13.3.0(rollup@4.29.1):
|
||||
/@rollup/plugin-node-resolve@13.3.0(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^2.42.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0(rollup@4.29.1)
|
||||
'@rollup/pluginutils': 3.1.0(rollup@4.30.0)
|
||||
'@types/resolve': 1.17.1
|
||||
deepmerge: 4.3.1
|
||||
is-builtin-module: 3.2.1
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.9
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-node-resolve@15.3.1(rollup@4.29.1):
|
||||
/@rollup/plugin-node-resolve@15.3.1(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
@ -3762,15 +3804,15 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.29.1)
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.30.0)
|
||||
'@types/resolve': 1.20.2
|
||||
deepmerge: 4.3.1
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.9
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils@3.1.0(rollup@4.29.1):
|
||||
/@rollup/pluginutils@3.1.0(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
|
||||
engines: {node: '>= 8.0.0'}
|
||||
peerDependencies:
|
||||
@ -3779,10 +3821,10 @@ packages:
|
||||
'@types/estree': 0.0.39
|
||||
estree-walker: 1.0.1
|
||||
picomatch: 2.3.1
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils@5.1.4(rollup@4.29.1):
|
||||
/@rollup/pluginutils@5.1.4(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
@ -3794,7 +3836,7 @@ packages:
|
||||
'@types/estree': 1.0.6
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/@rollup/rollup-android-arm-eabi@4.28.1:
|
||||
@ -3804,8 +3846,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-android-arm-eabi@4.29.1:
|
||||
resolution: {integrity: sha512-ssKhA8RNltTZLpG6/QNkCSge+7mBQGUqJRisZ2MDQcEGaK93QESEgWK2iOpIDZ7k9zPVkG5AS3ksvD5ZWxmItw==}
|
||||
/@rollup/rollup-android-arm-eabi@4.30.0:
|
||||
resolution: {integrity: sha512-qFcFto9figFLz2g25DxJ1WWL9+c91fTxnGuwhToCl8BaqDsDYMl/kOnBXAyAqkkzAWimYMSWNPWEjt+ADAHuoQ==}
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
dev: true
|
||||
@ -3818,8 +3860,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-android-arm64@4.29.1:
|
||||
resolution: {integrity: sha512-CaRfrV0cd+NIIcVVN/jx+hVLN+VRqnuzLRmfmlzpOzB87ajixsN/+9L5xNmkaUUvEbI5BmIKS+XTwXsHEb65Ew==}
|
||||
/@rollup/rollup-android-arm64@4.30.0:
|
||||
resolution: {integrity: sha512-vqrQdusvVl7dthqNjWCL043qelBK+gv9v3ZiqdxgaJvmZyIAAXMjeGVSqZynKq69T7062T5VrVTuikKSAAVP6A==}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
dev: true
|
||||
@ -3832,8 +3874,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-darwin-arm64@4.29.1:
|
||||
resolution: {integrity: sha512-2ORr7T31Y0Mnk6qNuwtyNmy14MunTAMx06VAPI6/Ju52W10zk1i7i5U3vlDRWjhOI5quBcrvhkCHyF76bI7kEw==}
|
||||
/@rollup/rollup-darwin-arm64@4.30.0:
|
||||
resolution: {integrity: sha512-617pd92LhdA9+wpixnzsyhVft3szYiN16aNUMzVkf2N+yAk8UXY226Bfp36LvxYTUt7MO/ycqGFjQgJ0wlMaWQ==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
dev: true
|
||||
@ -3846,8 +3888,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-darwin-x64@4.29.1:
|
||||
resolution: {integrity: sha512-j/Ej1oanzPjmN0tirRd5K2/nncAhS9W6ICzgxV+9Y5ZsP0hiGhHJXZ2JQ53iSSjj8m6cRY6oB1GMzNn2EUt6Ng==}
|
||||
/@rollup/rollup-darwin-x64@4.30.0:
|
||||
resolution: {integrity: sha512-Y3b4oDoaEhCypg8ajPqigKDcpi5ZZovemQl9Edpem0uNv6UUjXv7iySBpGIUTSs2ovWOzYpfw9EbFJXF/fJHWw==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
dev: true
|
||||
@ -3860,8 +3902,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-freebsd-arm64@4.29.1:
|
||||
resolution: {integrity: sha512-91C//G6Dm/cv724tpt7nTyP+JdN12iqeXGFM1SqnljCmi5yTXriH7B1r8AD9dAZByHpKAumqP1Qy2vVNIdLZqw==}
|
||||
/@rollup/rollup-freebsd-arm64@4.30.0:
|
||||
resolution: {integrity: sha512-3REQJ4f90sFIBfa0BUokiCdrV/E4uIjhkWe1bMgCkhFXbf4D8YN6C4zwJL881GM818qVYE9BO3dGwjKhpo2ABA==}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
dev: true
|
||||
@ -3874,8 +3916,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-freebsd-x64@4.29.1:
|
||||
resolution: {integrity: sha512-hEioiEQ9Dec2nIRoeHUP6hr1PSkXzQaCUyqBDQ9I9ik4gCXQZjJMIVzoNLBRGet+hIUb3CISMh9KXuCcWVW/8w==}
|
||||
/@rollup/rollup-freebsd-x64@4.30.0:
|
||||
resolution: {integrity: sha512-ZtY3Y8icbe3Cc+uQicsXG5L+CRGUfLZjW6j2gn5ikpltt3Whqjfo5mkyZ86UiuHF9Q3ZsaQeW7YswlHnN+lAcg==}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
dev: true
|
||||
@ -3888,8 +3930,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-arm-gnueabihf@4.29.1:
|
||||
resolution: {integrity: sha512-Py5vFd5HWYN9zxBv3WMrLAXY3yYJ6Q/aVERoeUFwiDGiMOWsMs7FokXihSOaT/PMWUty/Pj60XDQndK3eAfE6A==}
|
||||
/@rollup/rollup-linux-arm-gnueabihf@4.30.0:
|
||||
resolution: {integrity: sha512-bsPGGzfiHXMhQGuFGpmo2PyTwcrh2otL6ycSZAFTESviUoBOuxF7iBbAL5IJXc/69peXl5rAtbewBFeASZ9O0g==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3902,8 +3944,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-arm-musleabihf@4.29.1:
|
||||
resolution: {integrity: sha512-RiWpGgbayf7LUcuSNIbahr0ys2YnEERD4gYdISA06wa0i8RALrnzflh9Wxii7zQJEB2/Eh74dX4y/sHKLWp5uQ==}
|
||||
/@rollup/rollup-linux-arm-musleabihf@4.30.0:
|
||||
resolution: {integrity: sha512-kvyIECEhs2DrrdfQf++maCWJIQ974EI4txlz1nNSBaCdtf7i5Xf1AQCEJWOC5rEBisdaMFFnOWNLYt7KpFqy5A==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3916,8 +3958,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-arm64-gnu@4.29.1:
|
||||
resolution: {integrity: sha512-Z80O+taYxTQITWMjm/YqNoe9d10OX6kDh8X5/rFCMuPqsKsSyDilvfg+vd3iXIqtfmp+cnfL1UrYirkaF8SBZA==}
|
||||
/@rollup/rollup-linux-arm64-gnu@4.30.0:
|
||||
resolution: {integrity: sha512-CFE7zDNrokaotXu+shwIrmWrFxllg79vciH4E/zeK7NitVuWEaXRzS0mFfFvyhZfn8WfVOG/1E9u8/DFEgK7WQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3930,8 +3972,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-arm64-musl@4.29.1:
|
||||
resolution: {integrity: sha512-fOHRtF9gahwJk3QVp01a/GqS4hBEZCV1oKglVVq13kcK3NeVlS4BwIFzOHDbmKzt3i0OuHG4zfRP0YoG5OF/rA==}
|
||||
/@rollup/rollup-linux-arm64-musl@4.30.0:
|
||||
resolution: {integrity: sha512-MctNTBlvMcIBP0t8lV/NXiUwFg9oK5F79CxLU+a3xgrdJjfBLVIEHSAjQ9+ipofN2GKaMLnFFXLltg1HEEPaGQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3944,8 +3986,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-loongarch64-gnu@4.29.1:
|
||||
resolution: {integrity: sha512-5a7q3tnlbcg0OodyxcAdrrCxFi0DgXJSoOuidFUzHZ2GixZXQs6Tc3CHmlvqKAmOs5eRde+JJxeIf9DonkmYkw==}
|
||||
/@rollup/rollup-linux-loongarch64-gnu@4.30.0:
|
||||
resolution: {integrity: sha512-fBpoYwLEPivL3q368+gwn4qnYnr7GVwM6NnMo8rJ4wb0p/Y5lg88vQRRP077gf+tc25akuqd+1Sxbn9meODhwA==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3958,8 +4000,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-powerpc64le-gnu@4.29.1:
|
||||
resolution: {integrity: sha512-9b4Mg5Yfz6mRnlSPIdROcfw1BU22FQxmfjlp/CShWwO3LilKQuMISMTtAu/bxmmrE6A902W2cZJuzx8+gJ8e9w==}
|
||||
/@rollup/rollup-linux-powerpc64le-gnu@4.30.0:
|
||||
resolution: {integrity: sha512-1hiHPV6dUaqIMXrIjN+vgJqtfkLpqHS1Xsg0oUfUVD98xGp1wX89PIXgDF2DWra1nxAd8dfE0Dk59MyeKaBVAw==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3972,8 +4014,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-riscv64-gnu@4.29.1:
|
||||
resolution: {integrity: sha512-G5pn0NChlbRM8OJWpJFMX4/i8OEU538uiSv0P6roZcbpe/WfhEO+AT8SHVKfp8qhDQzaz7Q+1/ixMy7hBRidnQ==}
|
||||
/@rollup/rollup-linux-riscv64-gnu@4.30.0:
|
||||
resolution: {integrity: sha512-U0xcC80SMpEbvvLw92emHrNjlS3OXjAM0aVzlWfar6PR0ODWCTQtKeeB+tlAPGfZQXicv1SpWwRz9Hyzq3Jx3g==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -3986,8 +4028,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-s390x-gnu@4.29.1:
|
||||
resolution: {integrity: sha512-WM9lIkNdkhVwiArmLxFXpWndFGuOka4oJOZh8EP3Vb8q5lzdSCBuhjavJsw68Q9AKDGeOOIHYzYm4ZFvmWez5g==}
|
||||
/@rollup/rollup-linux-s390x-gnu@4.30.0:
|
||||
resolution: {integrity: sha512-VU/P/IODrNPasgZDLIFJmMiLGez+BN11DQWfTVlViJVabyF3JaeaJkP6teI8760f18BMGCQOW9gOmuzFaI1pUw==}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -4000,8 +4042,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-x64-gnu@4.29.1:
|
||||
resolution: {integrity: sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==}
|
||||
/@rollup/rollup-linux-x64-gnu@4.30.0:
|
||||
resolution: {integrity: sha512-laQVRvdbKmjXuFA3ZiZj7+U24FcmoPlXEi2OyLfbpY2MW1oxLt9Au8q9eHd0x6Pw/Kw4oe9gwVXWwIf2PVqblg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -4014,8 +4056,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-linux-x64-musl@4.29.1:
|
||||
resolution: {integrity: sha512-xufkSNppNOdVRCEC4WKvlR1FBDyqCSCpQeMMgv9ZyXqqtKBfkw1yfGMTUTs9Qsl6WQbJnsGboWCp7pJGkeMhKA==}
|
||||
/@rollup/rollup-linux-x64-musl@4.30.0:
|
||||
resolution: {integrity: sha512-3wzKzduS7jzxqcOvy/ocU/gMR3/QrHEFLge5CD7Si9fyHuoXcidyYZ6jyx8OPYmCcGm3uKTUl+9jUSAY74Ln5A==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
dev: true
|
||||
@ -4028,8 +4070,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-win32-arm64-msvc@4.29.1:
|
||||
resolution: {integrity: sha512-F2OiJ42m77lSkizZQLuC+jiZ2cgueWQL5YC9tjo3AgaEw+KJmVxHGSyQfDUoYR9cci0lAywv2Clmckzulcq6ig==}
|
||||
/@rollup/rollup-win32-arm64-msvc@4.30.0:
|
||||
resolution: {integrity: sha512-jROwnI1+wPyuv696rAFHp5+6RFhXGGwgmgSfzE8e4xfit6oLRg7GyMArVUoM3ChS045OwWr9aTnU+2c1UdBMyw==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
dev: true
|
||||
@ -4042,8 +4084,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-win32-ia32-msvc@4.29.1:
|
||||
resolution: {integrity: sha512-rYRe5S0FcjlOBZQHgbTKNrqxCBUmgDJem/VQTCcTnA2KCabYSWQDrytOzX7avb79cAAweNmMUb/Zw18RNd4mng==}
|
||||
/@rollup/rollup-win32-ia32-msvc@4.30.0:
|
||||
resolution: {integrity: sha512-duzweyup5WELhcXx5H1jokpr13i3BV9b48FMiikYAwk/MT1LrMYYk2TzenBd0jj4ivQIt58JWSxc19y4SvLP4g==}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
dev: true
|
||||
@ -4056,8 +4098,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@rollup/rollup-win32-x64-msvc@4.29.1:
|
||||
resolution: {integrity: sha512-+10CMg9vt1MoHj6x1pxyjPSMjHTIlqs8/tBztXvPAx24SKs9jwVnKqHJumlH/IzhaPUaj3T6T6wfZr8okdXaIg==}
|
||||
/@rollup/rollup-win32-x64-msvc@4.30.0:
|
||||
resolution: {integrity: sha512-DYvxS0M07PvgvavMIybCOBYheyrqlui6ZQBHJs6GqduVzHSZ06TPPvlfvnYstjODHQ8UUXFwt5YE+h0jFI8kwg==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
dev: true
|
||||
@ -4192,7 +4234,7 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=8.40.0'
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
eslint: 8.57.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
espree: 10.3.0
|
||||
@ -4826,8 +4868,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1)(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==}
|
||||
/@typescript-eslint/eslint-plugin@8.19.0(@typescript-eslint/parser@8.19.0)(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
||||
@ -4835,11 +4877,11 @@ packages:
|
||||
typescript: 5.7.2
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/scope-manager': 8.18.1
|
||||
'@typescript-eslint/type-utils': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.18.1
|
||||
'@typescript-eslint/parser': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/scope-manager': 8.19.0
|
||||
'@typescript-eslint/type-utils': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.19.0
|
||||
eslint: 8.57.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
@ -4850,17 +4892,17 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@8.18.1(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==}
|
||||
/@typescript-eslint/parser@8.19.0(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: 5.7.2
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.18.1
|
||||
'@typescript-eslint/types': 8.18.1
|
||||
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.18.1
|
||||
'@typescript-eslint/scope-manager': 8.19.0
|
||||
'@typescript-eslint/types': 8.19.0
|
||||
'@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.19.0
|
||||
debug: 4.4.0(supports-color@10.0.0)
|
||||
eslint: 8.57.0
|
||||
typescript: 5.7.2
|
||||
@ -4868,23 +4910,23 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@8.18.1:
|
||||
resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==}
|
||||
/@typescript-eslint/scope-manager@8.19.0:
|
||||
resolution: {integrity: sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.18.1
|
||||
'@typescript-eslint/visitor-keys': 8.18.1
|
||||
'@typescript-eslint/types': 8.19.0
|
||||
'@typescript-eslint/visitor-keys': 8.19.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@8.18.1(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==}
|
||||
/@typescript-eslint/type-utils@8.19.0(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: 5.7.2
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
debug: 4.4.0(supports-color@10.0.0)
|
||||
eslint: 8.57.0
|
||||
ts-api-utils: 1.4.3(typescript@5.7.2)
|
||||
@ -4893,21 +4935,21 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@8.18.1:
|
||||
resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==}
|
||||
/@typescript-eslint/types@8.19.0:
|
||||
resolution: {integrity: sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==}
|
||||
/@typescript-eslint/typescript-estree@8.19.0(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: 5.7.2
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.18.1
|
||||
'@typescript-eslint/visitor-keys': 8.18.1
|
||||
'@typescript-eslint/types': 8.19.0
|
||||
'@typescript-eslint/visitor-keys': 8.19.0
|
||||
debug: 4.4.0(supports-color@10.0.0)
|
||||
fast-glob: 3.3.2
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
@ -4917,28 +4959,28 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@8.18.1(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==}
|
||||
/@typescript-eslint/utils@8.19.0(eslint@8.57.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: 5.7.2
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.1(eslint@8.57.0)
|
||||
'@typescript-eslint/scope-manager': 8.18.1
|
||||
'@typescript-eslint/types': 8.18.1
|
||||
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
||||
'@typescript-eslint/scope-manager': 8.19.0
|
||||
'@typescript-eslint/types': 8.19.0
|
||||
'@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2)
|
||||
eslint: 8.57.0
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@8.18.1:
|
||||
resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==}
|
||||
/@typescript-eslint/visitor-keys@8.19.0:
|
||||
resolution: {integrity: sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.18.1
|
||||
'@typescript-eslint/types': 8.19.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
dev: true
|
||||
|
||||
@ -5179,13 +5221,13 @@ packages:
|
||||
vite: 6.0.3(@types/node@18.19.68)(less@4.2.1)(sass@1.83.0)(terser@5.37.0)
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-basic-ssl@1.2.0(vite@6.0.5):
|
||||
/@vitejs/plugin-basic-ssl@1.2.0(vite@6.0.7):
|
||||
resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
peerDependencies:
|
||||
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0
|
||||
dependencies:
|
||||
vite: 6.0.5(@types/node@18.19.68)(less@4.2.1)(sass@1.83.0)(terser@5.37.0)
|
||||
vite: 6.0.7(@types/node@18.19.68)(less@4.2.1)(sass@1.83.1)(terser@5.37.0)
|
||||
dev: true
|
||||
|
||||
/@web/browser-logs@0.4.0:
|
||||
@ -5232,11 +5274,11 @@ packages:
|
||||
resolution: {integrity: sha512-sJZfTGCCrdku5xYnQQG51odGI092hKY9YFM0X3Z0tRY3iXKXcYRaLZrErw5KfCxr6g0JRuhe4BBhqXTA5Q2I3Q==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
dependencies:
|
||||
'@rollup/plugin-node-resolve': 15.3.1(rollup@4.29.1)
|
||||
'@rollup/plugin-node-resolve': 15.3.1(rollup@4.30.0)
|
||||
'@web/dev-server-core': 0.7.4
|
||||
nanocolors: 0.2.13
|
||||
parse5: 6.0.1
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
whatwg-url: 14.1.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
@ -6843,7 +6885,7 @@ packages:
|
||||
peerDependencies:
|
||||
webpack: ^5.1.0
|
||||
dependencies:
|
||||
fast-glob: 3.3.2
|
||||
fast-glob: 3.3.3
|
||||
glob-parent: 6.0.2
|
||||
globby: 14.0.2
|
||||
normalize-path: 3.0.0
|
||||
@ -7766,7 +7808,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.1)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
|
||||
/eslint-module-utils@2.12.0(@typescript-eslint/parser@8.19.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
|
||||
resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -7787,7 +7829,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
debug: 3.2.7
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
@ -7803,7 +7845,7 @@ packages:
|
||||
eslint: 8.57.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1)(eslint@8.57.0):
|
||||
/eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.19.0)(eslint@8.57.0):
|
||||
resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -7814,7 +7856,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rtsao/scc': 1.1.0
|
||||
'@typescript-eslint/parser': 8.18.1(eslint@8.57.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser': 8.19.0(eslint@8.57.0)(typescript@5.7.2)
|
||||
array-includes: 3.1.8
|
||||
array.prototype.findlastindex: 1.2.5
|
||||
array.prototype.flat: 1.3.3
|
||||
@ -7823,7 +7865,7 @@ packages:
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.1)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
|
||||
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.19.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
|
||||
hasown: 2.0.2
|
||||
is-core-module: 2.16.0
|
||||
is-glob: 4.0.3
|
||||
@ -8125,6 +8167,17 @@ packages:
|
||||
micromatch: 4.0.8
|
||||
dev: true
|
||||
|
||||
/fast-glob@3.3.3:
|
||||
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
|
||||
engines: {node: '>=8.6.0'}
|
||||
dependencies:
|
||||
'@nodelib/fs.stat': 2.0.5
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
glob-parent: 5.1.2
|
||||
merge2: 1.4.1
|
||||
micromatch: 4.0.8
|
||||
dev: true
|
||||
|
||||
/fast-json-stable-stringify@2.1.0:
|
||||
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
||||
dev: true
|
||||
@ -8660,7 +8713,7 @@ packages:
|
||||
dependencies:
|
||||
array-union: 2.1.0
|
||||
dir-glob: 3.0.1
|
||||
fast-glob: 3.3.2
|
||||
fast-glob: 3.3.3
|
||||
ignore: 5.3.2
|
||||
merge2: 1.4.1
|
||||
slash: 3.0.0
|
||||
@ -8671,7 +8724,7 @@ packages:
|
||||
engines: {node: '>=18'}
|
||||
dependencies:
|
||||
'@sindresorhus/merge-streams': 2.3.0
|
||||
fast-glob: 3.3.2
|
||||
fast-glob: 3.3.3
|
||||
ignore: 5.3.2
|
||||
path-type: 5.0.0
|
||||
slash: 5.1.0
|
||||
@ -10309,6 +10362,25 @@ packages:
|
||||
'@lmdb/lmdb-linux-x64': 3.2.0
|
||||
'@lmdb/lmdb-win32-x64': 3.2.0
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/lmdb@3.2.2:
|
||||
resolution: {integrity: sha512-LriG93la4PbmPMwI7Hbv8W+0ncLK7549w4sbZSi4QGDjnnxnmNMgxUkaQTEMzH8TpwsfFvgEjpLX7V8B/I9e3g==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
msgpackr: 1.11.2
|
||||
node-addon-api: 6.1.0
|
||||
node-gyp-build-optional-packages: 5.2.2
|
||||
ordered-binary: 1.5.3
|
||||
weak-lru-cache: 1.2.2
|
||||
optionalDependencies:
|
||||
'@lmdb/lmdb-darwin-arm64': 3.2.2
|
||||
'@lmdb/lmdb-darwin-x64': 3.2.2
|
||||
'@lmdb/lmdb-linux-arm': 3.2.2
|
||||
'@lmdb/lmdb-linux-arm64': 3.2.2
|
||||
'@lmdb/lmdb-linux-x64': 3.2.2
|
||||
'@lmdb/lmdb-win32-x64': 3.2.2
|
||||
dev: true
|
||||
|
||||
/loader-runner@4.3.0:
|
||||
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
|
||||
@ -10915,7 +10987,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@angular/compiler-cli': 19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2)
|
||||
'@rollup/plugin-json': 6.1.0(rollup@4.29.1)
|
||||
'@rollup/plugin-json': 6.1.0(rollup@4.30.0)
|
||||
'@rollup/wasm-node': 4.28.1
|
||||
ajv: 8.17.1
|
||||
ansi-colors: 4.1.3
|
||||
@ -10925,7 +10997,7 @@ packages:
|
||||
convert-source-map: 2.0.0
|
||||
dependency-graph: 1.0.0
|
||||
esbuild: 0.24.2
|
||||
fast-glob: 3.3.2
|
||||
fast-glob: 3.3.3
|
||||
find-cache-dir: 3.3.2
|
||||
injection-js: 2.4.0
|
||||
jsonc-parser: 3.3.1
|
||||
@ -10934,11 +11006,11 @@ packages:
|
||||
piscina: 4.8.0
|
||||
postcss: 8.4.49
|
||||
rxjs: 7.8.1
|
||||
sass: 1.83.0
|
||||
sass: 1.83.1
|
||||
tslib: 2.8.1
|
||||
typescript: 5.7.2
|
||||
optionalDependencies:
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
dev: true
|
||||
|
||||
/node-addon-api@6.1.0:
|
||||
@ -12550,7 +12622,7 @@ packages:
|
||||
spdx-expression-validate: 2.0.0
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-sourcemaps@0.6.3(@types/node@18.19.68)(rollup@4.29.1):
|
||||
/rollup-plugin-sourcemaps@0.6.3(@types/node@18.19.68)(rollup@4.30.0):
|
||||
resolution: {integrity: sha512-paFu+nT1xvuO1tPFYXGe+XnQvg4Hjqv/eIhG8i5EspfYYPBKL57X7iVbfv55aNVASg3dzWvES9dmWsL2KhfByw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
@ -12560,9 +12632,9 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0(rollup@4.29.1)
|
||||
'@rollup/pluginutils': 3.1.0(rollup@4.30.0)
|
||||
'@types/node': 18.19.68
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
source-map-resolve: 0.6.0
|
||||
dev: true
|
||||
|
||||
@ -12595,32 +12667,32 @@ packages:
|
||||
fsevents: 2.3.3
|
||||
dev: true
|
||||
|
||||
/rollup@4.29.1:
|
||||
resolution: {integrity: sha512-RaJ45M/kmJUzSWDs1Nnd5DdV4eerC98idtUOVr6FfKcgxqvjwHmxc5upLF9qZU9EpsVzzhleFahrT3shLuJzIw==}
|
||||
/rollup@4.30.0:
|
||||
resolution: {integrity: sha512-sDnr1pcjTgUT69qBksNF1N1anwfbyYG6TBQ22b03bII8EdiUQ7J0TlozVaTMjT/eEJAO49e1ndV7t+UZfL1+vA==}
|
||||
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@types/estree': 1.0.6
|
||||
optionalDependencies:
|
||||
'@rollup/rollup-android-arm-eabi': 4.29.1
|
||||
'@rollup/rollup-android-arm64': 4.29.1
|
||||
'@rollup/rollup-darwin-arm64': 4.29.1
|
||||
'@rollup/rollup-darwin-x64': 4.29.1
|
||||
'@rollup/rollup-freebsd-arm64': 4.29.1
|
||||
'@rollup/rollup-freebsd-x64': 4.29.1
|
||||
'@rollup/rollup-linux-arm-gnueabihf': 4.29.1
|
||||
'@rollup/rollup-linux-arm-musleabihf': 4.29.1
|
||||
'@rollup/rollup-linux-arm64-gnu': 4.29.1
|
||||
'@rollup/rollup-linux-arm64-musl': 4.29.1
|
||||
'@rollup/rollup-linux-loongarch64-gnu': 4.29.1
|
||||
'@rollup/rollup-linux-powerpc64le-gnu': 4.29.1
|
||||
'@rollup/rollup-linux-riscv64-gnu': 4.29.1
|
||||
'@rollup/rollup-linux-s390x-gnu': 4.29.1
|
||||
'@rollup/rollup-linux-x64-gnu': 4.29.1
|
||||
'@rollup/rollup-linux-x64-musl': 4.29.1
|
||||
'@rollup/rollup-win32-arm64-msvc': 4.29.1
|
||||
'@rollup/rollup-win32-ia32-msvc': 4.29.1
|
||||
'@rollup/rollup-win32-x64-msvc': 4.29.1
|
||||
'@rollup/rollup-android-arm-eabi': 4.30.0
|
||||
'@rollup/rollup-android-arm64': 4.30.0
|
||||
'@rollup/rollup-darwin-arm64': 4.30.0
|
||||
'@rollup/rollup-darwin-x64': 4.30.0
|
||||
'@rollup/rollup-freebsd-arm64': 4.30.0
|
||||
'@rollup/rollup-freebsd-x64': 4.30.0
|
||||
'@rollup/rollup-linux-arm-gnueabihf': 4.30.0
|
||||
'@rollup/rollup-linux-arm-musleabihf': 4.30.0
|
||||
'@rollup/rollup-linux-arm64-gnu': 4.30.0
|
||||
'@rollup/rollup-linux-arm64-musl': 4.30.0
|
||||
'@rollup/rollup-linux-loongarch64-gnu': 4.30.0
|
||||
'@rollup/rollup-linux-powerpc64le-gnu': 4.30.0
|
||||
'@rollup/rollup-linux-riscv64-gnu': 4.30.0
|
||||
'@rollup/rollup-linux-s390x-gnu': 4.30.0
|
||||
'@rollup/rollup-linux-x64-gnu': 4.30.0
|
||||
'@rollup/rollup-linux-x64-musl': 4.30.0
|
||||
'@rollup/rollup-win32-arm64-msvc': 4.30.0
|
||||
'@rollup/rollup-win32-ia32-msvc': 4.30.0
|
||||
'@rollup/rollup-win32-x64-msvc': 4.30.0
|
||||
fsevents: 2.3.3
|
||||
dev: true
|
||||
|
||||
@ -12682,7 +12754,7 @@ packages:
|
||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||
dev: true
|
||||
|
||||
/sass-loader@16.0.4(sass@1.83.0)(webpack@5.97.1):
|
||||
/sass-loader@16.0.4(sass@1.83.1)(webpack@5.97.1):
|
||||
resolution: {integrity: sha512-LavLbgbBGUt3wCiYzhuLLu65+fWXaXLmq7YxivLhEqmiupCFZ5sKUAipK3do6V80YSU0jvSxNhEdT13IXNr3rg==}
|
||||
engines: {node: '>= 18.12.0'}
|
||||
peerDependencies:
|
||||
@ -12704,7 +12776,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
neo-async: 2.6.2
|
||||
sass: 1.83.0
|
||||
sass: 1.83.1
|
||||
webpack: 5.97.1(esbuild@0.24.2)
|
||||
dev: true
|
||||
|
||||
@ -12720,6 +12792,18 @@ packages:
|
||||
'@parcel/watcher': 2.5.0
|
||||
dev: true
|
||||
|
||||
/sass@1.83.1:
|
||||
resolution: {integrity: sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chokidar: 4.0.3
|
||||
immutable: 5.0.3
|
||||
source-map-js: 1.2.1
|
||||
optionalDependencies:
|
||||
'@parcel/watcher': 2.5.0
|
||||
dev: true
|
||||
|
||||
/saucelabs@1.5.0:
|
||||
resolution: {integrity: sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==}
|
||||
dependencies:
|
||||
@ -14400,15 +14484,15 @@ packages:
|
||||
esbuild: 0.24.2
|
||||
less: 4.2.1
|
||||
postcss: 8.4.49
|
||||
rollup: 4.29.1
|
||||
rollup: 4.30.0
|
||||
sass: 1.83.0
|
||||
terser: 5.37.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
dev: true
|
||||
|
||||
/vite@6.0.5(@types/node@18.19.68)(less@4.2.1)(sass@1.83.0)(terser@5.37.0):
|
||||
resolution: {integrity: sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==}
|
||||
/vite@6.0.7(@types/node@18.19.68)(less@4.2.1)(sass@1.83.1)(terser@5.37.0):
|
||||
resolution: {integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==}
|
||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -14448,11 +14532,11 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/node': 18.19.68
|
||||
esbuild: 0.24.0
|
||||
esbuild: 0.24.2
|
||||
less: 4.2.1
|
||||
postcss: 8.4.49
|
||||
rollup: 4.29.1
|
||||
sass: 1.83.0
|
||||
rollup: 4.30.0
|
||||
sass: 1.83.1
|
||||
terser: 5.37.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
@ -15047,7 +15131,7 @@ packages:
|
||||
resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==}
|
||||
dev: true
|
||||
|
||||
github.com/angular/bazel-builds/8cd573656c96422cd30c7290361a539df9b02b1a(@angular/compiler-cli@19.1.0-next.4)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.29.1)(terser@5.37.0)(typescript@5.7.2):
|
||||
github.com/angular/bazel-builds/8cd573656c96422cd30c7290361a539df9b02b1a(@angular/compiler-cli@19.1.0-next.4)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.30.0)(terser@5.37.0)(typescript@5.7.2):
|
||||
resolution: {tarball: https://codeload.github.com/angular/bazel-builds/tar.gz/8cd573656c96422cd30c7290361a539df9b02b1a}
|
||||
id: github.com/angular/bazel-builds/8cd573656c96422cd30c7290361a539df9b02b1a
|
||||
name: '@angular/bazel'
|
||||
@ -15072,11 +15156,11 @@ packages:
|
||||
'@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.2)
|
||||
'@bazel/worker': 5.8.1
|
||||
'@microsoft/api-extractor': 7.48.1(@types/node@18.19.68)
|
||||
'@rollup/plugin-commonjs': 28.0.2(rollup@4.29.1)
|
||||
'@rollup/plugin-node-resolve': 13.3.0(rollup@4.29.1)
|
||||
'@rollup/plugin-commonjs': 28.0.2(rollup@4.30.0)
|
||||
'@rollup/plugin-node-resolve': 13.3.0(rollup@4.30.0)
|
||||
magic-string: 0.30.17
|
||||
rollup: 4.29.1
|
||||
rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.68)(rollup@4.29.1)
|
||||
rollup: 4.30.0
|
||||
rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.68)(rollup@4.30.0)
|
||||
terser: 5.37.0
|
||||
tslib: 2.8.1
|
||||
typescript: 5.7.2
|
||||
|
399
yarn.lock
399
yarn.lock
@ -373,8 +373,8 @@ __metadata:
|
||||
"@types/yargs": "npm:^17.0.20"
|
||||
"@types/yargs-parser": "npm:^21.0.0"
|
||||
"@types/yarnpkg__lockfile": "npm:^1.1.5"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.18.1"
|
||||
"@typescript-eslint/parser": "npm:8.18.1"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
|
||||
"@typescript-eslint/parser": "npm:8.19.0"
|
||||
"@vitejs/plugin-basic-ssl": "npm:1.2.0"
|
||||
"@web/test-runner": "npm:^0.19.0"
|
||||
"@yarnpkg/lockfile": "npm:1.1.0"
|
||||
@ -398,7 +398,7 @@ __metadata:
|
||||
eslint-plugin-header: "npm:3.1.1"
|
||||
eslint-plugin-import: "npm:2.31.0"
|
||||
express: "npm:4.21.2"
|
||||
fast-glob: "npm:3.3.2"
|
||||
fast-glob: "npm:3.3.3"
|
||||
http-proxy: "npm:^1.18.1"
|
||||
http-proxy-middleware: "npm:3.0.3"
|
||||
https-proxy-agent: "npm:7.0.6"
|
||||
@ -419,7 +419,7 @@ __metadata:
|
||||
less-loader: "npm:12.2.0"
|
||||
license-webpack-plugin: "npm:4.0.2"
|
||||
listr2: "npm:8.2.5"
|
||||
lmdb: "npm:3.2.0"
|
||||
lmdb: "npm:3.2.2"
|
||||
loader-utils: "npm:3.3.1"
|
||||
lodash: "npm:^4.17.21"
|
||||
magic-string: "npm:0.30.17"
|
||||
@ -443,11 +443,11 @@ __metadata:
|
||||
puppeteer: "npm:18.2.1"
|
||||
quicktype-core: "npm:23.0.170"
|
||||
resolve-url-loader: "npm:5.0.0"
|
||||
rollup: "npm:4.29.1"
|
||||
rollup: "npm:4.30.0"
|
||||
rollup-license-plugin: "npm:~3.0.1"
|
||||
rollup-plugin-sourcemaps: "npm:^0.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
sass: "npm:1.83.0"
|
||||
sass: "npm:1.83.1"
|
||||
sass-loader: "npm:16.0.4"
|
||||
semver: "npm:7.6.3"
|
||||
shelljs: "npm:^0.8.5"
|
||||
@ -465,7 +465,7 @@ __metadata:
|
||||
unenv: "npm:^1.10.0"
|
||||
verdaccio: "npm:6.0.5"
|
||||
verdaccio-auth-memory: "npm:^10.0.0"
|
||||
vite: "npm:6.0.5"
|
||||
vite: "npm:6.0.7"
|
||||
watchpack: "npm:2.4.2"
|
||||
webpack: "npm:5.97.1"
|
||||
webpack-dev-middleware: "npm:7.4.2"
|
||||
@ -2897,6 +2897,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-darwin-arm64@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "@lmdb/lmdb-darwin-arm64@npm:3.2.2"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-darwin-x64@npm:3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "@lmdb/lmdb-darwin-x64@npm:3.2.0"
|
||||
@ -2904,6 +2911,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-darwin-x64@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "@lmdb/lmdb-darwin-x64@npm:3.2.2"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-linux-arm64@npm:3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "@lmdb/lmdb-linux-arm64@npm:3.2.0"
|
||||
@ -2911,6 +2925,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-linux-arm64@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "@lmdb/lmdb-linux-arm64@npm:3.2.2"
|
||||
conditions: os=linux & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-linux-arm@npm:3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "@lmdb/lmdb-linux-arm@npm:3.2.0"
|
||||
@ -2918,6 +2939,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-linux-arm@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "@lmdb/lmdb-linux-arm@npm:3.2.2"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-linux-x64@npm:3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "@lmdb/lmdb-linux-x64@npm:3.2.0"
|
||||
@ -2925,6 +2953,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-linux-x64@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "@lmdb/lmdb-linux-x64@npm:3.2.2"
|
||||
conditions: os=linux & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-win32-x64@npm:3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "@lmdb/lmdb-win32-x64@npm:3.2.0"
|
||||
@ -2932,6 +2967,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lmdb/lmdb-win32-x64@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "@lmdb/lmdb-win32-x64@npm:3.2.2"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@microsoft/api-extractor-model@npm:7.30.1":
|
||||
version: 7.30.1
|
||||
resolution: "@microsoft/api-extractor-model@npm:7.30.1"
|
||||
@ -3931,9 +3973,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-android-arm-eabi@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-android-arm-eabi@npm:4.29.1"
|
||||
"@rollup/rollup-android-arm-eabi@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-android-arm-eabi@npm:4.30.0"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -3945,9 +3987,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-android-arm64@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-android-arm64@npm:4.29.1"
|
||||
"@rollup/rollup-android-arm64@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-android-arm64@npm:4.30.0"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -3959,9 +4001,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-darwin-arm64@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-darwin-arm64@npm:4.29.1"
|
||||
"@rollup/rollup-darwin-arm64@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-darwin-arm64@npm:4.30.0"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -3973,9 +4015,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-darwin-x64@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-darwin-x64@npm:4.29.1"
|
||||
"@rollup/rollup-darwin-x64@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-darwin-x64@npm:4.30.0"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -3987,9 +4029,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-freebsd-arm64@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-freebsd-arm64@npm:4.29.1"
|
||||
"@rollup/rollup-freebsd-arm64@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-freebsd-arm64@npm:4.30.0"
|
||||
conditions: os=freebsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4001,9 +4043,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-freebsd-x64@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-freebsd-x64@npm:4.29.1"
|
||||
"@rollup/rollup-freebsd-x64@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-freebsd-x64@npm:4.30.0"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4015,9 +4057,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-arm-gnueabihf@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm-gnueabihf@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.30.0"
|
||||
conditions: os=linux & cpu=arm & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4029,9 +4071,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-arm-musleabihf@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm-musleabihf@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.30.0"
|
||||
conditions: os=linux & cpu=arm & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4043,9 +4085,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-arm64-gnu@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm64-gnu@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.30.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4057,9 +4099,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-arm64-musl@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm64-musl@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.30.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4071,9 +4113,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-loongarch64-gnu@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.29.1"
|
||||
"@rollup/rollup-linux-loongarch64-gnu@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.30.0"
|
||||
conditions: os=linux & cpu=loong64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4085,9 +4127,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.29.1"
|
||||
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.30.0"
|
||||
conditions: os=linux & cpu=ppc64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4099,9 +4141,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-riscv64-gnu@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.29.1"
|
||||
"@rollup/rollup-linux-riscv64-gnu@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.30.0"
|
||||
conditions: os=linux & cpu=riscv64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4113,9 +4155,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-s390x-gnu@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.29.1"
|
||||
"@rollup/rollup-linux-s390x-gnu@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.30.0"
|
||||
conditions: os=linux & cpu=s390x & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4127,9 +4169,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-x64-gnu@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.29.1"
|
||||
"@rollup/rollup-linux-x64-gnu@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.30.0"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4141,9 +4183,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-linux-x64-musl@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-linux-x64-musl@npm:4.29.1"
|
||||
"@rollup/rollup-linux-x64-musl@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-linux-x64-musl@npm:4.30.0"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4155,9 +4197,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-win32-arm64-msvc@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.29.1"
|
||||
"@rollup/rollup-win32-arm64-msvc@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.30.0"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4169,9 +4211,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-win32-ia32-msvc@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.29.1"
|
||||
"@rollup/rollup-win32-ia32-msvc@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.30.0"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -4183,9 +4225,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/rollup-win32-x64-msvc@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.29.1"
|
||||
"@rollup/rollup-win32-x64-msvc@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.30.0"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -5304,15 +5346,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:8.18.1":
|
||||
version: 8.18.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.18.1"
|
||||
"@typescript-eslint/type-utils": "npm:8.18.1"
|
||||
"@typescript-eslint/utils": "npm:8.18.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.18.1"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.19.0"
|
||||
"@typescript-eslint/utils": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.0"
|
||||
graphemer: "npm:^1.4.0"
|
||||
ignore: "npm:^5.3.1"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
@ -5321,23 +5363,23 @@ __metadata:
|
||||
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/7994d323228f3fc3ec124291cd02761251bcd9a5a6356001d2cb8f68abdb400c3cfbeb343d6941d8e6b6c8d2d616a278bbb3b6d9ed839ba5148a05f60a1f67b4
|
||||
checksum: 10c0/ceaa5063b68684b5608950b5e69f0caf1eadfc356cba82625240d6aae55f769faff599c38d35252dcb77a40d92e6fbf6d6264bc0c577d5c549da25061c3bd796
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:8.18.1":
|
||||
version: 8.18.1
|
||||
resolution: "@typescript-eslint/parser@npm:8.18.1"
|
||||
"@typescript-eslint/parser@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.18.1"
|
||||
"@typescript-eslint/types": "npm:8.18.1"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.18.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.18.1"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.0"
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/23ab30b3f00b86108137e7df03710a088046ead3582595b0f8e17d5062770365e24e0a1ae3398bb3a1c29aa0f05a0de30887e2e0f6fb86163e878dd0eed1b25c
|
||||
checksum: 10c0/064b0997963060490fc3f92c90cebc7c694f47a7657f7882ce9eb314786e0cf3e917bfccfad614d23038439d84e69a978bdc7054515b23201001dd427e524e64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -5351,18 +5393,28 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.18.1":
|
||||
version: 8.18.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.18.1"
|
||||
"@typescript-eslint/scope-manager@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.18.1"
|
||||
"@typescript-eslint/utils": "npm:8.18.1"
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.0"
|
||||
checksum: 10c0/5052863d00db7ae939de27e91dc6c92df3c37a877e1ff44015ae9aa754d419b44d97d98b25fbb30a80dc58cf92606dad599e27f32b86d20c13b77ac12b4f2abc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.0"
|
||||
"@typescript-eslint/utils": "npm:8.19.0"
|
||||
debug: "npm:^4.3.4"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/cfe5362a22fa5e18a2662928904da024e42c84cb58a46238b9b61edafcd046f53c9505637176c8cd1c386165c6a6ed15a2b51700495cad6c20e0e33499d483a1
|
||||
checksum: 10c0/5a460b4d26fd68ded3567390cbac310500e94e9c69583fda3fb9930877663719e6831699bb6d85de6b940bcb7951a51ab1ef67c5fea8b76a13ea3a3783bbae28
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -5373,6 +5425,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/types@npm:8.19.0"
|
||||
checksum: 10c0/0062e7dce5f374e293c97f1f50fe450187f6b0eaf4971c818e18ef2f6baf4e9aa4e8605fba8d8fc464a504ee1130527b71ecb39d31687c31825942b9f569d902
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.18.1":
|
||||
version: 8.18.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.18.1"
|
||||
@ -5391,7 +5450,40 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.18.1, @typescript-eslint/utils@npm:^8.13.0":
|
||||
"@typescript-eslint/typescript-estree@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.0"
|
||||
debug: "npm:^4.3.4"
|
||||
fast-glob: "npm:^3.3.2"
|
||||
is-glob: "npm:^4.0.3"
|
||||
minimatch: "npm:^9.0.4"
|
||||
semver: "npm:^7.6.0"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependencies:
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/ff47004588e8ff585af740b3e0bda07dc52310dbfeb2317eb4a723935740cf0c1953fc9ba57f14cf192bcfe373c46be833ba29d3303df8b501181bb852c7b822
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.19.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.0"
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/7731f7fb66d54491769ca68fd04728138ceb6b785778ad491f8e9b2147802fa0ff480e520f6ea5fb73c8484d13a2ed3e35d44635f5bf4cfbdb04c313154097a9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^8.13.0":
|
||||
version: 8.18.1
|
||||
resolution: "@typescript-eslint/utils@npm:8.18.1"
|
||||
dependencies:
|
||||
@ -5416,6 +5508,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
eslint-visitor-keys: "npm:^4.2.0"
|
||||
checksum: 10c0/a293def05018bb2259506e23cd8f14349f4386d0e51231893fbddf96ef73c219d5f9fe17b82e3c104f5c23956dbd9b87af3cff5e84b887af243139a3b4bbbe0d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ungap/structured-clone@npm:^1.2.0":
|
||||
version: 1.2.1
|
||||
resolution: "@ungap/structured-clone@npm:1.2.1"
|
||||
@ -9011,7 +9113,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esbuild@npm:0.24.2":
|
||||
"esbuild@npm:0.24.2, esbuild@npm:^0.24.2":
|
||||
version: 0.24.2
|
||||
resolution: "esbuild@npm:0.24.2"
|
||||
dependencies:
|
||||
@ -9577,6 +9679,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-glob@npm:3.3.3":
|
||||
version: 3.3.3
|
||||
resolution: "fast-glob@npm:3.3.3"
|
||||
dependencies:
|
||||
"@nodelib/fs.stat": "npm:^2.0.2"
|
||||
"@nodelib/fs.walk": "npm:^1.2.3"
|
||||
glob-parent: "npm:^5.1.2"
|
||||
merge2: "npm:^1.3.0"
|
||||
micromatch: "npm:^4.0.8"
|
||||
checksum: 10c0/f6aaa141d0d3384cf73cbcdfc52f475ed293f6d5b65bfc5def368b09163a9f7e5ec2b3014d80f733c405f58e470ee0cc451c2937685045cddcdeaa24199c43fe
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-json-stable-stringify@npm:^2.0.0":
|
||||
version: 2.1.0
|
||||
resolution: "fast-json-stable-stringify@npm:2.1.0"
|
||||
@ -12599,6 +12714,41 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lmdb@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "lmdb@npm:3.2.2"
|
||||
dependencies:
|
||||
"@lmdb/lmdb-darwin-arm64": "npm:3.2.2"
|
||||
"@lmdb/lmdb-darwin-x64": "npm:3.2.2"
|
||||
"@lmdb/lmdb-linux-arm": "npm:3.2.2"
|
||||
"@lmdb/lmdb-linux-arm64": "npm:3.2.2"
|
||||
"@lmdb/lmdb-linux-x64": "npm:3.2.2"
|
||||
"@lmdb/lmdb-win32-x64": "npm:3.2.2"
|
||||
msgpackr: "npm:^1.11.2"
|
||||
node-addon-api: "npm:^6.1.0"
|
||||
node-gyp: "npm:latest"
|
||||
node-gyp-build-optional-packages: "npm:5.2.2"
|
||||
ordered-binary: "npm:^1.5.3"
|
||||
weak-lru-cache: "npm:^1.2.2"
|
||||
dependenciesMeta:
|
||||
"@lmdb/lmdb-darwin-arm64":
|
||||
optional: true
|
||||
"@lmdb/lmdb-darwin-x64":
|
||||
optional: true
|
||||
"@lmdb/lmdb-linux-arm":
|
||||
optional: true
|
||||
"@lmdb/lmdb-linux-arm64":
|
||||
optional: true
|
||||
"@lmdb/lmdb-linux-x64":
|
||||
optional: true
|
||||
"@lmdb/lmdb-win32-x64":
|
||||
optional: true
|
||||
bin:
|
||||
download-lmdb-prebuilds: bin/download-prebuilds.js
|
||||
checksum: 10c0/fc903c525e1e6ca70fbbd30a43f0bc2924ff442f12289f32c5998bb3af768d36725065f6d879c78c16680a57f36f4cc25f70398a83fd408cd3e0fb761e092c63
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"loader-runner@npm:^4.2.0":
|
||||
version: 4.3.0
|
||||
resolution: "loader-runner@npm:4.3.0"
|
||||
@ -15768,29 +15918,29 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rollup@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "rollup@npm:4.29.1"
|
||||
"rollup@npm:4.30.0":
|
||||
version: 4.30.0
|
||||
resolution: "rollup@npm:4.30.0"
|
||||
dependencies:
|
||||
"@rollup/rollup-android-arm-eabi": "npm:4.29.1"
|
||||
"@rollup/rollup-android-arm64": "npm:4.29.1"
|
||||
"@rollup/rollup-darwin-arm64": "npm:4.29.1"
|
||||
"@rollup/rollup-darwin-x64": "npm:4.29.1"
|
||||
"@rollup/rollup-freebsd-arm64": "npm:4.29.1"
|
||||
"@rollup/rollup-freebsd-x64": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm-musleabihf": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm64-gnu": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-arm64-musl": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-riscv64-gnu": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-s390x-gnu": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-x64-gnu": "npm:4.29.1"
|
||||
"@rollup/rollup-linux-x64-musl": "npm:4.29.1"
|
||||
"@rollup/rollup-win32-arm64-msvc": "npm:4.29.1"
|
||||
"@rollup/rollup-win32-ia32-msvc": "npm:4.29.1"
|
||||
"@rollup/rollup-win32-x64-msvc": "npm:4.29.1"
|
||||
"@rollup/rollup-android-arm-eabi": "npm:4.30.0"
|
||||
"@rollup/rollup-android-arm64": "npm:4.30.0"
|
||||
"@rollup/rollup-darwin-arm64": "npm:4.30.0"
|
||||
"@rollup/rollup-darwin-x64": "npm:4.30.0"
|
||||
"@rollup/rollup-freebsd-arm64": "npm:4.30.0"
|
||||
"@rollup/rollup-freebsd-x64": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-arm-musleabihf": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-arm64-gnu": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-arm64-musl": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-riscv64-gnu": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-s390x-gnu": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-x64-gnu": "npm:4.30.0"
|
||||
"@rollup/rollup-linux-x64-musl": "npm:4.30.0"
|
||||
"@rollup/rollup-win32-arm64-msvc": "npm:4.30.0"
|
||||
"@rollup/rollup-win32-ia32-msvc": "npm:4.30.0"
|
||||
"@rollup/rollup-win32-x64-msvc": "npm:4.30.0"
|
||||
"@types/estree": "npm:1.0.6"
|
||||
fsevents: "npm:~2.3.2"
|
||||
dependenciesMeta:
|
||||
@ -15836,7 +15986,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
rollup: dist/bin/rollup
|
||||
checksum: 10c0/fcd0321df78fdc74b36858e92c4b73ebf5aa8f0b9cf7c446f008e0dc3c5c4ed855d662dc44e5a09c7794bbe91017b4dd7be88b619c239f0494f9f0fbfa67c557
|
||||
checksum: 10c0/72d01bda640ca075d98c52fa103af05091366377433b1e5be481472e3ef9b5c656aef9f0118d4187ece9c26d998557786523f228fae75caf02e0330624e793a9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -15967,6 +16117,23 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sass@npm:1.83.1":
|
||||
version: 1.83.1
|
||||
resolution: "sass@npm:1.83.1"
|
||||
dependencies:
|
||||
"@parcel/watcher": "npm:^2.4.1"
|
||||
chokidar: "npm:^4.0.0"
|
||||
immutable: "npm:^5.0.2"
|
||||
source-map-js: "npm:>=0.6.2 <2.0.0"
|
||||
dependenciesMeta:
|
||||
"@parcel/watcher":
|
||||
optional: true
|
||||
bin:
|
||||
sass: sass.js
|
||||
checksum: 10c0/9772506cd8290df7b5e800055098e91a8a65100840fd9e90c660deb74b248b3ddbbd1a274b8f7f09777d472d2c873575357bd87939a40fb5a80bdf654985486f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"saucelabs@npm:^1.5.0":
|
||||
version: 1.5.0
|
||||
resolution: "saucelabs@npm:1.5.0"
|
||||
@ -18174,11 +18341,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "vite@npm:6.0.5"
|
||||
"vite@npm:6.0.7":
|
||||
version: 6.0.7
|
||||
resolution: "vite@npm:6.0.7"
|
||||
dependencies:
|
||||
esbuild: "npm:0.24.0"
|
||||
esbuild: "npm:^0.24.2"
|
||||
fsevents: "npm:~2.3.3"
|
||||
postcss: "npm:^8.4.49"
|
||||
rollup: "npm:^4.23.0"
|
||||
@ -18222,7 +18389,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
vite: bin/vite.js
|
||||
checksum: 10c0/d6927e1795abf0bffbf9183c3c3338c7cc1060bcfbfcd951aa4464c1e5478216f26c95077a2bbd29edbaebc079c1f08a37c7daac8f07c0a6bb53e79d502c70ef
|
||||
checksum: 10c0/ae81047b4290a7206b9394a39a782d509e9610462e7946422ba22d5bc615b5a322c07e33d7bf9dd0b3312ec3f5c63353b725913d1519324bfdf539b4f1e03f52
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user