From d43d57d3a05146a87878232ddf872bd55760b041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:41:30 +0000 Subject: [PATCH] Bump @abaplint/core from 2.113.3 to 2.113.7 Bumps [@abaplint/core](https://github.com/abaplint/abaplint) from 2.113.3 to 2.113.7. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b822050..05864e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.113.3", + "@abaplint/core": "^2.113.7", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" }, @@ -35,11 +35,11 @@ } }, "node_modules/@abaplint/core": { - "version": "2.113.3", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.3.tgz", - "integrity": "sha512-Br7rri+PR7I2UaTwi9+Z7AZX1sdEY94jZ6rEWnVzy+1e6GjCX5fPvzf3Uw/l+fWq0sLcQOG1TcgzAUzWPD8U4Q==", + "version": "2.113.7", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.7.tgz", + "integrity": "sha512-vyHV/A9DJOi+/9TUknMg94BR9ivHVpiQZ2ox5FiVlj4rJ5eaTZqHvZ+rvFFjI66ADt158gGIvu1+tiIIsUXqzA==", "dependencies": { - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", "vscode-languageserver-types": "^3.17.5" }, @@ -1549,9 +1549,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", "funding": [ { "type": "github", @@ -3693,11 +3693,11 @@ "dev": true }, "@abaplint/core": { - "version": "2.113.3", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.3.tgz", - "integrity": "sha512-Br7rri+PR7I2UaTwi9+Z7AZX1sdEY94jZ6rEWnVzy+1e6GjCX5fPvzf3Uw/l+fWq0sLcQOG1TcgzAUzWPD8U4Q==", + "version": "2.113.7", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.7.tgz", + "integrity": "sha512-vyHV/A9DJOi+/9TUknMg94BR9ivHVpiQZ2ox5FiVlj4rJ5eaTZqHvZ+rvFFjI66ADt158gGIvu1+tiIIsUXqzA==", "requires": { - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", "vscode-languageserver-types": "^3.17.5" } @@ -4786,9 +4786,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index 14126ed..43b3e10 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.113.3", + "@abaplint/core": "^2.113.7", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" },