Skip to content

Commit fddaeb8

Browse files
deps(app)(deps): bump pg and @types/pg in /chartsmith-app (#157)
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg). These dependencies needed to be updated together. Updates `pg` from 8.14.1 to 8.16.3 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.16.3/packages/pg) Updates `@types/pg` from 8.11.11 to 8.16.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) --- updated-dependencies: - dependency-name: pg dependency-version: 8.16.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/pg" dependency-version: 8.16.0 dependency-type: direct:development 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>
1 parent 68e9901 commit fddaeb8

File tree

2 files changed

+53
-135
lines changed

2 files changed

+53
-135
lines changed

chartsmith-app/package-lock.json

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

chartsmith-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"parse-git-patch": "^2.1.1",
4343
"patch": "^0.0.1",
4444
"patch-package": "^8.0.1",
45-
"pg": "^8.13.3",
45+
"pg": "^8.16.3",
4646
"react": "^19.2.3",
4747
"react-dom": "^19.2.3",
4848
"react-hotkeys-hook": "^4.6.1",
@@ -65,7 +65,7 @@
6565
"@types/jsonwebtoken": "^9.0.10",
6666
"@types/lodash": "^4.17.21",
6767
"@types/node": "^22.13.9",
68-
"@types/pg": "^8.11.11",
68+
"@types/pg": "^8.16.0",
6969
"@types/react": "^19.2.7",
7070
"@types/react-dom": "^19.2.3",
7171
"@types/secure-random-string": "^1.1.3",

0 commit comments

Comments
 (0)