From 5695392e84e43aa04bb2d4f5bae10dc92ac639c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:25:51 +0000 Subject: [PATCH] Bump @abaplint/runtime from 2.7.128 to 2.7.129 Bumps [@abaplint/runtime](https://github.com/abaplint/transpiler) from 2.7.128 to 2.7.129. - [Changelog](https://github.com/abaplint/transpiler/blob/main/CHANGELOG.md) - [Commits](https://github.com/abaplint/transpiler/commits) --- updated-dependencies: - dependency-name: "@abaplint/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33d7dc5d..2871fc73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@abaplint/cli": "^2.102.65", "@abaplint/database-sqlite": "^2.7.119", - "@abaplint/runtime": "^2.7.128", + "@abaplint/runtime": "^2.7.129", "@abaplint/transpiler-cli": "^2.7.128", "abapmerge": "^0.16.0" } @@ -39,9 +39,9 @@ } }, "node_modules/@abaplint/runtime": { - "version": "2.7.128", - "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.128.tgz", - "integrity": "sha512-hlm8eF2xxW5apc2vIYwiofQfhIUcbbceCX2evtESASr/uJTr0mvgxHmNyrK4FMuUy3WUHB242MqPhiMLv2sNYA==", + "version": "2.7.129", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.129.tgz", + "integrity": "sha512-YYl7YS6Fw1nwAPG6hPxuXiacrtaDLFgZiz+bRiW7TZuN6DdEdcrG/2H/BqTe/6JMMgR1c+18/yQZ3CA/cHFtbQ==", "dependencies": { "temporal-polyfill": "^0.1.1" }, @@ -140,9 +140,9 @@ } }, "@abaplint/runtime": { - "version": "2.7.128", - "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.128.tgz", - "integrity": "sha512-hlm8eF2xxW5apc2vIYwiofQfhIUcbbceCX2evtESASr/uJTr0mvgxHmNyrK4FMuUy3WUHB242MqPhiMLv2sNYA==", + "version": "2.7.129", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.129.tgz", + "integrity": "sha512-YYl7YS6Fw1nwAPG6hPxuXiacrtaDLFgZiz+bRiW7TZuN6DdEdcrG/2H/BqTe/6JMMgR1c+18/yQZ3CA/cHFtbQ==", "requires": { "temporal-polyfill": "^0.1.1" } diff --git a/package.json b/package.json index 15409c39..a452e702 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@abaplint/cli": "^2.102.65", "@abaplint/database-sqlite": "^2.7.119", - "@abaplint/runtime": "^2.7.128", + "@abaplint/runtime": "^2.7.129", "@abaplint/transpiler-cli": "^2.7.128", "abapmerge": "^0.16.0" }