diff --git a/functions/package-lock.json b/functions/package-lock.json index 74f7e72c..0c5e1b09 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -11,13 +11,13 @@ "dependencies": { "axios": "1.3.6", "js-tiktoken-mongodb": "0.0.3", - "mongodb": "6.4.0" + "mongodb": "6.5.0" } }, "node_modules/@mongodb-js/saslprep": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.4.tgz", - "integrity": "sha512-8zJ8N1x51xo9hwPh6AWnKdLGEC5N3lDa6kms1YHmFBoRhTpJR6HG8wWk0td1MVCu9cD4YBrvjZEtd5Obw0Fbnw==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.5.tgz", + "integrity": "sha512-XLNOMH66KhJzUJNwT/qlMnS4WsNDWD5ASdyaSH3EtK+F4r/CFGa3jT4GNi4mfOitGvWXtdLgQJkQjxSVrio+jA==", "dependencies": { "sparse-bitfield": "^3.0.3" } @@ -374,11 +374,11 @@ } }, "node_modules/mongodb": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.4.0.tgz", - "integrity": "sha512-MdFHsyb1a/Ee0H3NmzWTSLqchacDV/APF0H6BNQvraWrOiIocys2EmTFZPgHxWhcfO94c1F34I9MACU7x0hHKA==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.5.0.tgz", + "integrity": "sha512-Fozq68InT+JKABGLqctgtb8P56pRrJFkbhW0ux+x1mdHeyinor8oNzJqwLjV/t5X5nJGfTlluxfyMnOXNggIUA==", "dependencies": { - "@mongodb-js/saslprep": "^1.1.0", + "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.4.0", "mongodb-connection-string-url": "^3.0.0" }, diff --git a/functions/package.json b/functions/package.json index 7c495ed3..77c3d64d 100644 --- a/functions/package.json +++ b/functions/package.json @@ -12,6 +12,6 @@ "dependencies": { "axios": "1.3.6", "js-tiktoken-mongodb": "0.0.3", - "mongodb": "6.4.0" + "mongodb": "6.5.0" } } diff --git a/package-lock.json b/package-lock.json index c959f5c6..5f4ab4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/express": "4.17.21", "@types/jest": "29.5.12", - "@types/node": "20.11.25", + "@types/node": "20.11.27", "eslint": "8.57.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-deprecation": "2.0.0", @@ -2861,9 +2861,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", - "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", + "version": "20.11.27", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.27.tgz", + "integrity": "sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==", "devOptional": true, "dependencies": { "undici-types": "~5.26.4" @@ -2894,9 +2894,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.64", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", - "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", + "version": "18.2.66", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.66.tgz", + "integrity": "sha512-OYTmMI4UigXeFMF/j4uv0lBBEbongSgptPrHBxqME44h9+yNov+oL6Z3ocJKo0WyXR84sQUNeyIp9MRfckvZpg==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -2905,9 +2905,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.21", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", - "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", + "version": "18.2.22", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.22.tgz", + "integrity": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==", "devOptional": true, "dependencies": { "@types/react": "*" @@ -8255,11 +8255,11 @@ } }, "node_modules/mongodb": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.4.0.tgz", - "integrity": "sha512-MdFHsyb1a/Ee0H3NmzWTSLqchacDV/APF0H6BNQvraWrOiIocys2EmTFZPgHxWhcfO94c1F34I9MACU7x0hHKA==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.5.0.tgz", + "integrity": "sha512-Fozq68InT+JKABGLqctgtb8P56pRrJFkbhW0ux+x1mdHeyinor8oNzJqwLjV/t5X5nJGfTlluxfyMnOXNggIUA==", "dependencies": { - "@mongodb-js/saslprep": "^1.1.0", + "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.4.0", "mongodb-connection-string-url": "^3.0.0" }, @@ -8428,13 +8428,12 @@ } }, "node_modules/next-themes": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.2.1.tgz", - "integrity": "sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.3.0.tgz", + "integrity": "sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==", "peerDependencies": { - "next": "*", - "react": "*", - "react-dom": "*" + "react": "^16.8 || ^17 || ^18", + "react-dom": "^16.8 || ^17 || ^18" } }, "node_modules/next/node_modules/postcss": { @@ -9518,9 +9517,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.12.tgz", - "integrity": "sha512-m0cfwlVQ+460iQbOSVfs3MljVniHI/LGpHGQBa7aNCYUYwaERHcf5W/lCTsoRhbGQfMW9An0M8gxUHILA53Jeg==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.13.tgz", + "integrity": "sha512-DZxLv5Pc6rfuqkgQ+2JW3eLPiX3BgAAR38Cd0lXuCVHXEZLrD+3W4Nag5TqCoNgEM/4IUU9L/pLM2toOUOd6UQ==", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" @@ -11581,7 +11580,7 @@ "@langtrace/models": "*", "dotenv": "16.4.5", "express": "4.18.3", - "mongodb": "6.4.0" + "mongodb": "6.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "7.2.0", @@ -11596,7 +11595,7 @@ "@langtrace/models": "*", "dotenv": "16.4.5", "express": "4.18.3", - "mongodb": "6.4.0" + "mongodb": "6.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "7.2.0", @@ -11633,10 +11632,10 @@ "clsx": "2.1.0", "next": "14.1.3", "next-auth": "4.24.7", - "next-themes": "0.2.1", + "next-themes": "0.3.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-resizable-panels": "2.0.12", + "react-resizable-panels": "2.0.13", "tailwind-merge": "2.2.1", "tailwindcss-animate": "1.0.7", "zod": "3.22.4" @@ -11644,8 +11643,8 @@ "devDependencies": { "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", - "@types/react": "18.2.64", - "@types/react-dom": "18.2.21", + "@types/react": "18.2.66", + "@types/react-dom": "18.2.22", "autoprefixer": "10.4.18", "eslint-config-next": "14.1.3", "jest": "29.7.0", diff --git a/package.json b/package.json index 977af2bb..e5a34bdf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@types/express": "4.17.21", "@types/jest": "29.5.12", - "@types/node": "20.11.25", + "@types/node": "20.11.27", "eslint": "8.57.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-deprecation": "2.0.0", diff --git a/packages/api/package.json b/packages/api/package.json index ca9d54d8..512cf01b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -15,7 +15,7 @@ "@langtrace/models": "*", "dotenv": "16.4.5", "express": "4.18.3", - "mongodb": "6.4.0" + "mongodb": "6.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "7.2.0", diff --git a/packages/ingest/package.json b/packages/ingest/package.json index b703620c..f907db47 100644 --- a/packages/ingest/package.json +++ b/packages/ingest/package.json @@ -15,7 +15,7 @@ "@langtrace/models": "*", "dotenv": "16.4.5", "express": "4.18.3", - "mongodb": "6.4.0" + "mongodb": "6.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "7.2.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 500328e0..82bfa0c3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -25,10 +25,10 @@ "clsx": "2.1.0", "next": "14.1.3", "next-auth": "4.24.7", - "next-themes": "0.2.1", + "next-themes": "0.3.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-resizable-panels": "2.0.12", + "react-resizable-panels": "2.0.13", "tailwind-merge": "2.2.1", "tailwindcss-animate": "1.0.7", "zod": "3.22.4" @@ -36,8 +36,8 @@ "devDependencies": { "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", - "@types/react": "18.2.64", - "@types/react-dom": "18.2.21", + "@types/react": "18.2.66", + "@types/react-dom": "18.2.22", "autoprefixer": "10.4.18", "eslint-config-next": "14.1.3", "jest": "29.7.0",