From 1cb757008ec2790581d848c2ca73a320b86d4bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:02:15 +0000 Subject: [PATCH] Update @abaplint/database-sqlite requirement from ^2.0.30 to ^2.3.127 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..5fd6fba4ce 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.3.127", "abapmerge": "^0.14.3", "c8": "^7.11.3", "eslint": "^8.17.0"