diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fba231a..fc3fad8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,13 +13,13 @@ "@tailwindcss/vite": "^4.3.3", "@tanstack/react-query": "^5.102.8", "@tanstack/react-table": "^8.21.3", - "@tanstack/react-virtual": "^3.14.11", + "@tanstack/react-virtual": "^3.14.12", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "lucide-react": "^1.44.0", + "lucide-react": "^1.45.0", "monaco-editor": "^0.56.0", "next-themes": "^0.4.6", "radix-ui": "^1.6.7", @@ -29,7 +29,7 @@ "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0", "tw-animate-css": "^1.4.0", - "yaml": "^2.9.0", + "yaml": "^2.9.1", "zustand": "^5.0.15" }, "devDependencies": { @@ -3015,12 +3015,12 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.14.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.11.tgz", - "integrity": "sha512-SStWf8bYdTgAquYqG4Pi2+d1XimQKoCIJ94H3jsm0D6UA0yqffvWuvUzrrQ4idewFWq8BSPpahnmLVosJIAs6g==", + "version": "3.14.12", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.12.tgz", + "integrity": "sha512-EOJkBss/FRqzFrCpX8M96lIh+ZMc0jPt0LILhxWQ3tOHQ3XdVvuE0jceS2yZXpDtayNfpjeg2EnuYPm90CxIlA==", "license": "MIT", "dependencies": { - "@tanstack/virtual-core": "3.17.9" + "@tanstack/virtual-core": "3.17.10" }, "funding": { "type": "github", @@ -3045,9 +3045,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.17.9", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.9.tgz", - "integrity": "sha512-M8Bzy7CCMvUjRiuoHVH9mRjyUVczRs8v8RcUEphLFGc445ZP4KQ15Y1sLqhQqJi/HgGJrxfCHnEnIX0x9mVrBg==", + "version": "3.17.10", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.10.tgz", + "integrity": "sha512-eMorKWIi2nekElu+8DgSMJR4iR+sTDeh+W8VjKiMH79yUfEDJ3W9aL/96/wwbxNjyV6EfN39HKszSxjd90zAqQ==", "license": "MIT", "funding": { "type": "github", @@ -4749,9 +4749,9 @@ } }, "node_modules/lucide-react": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.44.0.tgz", - "integrity": "sha512-2egNApH4hX4j/qdCgRublh88+9u3mEhz9iSlW5ckm4kaQEqZbXbMr0l5u5JZLy8nmWRx2dbHGQkEDYz6C9aCgw==", + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.45.0.tgz", + "integrity": "sha512-yH1ubCAduho9UR7oJhRXIQXogksRILBiTuZC4/bQIGeB9JOkxMlSuEHyyZpo1Z3S0yWJO2KTSUZbjiNvVxeOUw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -6205,9 +6205,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", - "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.1.tgz", + "integrity": "sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/frontend/package.json b/frontend/package.json index b13e670..84e8050 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,13 +20,13 @@ "@tailwindcss/vite": "^4.3.3", "@tanstack/react-query": "^5.102.8", "@tanstack/react-table": "^8.21.3", - "@tanstack/react-virtual": "^3.14.11", + "@tanstack/react-virtual": "^3.14.12", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "lucide-react": "^1.44.0", + "lucide-react": "^1.45.0", "monaco-editor": "^0.56.0", "next-themes": "^0.4.6", "radix-ui": "^1.6.7", @@ -36,7 +36,7 @@ "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0", "tw-animate-css": "^1.4.0", - "yaml": "^2.9.0", + "yaml": "^2.9.1", "zustand": "^5.0.15" }, "devDependencies": {