Skip to content

Commit 90e349c

Browse files
Bump the runtime-minor-patch group across 1 directory with 2 updates
Bumps the runtime-minor-patch group with 2 updates in the / directory: [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) and [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg). Updates `@inquirer/prompts` from 8.1.0 to 8.5.2 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.1.0...@inquirer/prompts@8.5.2) Updates `pg` from 8.16.3 to 8.21.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg) --- updated-dependencies: - dependency-name: "@inquirer/prompts" dependency-version: 8.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: pg dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf295c1 commit 90e349c

2 files changed

Lines changed: 153 additions & 185 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
"release:major": "npm version major && git push && git push --tags"
7070
},
7171
"dependencies": {
72-
"@inquirer/prompts": "^8.1.0",
73-
"pg": "^8.14.0"
72+
"@inquirer/prompts": "^8.5.2",
73+
"pg": "^8.21.0"
7474
},
7575
"devDependencies": {
7676
"@biomejs/biome": "2.3.11",
7777
"@types/node": "^22.15.0",
78-
"@types/pg": "^8.16.0",
78+
"@types/pg": "^8.20.0",
7979
"ts-node": "^10.9.2",
8080
"typescript": "^5.9.3"
8181
},

0 commit comments

Comments
 (0)