Skip to content

Commit

Permalink
chore(deps): bump @google-cloud/storage from 7.8.0 to 7.9.0 (#490)
Browse files Browse the repository at this point in the history
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v7.8.0...v7.9.0)

---
updated-dependencies:
- dependency-name: "@google-cloud/storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 2b76e6d commit 9257b61
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node ./src/index.js"
},
"dependencies": {
"@google-cloud/storage": "^7.8.0",
"@google-cloud/storage": "^7.9.0",
"@manypkg/find-root": "^2.2.1",
"@notionhq/client": "^2.2.14",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeddings-creation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/storage": "^7.8.0",
"@google-cloud/storage": "^7.9.0",
"@manypkg/find-root": "^2.2.1",
"dotenv": "^16.4.5",
"exponential-backoff": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/slack-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "^4.3.3",
"@google-cloud/storage": "^7.8.0",
"@google-cloud/storage": "^7.9.0",
"@manypkg/find-root": "^2.2.1",
"@slack/bolt": "^3.17.1",
"compute-cosine-similarity": "^1.1.0",
Expand Down

0 comments on commit 9257b61

Please sign in to comment.