From e0532b33505625c28b66df6ca719b640808e960c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 06:01:42 +0000 Subject: [PATCH] Bump @abaplint/runtime from 2.1.66 to 2.3.94 Bumps [@abaplint/runtime](https://github.com/abaplint/transpiler) from 2.1.66 to 2.3.94. - [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..96467dd 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.94", "@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.94", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.3.94.tgz", + "integrity": "sha512-LYxZhKB7/tECWbwoujHj29d9cnYL7RTCiok1UA3BW0Zj92V/2reORW83nyhE/+He408XdffygjRmYneV0XmNig==", "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.94", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.3.94.tgz", + "integrity": "sha512-LYxZhKB7/tECWbwoujHj29d9cnYL7RTCiok1UA3BW0Zj92V/2reORW83nyhE/+He408XdffygjRmYneV0XmNig==", "dev": true, "requires": { "temporal-polyfill": "^0.0.8" diff --git a/package.json b/package.json index 09f8513..8dc0d51 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.94" } }