From 6f295833205e714a5b5a2f1e13b1fd22524a40d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:01:22 +0000 Subject: [PATCH] Bump @abaplint/cli from 2.93.16 to 2.94.2 Bumps [@abaplint/cli](https://github.com/abaplint/abaplint) from 2.93.16 to 2.94.2. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/cli" 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..bb9effc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,15 +6,15 @@ "": { "license": "MIT", "devDependencies": { - "@abaplint/cli": "^2.93.16", + "@abaplint/cli": "^2.94.2", "@abaplint/runtime": "^2.1.66", "@abaplint/transpiler-cli": "^2.1.66" } }, "node_modules/@abaplint/cli": { - "version": "2.93.16", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.93.16.tgz", - "integrity": "sha512-eNOVuancit5TYXvoAyyQH0/uyQM9ysoPm0ncZaWBI7trBesPpZgHceLaUksc6YFlUMo5njEQLlYy8ICY9RbPrw==", + "version": "2.94.2", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.94.2.tgz", + "integrity": "sha512-za84gmOdpxrjS1NGmVkRUEb8O3rTRFqyHCUunqnWjrZgDuqiL3ATBYKSdBKqUgrVWXTylYjqqNZvTF6F3k3Qjw==", "dev": true, "bin": { "abaplint": "abaplint" @@ -59,9 +59,9 @@ }, "dependencies": { "@abaplint/cli": { - "version": "2.93.16", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.93.16.tgz", - "integrity": "sha512-eNOVuancit5TYXvoAyyQH0/uyQM9ysoPm0ncZaWBI7trBesPpZgHceLaUksc6YFlUMo5njEQLlYy8ICY9RbPrw==", + "version": "2.94.2", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.94.2.tgz", + "integrity": "sha512-za84gmOdpxrjS1NGmVkRUEb8O3rTRFqyHCUunqnWjrZgDuqiL3ATBYKSdBKqUgrVWXTylYjqqNZvTF6F3k3Qjw==", "dev": true }, "@abaplint/runtime": { diff --git a/package.json b/package.json index 09f8513..4a5a496 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "git+https://github.com/abapGit/abapGit.git" }, "devDependencies": { - "@abaplint/cli": "^2.93.16", + "@abaplint/cli": "^2.94.2", "@abaplint/transpiler-cli": "^2.1.66", "@abaplint/runtime": "^2.1.66" }