diff --git a/package-lock.json b/package-lock.json index 7ea8e5f..a053428 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.67", "@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.67", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.3.67.tgz", + "integrity": "sha512-LutqHW4uU7POt7ryZHEqfmnRrv4eRy6t79Dl5rVw+v3GDz7nefYAyd3iRLUlWIzRe7FOQHoLHveCx0kfDiDLgA==", "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.67", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.3.67.tgz", + "integrity": "sha512-LutqHW4uU7POt7ryZHEqfmnRrv4eRy6t79Dl5rVw+v3GDz7nefYAyd3iRLUlWIzRe7FOQHoLHveCx0kfDiDLgA==", "dev": true, "requires": { "temporal-polyfill": "^0.0.8" diff --git a/package.json b/package.json index 09f8513..3fbdb8c 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.67" } }