Skip to content

Commit e75053e

Browse files
Bump the production-dependencies group with 3 updates
Bumps the production-dependencies group with 3 updates: [@prisma/adapter-pg](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [postcss](https://github.com/postcss/postcss). Updates `@prisma/adapter-pg` from 7.4.1 to 7.4.2 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.4.2/packages/adapter-pg) Updates `pg` from 8.18.0 to 8.19.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.19.0/packages/pg) Updates `postcss` from 8.5.6 to 8.5.8 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.8) --- updated-dependencies: - dependency-name: "@prisma/adapter-pg" dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pg dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3feb60 commit e75053e

File tree

2 files changed

+40
-31
lines changed

2 files changed

+40
-31
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@astrojs/node": "^9.5.4",
4545
"@astrojs/react": "^4.0.0",
4646
"@node-rs/bcrypt": "^1.10.7",
47-
"@prisma/adapter-pg": "^7.4.1",
47+
"@prisma/adapter-pg": "^7.4.2",
4848
"@prisma/client": "^7.4.1",
4949
"@tailwindcss/postcss": "^4.2.1",
5050
"@tailwindcss/vite": "^4.2.1",
5151
"astro": "^5.18.0",
5252
"dotenv": "^17.3.1",
5353
"iron-session": "^8.0.0",
54-
"pg": "^8.18.0",
55-
"postcss": "^8.5.6",
54+
"pg": "^8.19.0",
55+
"postcss": "^8.5.8",
5656
"react": "^19.2.4",
5757
"react-dom": "^19.2.4",
5858
"recharts": "^3.7.0",
@@ -68,7 +68,7 @@
6868
"@testing-library/user-event": "^14.6.1",
6969
"@types/eslint": "^9.6.1",
7070
"@types/node": "^25.3.0",
71-
"@types/pg": "^8.11.10",
71+
"@types/pg": "^8.18.0",
7272
"@types/react": "^19.2.14",
7373
"@types/react-dom": "^19.2.3",
7474
"@vitejs/plugin-react": "^5.1.4",

0 commit comments

Comments
 (0)