chore(agent): bump agent and dependency chain (#5607)

This updates Hoppscotch Agent dependencies to align with
 `v2025.11.0` security patch and other dependency chain.
This commit is contained in:
Shreyas 2025-11-24 19:59:57 +05:30 committed by GitHub
parent 92031c84c1
commit f62405088d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 199 additions and 199 deletions

View file

@ -33,7 +33,7 @@ in {
# NOTE: In case there's `Cannot find module: ... bcrypt ...` error, try `npm rebuild bcrypt` # NOTE: In case there's `Cannot find module: ... bcrypt ...` error, try `npm rebuild bcrypt`
# See: https://github.com/kelektiv/node.bcrypt.js/issues/800 # See: https://github.com/kelektiv/node.bcrypt.js/issues/800
# See: https://github.com/kelektiv/node.bcrypt.js/issues/1055 # See: https://github.com/kelektiv/node.bcrypt.js/issues/1055
nodejs_20 nodejs_22
nodePackages.typescript-language-server nodePackages.typescript-language-server
nodePackages."@volar/vue-language-server" nodePackages."@volar/vue-language-server"
nodePackages.prisma nodePackages.prisma
@ -167,7 +167,7 @@ in {
enable = true; enable = true;
}; };
javascript = { javascript = {
package = pkgs.nodejs_20; package = pkgs.nodejs_22;
enable = true; enable = true;
npm.enable = true; npm.enable = true;
pnpm.enable = true; pnpm.enable = true;

View file

@ -1,7 +1,7 @@
{ {
"name": "hoppscotch-agent", "name": "hoppscotch-agent",
"private": true, "private": true,
"version": "0.1.15", "version": "0.1.16",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -12,26 +12,26 @@
"dependencies": { "dependencies": {
"@hoppscotch/ui": "0.2.5", "@hoppscotch/ui": "0.2.5",
"@tauri-apps/api": "2.1.1", "@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-shell": "^2.2.1", "@tauri-apps/plugin-shell": "2.3.3",
"@vueuse/core": "13.7.0", "@vueuse/core": "14.0.0",
"axios": "1.12.2", "axios": "1.13.2",
"fp-ts": "2.16.11", "fp-ts": "2.16.11",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"vue": "3.5.22" "vue": "3.5.22"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/lucide": "1.2.68", "@iconify-json/lucide": "1.2.73",
"@tauri-apps/cli": "^2.0.3", "@tauri-apps/cli": "2.9.3",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@types/node": "24.9.1", "@types/node": "24.10.1",
"@vitejs/plugin-vue": "5.1.4", "@vitejs/plugin-vue": "6.0.2",
"autoprefixer": "10.4.21", "autoprefixer": "10.4.21",
"postcss": "8.5.6", "postcss": "8.5.6",
"tailwindcss": "3.4.16", "tailwindcss": "3.4.16",
"typescript": "5.9.3", "typescript": "5.9.3",
"unplugin-icons": "22.2.0", "unplugin-icons": "22.5.0",
"unplugin-vue-components": "29.0.0", "unplugin-vue-components": "30.0.0",
"vite": "6.3.6", "vite": "7.2.4",
"vue-tsc": "2.2.0" "vue-tsc": "2.2.0"
} }
} }

View file

@ -2070,7 +2070,7 @@ dependencies = [
[[package]] [[package]]
name = "hoppscotch-agent" name = "hoppscotch-agent"
version = "0.1.15" version = "0.1.16"
dependencies = [ dependencies = [
"aes-gcm", "aes-gcm",
"axum", "axum",
@ -5094,9 +5094,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]] [[package]]
name = "tauri" name = "tauri"
version = "2.9.2" version = "2.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bceb52453e507c505b330afe3398510e87f428ea42b6e76ecb6bd63b15965b5" checksum = "9e492485dd390b35f7497401f67694f46161a2a00ffd800938d5dd3c898fb9d8"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",
@ -5146,9 +5146,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-build" name = "tauri-build"
version = "2.5.1" version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a924b6c50fe83193f0f8b14072afa7c25b7a72752a2a73d9549b463f5fe91a38" checksum = "87d6f8cafe6a75514ce5333f115b7b1866e8e68d9672bf4ca89fc0f35697ea9d"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_toml", "cargo_toml",
@ -5168,9 +5168,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-codegen" name = "tauri-codegen"
version = "2.5.0" version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c1fe64c74cc40f90848281a90058a6db931eb400b60205840e09801ee30f190" checksum = "b7ef707148f0755110ca54377560ab891d722de4d53297595380a748026f139f"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"brotli", "brotli",
@ -5195,9 +5195,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-macros" name = "tauri-macros"
version = "2.5.0" version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260c5d2eb036b76206b9fca20b7be3614cfd21046c5396f7959e0e64a4b07f2f" checksum = "71664fd715ee6e382c05345ad258d6d1d50f90cf1b58c0aa726638b33c2a075d"
dependencies = [ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
@ -5656,9 +5656,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.16" version = "0.7.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "hoppscotch-agent" name = "hoppscotch-agent"
version = "0.1.15" version = "0.1.16"
description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration." description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration."
authors = ["AndrewBastin", "CuriousCorrelation"] authors = ["AndrewBastin", "CuriousCorrelation"]
edition = "2021" edition = "2021"
@ -12,44 +12,44 @@ name = "hoppscotch_agent_lib"
crate-type = ["staticlib", "cdylib", "rlib"] crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies] [build-dependencies]
tauri-build = { version = "2.0.1", features = [] } tauri-build = { version = "2.5.2", features = [] }
[dependencies] [dependencies]
tauri = { version = "2.0.4", features = ["tray-icon", "image-png"] } tauri = { version = "2.9.3", features = ["tray-icon", "image-png"] }
tauri-plugin-shell = "2.2.1" tauri-plugin-shell = "2.3.3"
tauri-plugin-autostart = { version = "2.0.1", optional = true } tauri-plugin-autostart = { version = "2.5.1", optional = true }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
tokio = { version = "1.40.0", features = ["full"] } tokio = { version = "1.48.0", features = ["full"] }
dashmap = { version = "6.1.0", features = ["serde"] } dashmap = { version = "6.1.0", features = ["serde"] }
axum = { version = "0.7.7" } axum = { version = "0.7.9" }
axum-extra = { version = "0.9.4", features = ["typed-header"] } axum-extra = { version = "0.9.6", features = ["typed-header"] }
tower-http = { version = "0.6.1", features = ["cors"] } tower-http = { version = "0.6.6", features = ["cors"] }
tokio-util = "0.7.12" tokio-util = "0.7.17"
uuid = { version = "1.11.0", features = [ "v4", "fast-rng" ] } uuid = { version = "1.18.1", features = [ "v4", "fast-rng" ] }
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
rand = "0.8.5" rand = "0.8.5"
tracing = "0.1.40" tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "fmt", "std", "time"] } tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json", "fmt", "std", "time"] }
tracing-appender = "0.2.3" tracing-appender = "0.2.3"
relay = { git = "https://github.com/CuriousCorrelation/relay.git" } relay = { git = "https://github.com/CuriousCorrelation/relay.git" }
thiserror = "1.0.64" thiserror = "1.0.69"
tauri-plugin-store = "2.1.0" tauri-plugin-store = "2.4.1"
x25519-dalek = { version = "2.0.1", features = ["getrandom"] } x25519-dalek = { version = "2.0.1", features = ["getrandom"] }
base16 = "0.2.1" base16 = "0.2.1"
aes-gcm = { version = "0.10.3", features = ["aes"] } aes-gcm = { version = "0.10.3", features = ["aes"] }
tauri-plugin-updater = "2.0.2" tauri-plugin-updater = "2.9.0"
tauri-plugin-dialog = "2.0.1" tauri-plugin-dialog = "2.4.2"
lazy_static = "1.5.0" lazy_static = "1.5.0"
tauri-plugin-single-instance = "2.0.1" tauri-plugin-single-instance = "2.3.6"
tauri-plugin-http = { version = "2.0.1", features = ["gzip"] } tauri-plugin-http = { version = "2.5.4", features = ["gzip"] }
native-dialog = "0.7.0" native-dialog = "0.7.0"
sha2 = "0.10.8" sha2 = "0.10.9"
file-rotate = "0.8.0" file-rotate = "0.8.0"
dirs = "6.0.0" dirs = "6.0.0"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
tempfile = { version = "3.13.0" } tempfile = { version = "3.23.0" }
winreg = { version = "0.52.0" } winreg = { version = "0.52.0" }
[features] [features]

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2.0.0-rc", "$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Hoppscotch Agent", "productName": "Hoppscotch Agent",
"version": "0.1.15", "version": "0.1.16",
"identifier": "io.hoppscotch.agent", "identifier": "io.hoppscotch.agent",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2.0.0-rc", "$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Hoppscotch Agent Portable", "productName": "Hoppscotch Agent Portable",
"version": "0.1.15", "version": "0.1.16",
"identifier": "io.hoppscotch.agent", "identifier": "io.hoppscotch.agent",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",

View file

@ -79,19 +79,19 @@ importers:
dependencies: dependencies:
'@hoppscotch/ui': '@hoppscotch/ui':
specifier: 0.2.5 specifier: 0.2.5
version: 0.2.5(eslint@9.39.1(jiti@2.6.1))(terser@5.44.1)(typescript@5.9.3)(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) version: 0.2.5(eslint@9.39.1(jiti@2.6.1))(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
'@tauri-apps/api': '@tauri-apps/api':
specifier: 2.1.1 specifier: 2.1.1
version: 2.1.1 version: 2.1.1
'@tauri-apps/plugin-shell': '@tauri-apps/plugin-shell':
specifier: ^2.2.1 specifier: 2.3.3
version: 2.2.1 version: 2.3.3
'@vueuse/core': '@vueuse/core':
specifier: 13.7.0 specifier: 14.0.0
version: 13.7.0(vue@3.5.22(typescript@5.9.3)) version: 14.0.0(vue@3.5.22(typescript@5.9.3))
axios: axios:
specifier: 1.12.2 specifier: 1.13.2
version: 1.12.2 version: 1.13.2
fp-ts: fp-ts:
specifier: 2.16.11 specifier: 2.16.11
version: 2.16.11 version: 2.16.11
@ -103,20 +103,20 @@ importers:
version: 3.5.22(typescript@5.9.3) version: 3.5.22(typescript@5.9.3)
devDependencies: devDependencies:
'@iconify-json/lucide': '@iconify-json/lucide':
specifier: 1.2.68 specifier: 1.2.73
version: 1.2.68 version: 1.2.73
'@tauri-apps/cli': '@tauri-apps/cli':
specifier: ^2.0.3 specifier: 2.9.3
version: 2.9.4 version: 2.9.3
'@types/lodash-es': '@types/lodash-es':
specifier: 4.17.12 specifier: 4.17.12
version: 4.17.12 version: 4.17.12
'@types/node': '@types/node':
specifier: 24.9.1 specifier: 24.10.1
version: 24.9.1 version: 24.10.1
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: 5.1.4 specifier: 6.0.2
version: 5.1.4(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) version: 6.0.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
autoprefixer: autoprefixer:
specifier: 10.4.21 specifier: 10.4.21
version: 10.4.21(postcss@8.5.6) version: 10.4.21(postcss@8.5.6)
@ -125,19 +125,19 @@ importers:
version: 8.5.6 version: 8.5.6
tailwindcss: tailwindcss:
specifier: 3.4.16 specifier: 3.4.16
version: 3.4.16(ts-node@10.9.2(@types/node@24.9.1)(typescript@5.9.3)) version: 3.4.16(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
typescript: typescript:
specifier: 5.9.3 specifier: 5.9.3
version: 5.9.3 version: 5.9.3
unplugin-icons: unplugin-icons:
specifier: 22.2.0 specifier: 22.5.0
version: 22.2.0(@vue/compiler-sfc@3.5.24)(svelte@3.59.2)(vue-template-compiler@2.7.16) version: 22.5.0(@vue/compiler-sfc@3.5.24)(svelte@3.59.2)(vue-template-compiler@2.7.16)
unplugin-vue-components: unplugin-vue-components:
specifier: 29.0.0 specifier: 30.0.0
version: 29.0.0(@babel/parser@7.28.5)(vue@3.5.22(typescript@5.9.3)) version: 30.0.0(@babel/parser@7.28.5)(vue@3.5.22(typescript@5.9.3))
vite: vite:
specifier: 6.3.6 specifier: 7.2.4
version: 6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1) version: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)
vue-tsc: vue-tsc:
specifier: 2.2.0 specifier: 2.2.0
version: 2.2.0(typescript@5.9.3) version: 2.2.0(typescript@5.9.3)
@ -5852,12 +5852,21 @@ packages:
'@tauri-apps/api@2.1.1': '@tauri-apps/api@2.1.1':
resolution: {integrity: sha512-fzUfFFKo4lknXGJq8qrCidkUcKcH2UHhfaaCNt4GzgzGaW2iS26uFOg4tS3H4P8D6ZEeUxtiD5z0nwFF0UN30A==} resolution: {integrity: sha512-fzUfFFKo4lknXGJq8qrCidkUcKcH2UHhfaaCNt4GzgzGaW2iS26uFOg4tS3H4P8D6ZEeUxtiD5z0nwFF0UN30A==}
'@tauri-apps/api@2.9.0':
resolution: {integrity: sha512-qD5tMjh7utwBk9/5PrTA/aGr3i5QaJ/Mlt7p8NilQ45WgbifUNPyKWsA63iQ8YfQq6R8ajMapU+/Q8nMcPRLNw==}
'@tauri-apps/cli-darwin-arm64@1.5.6': '@tauri-apps/cli-darwin-arm64@1.5.6':
resolution: {integrity: sha512-NNvG3XLtciCMsBahbDNUEvq184VZmOveTGOuy0So2R33b/6FDkuWaSgWZsR1mISpOuP034htQYW0VITCLelfqg==} resolution: {integrity: sha512-NNvG3XLtciCMsBahbDNUEvq184VZmOveTGOuy0So2R33b/6FDkuWaSgWZsR1mISpOuP034htQYW0VITCLelfqg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@tauri-apps/cli-darwin-arm64@2.9.3':
resolution: {integrity: sha512-W8FQXZXQmQ0Fmj9UJXNrm2mLdIaLLriKVY7o/FzmizyIKTPIvHjfZALTNybbpTQRbJvKoGHLrW1DNzAWVDWJYg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
'@tauri-apps/cli-darwin-arm64@2.9.4': '@tauri-apps/cli-darwin-arm64@2.9.4':
resolution: {integrity: sha512-9rHkMVtbMhe0AliVbrGpzMahOBg3rwV46JYRELxR9SN6iu1dvPOaMaiC4cP6M/aD1424ziXnnMdYU06RAH8oIw==} resolution: {integrity: sha512-9rHkMVtbMhe0AliVbrGpzMahOBg3rwV46JYRELxR9SN6iu1dvPOaMaiC4cP6M/aD1424ziXnnMdYU06RAH8oIw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5870,6 +5879,12 @@ packages:
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@tauri-apps/cli-darwin-x64@2.9.3':
resolution: {integrity: sha512-zDwu40rlshijt3TU6aRvzPUyVpapsx1sNfOlreDMTaMelQLHl6YoQzSRpLHYwrHrhimxyX2uDqnKIiuGel0Lhg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
'@tauri-apps/cli-darwin-x64@2.9.4': '@tauri-apps/cli-darwin-x64@2.9.4':
resolution: {integrity: sha512-VT9ymNuT06f5TLjCZW2hfSxbVtZDhORk7CDUDYiq5TiSYQdxkl8MVBy0CCFFcOk4QAkUmqmVUA9r3YZ/N/vPRQ==} resolution: {integrity: sha512-VT9ymNuT06f5TLjCZW2hfSxbVtZDhORk7CDUDYiq5TiSYQdxkl8MVBy0CCFFcOk4QAkUmqmVUA9r3YZ/N/vPRQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5882,6 +5897,12 @@ packages:
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.3':
resolution: {integrity: sha512-+Oc2OfcTRwYtW93VJqd/HOk77buORwC9IToj/qsEvM7bTMq6Kda4alpZprzwrCHYANSw+zD8PgjJdljTpe4p+g==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.4': '@tauri-apps/cli-linux-arm-gnueabihf@2.9.4':
resolution: {integrity: sha512-tTWkEPig+2z3Rk0zqZYfjUYcgD+aSm72wdrIhdYobxbQZOBw0zfn50YtWv+av7bm0SHvv75f0l7JuwgZM1HFow==} resolution: {integrity: sha512-tTWkEPig+2z3Rk0zqZYfjUYcgD+aSm72wdrIhdYobxbQZOBw0zfn50YtWv+av7bm0SHvv75f0l7JuwgZM1HFow==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5894,6 +5915,12 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-arm64-gnu@2.9.3':
resolution: {integrity: sha512-59GqU/J1n9wFyAtleoQOaU0oVIo+kwQynEw4meFDoKRXszKGor6lTsbsS3r0QKLSPbc0o/yYGJhqqCtkYjb/eg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
'@tauri-apps/cli-linux-arm64-gnu@2.9.4': '@tauri-apps/cli-linux-arm64-gnu@2.9.4':
resolution: {integrity: sha512-ql6vJ611qoqRYHxkKPnb2vHa27U+YRKRmIpLMMBeZnfFtZ938eao7402AQCH1mO2+/8ioUhbpy9R/ZcLTXVmkg==} resolution: {integrity: sha512-ql6vJ611qoqRYHxkKPnb2vHa27U+YRKRmIpLMMBeZnfFtZ938eao7402AQCH1mO2+/8ioUhbpy9R/ZcLTXVmkg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5906,12 +5933,24 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-arm64-musl@2.9.3':
resolution: {integrity: sha512-fzvG+jEn5/iYGNH6Z2IRMheYFC4pJdXa19BR9fFm6Bdn2cuajRLDKdUcEME/DCtwqclphXtFZTrT4oezY5vI/A==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
'@tauri-apps/cli-linux-arm64-musl@2.9.4': '@tauri-apps/cli-linux-arm64-musl@2.9.4':
resolution: {integrity: sha512-vg7yNn7ICTi6hRrcA/6ff2UpZQP7un3xe3SEld5QM0prgridbKAiXGaCKr3BnUBx/rGXegQlD/wiLcWdiiraSw==} resolution: {integrity: sha512-vg7yNn7ICTi6hRrcA/6ff2UpZQP7un3xe3SEld5QM0prgridbKAiXGaCKr3BnUBx/rGXegQlD/wiLcWdiiraSw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-riscv64-gnu@2.9.3':
resolution: {integrity: sha512-qV8DZXI/fZwawk6T3Th1g6smiNC2KeQTk7XFgKvqZ6btC01z3UTsQmNGvI602zwm3Ld1TBZb4+rEWu2QmQimmw==}
engines: {node: '>= 10'}
cpu: [riscv64]
os: [linux]
'@tauri-apps/cli-linux-riscv64-gnu@2.9.4': '@tauri-apps/cli-linux-riscv64-gnu@2.9.4':
resolution: {integrity: sha512-l8L+3VxNk6yv5T/Z/gv5ysngmIpsai40B9p6NQQyqYqxImqYX37pqREoEBl1YwG7szGnDibpWhidPrWKR59OJA==} resolution: {integrity: sha512-l8L+3VxNk6yv5T/Z/gv5ysngmIpsai40B9p6NQQyqYqxImqYX37pqREoEBl1YwG7szGnDibpWhidPrWKR59OJA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5924,6 +5963,12 @@ packages:
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-x64-gnu@2.9.3':
resolution: {integrity: sha512-tquyEONCNRfqEBWEe4eAHnxFN5yY5lFkCuD4w79XLIovUxVftQ684+xLp7zkhntkt4y20SMj2AgJa/+MOlx4Kg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
'@tauri-apps/cli-linux-x64-gnu@2.9.4': '@tauri-apps/cli-linux-x64-gnu@2.9.4':
resolution: {integrity: sha512-PepPhCXc/xVvE3foykNho46OmCyx47E/aG676vKTVp+mqin5d+IBqDL6wDKiGNT5OTTxKEyNlCQ81Xs2BQhhqA==} resolution: {integrity: sha512-PepPhCXc/xVvE3foykNho46OmCyx47E/aG676vKTVp+mqin5d+IBqDL6wDKiGNT5OTTxKEyNlCQ81Xs2BQhhqA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5936,6 +5981,12 @@ packages:
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-x64-musl@2.9.3':
resolution: {integrity: sha512-v2cBIB/6ji8DL+aiL5QUykU3ZO8OoJGyx50/qv2HQVzkf85KdaYSis3D/oVRemN/pcDz+vyCnnL3XnzFnDl4JQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
'@tauri-apps/cli-linux-x64-musl@2.9.4': '@tauri-apps/cli-linux-x64-musl@2.9.4':
resolution: {integrity: sha512-zcd1QVffh5tZs1u1SCKUV/V7RRynebgYUNWHuV0FsIF1MjnULUChEXhAhug7usCDq4GZReMJOoXa6rukEozWIw==} resolution: {integrity: sha512-zcd1QVffh5tZs1u1SCKUV/V7RRynebgYUNWHuV0FsIF1MjnULUChEXhAhug7usCDq4GZReMJOoXa6rukEozWIw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5948,6 +5999,12 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
'@tauri-apps/cli-win32-arm64-msvc@2.9.3':
resolution: {integrity: sha512-ZGvBy7nvrHPbE0HeKp/ioaiw8bNgAHxWnb7JRZ4/G0A+oFj0SeSFxl9k5uU6FKnM7bHM23Gd1oeaDex9g5Fceg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
'@tauri-apps/cli-win32-arm64-msvc@2.9.4': '@tauri-apps/cli-win32-arm64-msvc@2.9.4':
resolution: {integrity: sha512-/7ZhnP6PY04bEob23q8MH/EoDISdmR1wuNm0k9d5HV7TDMd2GGCDa8dPXA4vJuglJKXIfXqxFmZ4L+J+MO42+w==} resolution: {integrity: sha512-/7ZhnP6PY04bEob23q8MH/EoDISdmR1wuNm0k9d5HV7TDMd2GGCDa8dPXA4vJuglJKXIfXqxFmZ4L+J+MO42+w==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5960,6 +6017,12 @@ packages:
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
'@tauri-apps/cli-win32-ia32-msvc@2.9.3':
resolution: {integrity: sha512-UsgIwOnpCoY9NK9/65QiwgmWVIE80LE7SwRYVblGtmlY9RYfsYvpbItwsovA/AcHMTiO+OCvS/q9yLeqS3m6Sg==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
'@tauri-apps/cli-win32-ia32-msvc@2.9.4': '@tauri-apps/cli-win32-ia32-msvc@2.9.4':
resolution: {integrity: sha512-1LmAfaC4Cq+3O1Ir1ksdhczhdtFSTIV51tbAGtbV/mr348O+M52A/xwCCXQank0OcdBxy5BctqkMtuZnQvA8uQ==} resolution: {integrity: sha512-1LmAfaC4Cq+3O1Ir1ksdhczhdtFSTIV51tbAGtbV/mr348O+M52A/xwCCXQank0OcdBxy5BctqkMtuZnQvA8uQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5972,6 +6035,12 @@ packages:
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
'@tauri-apps/cli-win32-x64-msvc@2.9.3':
resolution: {integrity: sha512-fmw7NrrHE5m49idCvJAx9T9bsupjdJ0a3p3DPCNCZRGANU6R1tA1L+KTlVuUtdAldX2NqU/9UPo2SCslYKgJHQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
'@tauri-apps/cli-win32-x64-msvc@2.9.4': '@tauri-apps/cli-win32-x64-msvc@2.9.4':
resolution: {integrity: sha512-EdYd4c9wGvtPB95kqtEyY+bUR+k4kRw3IA30mAQ1jPH6z57AftT8q84qwv0RDp6kkEqOBKxeInKfqi4BESYuqg==} resolution: {integrity: sha512-EdYd4c9wGvtPB95kqtEyY+bUR+k4kRw3IA30mAQ1jPH6z57AftT8q84qwv0RDp6kkEqOBKxeInKfqi4BESYuqg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -5983,6 +6052,11 @@ packages:
engines: {node: '>= 10'} engines: {node: '>= 10'}
hasBin: true hasBin: true
'@tauri-apps/cli@2.9.3':
resolution: {integrity: sha512-BQ7iLUXTQcyG1PpzLWeVSmBCedYDpnA/6Cm/kRFGtqjTf/eVUlyYO5S2ee07tLum3nWwDBWTGFZeruO8yEukfA==}
engines: {node: '>= 10'}
hasBin: true
'@tauri-apps/cli@2.9.4': '@tauri-apps/cli@2.9.4':
resolution: {integrity: sha512-pvylWC9QckrOS9ATWXIXcgu7g2hKK5xTL5ZQyZU/U0n9l88SEFGcWgLQNa8WZmd+wWIOWhkxOFcOl3i6ubDNNw==} resolution: {integrity: sha512-pvylWC9QckrOS9ATWXIXcgu7g2hKK5xTL5ZQyZU/U0n9l88SEFGcWgLQNa8WZmd+wWIOWhkxOFcOl3i6ubDNNw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -6000,6 +6074,9 @@ packages:
'@tauri-apps/plugin-shell@2.2.1': '@tauri-apps/plugin-shell@2.2.1':
resolution: {integrity: sha512-G1GFYyWe/KlCsymuLiNImUgC8zGY0tI0Y3p8JgBCWduR5IEXlIJS+JuG1qtveitwYXlfJrsExt3enhv5l2/yhA==} resolution: {integrity: sha512-G1GFYyWe/KlCsymuLiNImUgC8zGY0tI0Y3p8JgBCWduR5IEXlIJS+JuG1qtveitwYXlfJrsExt3enhv5l2/yhA==}
'@tauri-apps/plugin-shell@2.3.3':
resolution: {integrity: sha512-Xod+pRcFxmOWFWEnqH5yZcA7qwAMuaaDkMR1Sply+F8VfBj++CGnj2xf5UoialmjZ2Cvd8qrvSCbU+7GgNVsKQ==}
'@tauri-apps/plugin-store@2.2.0': '@tauri-apps/plugin-store@2.2.0':
resolution: {integrity: sha512-hJTRtuJis4w5fW1dkcgftsYxKXK0+DbAqurZ3CURHG5WkAyyZgbxpeYctw12bbzF9ZbZREXZklPq8mocCC3Sgg==} resolution: {integrity: sha512-hJTRtuJis4w5fW1dkcgftsYxKXK0+DbAqurZ3CURHG5WkAyyZgbxpeYctw12bbzF9ZbZREXZklPq8mocCC3Sgg==}
@ -13672,46 +13749,6 @@ packages:
yaml: yaml:
optional: true optional: true
vite@6.3.6:
resolution: {integrity: sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
jiti: '>=1.21.0'
less: '*'
lightningcss: ^1.21.0
sass: '*'
sass-embedded: '*'
stylus: '*'
sugarss: '*'
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
peerDependenciesMeta:
'@types/node':
optional: true
jiti:
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
tsx:
optional: true
yaml:
optional: true
vite@7.2.4: vite@7.2.4:
resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==} resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==}
engines: {node: ^20.19.0 || >=22.12.0} engines: {node: ^20.19.0 || >=22.12.0}
@ -17619,30 +17656,6 @@ snapshots:
- typescript - typescript
- vite - vite
'@hoppscotch/ui@0.2.5(eslint@9.39.1(jiti@2.6.1))(terser@5.44.1)(typescript@5.9.3)(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
dependencies:
'@boringer-avatars/vue3': 0.2.1(vue@3.5.22(typescript@5.9.3))
'@fontsource-variable/inter': 5.2.8
'@fontsource-variable/material-symbols-rounded': 5.2.24
'@fontsource-variable/roboto-mono': 5.2.8
'@hoppscotch/vue-sonner': 1.2.3
'@hoppscotch/vue-toasted': 0.1.0(vue@3.5.22(typescript@5.9.3))
'@vitejs/plugin-legacy': 2.3.0(terser@5.44.1)(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))
'@vueuse/core': 8.9.4(vue@3.5.22(typescript@5.9.3))
fp-ts: 2.16.11
lodash-es: 4.17.21
path: 0.12.7
vite-plugin-eslint: 1.8.1(eslint@9.39.1(jiti@2.6.1))(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))
vue: 3.5.22(typescript@5.9.3)
vue-promise-modals: 0.1.0(typescript@5.9.3)
vuedraggable-es: 4.1.1(vue@3.5.22(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- eslint
- terser
- typescript
- vite
'@hoppscotch/ui@0.2.5(eslint@9.39.1(jiti@2.6.1))(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))': '@hoppscotch/ui@0.2.5(eslint@9.39.1(jiti@2.6.1))(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
dependencies: dependencies:
'@boringer-avatars/vue3': 0.2.1(vue@3.5.22(typescript@5.9.3)) '@boringer-avatars/vue3': 0.2.1(vue@3.5.22(typescript@5.9.3))
@ -19399,66 +19412,101 @@ snapshots:
'@tauri-apps/api@2.1.1': {} '@tauri-apps/api@2.1.1': {}
'@tauri-apps/api@2.9.0': {}
'@tauri-apps/cli-darwin-arm64@1.5.6': '@tauri-apps/cli-darwin-arm64@1.5.6':
optional: true optional: true
'@tauri-apps/cli-darwin-arm64@2.9.3':
optional: true
'@tauri-apps/cli-darwin-arm64@2.9.4': '@tauri-apps/cli-darwin-arm64@2.9.4':
optional: true optional: true
'@tauri-apps/cli-darwin-x64@1.5.6': '@tauri-apps/cli-darwin-x64@1.5.6':
optional: true optional: true
'@tauri-apps/cli-darwin-x64@2.9.3':
optional: true
'@tauri-apps/cli-darwin-x64@2.9.4': '@tauri-apps/cli-darwin-x64@2.9.4':
optional: true optional: true
'@tauri-apps/cli-linux-arm-gnueabihf@1.5.6': '@tauri-apps/cli-linux-arm-gnueabihf@1.5.6':
optional: true optional: true
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.3':
optional: true
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.4': '@tauri-apps/cli-linux-arm-gnueabihf@2.9.4':
optional: true optional: true
'@tauri-apps/cli-linux-arm64-gnu@1.5.6': '@tauri-apps/cli-linux-arm64-gnu@1.5.6':
optional: true optional: true
'@tauri-apps/cli-linux-arm64-gnu@2.9.3':
optional: true
'@tauri-apps/cli-linux-arm64-gnu@2.9.4': '@tauri-apps/cli-linux-arm64-gnu@2.9.4':
optional: true optional: true
'@tauri-apps/cli-linux-arm64-musl@1.5.6': '@tauri-apps/cli-linux-arm64-musl@1.5.6':
optional: true optional: true
'@tauri-apps/cli-linux-arm64-musl@2.9.3':
optional: true
'@tauri-apps/cli-linux-arm64-musl@2.9.4': '@tauri-apps/cli-linux-arm64-musl@2.9.4':
optional: true optional: true
'@tauri-apps/cli-linux-riscv64-gnu@2.9.3':
optional: true
'@tauri-apps/cli-linux-riscv64-gnu@2.9.4': '@tauri-apps/cli-linux-riscv64-gnu@2.9.4':
optional: true optional: true
'@tauri-apps/cli-linux-x64-gnu@1.5.6': '@tauri-apps/cli-linux-x64-gnu@1.5.6':
optional: true optional: true
'@tauri-apps/cli-linux-x64-gnu@2.9.3':
optional: true
'@tauri-apps/cli-linux-x64-gnu@2.9.4': '@tauri-apps/cli-linux-x64-gnu@2.9.4':
optional: true optional: true
'@tauri-apps/cli-linux-x64-musl@1.5.6': '@tauri-apps/cli-linux-x64-musl@1.5.6':
optional: true optional: true
'@tauri-apps/cli-linux-x64-musl@2.9.3':
optional: true
'@tauri-apps/cli-linux-x64-musl@2.9.4': '@tauri-apps/cli-linux-x64-musl@2.9.4':
optional: true optional: true
'@tauri-apps/cli-win32-arm64-msvc@1.5.6': '@tauri-apps/cli-win32-arm64-msvc@1.5.6':
optional: true optional: true
'@tauri-apps/cli-win32-arm64-msvc@2.9.3':
optional: true
'@tauri-apps/cli-win32-arm64-msvc@2.9.4': '@tauri-apps/cli-win32-arm64-msvc@2.9.4':
optional: true optional: true
'@tauri-apps/cli-win32-ia32-msvc@1.5.6': '@tauri-apps/cli-win32-ia32-msvc@1.5.6':
optional: true optional: true
'@tauri-apps/cli-win32-ia32-msvc@2.9.3':
optional: true
'@tauri-apps/cli-win32-ia32-msvc@2.9.4': '@tauri-apps/cli-win32-ia32-msvc@2.9.4':
optional: true optional: true
'@tauri-apps/cli-win32-x64-msvc@1.5.6': '@tauri-apps/cli-win32-x64-msvc@1.5.6':
optional: true optional: true
'@tauri-apps/cli-win32-x64-msvc@2.9.3':
optional: true
'@tauri-apps/cli-win32-x64-msvc@2.9.4': '@tauri-apps/cli-win32-x64-msvc@2.9.4':
optional: true optional: true
@ -19475,6 +19523,20 @@ snapshots:
'@tauri-apps/cli-win32-ia32-msvc': 1.5.6 '@tauri-apps/cli-win32-ia32-msvc': 1.5.6
'@tauri-apps/cli-win32-x64-msvc': 1.5.6 '@tauri-apps/cli-win32-x64-msvc': 1.5.6
'@tauri-apps/cli@2.9.3':
optionalDependencies:
'@tauri-apps/cli-darwin-arm64': 2.9.3
'@tauri-apps/cli-darwin-x64': 2.9.3
'@tauri-apps/cli-linux-arm-gnueabihf': 2.9.3
'@tauri-apps/cli-linux-arm64-gnu': 2.9.3
'@tauri-apps/cli-linux-arm64-musl': 2.9.3
'@tauri-apps/cli-linux-riscv64-gnu': 2.9.3
'@tauri-apps/cli-linux-x64-gnu': 2.9.3
'@tauri-apps/cli-linux-x64-musl': 2.9.3
'@tauri-apps/cli-win32-arm64-msvc': 2.9.3
'@tauri-apps/cli-win32-ia32-msvc': 2.9.3
'@tauri-apps/cli-win32-x64-msvc': 2.9.3
'@tauri-apps/cli@2.9.4': '@tauri-apps/cli@2.9.4':
optionalDependencies: optionalDependencies:
'@tauri-apps/cli-darwin-arm64': 2.9.4 '@tauri-apps/cli-darwin-arm64': 2.9.4
@ -19505,6 +19567,10 @@ snapshots:
dependencies: dependencies:
'@tauri-apps/api': 2.1.1 '@tauri-apps/api': 2.1.1
'@tauri-apps/plugin-shell@2.3.3':
dependencies:
'@tauri-apps/api': 2.9.0
'@tauri-apps/plugin-store@2.2.0': '@tauri-apps/plugin-store@2.2.0':
dependencies: dependencies:
'@tauri-apps/api': 2.1.1 '@tauri-apps/api': 2.1.1
@ -20467,16 +20533,6 @@ snapshots:
terser: 5.44.1 terser: 5.44.1
vite: 6.3.5(@types/node@24.10.1)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.1)(yaml@2.8.1) vite: 6.3.5(@types/node@24.10.1)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.1)(yaml@2.8.1)
'@vitejs/plugin-legacy@2.3.0(terser@5.44.1)(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))':
dependencies:
'@babel/standalone': 7.28.5
core-js: 3.47.0
magic-string: 0.26.7
regenerator-runtime: 0.13.11
systemjs: 6.15.1
terser: 5.44.1
vite: 6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)
'@vitejs/plugin-legacy@2.3.0(terser@5.44.1)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))': '@vitejs/plugin-legacy@2.3.0(terser@5.44.1)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))':
dependencies: dependencies:
'@babel/standalone': 7.28.5 '@babel/standalone': 7.28.5
@ -20516,11 +20572,6 @@ snapshots:
vite: 6.3.5(@types/node@24.10.1)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.1)(yaml@2.8.1) vite: 6.3.5(@types/node@24.10.1)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.1)(yaml@2.8.1)
vue: 3.5.22(typescript@5.9.3) vue: 3.5.22(typescript@5.9.3)
'@vitejs/plugin-vue@5.1.4(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
dependencies:
vite: 6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)
vue: 3.5.22(typescript@5.9.3)
'@vitejs/plugin-vue@6.0.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))': '@vitejs/plugin-vue@6.0.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
dependencies: dependencies:
'@rolldown/pluginutils': 1.0.0-beta.50 '@rolldown/pluginutils': 1.0.0-beta.50
@ -28049,33 +28100,6 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- ts-node - ts-node
tailwindcss@3.4.16(ts-node@10.9.2(@types/node@24.9.1)(typescript@5.9.3)):
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
chokidar: 3.6.0
didyoumean: 1.2.2
dlv: 1.1.3
fast-glob: 3.3.3
glob-parent: 6.0.2
is-glob: 4.0.3
jiti: 1.21.7
lilconfig: 3.1.3
micromatch: 4.0.8
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.1.1
postcss: 8.5.6
postcss-import: 15.1.0(postcss@8.5.6)
postcss-js: 4.1.0(postcss@8.5.6)
postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@24.9.1)(typescript@5.9.3))
postcss-nested: 6.2.0(postcss@8.5.6)
postcss-selector-parser: 6.1.2
resolve: 1.22.11
sucrase: 3.35.1
transitivePeerDependencies:
- ts-node
tapable@0.2.9: {} tapable@0.2.9: {}
tapable@2.3.0: {} tapable@2.3.0: {}
@ -28881,14 +28905,6 @@ snapshots:
rollup: 2.79.2 rollup: 2.79.2
vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1) vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)
vite-plugin-eslint@1.8.1(eslint@9.39.1(jiti@2.6.1))(vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)):
dependencies:
'@rollup/pluginutils': 4.2.1
'@types/eslint': 8.56.12
eslint: 9.39.1(jiti@2.6.1)
rollup: 2.79.2
vite: 6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)
vite-plugin-eslint@1.8.1(eslint@9.39.1(jiti@2.6.1))(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)): vite-plugin-eslint@1.8.1(eslint@9.39.1(jiti@2.6.1))(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1)):
dependencies: dependencies:
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
@ -29097,22 +29113,6 @@ snapshots:
terser: 5.44.1 terser: 5.44.1
yaml: 2.8.1 yaml: 2.8.1
vite@6.3.6(@types/node@24.9.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1):
dependencies:
esbuild: 0.25.12
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
postcss: 8.5.6
rollup: 4.53.3
tinyglobby: 0.2.15
optionalDependencies:
'@types/node': 24.9.1
fsevents: 2.3.3
jiti: 2.6.1
sass: 1.94.2
terser: 5.44.1
yaml: 2.8.1
vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1): vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(sass@1.94.2)(terser@5.44.1)(yaml@2.8.1):
dependencies: dependencies:
esbuild: 0.25.12 esbuild: 0.25.12