chore: amtch the version types with the rest of the packages
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
Adds config option `backend.database.role` to set ownership for newly created schemas and tables in Postgres
|
||||
|
||||
### example config
|
||||
|
||||
The example config below connects to the database as user `v-backstage-123` but sets the ownership of
|
||||
the create schemas and tables to `backstage`
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"morgan": "^1.10.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"node-forge": "^1.3.1",
|
||||
"pg": "^8.9.0",
|
||||
"pg": "^8.3.0",
|
||||
"raw-body": "^2.4.1",
|
||||
"request": "^2.88.2",
|
||||
"selfsigned": "^2.0.0",
|
||||
|
||||
@@ -3490,7 +3490,7 @@ __metadata:
|
||||
mysql2: ^2.2.5
|
||||
node-fetch: ^2.6.7
|
||||
node-forge: ^1.3.1
|
||||
pg: ^8.9.0
|
||||
pg: ^8.3.0
|
||||
raw-body: ^2.4.1
|
||||
recursive-readdir: ^2.2.2
|
||||
request: ^2.88.2
|
||||
@@ -31602,7 +31602,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pg@npm:^8.3.0, pg@npm:^8.4.0, pg@npm:^8.9.0":
|
||||
"pg@npm:^8.3.0, pg@npm:^8.4.0":
|
||||
version: 8.9.0
|
||||
resolution: "pg@npm:8.9.0"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user