From 96a56022752e5912f1b935cedfe58a84f3437490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 04:58:34 +0000 Subject: [PATCH] Update @abaplint/database-sqlite requirement from ^2.0.30 to ^2.5.4 Updates the requirements on [@abaplint/database-sqlite](https://github.com/abaplint/transpiler) to permit the latest version. - [Release notes](https://github.com/abaplint/transpiler/releases) - [Changelog](https://github.com/abaplint/transpiler/blob/main/CHANGELOG.md) - [Commits](https://github.com/abaplint/transpiler/commits) --- updated-dependencies: - dependency-name: "@abaplint/database-sqlite" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82900c8dd2..e5d9a17040 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@abaplint/cli": "^2.91.1", "@abaplint/runtime": "^2.0.34", "@abaplint/transpiler-cli": "^2.0.34", - "@abaplint/database-sqlite": "^2.0.30", + "@abaplint/database-sqlite": "^2.5.4", "abapmerge": "^0.14.3", "c8": "^7.11.3", "eslint": "^8.17.0"