Skip to content

Commit

Permalink
chore(deps): bump the db-deps group in /packages/db with 1 update (#11)
Browse files Browse the repository at this point in the history
Bumps the db-deps group in /packages/db with 1 update: [postgres](https://github.com/isoos/postgresql-dart).


Updates `postgres` from 3.1.1 to 3.1.2
- [Changelog](https://github.com/isoos/postgresql-dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isoos/postgresql-dart/commits)

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: db-deps
...

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 aa83c2a commit 83f5c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/db/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ packages:
dependency: "direct main"
description:
name: postgres
sha256: b743c8b1d4af6e2840fa1e2ce2d3376b829d097b6db7340a1154effac69cc738
sha256: "69c93e9a7c69033eab766ba254f8266b417e3047d278ef6bc7aff01d58010c37"
url: "https://pub.dev"
source: hosted
version: "3.1.1"
version: "3.1.2"
pub_semver:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/db/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
collection: ^1.18.0
meta: ^1.9.1
postgres: ^3.1.1
postgres: ^3.1.2
types:
path: ../types

Expand Down

0 comments on commit 83f5c2c

Please sign in to comment.