Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/copilot/.changeset/healthy-needles-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-copilot-backend': patch
---

Updated better-sqlite3 to v12
2 changes: 1 addition & 1 deletion workspaces/copilot/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@backstage/plugin-search-backend-node": "backstage:^",
"@backstage/plugin-techdocs-backend": "backstage:^",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"better-sqlite3": "^12.0.0",
"node-gyp": "^9.0.0",
"pg": "^8.11.3",
"winston": "^3.2.1"
Expand Down
13 changes: 1 addition & 12 deletions workspaces/copilot/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13622,7 +13622,7 @@ __metadata:
"@types/express-serve-static-core": "npm:^4.17.5"
"@types/luxon": "npm:^3.0.0"
app: "link:../app"
better-sqlite3: "npm:^9.0.0"
better-sqlite3: "npm:^12.0.0"
node-gyp: "npm:^9.0.0"
pg: "npm:^8.11.3"
winston: "npm:^3.2.1"
Expand Down Expand Up @@ -13807,17 +13807,6 @@ __metadata:
languageName: node
linkType: hard

"better-sqlite3@npm:^9.0.0":
version: 9.6.0
resolution: "better-sqlite3@npm:9.6.0"
dependencies:
bindings: "npm:^1.5.0"
node-gyp: "npm:latest"
prebuild-install: "npm:^7.1.1"
checksum: 10/06b3d95221071a06c2e22a9746d9b7049c0bce7962e5e3290ccf088fffbf4d4d52868f0d98b8ae2565fe33b1adab89823145f23c6f6eb63ecc4fc1b883f9082c
languageName: node
linkType: hard

"bfj@npm:^8.0.0":
version: 8.0.0
resolution: "bfj@npm:8.0.0"
Expand Down
Loading