diff --git a/package-lock.json b/package-lock.json index c61b835..b486737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,11 +44,11 @@ "@google-cloud/cloud-sql-connector": "^1.0.0", "@google-cloud/firestore": "^7.0.0", "@libsql/client": "^0.15.0", - "mongodb": "^6.0.0", - "mssql": "^11.0.0", + "mongodb": "^6.0.0 || ^7.0.0", + "mssql": "^11.0.0 || ^12.0.0", "mysql2": "^3.0.0", "pg": "^8.0.0", - "redis": "^5.0.0", + "redis": "^5.0.0 || ^6.0.0", "surrealdb": "^2.0.0" }, "peerDependenciesMeta": { @@ -1955,9 +1955,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "funding": [ { "type": "github", diff --git a/ui/package-lock.json b/ui/package-lock.json index 1452049..8438b47 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5906,9 +5906,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "dev": true, "funding": [ {