diff --git a/package-lock.json b/package-lock.json index 135c243..d64a62b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "monaco-editor": "^0.55.1", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-resizable-panels": "^4.11.2", + "react-resizable-panels": "~4.12.2", "sql-formatter": "^15.8.2", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" @@ -4782,9 +4782,9 @@ "peer": true }, "node_modules/react-resizable-panels": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.2.tgz", - "integrity": "sha512-+kfFbDZ8mygc7g0vxOcDzCVGuwiIUOnILqPoUHo6/uP+Mmyx6HzZU+kj1aOPDlktXuobYbr6BtQekvJwHRX4Eg==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.2.tgz", + "integrity": "sha512-NwY5LCo4WrxVvDh0xoMML6EMLPONP/8ckKcIdpnojxexoatZdjLiRqLJQjQK5CPkd4SYiB/2M5BVrjZBQtOO7Q==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 0faaa95..8397772 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "monaco-editor": "^0.55.1", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-resizable-panels": "^4.11.2", + "react-resizable-panels": "~4.12.2", "sql-formatter": "^15.8.2", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14"