Skip to content

Commit a52c10c

Browse files
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: chromadb, [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) and [mqtt](https://github.com/mqttjs/MQTT.js). Updates `chromadb` from 2.4.6 to 3.0.6 Updates `@google-cloud/datastore` from 9.2.1 to 10.0.1 - [Release notes](https://github.com/googleapis/nodejs-datastore/releases) - [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-datastore@v9.2.1...v10.0.1) Updates `mqtt` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md) - [Commits](mqttjs/MQTT.js@v5.13.1...v5.13.2) --- updated-dependencies: - dependency-name: chromadb dependency-version: 3.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@google-cloud/datastore" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mqtt dependency-version: 5.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51aee53 commit a52c10c

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/modules/chromadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsc --project tsconfig.build.json"
3030
},
3131
"devDependencies": {
32-
"chromadb": "^2.4.6",
32+
"chromadb": "^3.0.6",
3333
"ollama": "^0.5.16"
3434
},
3535
"dependencies": {

packages/modules/gcloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@google-cloud/bigquery": "^8.0.0",
43-
"@google-cloud/datastore": "^9.2.1",
43+
"@google-cloud/datastore": "^10.0.1",
4444
"@google-cloud/firestore": "7.11.2",
4545
"@google-cloud/pubsub": "^5.1.0",
4646
"@google-cloud/storage": "^7.16.0",

packages/modules/hivemq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsc --project tsconfig.build.json"
3030
},
3131
"devDependencies": {
32-
"mqtt": "^5.13.1"
32+
"mqtt": "^5.13.2"
3333
},
3434
"dependencies": {
3535
"testcontainers": "^11.2.1"

0 commit comments

Comments
 (0)