Skip to content

Commit

Permalink
fix(deps): update dependency better-sqlite3 to v8 (#5983)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2023
1 parent ae32b49 commit 1365896
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/services/backstage/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@backstage/plugin-search-backend-node": "^1.1.0",
"@backstage/plugin-techdocs-backend": "^1.5.0",
"app": "link:../app",
"better-sqlite3": "^7.6.2",
"better-sqlite3": "^8.0.1",
"dockerode": "^3.3.4",
"express": "^4.17.1",
"express-promise-router": "^4.1.1",
Expand Down
10 changes: 9 additions & 1 deletion internal/services/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8144,14 +8144,22 @@ before-after-hook@^2.2.0:
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c"
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==

better-sqlite3@^7.5.0, better-sqlite3@^7.6.2:
better-sqlite3@^7.5.0:
version "7.6.2"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.6.2.tgz#47cd8cad5b9573cace535f950ac321166bc31384"
integrity sha512-S5zIU1Hink2AH4xPsN0W43T1/AJ5jrPh7Oy07ocuW/AKYYY02GWzz9NH0nbSMn/gw6fDZ5jZ1QsHt1BXAwJ6Lg==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.0"

better-sqlite3@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-8.0.1.tgz#3a596d21fbcefadf36f94e126c5cf24d5697d0b8"
integrity sha512-JhTZjpyapA1icCEjIZB4TSSgkGdFgpWZA2Wszg7Cf4JwJwKQmbvuNnJBeR+EYG/Z29OXvR4G//Rbg31BW/Z7Yg==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.0"

bfj@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.0.2.tgz#1988ce76f3add9ac2913fd8ba47aad9e651bfbb2"
Expand Down

0 comments on commit 1365896

Please sign in to comment.