From 06358fdc8d38f5059c06c825691ce659e4819672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:00:39 +0000 Subject: [PATCH] Bump @abaplint/runtime from 2.1.66 to 2.3.127 Bumps [@abaplint/runtime](https://github.com/abaplint/transpiler) from 2.1.66 to 2.3.127. - [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/runtime" dependency-type: direct:development update-type: version-update:semver-minor ... 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 7ea8e5f..248e02f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "license": "MIT", "devDependencies": { "@abaplint/cli": "^2.93.16", - "@abaplint/runtime": "^2.1.66", + "@abaplint/runtime": "^2.3.127", "@abaplint/transpiler-cli": "^2.1.66" } }, @@ -24,9 +24,9 @@ } }, "node_modules/@abaplint/runtime": { - "version": "2.1.66", - "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.1.66.tgz", - "integrity": "sha512-TtJaT6ncaJubX/JL05twts51xnZI0OiAN+iqRHLM9JASaOkqzwyLzx8n13aCav294CDoVO0OMwxFn6s6dJBp7g==", + "version": "2.3.127", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.3.127.tgz", + "integrity": "sha512-MUVg8RKG4493UKEf2nyNtPcGDPucL+qR/v+HncSHxDIOSYqG9HmEvrct5+f1MZjTpScMXGfluWsHc0QrFa5ZDQ==", "dev": true, "dependencies": { "temporal-polyfill": "^0.0.8" @@ -65,9 +65,9 @@ "dev": true }, "@abaplint/runtime": { - "version": "2.1.66", - "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.1.66.tgz", - "integrity": "sha512-TtJaT6ncaJubX/JL05twts51xnZI0OiAN+iqRHLM9JASaOkqzwyLzx8n13aCav294CDoVO0OMwxFn6s6dJBp7g==", + "version": "2.3.127", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.3.127.tgz", + "integrity": "sha512-MUVg8RKG4493UKEf2nyNtPcGDPucL+qR/v+HncSHxDIOSYqG9HmEvrct5+f1MZjTpScMXGfluWsHc0QrFa5ZDQ==", "dev": true, "requires": { "temporal-polyfill": "^0.0.8" diff --git a/package.json b/package.json index 09f8513..eb062a5 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "devDependencies": { "@abaplint/cli": "^2.93.16", "@abaplint/transpiler-cli": "^2.1.66", - "@abaplint/runtime": "^2.1.66" + "@abaplint/runtime": "^2.3.127" } }