From 0e911394d2ae9e165fb3b20d318406dafd4e96ae Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 22 Mar 2022 11:00:38 +0100 Subject: [PATCH] chore: changeset Signed-off-by: blam --- .changeset/fair-dingos-glow.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/fair-dingos-glow.md diff --git a/.changeset/fair-dingos-glow.md b/.changeset/fair-dingos-glow.md new file mode 100644 index 0000000000..76bb05edfb --- /dev/null +++ b/.changeset/fair-dingos-glow.md @@ -0,0 +1,13 @@ +--- +'@backstage/create-app': patch +--- + +Bump `knex` package that is installed in the `packages/backend` package to `^1.0.2`. You can make the following change in your `packages/backend/package.json` if you wish to apply this change. + +```diff + "express": "^4.17.1", + "express-promise-router": "^4.1.0", +- "knex": "^0.21.6", ++ "knex": "^1.0.2", + "pg": "^8.3.0", +```